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
F15324499: D10367.diff
Fri, Mar 7, 1:38 AM
Unknown Object (File)
Fri, Feb 7, 10:49 PM
Unknown Object (File)
Fri, Feb 7, 10:49 PM
Unknown Object (File)
Fri, Feb 7, 10:49 PM
Unknown Object (File)
Fri, Feb 7, 10:49 PM
Unknown Object (File)
Fri, Feb 7, 9:24 AM
Unknown Object (File)
Feb 6 2025, 12:03 AM
Unknown Object (File)
Feb 6 2025, 12:03 AM
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
Branch
T5968
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2366
Build 2370: [Placeholder Plan] Wait for 30 Seconds

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).