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

chore: update dependencies/itests & remove vault(secret) function #10

Merged
merged 12 commits into from
Aug 12, 2024

Commits on Aug 7, 2024

  1. 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 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    258612c View commit details
    Browse the repository at this point in the history
  2. chore: Upgrade Gradle wrapper to version 8.9

    Update gradle-wrapper.properties to use Gradle 8.9 distribution
    Patrick Mirwald committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2649d74 View commit details
    Browse the repository at this point in the history
  3. 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 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e1b8176 View commit details
    Browse the repository at this point in the history
  4. 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 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    776adb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix(integrationMain): set host port to same container port

    Patrick Mirwald committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45fc7e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: version printing unspecified

    Patrick Mirwald committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7cf8778 View commit details
    Browse the repository at this point in the history
  2. chore: use version catalog for vault-java-driver dependency

    Patrick Mirwald committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18f91f2 View commit details
    Browse the repository at this point in the history
  3. fix: correct typos in GetVaultSecretTask method names

    Patrick Mirwald committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    415d3c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c905bcb View commit details
    Browse the repository at this point in the history
  5. 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 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    94d77a2 View commit details
    Browse the repository at this point in the history
  6. chore: remove vault(secret) function

    Patrick Mirwald committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f0f9e46 View commit details
    Browse the repository at this point in the history
  7. feat(ci): Migrate from CircleCI to GitHub Actions

    Patrick Mirwald committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d00ad75 View commit details
    Browse the repository at this point in the history