Commit Graph

1043 Commits

Author SHA1 Message Date
usbharu a4320389a2
style: fix lint 2023-12-22 12:20:41 +09:00
usbharu 7047c4f35b
feat: ReactionServiceをカスタム絵文字に対応 2023-12-22 12:02:28 +09:00
usbharu 04b72c1e86
feat: カスタム絵文字のリアクションの対応 2023-12-22 02:29:37 +09:00
usbharu bf2edbfdc1
feat: 投稿に絵文字データを使えるように 2023-12-21 19:41:27 +09:00
usbharu 1169998655
feat: ActorのMapperの修正 2023-12-21 19:15:00 +09:00
usbharu 3757ce5c29
feat: 絵文字を識別するIDの生成を追加 2023-12-21 19:14:02 +09:00
usbharu 1fec4a07d0
feat: Actorに絵文字情報を含めることが可能に 2023-12-21 19:13:36 +09:00
usbharu 8f7f943a9b
feat: 絵文字のテーブル定義を追加 2023-12-21 18:36:14 +09:00
usbharu 8b80a338fa
feat: 絵文字のエンティティとRepositoryを追加 2023-12-21 18:35:53 +09:00
usbharu 4163ec9abd
Merge pull request #228 from usbharu/feature/for-update-transaction
Feature/for update transaction
2023-12-21 15:12:27 +09:00
usbharu 4ceb42728d
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 531326782c
style: fix lint 2023-12-21 14:56:48 +09:00
usbharu 8d3d454646
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 9daacdf8d1
style: fix lint 2023-12-21 14:48:21 +09:00
usbharu 599ef9fcd0
feat: AbstractRepositoryを継承していないRepositoryで継承するように 2023-12-21 14:28:17 +09:00
usbharu b67e1fb18c
fix: 削除済みユーザーとアクティビティactorがないときのフォールバックを修正 2023-12-21 13:36:45 +09:00
usbharu a6cdd7f414
test: テストを修正 2023-12-21 12:57:06 +09:00
usbharu 66e899aef4
Merge pull request #227 from usbharu/feature/debug-json
feat: デバッグ用のトレースをオン・オフできるように
2023-12-21 12:07:10 +09:00
usbharu 1e6e505925
feat: デバッグ用のトレースをオン・オフできるように 2023-12-21 12:06:51 +09:00
usbharu 422775f356
feat: 未実装項目を実装 2023-12-21 11:27:46 +09:00
usbharu 99aed4af13
fix: 削除されていなかった実装を削除 2023-12-21 11:15:16 +09:00
usbharu 0888613838
refactor: 不要なQueryServiceを削除 2023-12-21 11:08:59 +09:00
usbharu b8f14711b9
refactor: FailedToGetResourceExceptionを使わないように 2023-12-19 17:52:08 +09:00
usbharu 5f2053a009
feat: 重複排除 2023-12-19 17:00:15 +09:00
usbharu d79541d71b
refactor: actorのDBからの取得に関する大規模な変更 2023-12-17 19:08:18 +09:00
usbharu 6199a79708
Merge pull request #219 from usbharu/feature/test3
テストを追加
2023-12-14 16:48:23 +09:00
usbharu cf53e0a966
style: fix lint 2023-12-14 16:44:15 +09:00
usbharu 48089ea0e0
chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:24:50 +09:00
usbharu fbd6fe8d03
chore: カバレッジレポートを作成するGitHub Actionを変更 2023-12-14 16:20:10 +09:00
usbharu c572daa19f
chore: カバレッジ計測でキャッシュを使わないように 2023-12-14 16:05:26 +09:00
usbharu 4550964f40
fix: equalsを修正 2023-12-14 15:50:19 +09:00
usbharu b0c9f5d35e
test: Equalsのテストを修正 2023-12-14 15:50:01 +09:00
usbharu bc3d79b68c
fix: toStringを修正 2023-12-14 14:37:59 +09:00
usbharu 39818469cb
test: テストを追加 2023-12-14 14:37:36 +09:00
usbharu 9ee553b275
Merge pull request #218 from usbharu/feature/actor-count-column
Feature/actor count column
2023-12-14 12:53:14 +09:00
usbharu f65277b102
test: テストを修正 2023-12-14 12:07:47 +09:00
usbharu b158ad8ce0
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 7f04aec7bf
refactor: Mastodon APIでAccountの箇所を修正 2023-12-14 00:55:40 +09:00
usbharu 6eb10b5bd7
refactor: Actorsテーブルにフォロワー数情報とフォロー数情報を追加 2023-12-14 00:16:45 +09:00
usbharu 492c4064c5
Merge pull request #215 from usbharu/feature/delete
Feature/delete
2023-12-13 17:48:26 +09:00
usbharu e1fdb47220
style: fix lint 2023-12-13 17:40:20 +09:00
usbharu c3a37b4ca7
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 eb634e4c7e
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 6dda54fb8f
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 9e22206ed6
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 81965dee92
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 3214d2041e
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
usbharu 8aba7ecdc1
Update src/main/kotlin/dev/usbharu/hideout/activitypub/domain/model/Person.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-13 17:30:55 +09:00
usbharu 5093585c7e
test: テストを修正 2023-12-13 17:02:00 +09:00
usbharu c92e15f220
feat: アカウント削除をすることができるように 2023-12-13 16:45:14 +09:00