Commit Graph

208 Commits

Author SHA1 Message Date
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
usbharu 0e665dac34 test: APAcceptServiceImplのテストを追加 2023-10-29 16:36:24 +09:00
usbharu 6fe7ec0f3c test: テストを修正 2023-10-27 14:13:07 +09:00
usbharu ab25e136dd refactor: jobを別のクラスに切り出し 2023-10-27 13:22:18 +09:00
usbharu adfac74816 test: fix test 2023-10-23 13:56:49 +09:00
usbharu 9bef6db051 feat: 不要になったコンフィグを削除 2023-10-23 13:32:50 +09:00
usbharu e869fad11d feat: 不要なコンフィグを削除 2023-10-23 12:50:25 +09:00
usbharu f3dd22caa9 style: スタイルを修正 2023-10-20 12:21:52 +09:00
usbharu 34ed98c82b feat: DBにfollowing,followersとkeyidを追加 2023-10-19 12:17:02 +09:00
usbharu b6037d02fe chore: 不要になった依存と実装を削除 2023-10-19 11:35:57 +09:00
usbharu ae376d55d0 style: スタイルを修正 2023-10-14 23:34:57 +09:00
usbharu 25ad32918b test: テストを修正 2023-10-14 23:25:39 +09:00
usbharu 0814258bfa feat: APRequestServiceに切り替え 2023-10-14 19:43:25 +09:00
usbharu 4ca5132183 test: HTTP Signature署名器のテストを追加 2023-10-13 17:00:19 +09:00
usbharu 6aabc7e98d feat: メモリリークの原因となるキャッシュの開放忘れを修正 2023-10-12 17:53:02 +09:00
usbharu 3e7d05a128 feat: 既存のgetAPの箇所を apResourceResolveServiceに切り替え 2023-10-12 16:35:04 +09:00
usbharu 1fef97c8ce feat: CacheManagerを使用した実装に切り替え 2023-10-12 16:02:01 +09:00
usbharu 52b609bac8 test: テストを追加 2023-10-12 14:58:45 +09:00
usbharu 3f830097ed test: fix test 2023-10-10 18:01:57 +09:00
usbharu 8e217c16ec Revert "refactor: ID生成を全てIdGenerateServiceで行うように"
This reverts commit 4be4603f
2023-10-03 11:51:04 +09:00
usbharu 19c06bf586 chore: テストをランダム順に実施するように 2023-09-30 15:17:06 +09:00
usbharu c9eaf899d5 test: テストを修正 2023-09-30 13:50:29 +09:00
usbharu b641c4b5fb refactor: 不要なクラスを削除 2023-09-30 13:26:27 +09:00
usbharu bbdfb59bb0 test: テストを修正 2023-09-30 11:14:30 +09:00
usbharu b735e4bf5d test: 不要なテストを削除 2023-09-27 14:45:54 +09:00
usbharu 5c1ef939d8 feat: ユーザー作成できるように 2023-09-26 12:36:56 +09:00
usbharu 778d8a4968 test: テストを修正 2023-09-25 17:40:51 +09:00
usbharu ad11b072a8 refactor: Koinのコードを削除 2023-09-23 00:14:40 +09:00
usbharu b8e4d2dc3b refactor: Ktorに関連するテストを削除 2023-09-22 23:59:42 +09:00
usbharu b07a0ffabb feat: Postのドメイン知識を追加 2023-08-16 17:46:02 +09:00
usbharu 53936455c1 feat: トランザクションを調整 2023-08-15 15:10:44 +09:00
usbharu 269289966c feat: Userにドメイン知識を追加 2023-08-15 13:30:35 +09:00
usbharu 16fd6a017e test: テストを修正 2023-08-15 01:42:28 +09:00
usbharu e4ff750f25 refactor: 命名規則を統一 2023-08-11 16:44:23 +09:00
usbharu 5f85a25daf refactor: ActivityPubをAPに変更 2023-08-11 16:29:52 +09:00
usbharu d163fc0948 test: テストを修正 2023-08-11 15:58:53 +09:00
usbharu ee8bbf5091 feat: トランザクション管理を抽象化 2023-08-11 14:23:52 +09:00
usbharu 0d346b7368 refactor: リアクションAPIを変更 2023-08-11 13:37:06 +09:00
usbharu de79c91710 refactor: 不要なコードを削除 2023-08-11 11:25:26 +09:00
usbharu 23711f430f refactor: PostのQueryServiceを追加 2023-08-10 20:29:18 +09:00
usbharu ab73da01a7 refactor: Repositoryに不要な関数を削除 2023-08-10 19:42:18 +09:00
usbharu d2524a5684 refactor: 一括検索を都度検索に変更 2023-08-10 19:23:12 +09:00
usbharu 642912d5f3 refactor: 不要な関数を削除 2023-08-10 19:13:42 +09:00
usbharu e781d1467f refactor: 不要な関数を削除 2023-08-10 19:07:48 +09:00
usbharu 4e39c05e6c refactor: 不要な関数を削除 2023-08-10 19:04:16 +09:00
usbharu bc2fb43495 test: テストの型エラーを修正 2023-08-08 17:58:28 +09:00
usbharu 10ea1bf51b Merge branch 'develop' into feature/deliver-reaction
# Conflicts:
#	package-lock.json
#	package.json
#	src/main/kotlin/dev/usbharu/hideout/Application.kt
#	src/main/kotlin/dev/usbharu/hideout/domain/model/ap/ObjectDeserializer.kt
#	src/main/kotlin/dev/usbharu/hideout/plugins/Routing.kt
2023-08-08 15:28:38 +09:00
usbharu 2deed2980d test: テストの型が落ちてるのを修正 2023-08-08 15:12:38 +09:00
usbharu 105b8d520a feat: リアクションのAPIを作成 2023-08-02 11:05:00 +09:00
usbharu 58f8005ce4 feat: 投稿できるように 2023-07-06 22:06:10 +09:00
usbharu e34ef3b6f8 style: スタイルを修正 2023-06-08 22:54:37 +09:00
usbharu 4d60a7eeb8 test: テストを修正 2023-06-03 23:31:33 +09:00
usbharu a9a7e23d1c refactor: postのサービスをリファクタリング 2023-06-03 20:55:54 +09:00
usbharu d2e9c2b10c test: テストのクラスを移動 2023-06-03 11:31:07 +09:00
usbharu 97e2a9be21 refactor: serviceのクラスを移動 2023-06-03 11:28:05 +09:00
usbharu 0826170031 fix: テストが落ちるのを修正 2023-06-03 10:51:30 +09:00
usbharu e7b0df8afb style: スタイルを修正 2023-06-02 17:31:54 +09:00
usbharu b8613e2bf1 feat: Createに対応 2023-05-23 23:39:32 +09:00
usbharu 5b6e0a3657 feat: フォローリクエストに対応。フォローした後無限ループする問題を修正 2023-05-22 23:33:33 +09:00
usbharu 194a648862 feat: Followを送れるように 2023-05-22 16:08:28 +09:00
usbharu acd305d289 refactor: ActivityPubFollowServiceをActivityPubReceiveFollowServiceにリネーム 2023-05-22 15:35:45 +09:00
usbharu cb2ee6ca3f feat: Undoを実装 2023-05-21 17:52:36 +09:00
usbharu 9c8aef6c44 test: Usersのテストを追加 2023-05-20 15:04:56 +09:00
usbharu 22ac04a991 test: Postsのテストを追加 2023-05-19 22:54:22 +09:00
usbharu 050efb1ee0 test: 認証関係を修正2 2023-05-18 15:45:37 +09:00
usbharu f0d5d8b672 test: 認証関係を修正 2023-05-18 15:33:00 +09:00
usbharu 5b2d2956bd feat: 投稿のテストを追加 2023-05-08 16:07:19 +09:00
usbharu 5422aeeb60 refactor: 公開範囲を列挙型に変更 2023-05-08 11:42:55 +09:00
usbharu 7fad9fcfa6 feat: 投稿のAPIを作成 2023-05-08 11:13:01 +09:00
usbharu e1f10ab064 feat: usernameからuidに変更 2023-05-08 11:11:52 +09:00
usbharu 05ceab0379 refactor: Postをリファクタリング 2023-05-05 16:04:48 +09:00
usbharu 1b6147db7f test: JwtRefreshTokenRepositoryのテストを追加 2023-05-05 13:19:35 +09:00
usbharu 6d9ef35903 test: ContentTypeRouteSelectorのテストを追加 2023-05-05 12:41:04 +09:00