-
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
Develop #53
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
Merge main to develop to make develop the default branch
* Added Spring boot with status API * chores: PR feedback * Updated the server name in gradle module
…re/OIDF-45-status-endpoint # Conflicts: # .fleet/run.json # admin-server/build.gradle.kts # gradle/libs.versions.toml
* Enabled test run on gradle build
* Moved admin-server to modules
…re/OIDF-32-postgres-docker # Conflicts: # admin-server/README.md # admin-server/build.gradle.kts # gradle/libs.versions.toml
… into feature/OIDF-32-postgres-docker
dependecy corrections
* fix: clean up tests * fix: implement js client adapter and interfaces * reorganize code * fix: verify key type
* export interface from root to JS * upgrade gh actions gradle setup
…ation into develop
* feat: improve error responses * fix: openapi specs * feat: implement subordinate delete * fix: update openapi spec * chore: variable convention
* export interface from root to JS * upgrade gh actions gradle setup * change publish order * make exception type more generic * chore: add keycloack to docker compose * save * feat: enable jwt verification on protected routes
* feat: implement Trust Mark Definitions * feat: implement Trust Mark Types and Issuers * chore: update openapi spec * chore: update openapi spec * feat: implement Trust Mark object builder * feat: implement federation trust mark endpoints * chore: add configuration guide to readme * chore: update openapi spec * feat: implement received trust marks * chore: fix openapi spec * feat: finish trust mark implementation * chore: clean env file
* improve log and refactor * pass username in header * code refactor * chore: move constants to common * update readme * clean db config * fix unresolved ref * fix unresolved ref * clean services * get root identifier from application properties * extend logging feature and implement admin log endpoints * fix log class * update openapi spec * clean code * fix build errors * extend logging * change filter order
fix too many db connections
* implement db singleton pattern * fix: remove db initialization from the springboot servers * disable datasource autoconfigure in federation server * feat: publish to dockerhub * chore: ignore logs * fix: docker hub deployment to correct account * fix: reuse build artifacts * fix: version bump on commit * fix: move built jars to a place Dockerfile expects * feat: tag and push to docker hub * fix: semver compatibility * fix: semver compatibility * fix: versioning docker tag pattern * chore: remove wrong reference * fix: leave only semver active * fix: only deploy to dockerhub on main and develop
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.