-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TechDebt: Keycloak/Auth Updates From SIMS (#216)
* Port latest keycloak/auth related changes from SIMS (Update keycloak libraries used by the APP; Replace KeycloakWrapper with the AuthStateContext; Update unit tests.)
- Loading branch information
Showing
81 changed files
with
1,339 additions
and
2,128 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,11 @@ | ||
# Overview | ||
## Links to Jira Tickets | ||
|
||
## Links to Jira tickets | ||
- {Include a link to all applicable Jira tickets} | ||
|
||
- {List all applicable Jira tickets} | ||
## Description of Changes | ||
|
||
## Description of relevant changes | ||
- {List all relevant code changes. Include any changes to the business workflow that might not be obvious to the reviewers of this PR.} | ||
|
||
- {List all relevant changes, in particular anything that will help the reviewers test/verify this PR} | ||
## Testing Notes | ||
|
||
## PR Checklist | ||
|
||
A list of items that are good to consider when making any changes. | ||
|
||
_Note: this list is not exhaustive, and not all items are always applicable._ | ||
|
||
### Code | ||
|
||
- [ ] New files/classes/functions have appropriately descriptive names and comment blocks to describe their use/behaviour | ||
- [ ] I have avoided duplicating code when possible, moving re-usable pieces into functions | ||
- [ ] I have avoided hard-coding values where possible and moved any re-usable constants to a constants file | ||
- [ ] My code is as flat as possible (avoids deeply nested if/else blocks, promise chains, etc) | ||
- [ ] My code changes account for null/undefined values and handle errors appropriately | ||
- [ ] My code uses types/interfaces to help describe values/parameters/etc, help ensure type safety, and improve readability | ||
|
||
### Style | ||
|
||
- [ ] My code follows the established style conventions | ||
- [ ] My code uses native material-ui components/icons/conventions when possible | ||
|
||
### Documentation | ||
|
||
- [ ] I have commented my code sufficiently, such that an unfamiliar developer could understand my code | ||
- [ ] I have added/updated README's and related documentation, as needed | ||
|
||
### Tests | ||
|
||
- [ ] I have added/updated unit tests for any code I've added/updated | ||
- [ ] I have added/updated the Postman requests/tests to account for any API endpoints I've added/updated | ||
|
||
### Linting/Formatting | ||
|
||
- [ ] I have run the linter and fixed any issues, as needed | ||
_See the `lint` commands in package.json_ | ||
- [ ] I have run the formatter and fixed any issues, as needed | ||
_See the `format` commands in package.json_ | ||
|
||
### SonarCloud | ||
|
||
- [ ] I have addressed all SonarCloud Bugs, Vulnerabilities, Security Hotspots, and Code Smells | ||
- {List any relevant testing considerations, necessary pre-reqs, and areas of the app to focus on. Specifically, include anything that will help the reviewers of this PR verify the code is functioning as expected.} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.