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
Unknown Object (File)
Tue, Jul 1, 5:16 AM
Unknown Object (File)
Fri, Jun 20, 5:02 AM
Unknown Object (File)
Tue, Jun 17, 1:07 AM
Unknown Object (File)
May 31 2025, 10:57 AM
Unknown Object (File)
May 27 2025, 8:38 AM
Unknown Object (File)
May 26 2025, 12:31 AM
Unknown Object (File)
May 10 2025, 1:49 PM
Unknown Object (File)
May 6 2025, 1:41 PM
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.