Commit Graph

1290 Commits

Author SHA1 Message Date
0825deccc7 fix(backend): add missing dependency
Fix #9101
2022-09-22 08:19:50 +09:00
7ce535907e Merge branch 'develop' into pr/9095 2022-09-22 07:56:15 +09:00
e6077b03c3 refactor(backend): refactor dependency 2022-09-22 05:11:26 +09:00
db2d391b3a update test 2022-09-22 04:59:58 +09:00
8e6f1508ed use swc for jest 2022-09-22 04:51:16 +09:00
940ff18502 fix: switch to component 2022-09-21 20:42:51 +09:00
2e0075e79c Fix ioredis import typo (#9099)
* Fix import typo

* Fix type
2022-09-21 10:12:18 +09:00
56cd3093da Merge branch 'develop' into pr/9095 2022-09-21 07:59:31 +09:00
8583b96402 fix wrong impot 2022-09-21 07:59:18 +09:00
f77ca8eed9 Merge branch 'develop' into pr/9095 2022-09-21 07:55:39 +09:00
01d4d55e78 fix import type 2022-09-21 05:33:11 +09:00
18fe773923 add test for metaService 2022-09-21 04:58:32 +09:00
62bce14709 test 2022-09-21 04:54:21 +09:00
e7cdc53c7b test 2022-09-21 04:50:16 +09:00
3bc6205150 refactor(backend): ロジックをサービスに切り出す 2022-09-21 02:52:19 +09:00
dc43fc68ef enhance(backend): metaのポーリング頻度を減らし、redisで更新を受け取るように 2022-09-21 02:35:49 +09:00
55f8a641a6 fix(backend): add missing noteEntityService dep 2022-09-21 02:19:49 +09:00
192a1bd69e 🎨 2022-09-21 02:10:59 +09:00
320ee29e2a revert blurhash
https://github.com/woltapp/blurhash/issues/202
2022-09-20 07:52:23 +09:00
88a6c312e2 update deps 2022-09-20 07:33:27 +09:00
27b40053c7 🎨 2022-09-20 07:14:47 +09:00
4a7bec4e57 lint 2022-09-20 05:36:51 +09:00
567c550120 lint 2022-09-20 05:32:18 +09:00
3010dc207a refactor(backend): refactor ChartManagementService 2022-09-20 05:19:37 +09:00
0ea15f1c8a Create .madgerc 2022-09-20 01:04:08 +09:00
dc8629d3ed fix: eslint 2022-09-19 23:43:43 +09:00
08eac4a5f0 fix: delete debug output 2022-09-19 23:13:32 +09:00
fd569a761f fix: tailing comma 2022-09-19 23:13:31 +09:00
49fdb5cccc fix: disable at mobile and creanup code 2022-09-19 23:13:31 +09:00
17ce098ab7 fix: improve design 2022-09-19 23:13:30 +09:00
7da96c8d0b fix: player fill window 2022-09-19 23:13:30 +09:00
dfd8eaeafd wip: feat: Youtube Player Window 2022-09-19 23:13:29 +09:00
89174904bc fix(test): fix chart test 2022-09-19 08:25:44 +09:00
a2eac9fff6 test 2022-09-19 03:11:50 +09:00
92c78218bc revert 2022-09-19 03:08:54 +09:00
0163cb7bc1 test 2022-09-19 03:03:11 +09:00
6c5a42e745 fix queue bug 2022-09-19 03:00:25 +09:00
2fbd09a07e fix 2022-09-18 23:36:00 +09:00
91d2c954fc typo 2022-09-18 23:30:08 +09:00
a66111ac1f refactor(backend): simplify boot 2022-09-18 23:17:32 +09:00
dd35f2cce6 refactor(backend): refactor logger 2022-09-18 23:07:41 +09:00
1cb85c5c76 fix(backend): サービスが二重にインスタンス化されるのを修正 2022-09-18 06:24:30 +09:00
6b639f186d Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-09-18 06:10:13 +09:00
b69bd0ee7c refactor 2022-09-18 06:10:10 +09:00
131c05f18c chore(deps): bump undici from 5.8.0 to 5.10.0 in /packages/backend (#9073)
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.10.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 05:48:29 +09:00
c1667dc43c フォロー、フォロワーのページでフォローされていることを表示 (#9093)
* followed-view

* Update MkUserInfo.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-09-18 04:07:59 +09:00
b75184ec8e なんかもうめっちゃ変えた 2022-09-18 03:27:08 +09:00
a97fcd9e73 Update .eslintrc.js 2022-09-11 03:34:41 +09:00
4c767f16f6 Update .eslintrc.js 2022-09-11 01:58:34 +09:00
e60a6cc621 chore(sw): only proxies HTML requests (#9070)
* chore(sw): only proxies HTML requests

もはやHTMLじゃなさそうなリクエストにはSWで関与しないようにする

こうするといろいろな面倒事が解決するはず…たぶん

Resolve #9037
Resolve #9038

* align code style

* Update packages/sw/src/sw.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-09-10 19:25:32 +09:00