summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve tl performance (#11946)syuilo2023-10-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
* feat: introduce aidx and make it defaultsyuilo2023-09-061-1/+2
| | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)tamaina2023-08-051-2/+2
| | | | | | | | | | | | | | | | | * chore: cacheRemoteFilesのデフォルト値をfalseに * proxyRemoteFiles to default * update ja-JP.yml * update ja-JP.yml * youCanCleanRemoteFilesCache * changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): ↵syuilo2023-05-111-0/+1
| | | | ひとつのMeilisearchサーバーを複数のMisskeyサーバーで使えない問題を修正
* fix(backend): Use SSL option for Meilisearch (#10772)Caipira2023-05-061-0/+1
|
* feat: Introduce Meilisearch (#10755)syuilo2023-05-051-8/+6
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
* feat(backend): support replication of postgresqlsyuilo2023-04-081-0/+17
| | | | Resolve #10205
* feat(backend): ↵syuilo2023-04-071-0/+8
| | | | ジョブキュー用Redisを別サーバーに分離できるように
* feat(backend): イベント用Redisを別サーバーに分離できるようにsyuilo2023-04-071-0/+8
|
* Dev Containerの設定を追加 (#9872)RyotaK2023-02-121-0/+146
* Dev Containerの設定を追加 * テンプレート生成時に含まれていたコメントを削除 * 起動スクリプトを分割 JSONの中にベタ書きすると長くなるので * 改行 * Dev Containerの使用方法を追記