summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: Redisをioredisに統一してIPv6サポート (#8869)MeiMei2022-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Use ioredis, Supports IPv6 host https://github.com/misskey-dev/misskey/issues/8862 * Fix import * order * a * i * fix * flushdb * family * CHANGELOG * redis_version Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: always remove completed tasks (#8771)Johann1502022-05-311-0/+2
|
* fix: add missing importJohann1502022-05-291-1/+1
| | | | fix #8756
* use http-signature module that supports hs2019 (#8635)Johann1502022-05-263-3/+3
|
* refactor: temporary files (#8713)Johann1502022-05-257-273/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify temporary files for thumbnails Because only a single file will be written to the directory, creating a separate directory seems unnecessary. If only a temporary file is created, the code from `createTemp` can be reused here as well. * refactor: deduplicate code for temporary files/directories To follow the DRY principle, the same code should not be duplicated across different files. Instead an already existing function is used. Because temporary directories are also create in multiple locations, a function for this is also newly added to reduce duplication. * fix: clean up identicon temp files The temporary files for identicons are not reused and can be deleted after they are fully read. This condition is met when the stream is closed and so the file can be cleaned up using the events API of the stream. * fix: ensure cleanup is called when download fails * fix: ensure cleanup is called in error conditions This covers import/export queue jobs and is mostly just wrapping all code in a try...finally statement where the finally runs the cleanup. * fix: use correct type instead of `any`
* enhance(webhook): add userId to payloadsyuilo2022-04-033-0/+3
|
* improve webhooksyuilo2022-04-033-8/+17
|
* feat: Webhook (#8457)syuilo2022-04-024-2/+99
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-2615-51/+56
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* perf(server): refactor and performance improvementssyuilo2022-03-251-2/+6
|
* perf(server): reduce memory usage of redissyuilo2022-03-191-0/+2
|
* feat: introduce bull dashboardsyuilo2022-03-191-0/+9
|
* feat: アンケート終了通知syuilo2022-03-064-2/+43
| | | | Resolve #4664
* feat: 時限ミュートsyuilo2022-03-044-1/+39
| | | | #7677
* fix esmsyuilo2022-03-012-2/+2
|
* fix esmsyuilo2022-03-011-1/+1
|
* refactor: Use ESM (#8358)syuilo2022-02-2729-199/+199
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refacator: fix typwsyuilo2022-02-194-5/+5
|
* enhance: improve federation chartsyuilo2022-02-103-0/+35
|
* fix typosyuilo2022-02-091-1/+1
|
* feat: improve federation chartsyuilo2022-02-081-1/+2
|
* fix typosyuilo2022-02-081-2/+2
|
* fix(server): system queueが動いていないのを修正syuilo2022-02-081-0/+3
| | | | Fix #8272
* Improve chart engine (#8253)syuilo2022-02-065-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
* refactorsyuilo2022-02-042-4/+8
|
* refactor: use date-fnssyuilo2022-02-046-12/+12
|
* ESMは使えないsyuilo2022-02-036-6/+6
|
* refactorsyuilo2022-02-031-3/+2
|
* update depssyuilo2022-02-036-6/+6
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-237-7/+7
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* enhance: convert svg to png of custom emojissyuilo2022-01-212-3/+4
|
* feat(server): add more metadata for emoji exportsyuilo2022-01-211-1/+2
|
* refactor(server): use named exportsyuilo2022-01-207-7/+7
|
* git add忘れsyuilo2022-01-131-0/+10
|
* feat: emojis importsyuilo2022-01-133-4/+94
|
* refactor(server): use insert instead of savesyuilo2022-01-031-2/+2
|
* fix(server): ↵syuilo2021-12-291-1/+2
| | | | エクスポートした絵文字の拡張子がfalseになることがあるのを修正
* Update export-custom-emojis.tssyuilo2021-12-121-2/+2
|
* refactorsyuilo2021-12-122-64/+37
|
* feat: カスタム絵文字エクスポートsyuilo2021-12-104-1/+144
|
* feat: improve follow exportsyuilo2021-12-103-16/+21
|
* fix lintsyuilo2021-12-0915-79/+79
|
* viaMobileフラグ廃止syuilo2021-11-121-1/+0
| | | | Close #7965
* refactorsyuilo2021-11-121-6/+6
|
* fix lint errorssyuilo2021-11-125-6/+6
|
* refactoringsyuilo2021-11-1225-0/+1690
Resolve #7779