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: 13.12.2 #10833

Merged
merged 51 commits into from
May 12, 2023
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
baa4585
refactor(frontend): use css modules
syuilo May 9, 2023
ae5a72a
feat: 投稿したコンテンツのAIによる学習を軽減するオプションを追加
syuilo May 10, 2023
6a25015
enhance(backend): publicReactionsをデフォルトtrueに
syuilo May 10, 2023
0c4c4e7
念のためnoimageaiもつける
syuilo May 10, 2023
7ae1d65
add X-Robots-Tag: noai
syuilo May 10, 2023
b545146
Update ja-JP.yml
syuilo May 10, 2023
0729678
fix(frontend): ブラーエフェクトを有効にしている状態で高負荷になる問題を修正
syuilo May 10, 2023
574cfdf
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo May 10, 2023
341c42e
enhance(backend): graceful shutdown for job queue and refactor
syuilo May 10, 2023
9557579
fix(backend): テスト時は一部のサービスを停止
syuilo May 10, 2023
adf6615
fix test
syuilo May 10, 2023
d75a7fd
New Crowdin updates (#10815)
syuilo May 10, 2023
37c119e
refactor
syuilo May 10, 2023
02059fd
bump
syuilo May 10, 2023
f9f115b
refactor(frontend): use css module
syuilo May 10, 2023
ed634b4
refactor(frontend): use css module
syuilo May 10, 2023
ea9a95c
delete unused component
syuilo May 10, 2023
c15b75e
センシティブワードを正規表現、CWにも適用するように (#10688)
nenohi May 10, 2023
11ea1a2
Update CHANGELOG.md
syuilo May 10, 2023
6d4d9f4
New Crowdin updates (#10823)
syuilo May 10, 2023
69afd04
ci: fix typo
acid-chicken May 10, 2023
8c30ca5
fix(frontend): より明確な説明にしたのとtypo修正
syuilo May 11, 2023
b380dc5
fix typo
syuilo May 11, 2023
1773596
fix(frontend): カラーバーがリプライには表示されないのを修正
syuilo May 11, 2023
df924d1
fix(frontend): チャンネル内の検索ボックスが挙動不審な問題を修正
syuilo May 11, 2023
26d85c8
enhance(backend): ノートのハッシュタグもMeilisearchに突っ込むように
syuilo May 11, 2023
8b352e4
feat(frontend): ユーザー指定ノート検索
syuilo May 11, 2023
9e464ea
fix(frontend): fix retention chart rendering
syuilo May 11, 2023
e18feb4
Update about-misskey.vue
syuilo May 11, 2023
3c0dccc
meta: Remove @rinsuki from reviewer-lottery (#10830)
rinsuki May 11, 2023
0758c56
New Crowdin updates (#10824)
syuilo May 11, 2023
a65fa68
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo May 11, 2023
2b26a2f
enhance(frontend): アカウント初期設定ウィザードにプライバシー設定を追加
syuilo May 11, 2023
16eedb8
Update CHANGELOG.md
syuilo May 11, 2023
1cc106b
fix(backend): ひとつのMeilisearchサーバーを複数のMisskeyサーバーで使えない問題を修正
syuilo May 11, 2023
8ddae83
fix MkUserSetupDialog.Privacy.vue
syuilo May 11, 2023
cbb779f
ci: skip non-Japanese locale on TurboSnap
acid-chicken May 11, 2023
b01a1b3
ci: notify on changes for push events
acid-chicken May 11, 2023
909ec8c
ci: fix missing branch
acid-chicken May 11, 2023
8328a66
Update basic.cy.js
syuilo May 11, 2023
bb3c85d
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo May 11, 2023
23994d8
[ci skip] New Crowdin updates (#10834)
syuilo May 11, 2023
9bd4ad0
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo May 11, 2023
3370419
:art:
syuilo May 11, 2023
f06339b
:art:
syuilo May 11, 2023
055dc6b
enhance(frontend): add retention line chart
syuilo May 12, 2023
6f1994c
update deps
syuilo May 12, 2023
d1c2e4a
refactor
syuilo May 12, 2023
d2e6b17
fix(frontend): Pageにおいて画像ブロックに画像を設定できない問題を修正
syuilo May 12, 2023
5be6438
update deps
syuilo May 12, 2023
f983e44
fix(frontend): fix retention rate heatmap rendering
syuilo May 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: notify on changes for push events
  • Loading branch information
acid-chicken committed May 11, 2023
commit b01a1b3c178d0f2838facb674f75bd46860188b9
16 changes: 15 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,9 @@ jobs:
if [ "$CHROMATIC_PARAMETER" = " --skip" ]; then
echo "skip=true" >> $GITHUB_OUTPUT
fi
pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static $(echo "$CHROMATIC_PARAMETER")
if pnpm --filter frontend chromatic -d storybook-static $(echo "$CHROMATIC_PARAMETER"); then
echo "success=true" >> $GITHUB_OUTPUT
fi
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Publish to Chromatic
@@ -75,6 +77,18 @@ jobs:
pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static $(echo "$CHROMATIC_PARAMETER")
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Notify that Chromatic detects changes
uses: actions/[email protected]
if: github.event_name != 'pull_request_target' && steps.chromatic_push.outputs.success == 'false'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.repos.createCommitComment({
owner: context.repo.owner,
repo: context.repo.repo,
commit_sha: context.sha,
body: 'Chromatic detects changes. Please [review the changes on Chromatic](https://www.chromatic.com/builds?appId=6428f7d7b962f0b79f97d6e4).'
})
- name: Notify that Chromatic will skip testing
uses: actions/[email protected]
if: github.event_name == 'pull_request_target' && steps.chromatic_pull_request.outputs.skip == 'true'