-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: update dependencies/itests & remove vault(secret) function #10
Commits on Aug 7, 2024
-
chore: Rename vault Dockerfile and update docker-compose.yml
- Renamed vault.docker to vault.Dockerfile for better LSP recognition - Updated docker-compose.yml to reference the new filename - Simplified Dockerfile contents
Patrick Mirwald committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 258612c - Browse repository at this point
Copy the full SHA 258612cView commit details -
chore: Upgrade Gradle wrapper to version 8.9
Update gradle-wrapper.properties to use Gradle 8.9 distribution
Patrick Mirwald committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2649d74 - Browse repository at this point
Copy the full SHA 2649d74View commit details -
chore: Update dependencies and streamline build configuration
- Upgrade com.gradle.plugin-publish to 1.2.1 - Upgrade net.nemerosa.versioning to 3.1.0 - Remove obsolete tasks and configurations - Simplify plugin metadata setup
Patrick Mirwald committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e1b8176 - Browse repository at this point
Copy the full SHA e1b8176View commit details -
refactor: tests and update dependencies
- Add integration test source set - Remove obsolete integration test projects - Implement integration test into new setup - Update Gradle plugin versions using version catalog - Refactor unit tests to use JUnit 5
Patrick Mirwald committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 776adb1 - Browse repository at this point
Copy the full SHA 776adb1View commit details
Commits on Aug 8, 2024
-
fix(integrationMain): set host port to same container port
Patrick Mirwald committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 45fc7e6 - Browse repository at this point
Copy the full SHA 45fc7e6View commit details
Commits on Aug 9, 2024
-
fix: version printing unspecified
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 7cf8778 - Browse repository at this point
Copy the full SHA 7cf8778View commit details -
chore: use version catalog for vault-java-driver dependency
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 18f91f2 - Browse repository at this point
Copy the full SHA 18f91f2View commit details -
fix: correct typos in GetVaultSecretTask method names
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 415d3c8 - Browse repository at this point
Copy the full SHA 415d3c8View commit details -
chore: remove unnecessary project.afterEvaluate in VaultClientPlugin
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for c905bcb - Browse repository at this point
Copy the full SHA c905bcbView commit details -
feat(test): Enhance integration tests for multiple secret paths
This should cover the removal of afterEvaluate, i wanted to test if we still can get different secrets with one extension.
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 94d77a2 - Browse repository at this point
Copy the full SHA 94d77a2View commit details -
chore: remove vault(secret) function
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for f0f9e46 - Browse repository at this point
Copy the full SHA f0f9e46View commit details -
feat(ci): Migrate from CircleCI to GitHub Actions
Patrick Mirwald committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d00ad75 - Browse repository at this point
Copy the full SHA d00ad75View commit details