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 #2916

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

Prod deploy #2916

wants to merge 24 commits into from

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    f4b5ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652c0cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbf6b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. chore: update api/beta.yaml from staging v1-yaml (#2906)

    * chore: update api/beta.yaml from staging v1-yaml
    
    * chore: revert to single quote
    
    ---------
    
    Co-authored-by: Qiao Han <qiao@supabase.io>
    avallete and sweatybridge authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    47bcb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff190bd View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#…

    …2913)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e6a510a View commit details
    Browse the repository at this point in the history
  4. chore: remove trailing semicolon from role_configs.sql (#2907)

    Update role_configs.sql
    encima authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7612157 View commit details
    Browse the repository at this point in the history
  5. fix(realtime): bump realtime image to 2.33.51 (#2905)

    chore(deps): bump realtime image to 2.33.51
    asevich authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e3f8f34 View commit details
    Browse the repository at this point in the history
  6. fix(reset): ensure _supabase connections disconnect before reset (#2904)

    * fix(reset): ensure _supabase connections disconnect before reset
    
    Closes #2903
    
    * fix: switch tests
    
    * fix: refactor reset for multiples db
    
    * chore: refactor terminate backend query
    
    ---------
    
    Co-authored-by: Qiao Han <qiao@supabase.io>
    avallete and sweatybridge authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b9e89fc View commit details
    Browse the repository at this point in the history
  7. feat(config): allow custom admin and sendername for inbucket (#2908)

    * feat(config): allow custom admin and sendername for inbucket
    
    * Update pkg/config/templates/config.toml
    
    Co-authored-by: Han Qiao <sweatybridge@gmail.com>
    
    ---------
    
    Co-authored-by: Han Qiao <sweatybridge@gmail.com>
    avallete and sweatybridge authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1fb5d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. chore(deps): bump github.com/golangci/golangci-lint from 1.62.0 to 1.…

    …62.2 (#2917)
    
    chore(deps): bump github.com/golangci/golangci-lint
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.62.0 to 1.62.2.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.62.0...v1.62.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    949b018 View commit details
    Browse the repository at this point in the history
  2. fix: initialise test otp to an empty map (#2919)

    * fix: initialise test otp to an empty map
    
    * chore: update unit tests
    
    * chore: updater tests
    sweatybridge authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ab95a72 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    b87d67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536acf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf6bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb7f30 View commit details
    Browse the repository at this point in the history
  5. feat: add minimum password length and password requirements config (#…

    …2885)
    
    * feat: add minimal password length and password requirements config
    
    * Update auth config body
    
    * fix: change password requirements to a map
    
    * tests: update config and diff files
    
    * update diffs for tests
    
    * chore: convert between local and remote password
    
    * chore: refactor config fields
    
    * chore: add unit tests for password requirement
    
    * chore: add missing testdata
    
    ---------
    
    Co-authored-by: Qiao Han <qiao@supabase.io>
    silentworks and sweatybridge authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b9e0aa0 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/stripe/pg-schema-diff from 0.7.0 to 0.8.0 (

    #2922)
    
    Bumps [github.com/stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/stripe/pg-schema-diff/releases)
    - [Commits](stripe/pg-schema-diff@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stripe/pg-schema-diff
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d3cd223 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26a20ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    486a9bf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. chore(deps): bump github.com/go-xmlfmt/xmlfmt from 1.1.2 to 1.1.3 (#2929

    )
    
    Bumps [github.com/go-xmlfmt/xmlfmt](https://github.com/go-xmlfmt/xmlfmt) from 1.1.2 to 1.1.3.
    - [Release notes](https://github.com/go-xmlfmt/xmlfmt/releases)
    - [Commits](go-xmlfmt/xmlfmt@v1.1.2...v1.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-xmlfmt/xmlfmt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    eae2bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3a49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff60a7 View commit details
    Browse the repository at this point in the history