Commit Graph
593 Commits
Author SHA1 Message Date
usbharuandgithub-actions[bot] c18b18dff8 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/objects/note/APNoteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-02 12:44:44 +09:00
usbharu 3248816d58 refactor: APNoteServiceをNote取得クエリを少なくなるようにリファクタリング 2023-11-02 12:40:20 +09:00
usbharu b7919ed2ca feat: postgres対応 2023-11-02 11:56:03 +09:00
usbharu 786882aefe Merge pull request #105 from usbharu/feature/refactor
Feature/refactor
2023-11-01 14:13:59 +09:00
usbharu dfc2a6f33c refactor: 予約語を使っていたパッケージ名を修正 2023-11-01 14:10:59 +09:00
usbharuandgithub-actions[bot] 009b95735e Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-01 13:57:19 +09:00
usbharu 351e99cbe9 test: テストのパッケージを修正 2023-11-01 13:51:11 +09:00
usbharu 8484a29fc3 test: テストを修正 2023-11-01 13:41:20 +09:00
usbharu 6e9a25c120 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 fdb6ec9622 refactor: パッケージ構成を変更 2023-11-01 13:34:24 +09:00
usbharu c06517879f Merge pull request #104 from usbharu/feature/test-2
Feature/test 2
2023-11-01 13:32:18 +09:00
usbharu e50fbc73cc test: 無効化していたAPResourceResolveServiceImplのテストを有効化 2023-10-31 18:50:40 +09:00
usbharu 44f3ba4537 fix: LikeのUndoのidが間違っていたのを修正 2023-10-31 18:10:20 +09:00
usbharu 937a3e1a57 test: APReactionJobServiceImplのテストを追加 2023-10-31 18:10:01 +09:00
usbharu 56a7b640fa fix: 投稿の配送処理のtoが間違っていたのを修正 2023-10-31 17:32:04 +09:00
usbharu 4e4a401062 test: ApNoteJobServiceImplのテストを移動 2023-10-31 17:30:07 +09:00
usbharu e0c854de5f Merge pull request #102 from usbharu/feature/test
Feature/test
2023-10-31 16:47:02 +09:00
usbharuandgithub-actions[bot] 5de5c6cb9b Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-31 16:40:31 +09:00
usbharu 617a8c5a6f refactor: 不要な依存を削除 2023-10-31 16:35:05 +09:00
usbharu b514af026f fix: apPost時にbodyがnullのときリクエストボディにnullと出力されてしまう問題を修正 2023-10-31 16:34:20 +09:00
usbharu f84dc530fa fix: FollowのUndoの処理に成功しているのに未実装エラーが出るのを修正 2023-10-31 16:26:46 +09:00
usbharu 51a477d5b9 fix: ActivityのTypeのパース時のエラーを修正 2023-10-31 16:24:15 +09:00
usbharu d884387bcf test: APUndoServiceImplのテストを追加 2023-10-31 16:15:49 +09:00
usbharu 031678f805 test: APServiceImplのテストを追加 2023-10-31 15:48:03 +09:00
usbharu 93fd726ffb test: APSendFollowServiceImplのテストを追加 2023-10-31 15:25:52 +09:00
usbharu 6251e02266 test: APRequestServiceImplのテストを追加 2023-10-31 15:19:53 +09:00
usbharu b9d568c9c3 test: APReactionServiceImplのテストを追加 2023-10-30 16:46:30 +09:00
usbharu 659dee87a0 test: APNoteServiceImplのテストを追加 2023-10-30 11:57:18 +09:00
usbharu dfd6655e91 test: APLikeServiceImplのテストを追加 2023-10-29 17:32:04 +09:00
usbharu e2e564d71b test: APCreateServiceimplのテストを追加 2023-10-29 16:58:42 +09:00
usbharu 486abaaaf3 test: APAcceptServiceImplのテストを追加 2023-10-29 16:36:24 +09:00
usbharu 8e71c81e73 Merge pull request #98 from usbharu/feature/job-queue
Feature/job queue
2023-10-27 14:17:59 +09:00
usbharu 2353414d16 test: テストを修正 2023-10-27 14:13:07 +09:00
usbharu 0fdceb4d9e style: fix lint 2023-10-27 14:10:04 +09:00
usbharu cefde4df45 style: fix lint 2023-10-27 14:08:38 +09:00
usbharu 2c2a392c92 refactor: jobを別のクラスに切り出し2 2023-10-27 13:54:33 +09:00
usbharu 0eb2cfbb86 refactor: jobを別のクラスに切り出し 2023-10-27 13:22:18 +09:00
usbharu 70adcd1c56 Merge pull request #97 from usbharu/feature/logging-2
Feature/logging 2
2023-10-27 11:43:57 +09:00
usbharuandgithub-actions[bot] d2fcf658e3 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-27 11:38:21 +09:00
usbharu 4b6f86da95 feat: 署名されないリクエストもログをとるように 2023-10-27 11:28:35 +09:00
usbharu 68c6e8937c feat: ActivityPubリクエストのログを追加 2023-10-27 11:17:05 +09:00
usbharu d70fd208a6 feat: フォローリクエストが飛んできたときのログを追加 2023-10-27 11:16:40 +09:00
usbharu 30a7459ade Merge pull request #96 from usbharu/feature/logging-2
Feature/logging 2
2023-10-24 20:52:02 +09:00
usbharu 22d0f8b160 feat: セキュリティフィルターの前にMDCを追加するように 2023-10-24 20:19:22 +09:00
usbharu 3d795bbd8a feat: ログのMDCをkotlinx.coroutineに対応 2023-10-24 20:05:53 +09:00
usbharu a60703ebdc refactor: ログを追加 2023-10-24 12:52:15 +09:00
usbharu 7955dbaee2 Merge pull request #94 from usbharu/feature/entity-builder
Feature/entity builder
2023-10-23 14:00:36 +09:00
usbharu 0aa6d70f2e Merge remote-tracking branch 'origin/feature/entity-builder' into feature/entity-builder 2023-10-23 13:57:01 +09:00
usbharu 1e676901e7 test: fix test 2023-10-23 13:56:49 +09:00
usbharu 2a65311611 Merge branch 'develop' into feature/entity-builder 2023-10-23 13:44:53 +09:00