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

feat: Make DataStore Schema (prefix) Configurable #554

Merged

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    58810ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed6767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b4e8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fa6862 View commit details
    Browse the repository at this point in the history
  5. fix: Apply all patches, not only the first

    This also includes converting OnUpdate() to a no-op, as the
    existence and immutability of the fields are already checked
    by the API server, thanks to kubebuilder markers.
    
    The webhook ensures that fields like dataStore, dataStoreSchema
    are defaulted during creation (if unset), and the CEL expressions
    prohibit unsetting them during update.
    SimonKienzler committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    efdd951 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbe5fef View commit details
    Browse the repository at this point in the history
  7. fix: typo

    SimonKienzler committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf32e27 View commit details
    Browse the repository at this point in the history
  8. fix: Linter issues

    SimonKienzler committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5f8dbda View commit details
    Browse the repository at this point in the history
  9. fix: make apidoc

    SimonKienzler committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    12779f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d02c580 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edd6a3e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a0d469 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    007be8e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix: Prioritize Status over Spec

    Co-authored-by: Dario Tranchitella <[email protected]>
    SimonKienzler and prometherion authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    be15eb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    912c0c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. make apidoc

    SimonKienzler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bbadc70 View commit details
    Browse the repository at this point in the history