-
Notifications
You must be signed in to change notification settings - Fork 333
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
Commits on Mar 27, 2023
-
feat(persistance): prefix plugin and store with pq
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcd7abc - Browse repository at this point
Copy the full SHA fcd7abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5faab - Browse repository at this point
Copy the full SHA 5f5faabView commit details -
feat(persistance): wire in pgx tests
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2d54a9 - Browse repository at this point
Copy the full SHA e2d54a9View commit details -
feat(persistance): wire in pgx store for store operations
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f14b54 - Browse repository at this point
Copy the full SHA 5f14b54View commit details
Commits on Mar 28, 2023
-
feat(persistance): fixed update test
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72bbcfa - Browse repository at this point
Copy the full SHA 72bbcfaView commit details -
feat(persistance): fix other tests
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53bee83 - Browse repository at this point
Copy the full SHA 53bee83View commit details -
feat(persistance): make check pass
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 687c3c7 - Browse repository at this point
Copy the full SHA 687c3c7View commit details -
feat(persistance): remove dockerfile modification
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dd3c13 - Browse repository at this point
Copy the full SHA 1dd3c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59c19a - Browse repository at this point
Copy the full SHA a59c19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c13c0ac - Browse repository at this point
Copy the full SHA c13c0acView commit details -
feat(persistance): fix dockerfile
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d060e34 - Browse repository at this point
Copy the full SHA d060e34View commit details
Commits on Mar 29, 2023
-
feat(persistance): tests pass locally
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3b37ae - Browse repository at this point
Copy the full SHA f3b37aeView commit details -
feat(persistance): make check pass
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63d63b2 - Browse repository at this point
Copy the full SHA 63d63b2View commit details -
feat(persistance): make it possible to configure pgx specific settings
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3413368 - Browse repository at this point
Copy the full SHA 3413368View commit details -
feat(persistance): make check pass
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e4aca - Browse repository at this point
Copy the full SHA a3e4acaView commit details -
feat(persistance): wire in pgx as an option to use with migrations
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c65eeed - Browse repository at this point
Copy the full SHA c65eeedView commit details -
feat(persistance): add upgrade docs
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58819d9 - Browse repository at this point
Copy the full SHA 58819d9View commit details -
feat(persistance): reword upgrade docs
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f37227 - Browse repository at this point
Copy the full SHA 8f37227View commit details -
feat(persistance): fix kuma defaults
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce499fe - Browse repository at this point
Copy the full SHA ce499feView commit details -
feat(persistance): warn instead of erroring out on a unsupported pgx …
…or pq configuration Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a769eb - Browse repository at this point
Copy the full SHA 5a769ebView commit details -
feat(persistance): fix comments in kuma-cp defaults
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c9f8a2 - Browse repository at this point
Copy the full SHA 4c9f8a2View commit details -
feat(persistance): fix nitpick from pr review
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6744cd0 - Browse repository at this point
Copy the full SHA 6744cd0View commit details -
feat(persistance): use one plugin
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e29a7fc - Browse repository at this point
Copy the full SHA e29a7fcView commit details -
feat(persistance): format change
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3d7dbb - Browse repository at this point
Copy the full SHA a3d7dbbView commit details -
feat(persistance): remove leftovers from pgx plugin
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d670e7e - Browse repository at this point
Copy the full SHA d670e7eView commit details -
feat(persistance): rewrite createStore as higher order function
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acda410 - Browse repository at this point
Copy the full SHA acda410View commit details -
feat(persistance): fix nil pointer dereference in create store
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e143233 - Browse repository at this point
Copy the full SHA e143233View commit details
Commits on Mar 30, 2023
-
feat(persistance): charly review nits
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0515e0 - Browse repository at this point
Copy the full SHA f0515e0View commit details -
feat(persistance): mike review
Signed-off-by: slonka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a105ebe - Browse repository at this point
Copy the full SHA a105ebeView commit details