Page MenuHomePhabricator

Daemons - add status of environment to daemon console, etc
ClosedPublic

Authored by btrahan on Aug 27 2014, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 10:28 PM
Unknown Object (File)
Fri, May 3, 10:28 PM
Unknown Object (File)
Fri, May 3, 3:42 AM
Unknown Object (File)
Mon, Apr 29, 3:44 PM
Unknown Object (File)
Wed, Apr 24, 11:59 PM
Unknown Object (File)
Wed, Apr 24, 11:42 PM
Unknown Object (File)
Thu, Apr 11, 7:59 AM
Unknown Object (File)
Mar 28 2024, 1:41 PM
Subscribers

Details

Summary

Shows the UI everywhere. Also asort() the keys before calculating the environment hash as that is probably an issue for someone at some point we just don't need to have. Ref T5968.

Test Plan

Viewed the setup check and saw a link to the daemon console. Viewed the daemon console and saw the various stale config daemons. Clicked a daemon and saw a "stale config" header icon where expected. Restarted daemons and all of this went away.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan retitled this revision from to Daemons - add status of environment to daemon console, etc.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Cool, I think this should help. One inline...

src/infrastructure/env/PhabricatorEnv.php
226

Now that I think about it, maybe ksort would be better here. I'm not sure asort() is stable if two keys have the same value, but we know the keys are all different.

This revision is now accepted and ready to land.Aug 27 2014, 6:23 PM
btrahan updated this revision to Diff 24955.

Closed by commit rPc2874945c87f (authored by @btrahan).