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(persistence): create pgx store #6359

Merged
merged 29 commits into from
Mar 30, 2023
Merged

Commits on Mar 27, 2023

  1. feat(persistance): prefix plugin and store with pq

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fcd7abc View commit details
    Browse the repository at this point in the history
  2. feat(persistance): compiles

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5f5faab View commit details
    Browse the repository at this point in the history
  3. feat(persistance): wire in pgx tests

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e2d54a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f14b54 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat(persistance): fixed update test

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    72bbcfa View commit details
    Browse the repository at this point in the history
  2. feat(persistance): fix other tests

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    53bee83 View commit details
    Browse the repository at this point in the history
  3. feat(persistance): make check pass

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    687c3c7 View commit details
    Browse the repository at this point in the history
  4. feat(persistance): remove dockerfile modification

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1dd3c13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59c19a View commit details
    Browse the repository at this point in the history
  6. ci(circleci): kick ci

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c13c0ac View commit details
    Browse the repository at this point in the history
  7. feat(persistance): fix dockerfile

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d060e34 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. feat(persistance): tests pass locally

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f3b37ae View commit details
    Browse the repository at this point in the history
  2. feat(persistance): make check pass

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    63d63b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3413368 View commit details
    Browse the repository at this point in the history
  4. feat(persistance): make check pass

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a3e4aca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c65eeed View commit details
    Browse the repository at this point in the history
  6. feat(persistance): add upgrade docs

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    58819d9 View commit details
    Browse the repository at this point in the history
  7. feat(persistance): reword upgrade docs

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8f37227 View commit details
    Browse the repository at this point in the history
  8. feat(persistance): fix kuma defaults

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ce499fe View commit details
    Browse the repository at this point in the history
  9. feat(persistance): warn instead of erroring out on a unsupported pgx …

    …or pq configuration
    
    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5a769eb View commit details
    Browse the repository at this point in the history
  10. feat(persistance): fix comments in kuma-cp defaults

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4c9f8a2 View commit details
    Browse the repository at this point in the history
  11. feat(persistance): fix nitpick from pr review

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6744cd0 View commit details
    Browse the repository at this point in the history
  12. feat(persistance): use one plugin

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e29a7fc View commit details
    Browse the repository at this point in the history
  13. feat(persistance): format change

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a3d7dbb View commit details
    Browse the repository at this point in the history
  14. feat(persistance): remove leftovers from pgx plugin

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d670e7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    acda410 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e143233 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. feat(persistance): charly review nits

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f0515e0 View commit details
    Browse the repository at this point in the history
  2. feat(persistance): mike review

    Signed-off-by: slonka <[email protected]>
    slonka committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a105ebe View commit details
    Browse the repository at this point in the history