Kisaragi
|
31e82fc29a
|
test(backend): kill many `any` in backend test (partial) (#14054)
* kill any on utils:api
* kill any on timeline test
* use optional chain to kill TS2532 on timeline test
変更前: 該当ノートが見つからなければundefinedに対するプロパティアクセスとしてテストがクラッシュ
変更後: 該当ノートが見つからなければoptional chainがundefinedとして評価されるが、strictEqualの右辺がnon-nullableなためアサーションに失敗しテストがクラッシュ
* kill `as any` for ApMfmService
* kill argument any for api-visibility
* kill argument any across a few tests
* do not return value that has yielded from `await`-ing `Promise<void>`
* force cast
* runtime non-null assertion to coerce
* rewrite `assert.notEqual(expr, null)` to `assert.ok(expr)`
こうすることでassertion type扱いになり、non-nullableになる
* change return type of `failedApiCall` to `void`
戻り値がどこにも使われていない
* split bindings for exports.ts
型が合わなくて文句を言ってくるので適切に分割
* runtime non-null assertion
* runtime non-null assertion
* 何故かうまく行かないので、とりあえずXORしてみる
* Revert "何故かうまく行かないので、とりあえずXORしてみる"
This reverts commit 48cf32c930 .
* castAsErrorで安全ではないキャストを隠蔽
* 型アサーションの追加
* 型アサーションの追加
* 型アサーションの追加
* voidで値を返さない
* castAsError
* assert.ok => kill nullability
* もはや明示的な型の指定は必要ない
* castAsError
* castAsError
* 型アサーションの追加
* nullableを一旦抑止
* 変数を分離して型エラーを排除
* 不要なプロパティを削除する処理を隠蔽してanyを排除
* Repository type
* simple type
* assert.ok => kill nullability
* revert `as any` drop
reverts fe95c05b3f partialy
* test: fix invalid assertion
partially revert b99b7b5392
* test: 52d8a54fc7 により型が合うようになった部分の`as any`を除去
* format
* test: apply https://github.com/misskey-dev/misskey/pull/14054#discussion_r1672369526 (part 1)
* test: use non-null assertion to suppress too many error
* Update packages/backend/test/utils.ts
Co-authored-by: anatawa12 <anatawa12@icloud.com>
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
|
2024-07-14 09:33:16 +09:00 |
woxtu
|
de1fe7cc5a
|
Use built-in API (#14095)
|
2024-07-02 14:47:07 +09:00 |
zyoshoka
|
8a9de081f1
|
fix(backend): fallback if `sinceId` is older than the oldest in cache when using FTT (#14061)
* fix(backend): fallback if `sinceId` is older than the oldest in cache when using FTT
* Update CHANGELOG.md
* chore: fix description of test
|
2024-06-22 12:43:03 +09:00 |
zyoshoka
|
412e9f284d
|
test(backend): enable typecheck by workflow (#13526)
|
2024-03-07 09:51:57 +09:00 |
zyoshoka
|
38837bd388
|
test(backend): refactor tests (#13499)
* test(backend): refactor tests
* fix: failed test
|
2024-03-03 20:15:35 +09:00 |
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
おさむのひと
|
35ec41fc1e
|
enhance(backend): テストの高速化 (#12939)
* enhance(backend): テストの高速化
* add ls
* 自動的にマージされるようなので不要
* 起動方法を揃える
* fix test
|
2024-01-08 17:43:52 +09:00 |
おさむのひと
|
433d46e57f
|
fix(backend): テストが死んでいるのを修正 (#12738)
* fix test
* fix test
* fix test
* fix test
* fix test
|
2023-12-22 09:06:13 +09:00 |
zyoshoka
|
aa6d0d4359
|
fix(backend): 非公開の投稿に対して返信できないように (#12333)
* fix(backend): 非公開の投稿に対して返信できないように
* Update CHANGELOG.md
* fix: test
|
2023-11-15 11:10:45 +09:00 |
syuilo
|
5dc0463323
|
fix(backend): ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正
|
2023-10-22 16:23:50 +09:00 |
syuilo
|
72327716ca
|
fix(backend): リストTLに自分のフォロワー限定投稿が含まれない問題を修正
Fix #12110
|
2023-10-22 10:40:53 +09:00 |
syuilo
|
5b244cc6eb
|
update test
|
2023-10-18 17:20:43 +09:00 |
syuilo
|
7b6b3ad821
|
update test
|
2023-10-11 18:25:02 +09:00 |
syuilo
|
a26d9ea132
|
enhance(backend): LTLでフォローしているユーザーからの自分への返信が含まれるように
|
2023-10-11 17:29:24 +09:00 |
syuilo
|
566cb35370
|
update test
|
2023-10-11 14:30:18 +09:00 |
syuilo
|
7a8d5e5840
|
enhance: ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に
Resolve #12001
|
2023-10-11 10:15:44 +09:00 |
syuilo
|
1f0c27edf2
|
fix(backend): フォローしているユーザーからの自分の投稿への返信がタイムラインに含まれない問題を修正
|
2023-10-11 08:18:00 +09:00 |
syuilo
|
26b7112b20
|
add tests
|
2023-10-11 08:02:29 +09:00 |
_
|
ca07459f5e
|
fix(backend): ダイレクト投稿がタイムライン上に正常に表示されない問題を修正 (#11993)
* DMをredisにpushするように
* add test
* add CHANGELOG
* Update NoteCreateService.ts
* lint
* ✌️
* 前のバージョンから発生した問題ではないため不要
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-10-09 12:36:25 +09:00 |
syuilo
|
457b4cf608
|
fix(backend): users/notes で 自身の visibility: followers なノートが含まれない問題を修正
|
2023-10-09 08:54:57 +09:00 |
syuilo
|
481ca4ec03
|
add more test
|
2023-10-06 17:36:54 +09:00 |
syuilo
|
5b00fa6f82
|
enhance(backend): users/notesでチャンネル投稿を含めるオプション
Resolve #11965
|
2023-10-05 09:48:45 +09:00 |
syuilo
|
d2bb35bcf3
|
add more tests
|
2023-10-05 09:31:03 +09:00 |
syuilo
|
fb63fc1213
|
tweak tl
|
2023-10-04 16:48:34 +09:00 |
syuilo
|
ca515d5a7e
|
tweak timelines
|
2023-10-04 16:43:24 +09:00 |
syuilo
|
6ebea82dba
|
add more test
|
2023-10-04 16:12:44 +09:00 |
syuilo
|
05d1f5e564
|
add more test
|
2023-10-04 15:33:02 +09:00 |
syuilo
|
fb6a5c8356
|
add more test
|
2023-10-04 14:47:45 +09:00 |
syuilo
|
cc4fd6b5c5
|
fix flaky test
|
2023-10-04 11:56:47 +09:00 |
syuilo
|
3dd84f7824
|
tweak
|
2023-10-04 11:48:51 +09:00 |
syuilo
|
610b68c8ff
|
tweak
|
2023-10-04 11:32:33 +09:00 |
syuilo
|
a40734d417
|
fix(backend): [2023.10.1.beta-1] [ノート]タブでは見える投稿が[全て]タブに出てこない
Fix #11960
|
2023-10-04 11:24:46 +09:00 |
syuilo
|
6277a5545c
|
feat: improve tl performance (#11946)
* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip
|
2023-10-03 20:26:11 +09:00 |