Fixes T6554.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T6554: bin/config should allow for retrieving local values even if database is not functional
- Commits
- Restricted Diffusion Commit
rP84f741f40851: Allow config get to work when db is not functional - Required Signatures
L28 Phacility Individual Contributor License Agreement
Run bin/config get mysql.host when no db is functional. Should not get an exception, but should see:
{ "config" : [ { "key" : "mysql.host", "source" : "local", "value" : null, "status" : "unset", "errorInfo" : null }, { "key" : "mysql.host", "source" : "database", "value" : null, "status" : "error", "errorInfo" : "Database source is not configured properly" } ] }
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks, this looks great. Can you sign the CLA -- L28 Phacility Individual Contributor License Agreement?