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

release v0.78.0 #1292

Merged
merged 15 commits into from
Apr 11, 2024
Merged

release v0.78.0 #1292

merged 15 commits into from
Apr 11, 2024

Conversation

harishv7
Copy link
Contributor

@harishv7 harishv7 commented Apr 11, 2024

New

  • refactor(OTP): simplify code by using upsert() #1283
  • refactor(UserService): simplify login by using findOrCreate() #1281
  • chore: change error handler to use logger.error #1284
  • feat(task def): update env #1282
  • fix: name auth routers #1278
  • feat(dd): add source code linkage #1279
  • fix(mergify): fix mistake #1280
  • chore(ci): enhance mergify #1245
  • backport v0.77.0 #1277

Dependencies

  • build(deps): bump @aws-sdk/client-amplify from 3.540.0 to 3.549.0 #1289
  • build(deps): bump js-base64 from 3.7.6 to 3.7.7 #1288
  • build(deps): bump base-64 from 0.1.0 to 1.0.0 #1254
  • build(deps): bump marked from 11.2.0 to 12.0.1 #1219

Dev-Dependencies

  • build(deps-dev): bump @types/aws-lambda from 8.10.132 to 8.10.137 #1286

Tests

refactor(OTP): simplify code by using upsert() #1283

  • Login via email OTP

refactor(UserService): simplify login by using findOrCreate() #1281

  • Login successfully via email
  • Login successfully via github

chore: change error handler to use logger.error #1284

feat(dd): add source code linkage #1279

  • check the page here post deployment of this PR to staging.
  • the linkage should be green for service:isomer, env:staging, version:0.77
Screenshot 2024-04-08 at 10 32 35 PM

Full Changelog: https://github.com/isomerpages/isomercms-backend/compare/v0.77.0..v0.78.0

alexanderleegs and others added 15 commits April 8, 2024 10:41
* ci(mergify): fixup mergify

* chore(mergify): dup rule from fe

* refactor(mergify): automerge all non-major updates
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.0.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v11.2.0...v12.0.1)

---
updated-dependencies:
- dependency-name: marked
  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>
Bumps [base-64](https://github.com/mathiasbynens/base64) from 0.1.0 to 1.0.0.
- [Commits](mathiasbynens/base64@v0.1.0...v1.0.0)

---
updated-dependencies:
- dependency-name: base-64
  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>
* ci(env): inject dd env vars

* refactor(datadog): shift envars to task def
)

Bumps [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) from 8.10.132 to 8.10.137.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

---
updated-dependencies:
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:development
  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>
Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.6 to 3.7.7.
- [Commits](dankogai/js-base64@3.7.6...3.7.7)

---
updated-dependencies:
- dependency-name: js-base64
  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>
)

Bumps [@aws-sdk/client-amplify](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-amplify) from 3.540.0 to 3.549.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-amplify/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.549.0/clients/client-amplify)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-amplify"
  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>
* refactor: simplify code by using findOrCreate()

* fix: update user service login tests

* feat: dont run the date update in the transaction

* fix: fix test + test for update flow

* fix: use the correct method upsert()
* refactor: simplify code and unify behaviour

* fix: use the correct method upsert
@harishv7 harishv7 requested a review from a team April 11, 2024 07:12
@harishv7 harishv7 mentioned this pull request Apr 11, 2024
@harishv7 harishv7 merged commit f46fc3c into master Apr 11, 2024
42 checks passed
Copy link

mergify bot commented Apr 11, 2024

⚠️ The sha of the head commit of this PR conflicts with #1293. Mergify cannot evaluate rules on this PR. ⚠️

@mergify mergify bot deleted the release_v0.78.0 branch April 11, 2024 07:42
This was referenced Jun 27, 2024
@dcshzj dcshzj mentioned this pull request Jun 27, 2024
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.

4 participants