-
Notifications
You must be signed in to change notification settings - Fork 6
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
リバーシ連合 #271
リバーシ連合 #271
Conversation
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -80281,6 +80281,15 @@
"$ref": "#/components/schemas/Error"
},
"examples": {
+ "NO_SUCH_USER": {
+ "value": {
+ "error": {
+ "message": "No such user.",
+ "code": "NO_SUCH_USER",
+ "id": "0b4f0559-b484-4e31-9581-3f73cee89b28"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": {
@@ -80583,6 +80592,10 @@
"multiple": {
"type": "boolean",
"default": false
+ },
+ "accept_only": {
+ "type": "boolean",
+ "default": false
}
}
} |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #271 +/- ##
===========================================
- Coverage 64.42% 64.23% -0.19%
===========================================
Files 1072 1073 +1
Lines 132176 132763 +587
Branches 4681 5678 +997
===========================================
+ Hits 85156 85282 +126
+ Misses 46987 45660 -1327
- Partials 33 1821 +1788 ☔ View full report in Codecov by Sentry. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Feat: Reversi Federation yojo-art/cherrypick#271
Feat: Reversi Federation yojo-art/cherrypick#271
Feat: Reversi Federation yojo-art/cherrypick#271
close: #256
配送するActivityの種類が追加される
配送するObjectの種類が追加される
UndoされるActivityの種類が追加される
ランダムマッチングは連合できない
招待を受ける時にその招待が無効であれば招待一覧を最新に更新する
配送遅延を考慮し、時間制限は適用しない
Checklist