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

Add PostgreSQL support as alternative data storage #3236

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9e96d98 View commit details
    Browse the repository at this point in the history
  2. Add migration logic

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    217adb9 View commit details
    Browse the repository at this point in the history
  3. Add indexes to migration

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6e14573 View commit details
    Browse the repository at this point in the history
  4. Remove unused service package

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a1e326d View commit details
    Browse the repository at this point in the history
  5. Implement sql parameter store and credential store

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    200d40c View commit details
    Browse the repository at this point in the history
  6. Introduce porter.NewWith, deprecate porter.New

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1c798d8 View commit details
    Browse the repository at this point in the history
  7. Re-export NewFor as before

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8f20a6c View commit details
    Browse the repository at this point in the history
  8. Exec image wiring (getporter#3238)

    * Example on how to wire an image via exec mixin
    
    Signed-off-by: John Cudd <[email protected]>
    
    * Small tweak to naming
    
    Signed-off-by: John Cudd <[email protected]>
    
    ---------
    
    Signed-off-by: John Cudd <[email protected]>
    Signed-off-by: robinbraemer <[email protected]>
    jmcudd authored and robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    95cb9b6 View commit details
    Browse the repository at this point in the history
  9. parallel query runs and results

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0c242a0 View commit details
    Browse the repository at this point in the history
  10. remove unused

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bea33ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b89898c View commit details
    Browse the repository at this point in the history
  12. only depricate NewFor

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    437748b View commit details
    Browse the repository at this point in the history
  13. rename to more general IsSQLStore

    Signed-off-by: robinbraemer <[email protected]>
    robinbraemer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    388f7a6 View commit details
    Browse the repository at this point in the history