-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: manage Notifier storage usage [DHIS2-17998] #19738
Merged
Merged
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
bb33c9d
feat: gist for overview lists, limit setting [DHIS2-17998]
jbee 1af7445
refactor: NotifierStore implemented
jbee 25fd21f
feat: clear and cap API and endpoints
jbee 398fc0f
feat: cap for redis store
jbee f1d551e
Merge remote-tracking branch 'origin/master' into DHIS2-17998
jbee 036f26f
fix: cap and clean consistency, log level filter for scheduling only
jbee 925dbe3
chore: API cleanup, javadoc, some test fixes
jbee 6a45116
fix: notifier tests
jbee c4f1633
fix: hide transient empty in-memory stores in the API
jbee 640d5b8
fix: update test assert with new message
jbee a2e9af5
fix: remove notifier stubbing from mock test
jbee 1cc1557
fix: e2e test assert for updated message
jbee 810d72b
Merge remote-tracking branch 'origin/master' into DHIS2-17998
jbee 7779fba
fix: mock test setup, dependencies
jbee 29a43ce
fix: add jackson core back in
jbee 5457ce1
fix: exclude jackson core from dependency check
jbee c86f7d7
fix: sonar issues
jbee 3ea480e
test: notifier API tests for in-memory and redis
jbee 5194279
fix: sonar warnings
jbee 76cd3be
chore: fix typo
jbee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be the DHIS Notifier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops