Skip to content
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 16 commits into from
Sep 12, 2024
Merged

Grad release 1.23 #351

merged 16 commits into from
Sep 12, 2024

Conversation

githubmamatha
Copy link
Contributor

No description provided.

cditcher and others added 16 commits August 8, 2024 11:49
* 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.
@githubmamatha githubmamatha merged commit 099d2ea into main Sep 12, 2024
5 checks passed
Copy link

sonarcloud bot commented Sep 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
C Reliability Rating on New Code (required ≥ A)

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants