Skip to content

Commit

Permalink
Merge branch 'taiyme' into workflow-for-v2024
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 24684f0
Merge: 8ecb4c1 00dc7c5
Author: taiy <[email protected]>
Date:   Tue May 7 14:24:01 2024 +0900

    Merge pull request misskey-dev#212 from taiyme/merge-upstream

commit 00dc7c5
Merge: 8ecb4c1 c639f30
Author: taiyme <[email protected]>
Date:   Tue May 7 12:24:06 2024 +0900

    Merge remote-tracking branch 'upstream/develop' into merge-upstream

commit 8ecb4c1
Author: taiyme <[email protected]>
Date:   Tue May 7 11:25:29 2024 +0900

    tweak(MkNoteSub): 余白の微調整など

commit c1b0a9e
Author: taiyme <[email protected]>
Date:   Mon May 6 22:53:02 2024 +0900

    tweak(MkNoteDetailed): 返信を自動で展開する

commit 21eced5
Author: taiyme <[email protected]>
Date:   Mon May 6 22:51:28 2024 +0900

    refactor: 空文字の比較を厳密等価演算子に修正

commit c639f30
Author: syuilo <[email protected]>
Date:   Mon May 6 20:41:39 2024 +0900

    Update CHANGELOG.md

commit fc77ad9
Author: syuilo <[email protected]>
Date:   Mon May 6 20:37:04 2024 +0900

    refactor(frontend): provide linkNavigationBehavior

commit 533f395
Author: taiyme <[email protected]>
Date:   Mon May 6 19:49:34 2024 +0900

    refactor: style属性のセミコロンなど

commit 691157d
Author: taiyme <[email protected]>
Date:   Mon May 6 19:47:57 2024 +0900

    fix(MkNoteDetailed): renoteInfoにチャンネルが含まれない

