Closed
Bug 1998320
Opened 2 months ago
Closed 2 months ago
add uplift and lando indicators to diff `creationMethod`
Categories
(Conduit :: moz-phab, task, P3)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(1 file)
Since we include the creationMethod in the phab-etl after bug 1956318, we will be able to write queries to determine usage of Lando/moz-phab for creating uplift revisions.
| Assignee | ||
Comment 1•2 months ago
|
||
Extract creation method building logic into a separate
build_creation_method() function in ConduitAPI. This function
now appends "uplift" when the command is moz-phab uplift and
"lando" when the MOZPHAB_PHABRICATOR_API_TOKEN environment
variable is set.
Also, switch from using the conduit.repo.* to self.repo.* as it
is more appropriate.
Comment 2•2 months ago
|
||
Authored by https://github.com/cgsheeh
https://github.com/mozilla-conduit/review/commit/8d6ac5ec0df37a85264d2fddd77778d402727186
[main] conduit: add uplift and Lando indicators to diff creationMethod (Bug 1998320) r=shtrom
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•