-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sns): Add the upgrade_journal to the get_upgrade_journal SNS-Gov…
… endpoint (#2169) The idea is for the upgrade journal to have all the information necessary to understand when and why the SNS got to its current version. This PR adds the journal to the API (but doesn't yet populate the journal, generally). A follow-up PR will use the new endpoint in tests, and populate it in more places. As a proof of concept, I've made refreshing the upgrade steps add an entry to the journal, although the purpose of this PR is just to implement the API.
- Loading branch information
Showing
8 changed files
with
498 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.