Page MenuHomePhabricator

Allow Nuance commands to try to apply immediately
ClosedPublic

Authored by epriestley on May 24 2017, 8:27 PM.
Tags
None
Referenced Files
F18834449: D18015.diff
Sun, Oct 26, 8:47 AM
F18755014: D18015.id.diff
Oct 5 2025, 3:08 AM
F18749588: D18015.id43353.diff
Oct 4 2025, 4:22 AM
F18660214: D18015.id43353.diff
Sep 23 2025, 5:43 PM
F18659765: D18015.diff
Sep 23 2025, 3:35 PM
F18630788: D18015.id43329.diff
Sep 16 2025, 12:57 PM
F18623001: D18015.id43353.diff
Sep 15 2025, 1:52 PM
F18589587: D18015.diff
Sep 12 2025, 3:45 AM
Subscribers

Details

Summary

Ref T12738. By default, we process Nuance commands in the background. The intent is to let the user continue working at full speed if Twitter or GitHub (or whatever) is being a little slow.

Some commands don't do anything heavy and can be processed in the foreground. Let commands choose to try foreground execution.

Test Plan

Threw complaints in the trash, saw them immediately go into the trash.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 24 2017, 8:38 PM

mmm

Anecdotally, In T9530 we had a concept of "Actions" that users can take on Releases - e.g. "Move to the next phase in the cycle". We broadly wanted to use Harbormaster to allow defining these actions, and one of the issues I had there was that for some actions, the users expected them to happen inline, pretty much like here.

This revision was automatically updated to reflect the committed changes.