-
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
システムユーザーのファイル一覧を追加 #595
Merged
kozakura913
merged 5 commits into
yojo-art:develop
from
kozakura913:view_system_file_only
Dec 26, 2024
Merged
システムユーザーのファイル一覧を追加 #595
kozakura913
merged 5 commits into
yojo-art:develop
from
kozakura913:view_system_file_only
Dec 26, 2024
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
github-actions
bot
added
packages/backend
packages/frontend
packages/cherrypick-js
labels
Dec 25, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #595 +/- ##
============================================
+ Coverage 19.87% 62.07% +42.19%
============================================
Files 797 899 +102
Lines 123110 112828 -10282
Branches 1041 2856 +1815
============================================
+ Hits 24474 70039 +45565
+ Misses 98031 42729 -55302
+ Partials 605 60 -545 ☔ View full report in Codecov by Sentry. |
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -6589,7 +6589,8 @@
"enum": [
"combined",
"local",
- "remote"
+ "remote",
+ "system"
],
"default": "local"
}, |
絵文字ラベル表示だけ別PRに移動させるかも |
penginn-net
reviewed
Dec 26, 2024
penginn-net
approved these changes
Dec 26, 2024
絵文字ラベルやっぱ別機能だしPR分けるわ |
4 tasks
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
resolve: #484
Additional info (optional)
既存の「ファイル」の所に追加する感じで実装した
Checklist