puyoskey/packages/backend/src/server/api/endpoints/notes
YS d92aaf81c4
refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように (#12993)
* Optimize note model index

* enhance(backend): ANY()をやめる (MisskeyIO#239)

* add small e2e test drive endpoint

---------

Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-01-15 08:19:27 +09:00
..
favorites perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
polls Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00
reactions chore(backend): Resolve import/no-default-export rule violations (#11732) 2023-08-17 21:20:58 +09:00
thread-muting perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
children.ts lint fixes 2023-10-09 13:32:41 +09:00
clips.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
conversation.ts refactor(backend): update directory structure for models 2023-09-20 11:33:36 +09:00
create.test.ts fix(backend): 虚無ノートを投稿できる問題の修正と api.json の OpenAPI Specification 3.1.0 への対応 (#12969) 2024-01-13 16:54:25 +09:00
create.ts fix(backend): 虚無ノートを投稿できる問題の修正と api.json の OpenAPI Specification 3.1.0 への対応 (#12969) 2024-01-13 16:54:25 +09:00
delete.ts enhance(backend): refine moderation log (#10939) 2023-09-23 18:28:16 +09:00
featured.ts fix (backend): 「みつける」のなかにミュートしたユーザが現れてしまう問題を修正 (#12559) 2023-12-03 20:46:19 +09:00
global-timeline.ts fix(backend): GTLの「リノートを表示」オプションが機能しないのを修正 (#12234) 2023-11-04 18:45:59 +09:00
hybrid-timeline.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00
local-timeline.ts chore: 自分へのリプライのみ走査するように (#12570) 2023-12-04 17:56:48 +09:00
mentions.ts refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように (#12993) 2024-01-15 08:19:27 +09:00
reactions.ts fix(backend): notes/reactionsのページネーションが機能しない 2023-09-23 10:00:38 +09:00
renotes.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
replies.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
search-by-tag.ts refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように (#12993) 2024-01-15 08:19:27 +09:00
search.ts chore(backend): Resolve import/no-default-export rule violations (#11732) 2023-08-17 21:20:58 +09:00
show.ts chore(backend): Resolve import/no-default-export rule violations (#11732) 2023-08-17 21:20:58 +09:00
state.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00
timeline.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00
translate.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00
unrenote.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
user-list-timeline.ts Merge pull request from GHSA-7pxq-6xx9-xpgm 2023-12-27 15:08:59 +09:00