commit 2b21c19
Author: syuilo <[email protected]>
Date:   Sat May 4 20:56:14 2024 +0900

    update deps (misskey-dev#13624)

    * update deps

    * Update package.json

    * update deps

    * build: pass --strip-leading-paths to restore 0.2.x behavior (misskey-dev#13684)

    * ✌️

    * ✌️

    * pureimageの代わりに@napi-rs/canvasを使う (misskey-dev#13748)

    * pureimageの代わりに@napi-rs/canvasを使う

    * remove writestream

    * remove createtemp

    * wip

    * Update ClientServerService.ts

    * update pnpm to 9.x

    * update deps

    * re: update pnpm to 9.x

    * update node

    * ✌️

    ---------

    Co-authored-by: anatawa12 <[email protected]>
    Co-authored-by: tamaina <[email protected]>

commit eef7fcd
Author: syuilo <[email protected]>
Date:   Sat May 4 19:40:17 2024 +0900

    chore(frontend): ui tweak

commit 774bdd1
Author: taiyme <[email protected]>
Date:   Sat May 4 19:14:36 2024 +0900

    enh(ui): 描画しているUIをprovide/injectする

commit a3f979f
Author: taiyme <[email protected]>
Date:   Sat May 4 19:18:11 2024 +0900

    tweak(tms): インスタンス情報 -> ノートのサーバー情報

commit ab0309c
Author: taiyme <[email protected]>
Date:   Sat May 4 19:16:50 2024 +0900

    tweak(tms): Pull-to-Refresh -> 引っ張ってリロード

commit 053e762
Author: かっこかり <[email protected]>
Date:   Sat May 4 13:21:40 2024 +0900

    enhance(frontend_ais): PostForm系の設定項目を追加 (misskey-dev#13788)

    * enhance(frontend_ais): PostForm系の設定項目を追加

    * Update Changelog

commit ab34fa5
Author: taiyme <[email protected]>
Date:   Fri May 3 20:33:56 2024 +0900

    chore(frontend): update patrons

commit 7c9c175
Author: taiy <[email protected]>
Date:   Thu May 2 22:38:53 2024 +0900

    fix(InstanceTicker): リモートサーバーのアイコンが初期画像になる問題 (misskey-dev#211)

commit b173f77
Author: taiyme <[email protected]>
Date:   Thu May 2 17:23:36 2024 +0900

    chore: welcome to (taiymeize)

commit b31e21a
Author: taiyme <[email protected]>
Date:   Thu May 2 17:08:54 2024 +0900

    fix mock (MkPostForm, MkMediaImage)

commit eab973d
Author: taiy <[email protected]>
Date:   Wed May 1 19:43:28 2024 +0900

    enhance(MkMention): Acctが長い場合省略して表示する、他 (misskey-dev#209)

    * enh: Acctが長い場合省略して表示する (fix: Acctが長い場合謎の改行が発生する問題)
    * fix: 一部の値がリアクティブでない問題
    * fix: 特定の条件下で自分自身を判定できない問題

commit 5a329a0
Author: taiy <[email protected]>
Date:   Wed May 1 18:23:11 2024 +0900

    Revert "enhance(frontend): add contact page" (misskey-dev#208)

    This reverts commit ef630df.

commit 40b501b
Merge: 3979cc2 d3799d6
Author: taiy <[email protected]>
Date:   Wed May 1 18:17:16 2024 +0900

    Merge pull request misskey-dev#207 from taiyme/merge-upstream

commit d3799d6
Merge: 3979cc2 c530a46
Author: taiyme <[email protected]>
Date:   Wed May 1 17:52:52 2024 +0900

    Merge remote-tracking branch 'upstream/develop' into merge-upstream

commit c530a46
Author: Kisaragi <[email protected]>
Date:   Wed May 1 17:13:20 2024 +0900

    enhance(backend): ドライブのファイルがNSFWかどうか個別に連合されるように (misskey-dev#13756)

    * fix(backend): ノートのattachmentにおいて、attach.sensitiveが元から存在する場合はそれを尊重する

    * docs: update changelog (per misskey-dev#13756)

    * feat(backend,apub): renderDocumentがsensitiveを連合するようにする
    per misskey-dev#13755 (comment)

    * chore(backend): 追加したコメントを削除

    * docs: changelogをより丁寧にする

    * docs: changelogの項目名をPRに合わせる

    * docs: tweak

    apply suggestion from mei23

commit 9c057e6
Author: zyoshoka <[email protected]>
Date:   Wed May 1 16:39:16 2024 +0900

    fix(frontend): fix Storybook type errors (misskey-dev#13779)

    * fix(frontend): fix Storybook type errors

    * fix: `hasReduce` doesn't work in args

commit d2a5bb3
Author: Daiki Mizukami <[email protected]>
Date:   Wed May 1 07:33:58 2024 +0000

    Merge pull request from GHSA-2vxv-pv3m-3wvj

    * fix: normalize incoming signed activities

    * Tweak style

    * Update CHANGELOG.md

    * Log compacted activity as well

    ---------

    Co-authored-by: syuilo <[email protected]>

commit 9f66f22
Author: taiy <[email protected]>
Date:   Wed May 1 15:29:38 2024 +0900

    fix(frontend): 連合なしの状態の読み書きができない問題 (misskey-dev#13777)

    * fix: 連合なしの状態の読み書きができない問題

    * update changelog

    * fix types: misskey-dev#13777 (comment)

commit ef630df
Author: syuilo <[email protected]>
Date:   Wed May 1 14:12:36 2024 +0900

    enhance(frontend): add contact page

commit 8c5e564
Author: かっこかり <[email protected]>
Date:   Wed May 1 13:52:59 2024 +0900

    fix type error

commit 2017f91
Author: かっこかり <[email protected]>
Date:   Wed May 1 13:51:00 2024 +0900

    refactor(frontend): 非ログイン画面でのmeta取得を減らす (misskey-dev#13776)

    * refactor(frontend): 非ログイン画面でのmeta取得を減らす

    * fix(frontend): サーバー供給のmetaとクライアントフォールバックで取れるmetaの型が違うのを修正

    * force fetch meta at welcome.vue

    * refactor

commit 3979cc2
Author: taiy <[email protected]>
Date:   Tue Apr 30 23:13:24 2024 +0900

    fix: 連合なしの状態の読み書きができない問題、他 (misskey-dev#206)

    * fix: 連合なしの状態の読み書きができない問題
    * fix: canPakuru: trueの場合、canRenoteを無視してリノートボタンが表示される問題
    * refactoring: 共通部分を関数でまとめたり、三項演算子をやめてif文の記述にしたり、など

commit 5f93074
Author: taiyme <[email protected]>
Date:   Mon Apr 29 21:04:51 2024 +0900

    fix(tms): toMeEntity でトークンが取得できないことがある問題

commit 2d23e45
Author: CaffeinePower <[email protected]>
Date:   Tue Apr 30 09:57:36 2024 +0900

    hotfix: compact incoming signed activities (misskey-dev#205)

    Co-authored-by: Daiki Mizukami <[email protected]>

commit 2ff90a8
Author: zyoshoka <[email protected]>
Date:   Mon Apr 29 15:36:01 2024 +0900

    fix(backend): add detailed schema to `fetch-rss` endpoint (misskey-dev#13764)

commit b8beb2d
Author: taiyme <[email protected]>
Date:   Mon Apr 29 15:28:57 2024 +0900

    fix(frontend): isEnabledUrlPreview をリアクティブに判定する

commit 15ca917
Merge: 5b31fea fd55f35
Author: taiy <[email protected]>
Date:   Sun Apr 28 20:34:13 2024 +0900

    Merge pull request misskey-dev#203 from taiyme/merge-upstream

commit fd55f35
Merge: 5b31fea e2ff5f5
Author: taiyme <[email protected]>
Date:   Sun Apr 28 19:36:30 2024 +0900

    Merge remote-tracking branch 'upstream/develop' into merge-upstream

commit e2ff5f5
Author: syuilo <[email protected]>
Date:   Sun Apr 28 10:54:20 2024 +0900

    lint

commit c7d7da8
Author: MeiMei <[email protected]>
Date:   Sun Apr 28 10:53:33 2024 +0900

    AP Link等は添付ファイル扱いしないようになど (misskey-dev#13754)

    * Linkは添付ファイルではない

    * CHANGELOG

commit 8e8ee2a
Author: anatawa12 <[email protected]>
Date:   Sat Apr 27 21:24:39 2024 +0900

    open links in abuse comment in new window (misskey-dev#13381)

    * feat: changing MkA behavior from MkMFM

    * chore: open links in abuse comment in new window

    * docs(changelog): 通報のコメント内のリンクをクリックした際、ウィンドウで開くように

    * chore: use inject instead of prop drilling

    * Revert "chore: use inject instead of prop drilling"

    This reverts commit b4dd14e.

commit fe1172f
Author: anatawa12 <[email protected]>
Date:   Sat Apr 27 20:41:55 2024 +0900

    fix: ハイフンを含むリモート絵文字が描画されない (misskey-dev#13715)

commit 20eb4bc
Author: ikasoba <[email protected]>
Date:   Sat Apr 27 20:26:55 2024 +0900

    Fix(backend): ActivityPubでのHTMLへのシリアライズを修正 (misskey-dev#13752)

    * devモードでもActivityPub系エンドポイントへアクセスできるように

    * ActivityPubでのHTMLのシリアライズを修正

    * ハードコードしていたurlを`httpUrl`へ修正

    * テストの追加

commit 78e61c6
Author: かっこかり <[email protected]>
Date:   Sat Apr 27 20:00:57 2024 +0900

    fix(frontend_reversi): 共有ボタンの実装を改善 (misskey-dev#13750)

    * fix(frontend_reversi): 共有ボタンの実装を改善

    * Update Changelog

    ---------

    Co-authored-by: syuilo <[email protected]>

commit 7ce6a9b
Author: かっこかり <[email protected]>
Date:   Sat Apr 27 19:59:30 2024 +0900

    fix(frontend): グループ通知の人数をちゃんと数えるように (misskey-dev#13751)

    * fix(frontend): グループ通知の人数をちゃんと数えるように

    * Update Changelog

commit cb5d8bd
Author: かっこかり <[email protected]>
Date:   Sat Apr 27 18:53:28 2024 +0900

    fix(backend): ページのOGP URLが違うのを修正 (misskey-dev#13749)

    * fix(backend): ページのOGP URLが違うのを修正

    * Update Changelog

    * typo

commit 0a31e13
Author: かっこかり <[email protected]>
Date:   Sat Apr 27 16:48:04 2024 +0900

    fix(frontend): PlayのAiScriptランタイムが停止したときに画面が初期化されていない問題を修正 (misskey-dev#13747)

    * fix(frontend): PlayのAiScriptランタイムが停止したときに画面が初期化されていない問題を修正

    * fix

    * Update Changelog

    * typo

commit f53e22d
Author: salano_ym <[email protected]>
Date:   Sat Apr 27 16:12:00 2024 +0900

    add comma (misskey-dev#13746)

commit 6abb8c4
Author: MeiMei <[email protected]>
Date:   Sat Apr 27 12:57:00 2024 +0900

    Merge pull request from GHSA-m9qf-3pfj-2r86

    * Add Cache-Control to Bull Board

    * CHANGELOG

    ---------

    Co-authored-by: syuilo <[email protected]>

commit 5b31fea
Merge: e44a64b 8e2a2b9
Author: taiy <[email protected]>
Date:   Fri Apr 26 22:46:12 2024 +0900

    Merge pull request misskey-dev#202 from taiyme/merge-upstream

commit 8e2a2b9
Merge: e44a64b 85339ca
Author: taiyme <[email protected]>
Date:   Fri Apr 26 22:38:40 2024 +0900

    Merge remote-tracking branch 'upstream/develop' into merge-upstream

commit e44a64b
Author: taiyme <[email protected]>
Date:   Fri Apr 26 22:29:52 2024 +0900

    fix(frontend): もっと見るが見切れる問題

commit 95885ba
Author: taiyme <[email protected]>
Date:   Fri Apr 26 18:53:08 2024 +0900

    tweak: スワイプしてタブを切り替える はデフォルトで無効にする

commit 53727e6
Author: taiyme <[email protected]>
Date:   Fri Apr 26 18:42:00 2024 +0900

    enh(locale): コミットハッシュ変更時に言語アセットを更新する

commit e27d7b2
Author: taiyme <[email protected]>
Date:   Fri Apr 26 17:49:52 2024 +0900

    chore: ユニオン型のパイプ記号の位置を変更

commit a869939
Author: taiy <[email protected]>
Date:   Fri Apr 26 00:15:23 2024 +0900

    feat(tms): インスタンス情報の表示位置 (misskey-dev#198)

commit ae5735e
Author: taiyme <[email protected]>
Date:   Thu Apr 25 23:25:50 2024 +0900

    chore: update docs (taiymeize)

    * chore: update issue template (taiymeize)

    * chore: update docs (taiymeize)

commit 85339ca
Author: Cocoa Hoto <[email protected]>
Date:   Thu Apr 25 11:03:34 2024 +0900

    feat: improve emoji endpoint (misskey-dev#13742)

commit 553ba84
Author: FineArchs <[email protected]>
Date:   Thu Apr 25 10:34:26 2024 +0900

    AiScriptのバージョンを0.18.0に上げる (misskey-dev#13743)

    * Update package.json

    * Update autogen files

    * Update flash-edit.vue

    * Update flash-edit.vue

    * Update CHANGELOG.md

    * revert

commit 2e2d01c
Author: taiyme <[email protected]>
Date:   Wed Apr 24 20:44:03 2024 +0900

    change: FTTはデフォルトで無効にする

commit 214f1ae
Author: taiyme <[email protected]>
Date:   Wed Apr 24 20:20:07 2024 +0900

    chore: update boot (taiymeize)

commit d215c8b
Author: taiyme <[email protected]>
Date:   Wed Apr 24 20:07:23 2024 +0900

    chore: update docs (taiymeize)

commit c7ff3b0
Merge: 5505af0 b32f369
Author: taiy <[email protected]>
Date:   Wed Apr 24 17:55:45 2024 +0900

    Merge pull request misskey-dev#199 from taiyme/merge-upstream

commit b32f369
Merge: 5505af0 f9aed8f
Author: taiyme <[email protected]>
Date:   Wed Apr 24 17:36:30 2024 +0900

    Merge remote-tracking branch 'upstream/develop' into merge-upstream

commit 5505af0
Author: taiy <[email protected]>
Date:   Wed Apr 24 17:34:47 2024 +0900

    feat(tms): Pull-to-Refreshでページ全体をリロードする (misskey-dev#197)

commit caade94
Author: taiy <[email protected]>
Date:   Wed Apr 24 17:28:17 2024 +0900

    feat(tms): Pull-to-Refreshの感度 (misskey-dev#196)

commit 0a142d2
Author: taiyme <[email protected]>
Date:   Wed Apr 24 17:14:03 2024 +0900

    chore(mfm): 視差効果が許可されている場合動きのあるMFMをデフォルトで有効にする

commit 8bc2301
Author: taiy <[email protected]>
Date:   Tue Apr 23 16:08:16 2024 +0900

    fix(frontend): 1:1以外のエラー画像のアスペクト比が崩れる問題 (misskey-dev#195)

commit f9aed8f
Author: anatawa12 <[email protected]>
Date:   Fri Apr 19 19:42:01 2024 +0900

    fix: 正規化されていない状態のhashtagが連合されてきたhtmlに含まれているとhashtagが正しくhashtagに復元されない問題を修正 (misskey-dev#13733)

commit cd7f727
Author: おさむのひと <[email protected]>
Date:   Fri Apr 19 15:22:23 2024 +0900

    enhance: 新しいコンディショナルロール条件の実装 (misskey-dev#13732)

    * enhance: 新しいコンディショナルロールの実装

    * fix: CHANGELOG.md

commit ea9aa6f
Author: かっこかり <[email protected]>
Date:   Wed Apr 17 18:29:35 2024 +0900

    :art: (ページ表示部上部のボタン順序を変更)

    Fix misskey-dev#13724 (comment)
  • Loading branch information
taiyme committed May 7, 2024
1 parent 2af7f4f commit ee094e1
Show file tree
Hide file tree
Showing 148 changed files with 16,891 additions and 12,482 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"version": "8.9.2"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "20.10.0"
"version": "20.12.2"
},
"docker-from-docker": {
"version": "latest"
}
"version": "latest"
}
},
"forwardPorts": [3000],
"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh",
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

patreon: syuilo
patreon: taiy
92 changes: 45 additions & 47 deletions .github/ISSUE_TEMPLATE/01_bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
name: 🐛 Bug Report
description: Create a report to help us improve
name: 🐛 問題を報告する
description: 改善に役立つ報告を作成します。
labels: ["⚠️bug?"]

body:
- type: markdown
attributes:
value: |
Thanks for reporting!
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in misskey.example) Please try with another misskey servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
報告ありがとうございます!
まず、報告の重複を避けるために、発見した問題がすでに報告されているかどうかを検索してください。
また、サーバーの所有者/管理者ではない場合は、サーバー固有の問題をここに報告しないでください。 (例: XXX が taiyme.example で機能しません) 一度他のサーバーで試して、それでも特定のサーバーでのみ再現する場合は、まずサーバーの所有者/管理者にお問い合わせください。
- type: textarea
attributes:
label: 💡 Summary
description: Tell us what the bug is
label: 💡 概要
description: 問題の詳細を教えてください。
validations:
required: true

- type: textarea
attributes:
label: 🥰 Expected Behavior
description: Tell us what should happen
label: 🥰 予想される挙動
description: 本来予想される挙動を教えてください。
validations:
required: true

- type: textarea
attributes:
label: 🤬 Actual Behavior
label: 🤬 実際の挙動
description: |
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
実際に発生している挙動を教えてください。
可能であれば、開発者コンソールやサーバーのログを含めてください。
validations:
required: true

- type: textarea
attributes:
label: 📝 Steps to Reproduce
placeholder: |
label: 📝 再現手順
value: |
1.
2.
3.
Expand All @@ -45,53 +45,51 @@ body:

- type: textarea
attributes:
label: 💻 Frontend Environment
label: 💻 フロントエンドの環境
description: |
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
問題が発生している環境を教えてください。
「最新版」とは書かず、具体的なバージョンをお知らせください。
Examples:
* Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
* Browser: Chrome 113.0.5672.126
* Server URL: misskey.io
* Misskey: 13.x.x
:
- Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
- Browser: Chrome 113.0.5672.126
- Server URL: misskey.io
- Misskey: 13.x.x
value: |
* Model and OS of the device(s):
* Browser:
* Server URL:
* Misskey:
render: markdown
- Model and OS of the device(s):
- Browser:
- Server URL:
- Misskey:
validations:
required: false

- type: textarea
attributes:
label: 🛰 Backend Environment (for server admin)
label: 🛰 バックエンドの環境 (サーバー管理者向け)
description: |
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
If you are using a managed service, put that after the version.
問題が発生している環境を教えてください。
「最新版」とは書かず、具体的なバージョンをお知らせください。
マネージドサービスを利用している場合は、それも合わせて入力します。
Examples:
* Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment
* Misskey: 13.x.x
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis: 7.x.x
* OS and Architecture: Ubuntu 22.04.2 LTS aarch64
:
- Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment
- Misskey: 13.x.x
- Node: 20.x.x
- PostgreSQL: 15.x.x
- Redis: 7.x.x
- OS and Architecture: Ubuntu 22.04.2 LTS aarch64
value: |
* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:
render: markdown
- Installation Method or Hosting Service:
- Misskey:
- Node:
- PostgreSQL:
- Redis:
- OS and Architecture:
validations:
required: false

- type: checkboxes
attributes:
label: Do you want to address this bug yourself?
label: この問題は自分で解決したいですか?
options:
- label: Yes, I will patch the bug myself and send a pull request
- label: はい、自分でパッチを当ててプルリクエストを作成します
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/02_feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: Feature Request
description: Suggest an idea for this project
name: 機能のリクエスト
description: 機能のアイデアを提案します。
labels: ["✨Feature"]

body:
- type: textarea
attributes:
label: Summary
description: Tell us what the suggestion is
label: 💡 概要
description: アイデアを教えてください。
validations:
required: true

- type: textarea
attributes:
label: Purpose
description: Describe the specific problem or need you think this feature will solve, and who it will help.
label: 目的
description: この機能で解決できる具体的な問題やニーズ、および誰に役立つのかを説明してください。
validations:
required: true

- type: checkboxes
attributes:
label: Do you want to implement this feature yourself?
label: この機能は自分で実装したいですか?
options:
- label: Yes, I will implement this by myself and send a pull request
- label: はい、自分で実装してプルリクエストを作成します
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE/01_bug.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!-- ℹ お読みください / README
PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください:
Thank you for your PR! Before creating a PR, please check the contribution guide:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
-->

## What
<!-- このPRで何をしたのか? どう変わるのか? -->
<!-- What did you do with this PR? How will it change things? -->
Expand All @@ -17,7 +11,5 @@ https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
<!-- Test perspective, etc -->

## Checklist
- [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md)
- [ ] Test working in a local environment
- [ ] (If needed) Update CHANGELOG.md
- [ ] (If possible) Add tests
8 changes: 0 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE/02_enhance.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!-- ℹ お読みください / README
PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください:
Thank you for your PR! Before creating a PR, please check the contribution guide:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
-->

## What
<!-- このPRで何をしたのか? どう変わるのか? -->
<!-- What did you do with this PR? How will it change things? -->
Expand All @@ -17,7 +11,5 @@ https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
<!-- Test perspective, etc -->

## Checklist
- [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md)
- [ ] Test working in a local environment
- [ ] (If needed) Update CHANGELOG.md
- [ ] (If possible) Add tests
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/03_release.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
## Summary
This is a release PR.

For more information on the release instructions, please see:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md#release

## For reviewers
- CHANGELOGに抜け漏れは無いか
- バージョンの上げ方は適切か
- 他にこのリリースに含めなければならない変更は無いか
- 全体的な変更内容を俯瞰し問題は無いか
Expand All @@ -16,5 +12,4 @@ https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md#release

## Checklist
- [ ] package.jsonのバージョンが正しく更新されている
- [ ] CHANGELOGが過不足無く更新されている
- [ ] CIが全て通っている
8 changes: 0 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!-- ℹ お読みください / README
PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください:
Thank you for your PR! Before creating a PR, please check the contribution guide:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
-->

## What
<!-- このPRで何をしたのか? どう変わるのか? -->
<!-- What did you do with this PR? How will it change things? -->
Expand All @@ -17,8 +11,6 @@ https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
<!-- Test perspective, etc -->

## Checklist
- [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md)
- [ ] Test working in a local environment
- [ ] (If needed) Add story of storybook
- [ ] (If needed) Update CHANGELOG.md
- [ ] (If possible) Add tests
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
submodules: true
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- uses: actions/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
submodules: true
- uses: pnpm/action-setup@v3
with:
version: 7
version: 9
run_install: false
- uses: actions/[email protected]
with:
Expand All @@ -82,7 +82,7 @@ jobs:
submodules: true
- uses: pnpm/action-setup@v3
with:
version: 7
version: 9
run_install: false
- uses: actions/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.12.2

services:
postgres:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Install FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.12.2

services:
postgres:
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.12.2

steps:
- uses: actions/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20.10.0
- 20.12.2
browser: [chrome]

services:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 7
version: 9
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-misskey-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.12.2
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.12.2

steps:
- uses: actions/[email protected]
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down
Loading

0 comments on commit ee094e1

Please sign in to comment.