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

Deployment #1677

Merged
merged 55 commits into from
Aug 2, 2024
Merged

Deployment #1677

merged 55 commits into from
Aug 2, 2024

Conversation

hugotiburtino and others added 30 commits July 12, 2024 11:50
The retries were reduced in order that the user get the data more
quickly.

Solves #1430
refactor!(api): remove automatic migration while locally developing
push db-migration image to GitHub Container Registry instead of Google
feat: Use the database while trying to reconnect to Redis
Revert "feat: Use the database while trying to reconnect to Redis"
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.23.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.21.5...v0.23.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.34 to 18.19.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [msw](https://github.com/mswjs/msw) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.6 to 2.16.8.
- [Release notes](https://github.com/gcanti/fp-ts/releases)
- [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gcanti/fp-ts/commits)

---
updated-dependencies:
- dependency-name: fp-ts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump fp-ts from 2.16.6 to 2.16.8
…e-18.19.41

chore(deps-dev): bump @types/node from 18.19.34 to 18.19.41
feat(health): couple the health check with a operation that depends on redis
After a first attempt, we got the error `this._ready.then is not a function`
which it related to `Object.queue`. We couldn't unfortunatelly reproduce
it locally, but since this was the only change made in Queue I hope
reverting it will avoid the error.
chore(deps-dev): bump msw from 2.3.1 to 2.3.2
dependabot bot and others added 25 commits July 29, 2024 06:39
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.16.8 to 2.16.9.
- [Release notes](https://github.com/gcanti/fp-ts/releases)
- [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gcanti/fp-ts/commits)

---
updated-dependencies:
- dependency-name: fp-ts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…3.3.3

chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
…t-5.5.4

chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
chore(deps-dev): bump fp-ts from 2.16.8 to 2.16.9
…odegen/typescript-resolvers-4.2.1

chore(deps-dev): bump @graphql-codegen/typescript-resolvers from 4.1.0 to 4.2.1
push server and swr images to GHCR instead of Google
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Unfortunately, handling error in typescript script was quite complicated
and sometimes the CI passed, even though there was an error.
The bash script fails fast.

coauthor: ChatGPT for rewriting the code so fast.
….23.0

chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0
chore(deploy): rewrite to bash to stop after errors
…derning

feat: Use the database while trying to reconnect to Redis - Second Attempt
@hugotiburtino hugotiburtino requested a review from kulla August 2, 2024 08:44
@hugotiburtino hugotiburtino merged commit df5da0c into production Aug 2, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants