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

Merged
merged 16 commits into from
Mar 26, 2024
Merged

Prod deploy #2089

merged 16 commits into from
Mar 26, 2024

Commits on Mar 20, 2024

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

    …57.0 (#2068)
    
    chore(deps): bump github.com/golangci/golangci-lint
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.2 to 1.57.0.
    - [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.56.2...v1.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    51a71a5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/docker/docker from 25.0.4+incompatible t…

    …o 25.0.5+incompatible (#2069)
    
    chore(deps): bump github.com/docker/docker
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.4+incompatible to 25.0.5+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v25.0.4...v25.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d9da708 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/docker/cli from 25.0.4+incompatible to 2…

    …5.0.5+incompatible (#2070)
    
    chore(deps): bump github.com/docker/cli
    
    Bumps [github.com/docker/cli](https://github.com/docker/cli) from 25.0.4+incompatible to 25.0.5+incompatible.
    - [Commits](docker/cli@v25.0.4...v25.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a52212e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58e86b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: use custom network for local database when starting pg-meta (#2064)

    * use custom network for local database
    
    * Update internal/gen/types/typescript/typescript.go
    
    * fix: save original url
    
    * chore: update mocks for new pgx
    
    ---------
    
    Co-authored-by: Christoph Etzel <[email protected]>
    Co-authored-by: Han Qiao <[email protected]>
    Co-authored-by: Qiao Han <[email protected]>
    4 people authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    efa43f3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/golangci/golangci-lint from 1.57.0 to 1.…

    …57.1 (#2072)
    
    chore(deps): bump github.com/golangci/golangci-lint
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.0 to 1.57.1.
    - [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.57.0...v1.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b795f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    09da19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a409cbb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump tar from 6.2.0 to 6.2.1 (#2083)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b340552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034017b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e21ef View commit details
    Browse the repository at this point in the history
  6. feat: pg-meta v0.80.0

    Generates types for foreign tables
    soedirgo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0b25a65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e75c96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f9cd91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b9a7cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore(deps): bump github.com/jackc/pgtype from 1.14.2 to 1.14.3 (#2087)

    Bumps [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.14.2 to 1.14.3.
    - [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md)
    - [Commits](jackc/pgtype@v1.14.2...v1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgtype
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7fcd3f0 View commit details
    Browse the repository at this point in the history