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

Refresh Bugfix branch with main #26

Merged
merged 20 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
17dfd6a
implemented keycloak SSO configuration
anirbandas18 Feb 9, 2025
68cabd8
reverted spring user framework dependency to original
anirbandas18 Feb 9, 2025
769fff7
Merge pull request #12 from anirbandas18/main
devondragon Feb 11, 2025
602475b
Minor Clean.
devondragon Feb 11, 2025
ae63a3b
Remove version declaration and comment out backend profile in docker-…
devondragon Feb 11, 2025
d52ca29
removing comment from backend profile
devondragon Feb 22, 2025
6763159
adding mise.toml
devondragon Feb 22, 2025
a10e6bd
added documentation and sample configuration on how to use this proje…
anirbandas18 Mar 17, 2025
da963cd
Merge pull request #24 from anirbandas18/main
devondragon Mar 23, 2025
f8d5c50
Updating docker command:
devondragon Mar 23, 2025
985d181
add application-docker-keycloak.yml to .gitignore
devondragon Mar 23, 2025
4c935a6
update ds-spring-user-framework dependency to version 3.2.0-SNAPSHOT
devondragon Mar 23, 2025
2e07aea
Merge remote-tracking branch 'origin/main' into issue-13-Add-Keycloak…
devondragon Mar 23, 2025
73420f8
add application-docker-keycloak.yml to .gitignore
devondragon Mar 23, 2025
24e144b
Merge pull request #14 from devondragon/issue-13-Add-Keycloak-support…
devondragon Mar 23, 2025
2ed817b
refactor README.md for improved structure and clarity; update Keycloa…
devondragon Mar 23, 2025
89ae368
update ds-spring-user-framework dependency to version 3.2.0
devondragon Mar 23, 2025
3e81bcb
update Spring Boot and OpenAPI dependencies; upgrade Guava version
devondragon Mar 23, 2025
b14e1b7
refactor: enhance LocaleConfiguration and update test classes with ad…
devondragon Mar 23, 2025
e5b7150
fix: update Keycloak environment configuration for hostname settings
devondragon Mar 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ application-local.yml
.env
.vscode/settings.json
/repomix-output.txt
src/main/resources/application-docker-keycloak.yml
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -javaagent:\"/Users/devon/.vscode/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "/Users/devon/.local/share/mise/shims/node"
},
"python.defaultInterpreterPath": "/Users/devon/.local/share/mise/installs/python/3.13.2/bin/python"
}
Loading