Closed
Bug 1569074
Opened 6 years ago
Closed 5 years ago
[lando-api] Lando presents the landing preview page with an approved sanitized commit message
Categories
(Conduit :: Lando, task, P2)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mars, Assigned: mars)
References
(Blocks 1 open bug)
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
After the sec-approval
team has approved a Phabricator revision with a sanitized commit message, then a developer visiting Lando UI should see the approved sanitized commit message in the UI instead of the original commit message.
Rough notes:
PhabricatorClient
method to read a comment list?- Function to pick the correct sanitized message out of the list of comments
- Use transaction PHID from writing the sanitized message comment to pick the comment out of the comment thread
- Acceptance test: older sanitized messages, approved or denied, should be ignored
- Return HTTP 502 if Phabricator is down
- Possible UI changes to let the lander know they are not viewing the original commit message.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
This has been deployed to dev for testing.
Assignee | ||
Comment 4•5 years ago
|
||
I've verified the code works on dev.
Assignee | ||
Comment 5•5 years ago
|
||
This has been deployed to production.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•