-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(backend): use insertOne insteadof insert/findOneOrFail combination #13908
Merged
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
/preview |
/preview |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13908 +/- ##
============================================
- Coverage 77.84% 64.95% -12.89%
============================================
Files 185 989 +804
Lines 25595 112848 +87253
Branches 487 5815 +5328
============================================
+ Hits 19924 73306 +53382
- Misses 5664 38100 +32436
- Partials 7 1442 +1435 ☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら |
👍👍👍 |
1 task
kanarikanaru
added a commit
to kanarikanaru/misskey
that referenced
this pull request
Jun 13, 2024
…mbination (misskey-dev#13908)" This reverts commit 2b8056a.
kanarikanaru
added a commit
to kanarikanaru/misskey
that referenced
this pull request
Jun 13, 2024
This reverts commit 8592716. Revert "fix(backend): use insertOne insteadof insert/findOneOrFail combination (misskey-dev#13908)" This reverts commit 2b8056a. Revert "enhance(backend): sentry integration for job queues" This reverts commit d4a8c63. Revert "fix" This reverts commit 65d1927. Revert "enhance(backend): improve sentry integration" This reverts commit ab69e11. Revert "enhance(backend): improve sentry integration" This reverts commit a697a7f. Revert "lint fixes" This reverts commit d55e638. Revert "enhance(backend): improve sentry integration" This reverts commit 8f833d7. Revert "feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (misskey-dev#13758)" This reverts commit 61fae45.
kanarikanaru
added a commit
to kanarikanaru/misskey
that referenced
this pull request
Jun 13, 2024
…mbination (misskey-dev#13908)" This reverts commit 2b8056a.
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.
What
挿入後すぐデータが必要な場合に
とせずに
とする
Why
Related to #10897
Additional info (optional)
wip
Checklist