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

refactor: Simplify the secrets API via an enum for the id's entity #271

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 21, 2024

  1. refactor: Simplify the secrets API via an enum for the id's entity

    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f1bf77c View commit details
    Browse the repository at this point in the history
  2. fix(core): Use the correct product id in tests

    While it did not seem to make a difference regarding the success of the
    test, semantically the product id is the correct one to use.
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1aa1216 View commit details
    Browse the repository at this point in the history
  3. refactor: Further simplify secrets APIs via the enum for entities

    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e51f3e6 View commit details
    Browse the repository at this point in the history