1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02:41 +01:00
phorge-arcanist/src/workflow
epriestley 6e597b292a Show build results in arc land
Summary:
Fixes T4809. When landing a revision, check for a (non-manual) buildable of the current diff. If we find one, check its status:

  - If it passed, print out a message to inform the user that we checked.
  - If it failed or is still building, print out details about the issue and require a confirmation to continue.
  - Just ignore other cases.

Test Plan:
  - Ran `arc land` on a revision with no buildable, a passing buildable, a failed buildable, and a building buildable for the current diff.
  - Got sensible output / prompts.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4809

Differential Revision: https://secure.phabricator.com/D8801
2014-04-17 15:59:54 -07:00
..
exception Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistAliasWorkflow.php Extract configuration read/write methods out of BaseWorlkflow 2013-10-18 16:10:45 -07:00
ArcanistAmendWorkflow.php Arcanist - allow amending revisions by other authors in the working copy 2014-04-08 11:58:50 -07:00
ArcanistAnoidWorkflow.php Fix dynamic string usage as safe input 2013-02-02 16:28:15 -08:00
ArcanistBackoutWorkflow.php Added ArcanistTextLinter::LINT_BOF_WHITESPACE and ArcanistTextLinter::LINT_EOF_WHITESPACE 2014-01-13 18:05:42 -08:00
ArcanistBaseWorkflow.php Arcanist - fix shouldAmend code 2014-04-11 13:07:54 -07:00
ArcanistBookmarkWorkflow.php Support arc bookmark in Mercurial 2013-02-13 13:58:07 -08:00
ArcanistBranchWorkflow.php Support arc bookmark in Mercurial 2013-02-13 13:58:07 -08:00
ArcanistBrowseWorkflow.php Minor modernizations to arc browse 2014-02-09 12:19:57 -08:00
ArcanistCallConduitWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCloseRevisionWorkflow.php Use more modern detection of repositories in "arc close-revision" 2014-03-13 18:01:53 -07:00
ArcanistCloseWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCommitWorkflow.php fixes local svn branch name detection 2013-08-13 14:16:14 -07:00
ArcanistCoverWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00
ArcanistDiffWorkflow.php Strip comments during arc diff --verbatim workflow before submitting to Phabricator 2014-04-01 08:21:05 -07:00
ArcanistDownloadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistExportWorkflow.php Don't use emailuser in Mercurial 2013-04-02 14:06:46 -07:00
ArcanistFeatureWorkflow.php Add output-json option to arc feature 2013-11-25 11:50:11 -08:00
ArcanistFlagWorkflow.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistGetConfigWorkflow.php rename getConfig -> getProjectConfig, make all linters use getConfigFromAnySource 2013-10-22 15:34:06 -07:00
ArcanistGitHookPreReceiveWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistHelpWorkflow.php Specify custom arcrc filename 2013-10-25 15:57:38 -07:00
ArcanistInlinesWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistInstallCertificateWorkflow.php Extract configuration read/write methods out of BaseWorlkflow 2013-10-18 16:10:45 -07:00
ArcanistLandWorkflow.php Show build results in arc land 2014-04-17 15:59:54 -07:00
ArcanistLiberateWorkflow.php Update some output based on flag being set 2013-06-25 15:26:14 -07:00
ArcanistLintWorkflow.php Provide ConfigurationManager to LintEngine in Arcanist 2013-10-21 16:57:22 -07:00
ArcanistListWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistMarkCommittedWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPasteWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPatchWorkflow.php Fix an issue in arc patch with git-svn 2014-04-08 10:46:27 -07:00
ArcanistRevertWorkflow.php Added ArcanistTextLinter::LINT_BOF_WHITESPACE and ArcanistTextLinter::LINT_EOF_WHITESPACE 2014-01-13 18:05:42 -08:00
ArcanistSetConfigWorkflow.php Show current config and source using arc set-config --show 2014-01-02 12:09:03 -08:00
ArcanistShellCompleteWorkflow.php fix tab complete for out-of-workdir 2014-03-25 17:33:23 -07:00
ArcanistSvnHookPreCommitWorkflow.php Lint engine seems to get null configuration manager in svn precommit hook workflow 2014-03-11 15:35:28 -07:00
ArcanistTasksWorkflow.php Changed the rendering of the priority column color based on the priorityColor property 2014-04-09 12:13:40 -07:00
ArcanistTodoWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistUnitWorkflow.php get Config Manager to Unit engine and use getConfigFromAnySource 2013-10-22 13:58:32 -07:00
ArcanistUpgradeWorkflow.php Minor, fix a typo. 2013-10-18 16:19:22 -07:00
ArcanistUploadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistWhichWorkflow.php T4670 Remove the any-author flag from the which command, make any-author the default, and annotate the username of the owner of the revision. 2014-04-03 11:30:38 -07:00