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

Merged
merged 34 commits into from
Oct 8, 2024
Merged

Prod deploy #2719

merged 34 commits into from
Oct 8, 2024

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 authored 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 authored 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 authored 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 authored 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 authored 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
  2. chore(deps): bump github.com/containers/common from 0.60.2 to 0.60.4 (#…

    …2722)
    
    Bumps [github.com/containers/common](https://github.com/containers/common) from 0.60.2 to 0.60.4.
    - [Release notes](https://github.com/containers/common/releases)
    - [Commits](containers/common@v0.60.2...v0.60.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containers/common
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4ee741f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    3bb06fb View commit details
    Browse the repository at this point in the history
  2. chore: Bump studio to the latest image version 20240930 (#2720)

    Update studio version to 20240930
    ivasilov authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0efc21d View commit details
    Browse the repository at this point in the history
  3. fix: email templates for monorepos (#2723)

    * fix: email templates for monorepos
    
    Fixes: #2721
    
    * Update pkg/config/config.go
    
    * Revert "Update pkg/config/config.go"
    
    This reverts commit 2dbc9f0.
    
    ---------
    
    Co-authored-by: Han Qiao <[email protected]>
    Co-authored-by: Qiao Han <[email protected]>
    3 people authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    333a2ca View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    9365527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b591c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b045039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887b5bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b906fc5 View commit details
    Browse the repository at this point in the history
  6. chore: fix unit tests

    sweatybridge committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dffb8d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3efd48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c805fc6 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump bin-links from 4.0.4 to 5.0.0 (#2712)

    Bumps [bin-links](https://github.com/npm/bin-links) from 4.0.4 to 5.0.0.
    - [Release notes](https://github.com/npm/bin-links/releases)
    - [Changelog](https://github.com/npm/bin-links/blob/main/CHANGELOG.md)
    - [Commits](npm/bin-links@v4.0.4...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: bin-links
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e642265 View commit details
    Browse the repository at this point in the history