Commit Graph

180 Commits

Author SHA1 Message Date
usbharu cedebb794b refactor: ActivityPubStringResponseを削除 2023-11-22 00:27:44 +09:00
usbharu 8b6182c6e7 test: テストを修正 2023-11-19 12:09:44 +09:00
usbharu ac0e05ade8 fix: lint 2023-11-16 20:59:22 +09:00
usbharu f2fea24fce chore: 不要な依存を削除 2023-11-09 18:03:45 +09:00
usbharu 1089f63e36 test: テストを修正 2023-11-09 15:32:35 +09:00
usbharu 217a010b77 test: APSendCreateServiceImplのテストを追加 2023-11-08 17:19:27 +09:00
usbharu b4df1fdeba test: Outboxのテストを追加 2023-11-08 17:04:24 +09:00
usbharu 66fb3c3c93 test: equalsとtostringでカバレッジ計測時に無視できるようなテストを追加(テストを目的としていない) 2023-11-08 16:48:28 +09:00
usbharu 3ec6ace113 test: timelineServiceのテストを追加 2023-11-07 15:12:25 +09:00
usbharu 6a51a9be37 test: ReactionServiceImplのテストを追加 2023-11-07 14:35:23 +09:00
usbharu c6cd6e82cf test: postServiceImplのテストを追加 2023-11-07 12:52:27 +09:00
usbharu 1a34981288 test: mastodonTimelineApiControllerのテストを追加 2023-11-06 23:11:36 +09:00
usbharu 8a770ab1f2 test: mastodonStatusesApiControllerのテストを追加 2023-11-06 17:22:01 +09:00
usbharu 09f5794357 test: MastodonMediaApiControllerのテストを追加 2023-11-06 16:56:06 +09:00
usbharu 9649105999 test: MastodonInstanceApiControllerのテストを追加 2023-11-06 16:32:51 +09:00
usbharu 948f24c451 test: MastodonAccountApiControllerのテストを追加 2023-11-06 15:05:28 +09:00
usbharu 3684d3f2ef test: MastodonAppsApiControllerのテストを追加 2023-11-06 15:05:03 +09:00
usbharu 22475bfed0 test: テスト名が間違っていたので修正 2023-11-05 14:51:16 +09:00
usbharu 117a97123c test: noteのエンドポイントのテストを追加 2023-11-05 14:46:20 +09:00
usbharu d650586a7a test: inboxのコントローラーのテストにuser-inboxのテストを追加 2023-11-05 13:30:25 +09:00
usbharu a2420622c5 test: actorのエンドポイントのテストを追加 2023-11-05 13:28:04 +09:00
usbharu ec24100f0a test: inboxのテストを追加 2023-11-05 00:34:01 +09:00
usbharu 3ed6b20dc5 test: inboxのテストを追加 2023-11-05 00:24:56 +09:00
usbharu df61e65fb0 test: WebFingerControllerのテストを追加 2023-11-04 19:10:52 +09:00
usbharu 4418caaf99 test: Noteのシリアライズテストを追加 2023-11-03 15:04:09 +09:00
usbharu ef352d43a6 test: Objectのシリアライズテストを追加 2023-11-03 14:46:07 +09:00
usbharu 00d24b5030 test: テストを修正 2023-11-03 14:11:14 +09:00
usbharu 31a3bfd714 test: jsonldのシリアライズテストを追加 2023-11-03 13:59:42 +09:00
usbharu 9a457e25c3 test: Deleteのシリアライズのテストを追加 2023-11-03 01:36:39 +09:00
usbharu 8915f18eab test: テストを修正 2023-11-03 01:00:35 +09:00
usbharu 67d284ffcc test: テストを修正 2023-11-02 19:58:37 +09:00
usbharu 64ca262343 refactor: 投稿の配送Jobの改善 2023-11-02 16:43:06 +09:00
usbharu 5ddec3d981 refactor: APNoteServiceをNote取得クエリを少なくなるようにリファクタリング 2023-11-02 12:40:20 +09:00
usbharu 5586a61298 refactor: 予約語を使っていたパッケージ名を修正 2023-11-01 14:10:59 +09:00
usbharu 3e6f657cb4 test: テストのパッケージを修正 2023-11-01 13:51:11 +09:00
usbharu 820a688ae6 test: テストを修正 2023-11-01 13:41:20 +09:00
usbharu ab6f8b4f15 Merge branch 'develop' into feature/refactor
# Conflicts:
#	src/test/kotlin/dev/usbharu/hideout/service/ap/APNoteServiceImplTest.kt
#	src/test/kotlin/dev/usbharu/hideout/service/ap/resource/APResourceResolveServiceImplTest.kt
2023-11-01 13:38:45 +09:00
usbharu bfc341b28d refactor: パッケージ構成を変更 2023-11-01 13:34:24 +09:00
usbharu 23db387054 test: 無効化していたAPResourceResolveServiceImplのテストを有効化 2023-10-31 18:50:40 +09:00
usbharu adc477998b test: APReactionJobServiceImplのテストを追加 2023-10-31 18:10:01 +09:00
usbharu 95f3da5bb6 test: ApNoteJobServiceImplのテストを移動 2023-10-31 17:30:07 +09:00
usbharu 85337420cd refactor: 不要な依存を削除 2023-10-31 16:35:05 +09:00
usbharu 40d1b6cbd3 test: APUndoServiceImplのテストを追加 2023-10-31 16:15:49 +09:00
usbharu 353fc8f87a test: APServiceImplのテストを追加 2023-10-31 15:48:03 +09:00
usbharu d0b5cd411d test: APSendFollowServiceImplのテストを追加 2023-10-31 15:25:52 +09:00
usbharu aec68aaeba test: APRequestServiceImplのテストを追加 2023-10-31 15:19:53 +09:00
usbharu e0b471fb7f test: APReactionServiceImplのテストを追加 2023-10-30 16:46:30 +09:00
usbharu 8e4a0d6584 test: APNoteServiceImplのテストを追加 2023-10-30 11:57:18 +09:00
usbharu f2fe870888 test: APLikeServiceImplのテストを追加 2023-10-29 17:32:04 +09:00
usbharu 24ae118bb6 test: APCreateServiceimplのテストを追加 2023-10-29 16:58:42 +09:00