-
Notifications
You must be signed in to change notification settings - Fork 4
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
Deployment #1677
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
hugotiburtino
commented
Jul 16, 2024
•
edited
Loading
edited
- refactor!(api): remove automatic migration while locally developing #1676
- push db-migration image to GitHub Container Registry instead of Google #1675
- feat: Use the database while trying to reconnect to Redis #1669
- Revert "feat: Use the database while trying to reconnect to Redis" #1684
- chore(deps-dev): bump fp-ts from 2.16.6 to 2.16.8 #1690
- chore(deps-dev): bump @types/node from 18.19.34 to 18.19.41 #1688
- feat(health): couple the health check with a operation that depends on redis #1691
- chore(deps-dev): bump msw from 2.3.1 to 2.3.2 #1689
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 #1695
- chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 #1693
- chore(deps-dev): bump fp-ts from 2.16.8 to 2.16.9 #1694
- possible improvements for enmeshed #1692
- move spreadsheet 'model' into 'schema' #1697
- chore(deps-dev): bump @graphql-codegen/typescript-resolvers from 4.1.0 to 4.2.1 #1686
- push server and swr images to GHCR instead of Google #1696
- chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0 #1687
- chore(deploy): rewrite to bash to stop after errors #1702
- feat: Use the database while trying to reconnect to Redis - Second Attempt #1685
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
…hen pushing via Github Action
feat: Use the database while trying to reconnect to Redis
Revert "feat: Use the database while trying to reconnect to Redis"
Bumps [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/resolvers) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-resolvers" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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
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
possible improvements for enmeshed
move spreadsheet 'model' into 'schema'
…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
pull Serlo MySQL database from GHCR
…derning feat: Use the database while trying to reconnect to Redis - Second Attempt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.