-
Notifications
You must be signed in to change notification settings - Fork 0
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
Grad release 1.23 #351
Merged
Merged
Grad release 1.23 #351
Conversation
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
* GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * GRAD2-2637 - Cache institute api data into Redis * Commit to save * Ignoring application-local.yaml * Changed Event to EventEntity for clarity * Added EventHistoryEntity * Added EventHistoryRepository * Implemented add to history * Fixed unit test * Added more coverage. * Fixing maintainability * Added school updated and supporting unit tests. * Added school updated and supporting unit tests. * Added school created and supporting unit tests. * Added school moved and supporting unit tests. * Added update district and supporting tests * Added missing property * Correctly transforming to entity here. * Updated unit testing * Finalizing unit testing and move school. * Forgot to add these files. * Fixing Test Coverage. * Fixing duplication of code. --------- Co-authored-by: Kamal Mohammed <[email protected]> Co-authored-by: chris.ditcher <[email protected]>
* Added cascade deletion of old events including history. * Added cron schedule every day at midnight * Added more test coverage. * Added more test coverage. * Updated exception to be thrown from repository layer. --------- Co-authored-by: chris.ditcher <[email protected]>
* Added activity code checking. * Updated test coverage. * Increased test coverage. --------- Co-authored-by: chris.ditcher <[email protected]>
* Added update cache for school and district UD events. * Updated test cases for School and District CD * Added Create District functionality * Added Create District to event handler * Added thread sleep for not fully processed school moved events. * Changed exception handling * Reducing code duplication --------- Co-authored-by: chris.ditcher <[email protected]>
* Added an extra type hierarchy for school events for filtering on transcript eligibility * Added some unit tests to support history filtering on school created events * Added testing for school updated * Added testing and code for move school filtering * Added rules for UPDATE_SCHOOL_CONTACT * Removed old update event with history method. * Removed redundant method from abstract class. --------- Co-authored-by: chris.ditcher <[email protected]>
* GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data * GRAD2-2638 - Institute - Create V2 endpoints for School data --------- Co-authored-by: Mohammed <[email protected]>
(cherry picked from commit a956533)
* Added an extra type hierarchy for school events for filtering on transcript eligibility * Added some unit tests to support history filtering on school created events * Added testing for school updated * Added testing and code for move school filtering * Added rules for UPDATE_SCHOOL_CONTACT * Removed old update event with history method. * Updated gitignore * initial commit * Added endpoint for searching event history. * Added openapi specs * Added a mapper * Added json ignore to prevent infinite recursion * Changed to Event, also updated pom to include mapstruct annotation processing * Still buggered mapper * Success with mapper * Updated test file and pom * Updated exclusion for mapper * Updated exclusion for filter * Adding unit testing for service * Increasing test coverage. * Increasing test coverage. * Including for test * Including mapper tests * Added update endpoint and service method * Added tests and validation for EventHistory * Finished integration testing * Excluding filter * Added validation response formatter and increased testing on UUIDMapper * Added routes to student admin * Updated EntityNotFound handler * Cleaning up code --------- Co-authored-by: chris.ditcher <[email protected]>
This reverts commit 6a6bea1.
This reverts commit 3f9224c.
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
No description provided.