Page MenuHomePhabricator

Manage Drydock leases from arcanist
Needs ReviewPublic

Authored by yelirekim on Sep 17 2016, 1:57 AM.
Tags
None
Referenced Files
F12838278: D16566.id39876.diff
Thu, Mar 28, 6:02 PM
Unknown Object (File)
Sat, Mar 16, 3:29 AM
Unknown Object (File)
Thu, Mar 14, 2:56 PM
Unknown Object (File)
Feb 3 2024, 11:58 AM
Unknown Object (File)
Feb 3 2024, 11:58 AM
Unknown Object (File)
Feb 3 2024, 11:58 AM
Unknown Object (File)
Jan 22 2024, 5:12 AM
Unknown Object (File)
Dec 20 2023, 1:50 PM
Subscribers
Tokens
"Love" token, awarded by hach-que.

Details

Reviewers
None
Group Reviewers
Blessed Reviewers
Summary

Depends on D16565. Glues together all of the methods therein so that arcanist can acquire and release leases.

Test Plan

leased a working copy using arc lease, released it using arc release

Diff Detail

Repository
rARC Arcanist
Branch
lease_workflow (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13753
Build 17761: Run Core Tests
Build 17760: arc lint + arc unit

Event Timeline

yelirekim retitled this revision from to Manage Drydock leases from arcanist.
yelirekim updated this object.
yelirekim edited the test plan for this revision. (Show Details)
yelirekim edited edge metadata.

fix lint problem

chad added inline comments.
src/workflow/ArcanistReleaseWorkflow.php
92–94

do these need pht()?

src/workflow/ArcanistReleaseWorkflow.php
92–94

I don't see why they wouldn't, but also I am really lazy today. I will do this tomorrow / or whenever I'm pretty sure you guys don't want me to actually just delete all of this code.

The shape of this looks generally reasonable to me, but I don't want to bring some of the endpoints it relies on upstream yet.

(For anyone finding their way here, D16565 has more discussion.)