summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)Freya Murphy3 days1-1/+1
|
* enhance(dev): improve mem report (#17118)syuilo2026-01-221-3/+11
| | | | | | | | | | | | | | | | | * wip * wip * Update report-backend-memory.yml * Update report-backend-memory.yml * Update .github/workflows/report-backend-memory.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* enhance(dev): メモリ使用量比較のActionsでGCしてから取得するsyuilo2026-01-141-0/+4
| | | | Resolve #16961
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-1/+1
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* Minify backend (#17054)syuilo2026-01-051-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update build.js * Update build.js * [minify-backend用] フィジビリティ検証 (#16878) * fix: minify-backend * 間違えて入れちゃったのを戻す * 追従 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * test * use node 24 * Revert "use node 24" This reverts commit 7ae2debf23448922de70e208fe2e432ef4665f27. * Revert "test" This reverts commit d91987909139405318e573effe5a5d1613713934. * Update package.json * wip * Update compile_config.js * Revert "Update compile_config.js" This reverts commit 0ee286f02be807b126b65de6d94f573c005f98d7. * Update config.ts * wip * Update .swcrc * Update ClientServerService.ts * [ci skip] update CHANGELOG --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* perf(backend): lazy load sentrysyuilo2025-11-302-4/+6
|
* chore(backend): tweak messagesyuilo2025-11-251-1/+1
|
* サーバー管理コマンド (#15882)syuilo2025-08-201-0/+49
| | | | | | | | | | | | | * wip * Update cli.ts * Update cli.ts * wip * Update CHANGELOG.md * Delete cli.mjs
* fix(backend): ↵おさむのひと2025-01-271-2/+1
| | | | デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む (#15355)
* fix(backend): disableClustering設定時の初期化ロジックを調整 ↵おさむのひと2025-01-072-13/+31
| | | | | | | | | | | | | (#15224) * fix(backend): disableClustering設定時の初期化ロジックを調整 * onlyServer かつ enableCluster な場合、メインプロセスでlistenするとワーカープロセス側のlistenと衝突するため、メインプロセスはforkのみに制限する(listenしない) * ログの追加 * fix CHANGELOG.md * fix comment
* lint fixessyuilo2024-06-061-1/+1
|
* enhance(backend): improve sentry integrationsyuilo2024-06-061-0/+23
|
* fixsyuilo2024-06-061-1/+1
|
* feat: sentry integration (#13897)syuilo2024-05-281-0/+20
| | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts
* feat(backend): add /healthz endpoint (#13834)Acid Chicken2024-05-232-0/+9
| | | | | | | | | | | | | * feat(backend): add /healthz endpoint * feat(backend): also check meilisearch status if available * style: header * chore: no-store * chore: healthcheck.sh * style: format
* (re) update SPDX-FileCopyrightTexttamaina2024-02-134-4/+4
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-134-4/+4
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-124-4/+4
|
* fix(backend): Misskeyのバックエンドプロセスが終了しないsyuilo2023-10-091-2/+0
| | | | Resolve #10995
* feat(backend): MasterプロセスのPIDを書き出せるように (#11909)CyberRex2023-09-271-0/+1
|
* fix(backend): ↵syuilo2023-09-171-10/+23
| | | | | | MK_ONLY_SERVERオプションを指定した際にクラッシュする問題を修正 Fix: #11811
* update deps (#11820)syuilo2023-09-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* feat: passkey support (#11804)syuilo2023-09-081-2/+0
| | | https://github.com/MisskeyIO/misskey/pull/149
* Remove an unused dependency (#11405)woxtu2023-07-291-1/+0
|
* chore: ↵Shun Sakai2023-07-274-0/+19
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): add unix socket support (#11275)dogcraft2023-07-171-1/+1
| | | | | | | | | | | * unix socket support * add changelog * lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-141-1/+1
|
* use enginessyuilo2023-07-081-6/+0
|
* nodeの推奨(デフォルト)バージョンと最小バージョンを分離syuilo2023-07-081-1/+1
|
* fix(backend): テスト時は一部のサービスを停止syuilo2023-05-101-4/+6
|
* fix(test): ジョブキューをテストが終わったら停止するようにsyuilo2023-05-091-0/+2
| | | | Fix #10802 ?
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what
* Revert "Allow configuring the listen host (#9924)"syuilo2023-02-221-1/+1
| | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
* Allow configuring the listen host (#9924)ledlamp2023-02-221-1/+1
|
* enhance(server): onlyServer / onlyQueue オプションを復活syuilo2023-01-233-38/+53
|
* enhance(server): separate job queue process (#9662)syuilo2023-01-212-23/+21
| | | | | * enhance(server): separate job queue process * add commands for build with swc
* improve nest loggersyuilo2022-12-102-2/+8
|
* refactor(server): rename AppModule to RootModulesyuilo2022-12-081-2/+2
|
* Fastify (#9106)syuilo2022-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fixessyuilo2022-09-241-2/+1
|
* refactor(backend): simplify bootsyuilo2022-09-181-29/+31
|
* なんかもうめっちゃ変えたsyuilo2022-09-183-20/+39
|
* enhance: Perform port diagnosis at startup only when Listen fails (#8698)MeiMei2022-05-191-32/+4
| | | | | | | | | * Change port check * Comment: disableClustering * CHANGELOG * Smart message
* refactor: fix typesyuilo2022-04-171-2/+2
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-3/+2
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* Fix: warn about outdated NodeJS fixed (#8388)Kainoa Kanter2022-03-201-7/+5
| | | | | | | | * Fix #8387 * update changelog Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-273-37/+39
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactoringsyuilo2021-11-123-0/+293
Resolve #7779