forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 1
Ufal/Regulart reports for health check #980
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
Closed
Closed
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d96ba59
Created `report_result` table in the database.
milanmajchrak 2044d2a
Created Java mapping for the ReportResult object with the CRUD operat…
milanmajchrak ea0358b
JSONified the InfoCheck and the result is stored to the ReportResult …
milanmajchrak 356d3e7
Fetch the ReportResultService from the ContentServiceFactory
milanmajchrak 6f294e3
Marked the report_result_id as PRIMARY KEY in the sql file.
milanmajchrak 46256f3
Use CURRENT_TIMESTAMP as a default value for the last_modified
milanmajchrak 52b85fe
h2 should have the defaut value for the `report_result_id`
milanmajchrak e65a9ac
Added doc to the report result service
milanmajchrak ada63d5
Updated doc in the report result service
milanmajchrak 28a15ec
Make sure the current date is used in the timestamp when updating the…
milanmajchrak b7d0f83
Removed redundant `getID` method from the ReportResult
milanmajchrak f461963
Do not add the `URL: ` value to the url property in the InfoCheck
milanmajchrak 74939b1
Format the date for the InfoCheck date time stamp
milanmajchrak e977a9c
Added HealthReport functionality to the Try Finally block to be sure …
milanmajchrak 48c6fd3
Created sequence in the h2 database for the report result object.
milanmajchrak e900051
Fixed documentation in the psql for the report result.
milanmajchrak 50c781a
Do not append string with `Url: ` two times..
milanmajchrak 9d5a6ce
Fixed checkstyle
milanmajchrak d05bf5d
Fixed h2 sql definition - missing comma
milanmajchrak 4454544
Added raw process for creating diff between two last result reports.
milanmajchrak fc2c62f
Working somehow, refactoring needed.
milanmajchrak b5e2872
Added Integration tests and fixed bugs.
milanmajchrak 16c8d34
Refactored the code and fixed checkstyle issues
milanmajchrak cbbfaea
Use consistent DateFormat
milanmajchrak ac24df9
Updated description for the srcipt definition
milanmajchrak f1e6a8e
The test failed because not all scripts were returned because of pagi…
milanmajchrak 4e42a99
UFAL/JSONificate Item Summary health reports (#986)
jr-rk fa0dfc7
UFAL/JSONificate User Summary health reports (#987)
jr-rk 346e87f
UFAL/JSONificate License Summary health reports (#988)
jr-rk 3a63fce
Use last two reports from DB when 'from' and 'to' are empty, add test
Paurikova2 ba10d17
Send an email about the report differences
Paurikova2 0f980fb
refactoring based on copilot and coderabbitai
Paurikova2 ba6eb2e
added limit for dates list
Paurikova2 551a270
review copilot
Paurikova2 bf3583e
fix incorrect limit specification
Paurikova2 380640f
fix log msgs
Paurikova2 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 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.