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.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T5968: "Phabricator Daemons Need Restarting" is too difficult to understand/debug
- Commits
- Restricted Diffusion Commit
rPc2874945c87f: Daemons - add status of environment to daemon console, etc
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
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
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. |