-
Notifications
You must be signed in to change notification settings - Fork 1
feat: scaffold React Spring Boot ILCR template #3
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7daf458
feat: scaffold React Spring Boot ILCR template
gpascucci 9a28d16
fix: align frontend shell with NRS Carbon standards
gpascucci 52088cb
fix: add backend container healthcheck
gpascucci b126446
Merge remote-tracking branch 'origin/main' into feature/react-springb…
gpascucci 74b2130
feat: align backend template with Boot 4 Oracle baseline
gpascucci ab9b554
Some updates to the actions
e825b50
Merge remote-tracking branch 'origin/feature/react-springboot-templat…
a286aea
feat: Schedule 1 read/write/delete slice (UC-SCH1-001) + mill/year co…
gpascucci 7d2d476
feat(schedule1): advisory client-side validation + sanitized DB-error…
gpascucci a23a72b
Potential fix for pull request finding
gpascucci 53275ac
Potential fix for pull request finding
gpascucci a485776
fix: run PR validation when deploys are disabled
gpascucci 3d76be5
fix: allow secured probes and clear other costs volume
gpascucci d563fd1
fix: restore backend analysis action
gpascucci 93a2ea9
refactor: use required args constructor for schedule controller
gpascucci f4b14e5
refactor: rename local dev principal filter
gpascucci fe4372d
fix: remove custom api root endpoint
gpascucci c7c7f06
fix: remove docker healthcheck helper
gpascucci c647290
fix: grant frontend analysis reporting permissions
gpascucci 48fad29
fix: enable csrf protection
gpascucci 0be811b
ci: scope analysis permissions by job
gpascucci 2bd6798
ci: always publish analysis results
gpascucci c46f305
refactor: use spring data jdbc for schedule 1
gpascucci 5bb6866
fix: require secure oracle deploy config
gpascucci 3c98331
fix: make backend defaults fail closed
gpascucci 4b05788
chore: remove redundant stale revision catch
gpascucci 200c795
fix: defer oracle readiness to health probes
gpascucci 5820340
fix: rely on jdbc4 datasource validation
gpascucci 2fb92aa
chore: pin backend runtime image digest
gpascucci fc5b86f
chore: clarify mill status legacy join
gpascucci 400ae62
ci: run backend checkstyle analysis
gpascucci ea16f35
fix: remove dashboard users api scaffold
gpascucci e2a2cfc
fix: type mock auth role checks
gpascucci 3b13e73
fix: label mock user selector by display name
gpascucci 92067e7
refactor: drop unreachable other-costs alert guard
gpascucci 4e419a9
chore: name stale job for what it actually closes
gpascucci 2d7e574
fix: wait on the readiness probe in reusable tests
gpascucci d4469bf
chore: address PR review feedback
gpascucci 4a8b9db
feat(schedule1): show a locked empty form for a not-initiated schedul…
gpascucci 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| SPRING_PROFILES_ACTIVE=local | ||
| SERVER_PORT=8080 | ||
| LOG_LEVEL=INFO | ||
| ILCR_SECURITY_ENABLED=false | ||
|
|
||
| # Local Oracle dev DB. Keep real local credentials in ignored .env only. | ||
| # Leave ILCR_DATASOURCE_ENABLED=false for the in-memory scaffold. | ||
| # In Docker Compose, set ILCR_DATASOURCE_ENABLED=true to enable Oracle connectivity. | ||
| # For direct Maven runs, the oracle profile also enables the datasource. | ||
| ILCR_DATASOURCE_ENABLED=false | ||
| SPRING_DATASOURCE_URL=jdbc:oracle:thin:@//<host>:1521/<service-name> | ||
| SPRING_DATASOURCE_USERNAME=<username> | ||
| SPRING_DATASOURCE_PASSWORD=<password> |
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
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
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
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 was deleted.
Oops, something went wrong.
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
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.
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.