Commit Graph

18543 Commits

Author SHA1 Message Date
syuilo 667d58bad4 better note read handling 2021-03-21 17:38:09 +09:00
syuilo 630464f38d Revert "perf: Reduce database query"
This reverts commit 87c8f9ff95.
2021-03-21 15:35:02 +09:00
syuilo 8050352ad8 perf: 各ストリーミング接続ごとにポーリングしないように 2021-03-21 15:14:03 +09:00
syuilo b6d0d4eb99 add note 2021-03-21 14:33:18 +09:00
syuilo 70b129cc42 fix(server): Use inner join 2021-03-21 12:33:37 +09:00
syuilo c52b504140 Revert "fix(server): Use inner join"
This reverts commit d7e7848c92.
2021-03-21 12:31:56 +09:00
syuilo e987a50e9f perf(server): Improve following/followers API performance
Related #6813
2021-03-21 10:41:21 +09:00
syuilo d7e7848c92 fix(server): Use inner join
https://github.com/syuilo/misskey/issues/6813#issuecomment-803400023
2021-03-21 10:39:32 +09:00
syuilo 9bb6dc52b8 clean up など 2021-03-20 15:42:02 +09:00
syuilo 73df95c42d クライアントサイドで実装したいため一旦 injectPromo および injectFeatured を無効化 2021-03-20 14:09:17 +09:00
syuilo f27e4033a6 perf(server): Reduce database query
Related: #6813
2021-03-20 13:54:59 +09:00
syuilo e523e54881 perf(server): Reduce database query 2021-03-20 11:05:33 +09:00
syuilo 606e5c0878 fix: suppress disk stats error 2021-03-19 23:26:44 +09:00
syuilo 4b13431a19 Update deps 🚀 2021-03-19 23:25:10 +09:00
syuilo 87c8f9ff95 perf: Reduce database query 2021-03-19 20:43:24 +09:00
syuilo 5e61c60f85 perf(server): Improver performance 2021-03-19 18:22:34 +09:00
syuilo fbc9d5ecba refactor 2021-03-19 18:22:14 +09:00
syuilo d381d31e5e add note 2021-03-19 11:15:05 +09:00
syuilo 65e7204ec9 perf: myReaction の取得をまとめて行うように
Related #6813
2021-03-19 10:53:09 +09:00
dependabot-preview[bot] 0b5e3a93a5
Merge pull request #7368 from syuilo/dependabot/npm_and_yarn/koa-views-7.0.1 2021-03-18 20:35:17 +00:00
dependabot-preview[bot] 23d743bcae
Bump koa-views from 7.0.0 to 7.0.1
Bumps [koa-views](https://github.com/queckezz/koa-views) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/queckezz/koa-views/releases)
- [Changelog](https://github.com/queckezz/koa-views/blob/master/history.md)
- [Commits](https://github.com/queckezz/koa-views/compare/v7.0.0...v7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-18 20:26:33 +00:00
dependabot-preview[bot] 3e1596d5fb
Merge pull request #7367 from syuilo/dependabot/npm_and_yarn/bull-3.21.0 2021-03-18 20:26:11 +00:00
dependabot-preview[bot] 8a04fc3336
Bump bull from 3.20.1 to 3.21.0
Bumps [bull](https://github.com/OptimalBits/bull) from 3.20.1 to 3.21.0.
- [Release notes](https://github.com/OptimalBits/bull/releases)
- [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/OptimalBits/bull/compare/v3.20.1...v3.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-18 20:17:53 +00:00
syuilo bffdfea58a refactor 2021-03-18 17:38:42 +09:00
syuilo 449ea4b669 perf: reduce query 2021-03-18 17:35:47 +09:00
syuilo e632806349 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2021-03-18 13:33:16 +09:00
syuilo 9cc8b3656a lint 2021-03-18 13:33:14 +09:00
dependabot-preview[bot] a3fff800d2
Bump css-loader from 5.1.2 to 5.1.3 (#7358)
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.1.2...v5.1.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-18 13:21:04 +09:00
dependabot-preview[bot] 48d767918f
Bump jsdom from 16.5.0 to 16.5.1 (#7357)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.0 to 16.5.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.5.0...16.5.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-18 13:20:52 +09:00
syuilo 4f249159d3
Improve chart performance (#7360)
* wip

* wip

* wip

* wip

* wip

* Update chart.ts

* wip

* Improve server performance

* wip

* wip
2021-03-18 11:17:05 +09:00
syuilo 0d19c2d42e add note 2021-03-18 11:03:38 +09:00
syuilo e53a40658d format 2021-03-18 10:55:51 +09:00
syuilo 0389e2c891 fix bug 2021-03-18 10:54:39 +09:00
syuilo 8aa089178a Improve server performance 2021-03-18 10:52:54 +09:00
syuilo d3c8368b0c Improve API performance 2021-03-18 10:19:30 +09:00
MeiMei ca4f026533
DB上で壊れたドライブファイルを無視するように (#7345) 2021-03-16 12:50:07 +09:00
MeiMei 7d02b36092
Fix assets test and favicon type (#7344)
* fix

* koa-faviconはimage/x-iconがデフォルトらしい

* シンプルに

* faviconなど
2021-03-13 23:22:54 +09:00
MeiMei 9e634360fa
Fix Schema (#7347) 2021-03-13 22:15:20 +09:00
syuilo 9cf811b048 test: Add apple-touch-icon.png test 2021-03-13 13:21:33 +09:00
okpierre b0d38446d7
Update index.ts (#7343) 2021-03-13 13:19:49 +09:00
syuilo dfe10ac61f Improve usability 2021-03-13 13:05:20 +09:00
syuilo f41c851108 gulp refactor 2021-03-13 11:43:07 +09:00
marihachi 522dbb1e13
update page editor (#7317)
* fix buttons visibility
* fix title of page editor
2021-03-13 10:56:27 +09:00
tamaina bc4315da1e
Improve flush (#7328) 2021-03-13 10:55:29 +09:00
MeiMei 1a841b101e
Use integrity for scripts hosted on the CDN (#7335)
* Use integrity for scripts hosted on the CDN

* 2.0.0-rc.50
2021-03-13 10:54:02 +09:00
syuilo cbcf3b7599
Delete .autogen directory 2021-03-13 10:43:37 +09:00
dependabot-preview[bot] 4c4b3b8a8a
Merge pull request #7338 from syuilo/dependabot/npm_and_yarn/vue-and-vue/compiler-sfc-3.0.7 2021-03-12 21:38:15 +00:00
dependabot-preview[bot] c562d09479
Bump vue and @vue/compiler-sfc
Bumps [vue](https://github.com/vuejs/vue) and [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc). These dependencies needed to be updated together.

Updates `vue` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Updates `@vue/compiler-sfc` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.7/packages/compiler-sfc)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12 21:30:02 +00:00
dependabot-preview[bot] ee7bef3395
Merge pull request #7337 from syuilo/dependabot/npm_and_yarn/vue-router-4.0.5 2021-03-12 21:27:25 +00:00
dependabot-preview[bot] 80fa5c2e36
Merge pull request #7336 from syuilo/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.13.10 2021-03-12 21:23:11 +00:00