[Referenc PR] PBS-26-9#11751
Draft
cslzchen wants to merge 13 commits into
Draft
Conversation
* https://openscience.atlassian.net/browse/ENG-10768 ## Purpose When OSF undergoes planned downtime for software releases, users who are unaware of the maintenance window have no way of knowing the site is intentionally offline — they simply experience a broken site. A backend maintenance mode is needed so that when enabled, the API halts normal request processing and signals to clients that the system is in maintenance. ## Changes return 503 for API if maintanence_mode is set to true set maintenance mode via admin
… and selective existing templates (#11698) * Add options to sync notification templates: restore one or all * Fix formatting of template name input in management commands
…nd improve template preview (#11715) * Refactor notifications admin interface: add views, templates, and URLs for notifications management * Refactor notification rendering: enhance error handling and add mock data support in preview * Add JSON parsing error
…tionDetail' updates response (#11719) * Add the 'id' and 'event_name' attributes to the 'SubscriptionDetail' updates response * Add assertions for 'id' and 'event_name' in subscription detail response test
Merge develop into feature/pbs-26-9
…tionDetail' updates response (#11724)
…ser information (#11737)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
N/A
Purpose
Reference PR for PBS-26-9
Changes
N/A
Side Effects
N/A
QE Notes
N/A
CE Notes
N/A
Documentation
N/A