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

Prod deploy #2719

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

Prod deploy #2719

wants to merge 21 commits into from

Commits on Sep 24, 2024

  1. feat: support remote config overrides (#2704)

    * feat: setup basics for branch config override
    
    * fix: use pointers for falsy values to determine emptyness
    
    * chore: refactor turn Auth.EnableSignup into pointer
    
    * wip: attemps non pointer approach
    
    * fix: use direct toml parsing to distinguish undefined values
    
    * chore: restore gomod
    
    * chore: refactor to a single function leverage mergo
    
    * chore: fix lint
    
    * fix: add branch override logic to LoadConfigFs
    
    * fix: inverted logic
    
    * chore: add env branch override test
    
    * chore: add test for slices merging
    
    * chore: remote config overrides
    
    * chore: validate project id
    
    * Apply suggestions from code review
    
    Co-authored-by: Andrew Valleteau <[email protected]>
    
    ---------
    
    Co-authored-by: avallete <[email protected]>
    Co-authored-by: Andrew Valleteau <[email protected]>
    3 people committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    01256a1 View commit details
    Browse the repository at this point in the history
  2. fix: disable security opts for db test on bitbucket runner (#2705)

    hotfix(cli): disable security opts for db test on bitbucket runner
    avallete committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11c5004 View commit details
    Browse the repository at this point in the history
  3. fix: Bump studio to the latest image version 20240923 (#2706)

    Update studio version to 20240923
    ivasilov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2ad2d33 View commit details
    Browse the repository at this point in the history
  4. chore: use _supabase database for internals

    This is to avoid overloading our user postgres database
    with every new addition to _analytics or _realtime
    avallete committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bb28463 View commit details
    Browse the repository at this point in the history
  5. chore: fix tests mocks

    avallete committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e94687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5904062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6788f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76ef3d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat: add custom seed path to config (#2702)

    * chore: replace SeedDataPath by DefaultSeedDataPath
    
    * wip: add path seed matching logic
    
    * chore: add test for utils.GetSeedFiles
    
    * chore: wip tests mock
    
    * chore: fix lint
    
    * chore: show seed path
    
    * chore: change comment
    
    * chore: apply pr suggestions
    
    * chore: fix lint
    
    * chore: keep default value assignation
    
    * chore: remove DefaultSeedPath
    
    * chore: keep consistent WARNING message
    
    * chore: inline get seed file path
    
    * chore: address review comments
    
    ---------
    
    Co-authored-by: Qiao Han <[email protected]>
    avallete and sweatybridge committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fd04d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb664a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371a163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5a34fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    936f5df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49fd57f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    1623aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2822808 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ccf214d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e911718 View commit details
    Browse the repository at this point in the history
  3. Update internal/db/start/start.go

    Co-authored-by: Han Qiao <[email protected]>
    avallete and sweatybridge committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3115143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b64a8c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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