Page MenuHomeDevCentral

Report current configuration state
ClosedPublic

Authored by dereckson on Jan 1 2017, 00:09.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 08:10
Unknown Object (File)
Mon, Apr 15, 02:45
Unknown Object (File)
Mon, Apr 15, 02:42
Unknown Object (File)
Mon, Apr 15, 02:39
Unknown Object (File)
Mon, Apr 15, 02:37
Unknown Object (File)
Mon, Apr 15, 02:26
Unknown Object (File)
Mon, Apr 15, 01:58
Unknown Object (File)
Mon, Apr 15, 01:57
Subscribers

Details

Summary

Configuration status code is refactored to be a stand alone class.

This class will have two consumers:

  • /config shows a JSON representation of this class, implemented by this commit
  • config:show artisan command will use this class and Nasqueron\Notifications\Console\Commands\ConfigShow will only take care to display the configuration, that will be implemented in a follow-up commit

Fixes T1066.

Test Plan
  • Run tests for artisan config:show
  • Write new tests for /config route
  • Parse in rTESTSPRODENV (ref T663)

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson edited edge metadata.

Draft code for report builder

Rebase against Config namespace

That will be for config-integration

dereckson retitled this revision from WIP: Report current configuration state to Report current configuration state.Jan 1 2017, 03:55
dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jan 1 2017, 04:06
This revision was automatically updated to reflect the committed changes.