1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 12:12:43 +01:00
phorge-phorge/src/applications/differential/xaction
epriestley 7e46812344 Add a warning to revision timelines when changes land with ongoing or failed builds
Summary:
Ref T13258. The general idea here is "if arc land prompted you and you hit 'y', you get a warning about it on the timeline".

This is similar to the existing warning about landing revisions in the wrong state and hitting "y" to get through that. See D18808, previously.

These warnings make it easier to catch process issues at a glance, especially because the overall build status is now more complicated (and may legally include some failures on tests which are marked as unimportant).

The transaction stores which builds had problems, but I'm not doing anything to render that for now. I think you can usually figure it out from the UI already; if not, we could refine this.

Test Plan:
  - Used `bin/differential attach-commit` to trigger extraction/attachment.
  - Attached a commit to a revision with various build states, and various build plan "Warn When Landing" flags.
  - Got sensible warnings and non-warnings based on "Warn When Landing" setting.

{F6251631}

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13258

Differential Revision: https://secure.phabricator.com/D20239
2019-03-06 06:32:12 -08:00
..
DifferentialRevisionAbandonTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionAcceptTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionActionTransaction.php When you "Request Review" of a draft revision, change the button text from "Submit Quietly" to "Publish Revision" 2018-11-15 20:50:21 -08:00
DifferentialRevisionBuildableTransaction.php When publishing buildables in Differential, ignore autobuilds (local lint and unit) 2018-04-03 11:02:12 -07:00
DifferentialRevisionCloseTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionCommandeerTransaction.php Allow "Abandoned" revisions to be commandeered 2018-11-26 10:13:52 -08:00
DifferentialRevisionHoldDraftTransaction.php Toggle revision "shouldBroadcast" correctly when "--draft" is used with prototypes off 2018-04-12 16:08:43 -07:00
DifferentialRevisionInlineTransaction.php Add a missing (int) cast to diff IDs for new "transaction.search" method 2017-08-25 07:31:22 -07:00
DifferentialRevisionPlanChangesTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionReclaimTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionRejectTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionReopenTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionRepositoryTransaction.php Add Summary and Repository EditEngine fields + Modular Transactions to Differential 2016-12-13 18:18:32 -08:00
DifferentialRevisionRequestReviewTransaction.php When you "Request Review" of a draft revision, change the button text from "Submit Quietly" to "Publish Revision" 2018-11-15 20:50:21 -08:00
DifferentialRevisionResignTransaction.php Expose Differential actions for "transaction.search" in a basic way 2018-06-28 08:51:55 -07:00
DifferentialRevisionReviewersTransaction.php Remove old reviewer double writes to legacy edge table in Differential 2017-08-11 13:38:52 -07:00
DifferentialRevisionReviewTransaction.php Allow custom actions in Differential to explicitly override "accept" stickiness 2018-03-12 17:10:43 -07:00
DifferentialRevisionStatusTransaction.php Fill in some straightforward Maniphest transactions for transaction.search 2017-11-07 15:33:55 -08:00
DifferentialRevisionSummaryTransaction.php Fix two issues with embedding other fields inside "Summary" or "Test Plan" in Differential with the web UI 2017-01-25 13:07:30 -08:00
DifferentialRevisionTestPlanTransaction.php Move misplaced validation for ambiguous fields in "Test Plan" to the right place 2017-06-30 06:36:05 -07:00
DifferentialRevisionTitleTransaction.php Allow ModularTransactions to opt in to providing data to Conduit 2017-08-24 15:25:55 -07:00
DifferentialRevisionTransactionType.php Allow users to resign if they have authority over any reviewer 2017-03-24 13:14:47 -07:00
DifferentialRevisionUpdateTransaction.php Move the "container updated" message for Buildables that build Diffs outside of the transaction 2018-11-16 12:34:06 -08:00
DifferentialRevisionVoidTransaction.php Allow custom actions in Differential to explicitly override "accept" stickiness 2018-03-12 17:10:43 -07:00
DifferentialRevisionWrongBuildsTransaction.php Add a warning to revision timelines when changes land with ongoing or failed builds 2019-03-06 06:32:12 -08:00
DifferentialRevisionWrongStateTransaction.php Hide "abraham landed Dxyz irresponsibly" stories from feed 2018-03-06 17:48:03 -08:00