Commit Graph

1046 Commits

Author SHA1 Message Date
usbharu 2d84ad073f fix: 不要なカラムを削除 2023-12-22 14:02:52 +09:00
usbharu 43033b6f4b feat: 受け取ったノートのEmojiを認識するように 2023-12-22 14:02:23 +09:00
usbharu 0a54bdfc15 fix: SQLのミスを修正 2023-12-22 12:20:58 +09:00
usbharu 4b59802c8d style: fix lint 2023-12-22 12:20:41 +09:00
usbharu a389036827 feat: ReactionServiceをカスタム絵文字に対応 2023-12-22 12:02:28 +09:00
usbharu 32e60dc6f8 feat: カスタム絵文字のリアクションの対応 2023-12-22 02:29:37 +09:00
usbharu 0607fe2bc5 feat: 投稿に絵文字データを使えるように 2023-12-21 19:41:27 +09:00
usbharu cf52ebfd12 feat: ActorのMapperの修正 2023-12-21 19:15:00 +09:00
usbharu 80f4e9fb04 feat: 絵文字を識別するIDの生成を追加 2023-12-21 19:14:02 +09:00
usbharu b070b8c71d feat: Actorに絵文字情報を含めることが可能に 2023-12-21 19:13:36 +09:00
usbharu 086539e2a6 feat: 絵文字のテーブル定義を追加 2023-12-21 18:36:14 +09:00
usbharu 55af96bd6c feat: 絵文字のエンティティとRepositoryを追加 2023-12-21 18:35:53 +09:00
usbharu f32102fef1 Merge pull request #228 from usbharu/feature/for-update-transaction
Feature/for update transaction
2023-12-21 15:12:27 +09:00
usbharu 5be0d7d9c2 Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-21 15:07:28 +09:00
usbharu f38d339802 style: fix lint 2023-12-21 14:56:48 +09:00
usbharu 7684a03015 Merge branch 'develop' into feature/for-update-transaction
# Conflicts:
#	src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/Actor.kt
2023-12-21 14:50:36 +09:00
usbharu 3323229ef3 style: fix lint 2023-12-21 14:48:21 +09:00
usbharu 2105c47b03 feat: AbstractRepositoryを継承していないRepositoryで継承するように 2023-12-21 14:28:17 +09:00
usbharu 0e547fce3d fix: 削除済みユーザーとアクティビティactorがないときのフォールバックを修正 2023-12-21 13:36:45 +09:00
usbharu e7743c77f2 test: テストを修正 2023-12-21 12:57:06 +09:00
usbharu a3aaeae8c8 Merge pull request #227 from usbharu/feature/debug-json
feat: デバッグ用のトレースをオン・オフできるように
2023-12-21 12:07:10 +09:00
usbharu 0d7dfc6d27 feat: デバッグ用のトレースをオン・オフできるように 2023-12-21 12:06:51 +09:00
usbharu e3a819f94d feat: 未実装項目を実装 2023-12-21 11:27:46 +09:00
usbharu fddc29bdfd fix: 削除されていなかった実装を削除 2023-12-21 11:15:16 +09:00
usbharu bf4d694aa2 refactor: 不要なQueryServiceを削除 2023-12-21 11:08:59 +09:00
usbharu 3571ab22e3 refactor: FailedToGetResourceExceptionを使わないように 2023-12-19 17:52:08 +09:00
usbharu aa2741d614 feat: 重複排除 2023-12-19 17:00:15 +09:00
usbharu f98178b37c refactor: actorのDBからの取得に関する大規模な変更 2023-12-17 19:08:18 +09:00
usbharu a36d937239 Merge pull request #219 from usbharu/feature/test3
テストを追加
2023-12-14 16:48:23 +09:00
usbharu fdf3065953 style: fix lint 2023-12-14 16:44:15 +09:00
usbharu 11d82e7fbf chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:24:50 +09:00
usbharu 8a064b9e33 chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:20:10 +09:00
usbharu bccd16d9da chore: カバレッジ計測でキャッシュを使わないように 2023-12-14 16:05:26 +09:00
usbharu 3eb310f306 fix: equalsを修正 2023-12-14 15:50:19 +09:00
usbharu e8b6b6784c test: Equalsのテストを修正 2023-12-14 15:50:01 +09:00
usbharu ec848630ca fix: toStringを修正 2023-12-14 14:37:59 +09:00
usbharu 48bbf6a53b test: テストを追加 2023-12-14 14:37:36 +09:00
usbharu 382fe89142 Merge pull request #218 from usbharu/feature/actor-count-column
Feature/actor count column
2023-12-14 12:53:14 +09:00
usbharu 4e3a711506 test: テストを修正 2023-12-14 12:07:47 +09:00
usbharu 53d195bd8d Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-14 01:13:16 +09:00
usbharu bdd69d258c refactor: Mastodon APIでAccountの箇所を修正 2023-12-14 00:55:40 +09:00
usbharu 77d79e2279 refactor: Actorsテーブルにフォロワー数情報とフォロー数情報を追加 2023-12-14 00:16:45 +09:00
usbharu e0368ab7c5 Merge pull request #215 from usbharu/feature/delete
Feature/delete
2023-12-13 17:48:26 +09:00
usbharu cc4c642d8c style: fix lint 2023-12-13 17:40:20 +09:00
usbharu db45838d95 Update src/main/kotlin/dev/usbharu/hideout/core/service/user/UserServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:59 +09:00
usbharu a39ab545df Update src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:53 +09:00
usbharu 9afa0cb194 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APSendDeleteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:43 +09:00
usbharu e39747c703 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APSendDeleteService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:23 +09:00
usbharu 57a5a92ee5 Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:16 +09:00
usbharu 6655537a2b Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:31:11 +09:00