Commit Graph

203 Commits

Author SHA1 Message Date
usbharu 684cd508c0
test: jsonldのシリアライズテストを追加 2023-11-03 13:59:42 +09:00
usbharu f7f9f58e77
test: Deleteのシリアライズのテストを追加 2023-11-03 01:36:39 +09:00
usbharu 4d8864179e
test: テストを修正 2023-11-03 01:00:35 +09:00
usbharu 6d81cf0643
test: テストを修正 2023-11-02 19:58:37 +09:00
usbharu 224137e3b7
refactor: 投稿の配送Jobの改善 2023-11-02 16:43:06 +09:00
usbharu 3248816d58
refactor: APNoteServiceをNote取得クエリを少なくなるようにリファクタリング 2023-11-02 12:40:20 +09:00
usbharu dfc2a6f33c
refactor: 予約語を使っていたパッケージ名を修正 2023-11-01 14:10:59 +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 e50fbc73cc
test: 無効化していたAPResourceResolveServiceImplのテストを有効化 2023-10-31 18:50:40 +09:00
usbharu 937a3e1a57
test: APReactionJobServiceImplのテストを追加 2023-10-31 18:10:01 +09:00
usbharu 4e4a401062
test: ApNoteJobServiceImplのテストを移動 2023-10-31 17:30:07 +09:00
usbharu 617a8c5a6f
refactor: 不要な依存を削除 2023-10-31 16:35:05 +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 2353414d16
test: テストを修正 2023-10-27 14:13:07 +09:00
usbharu 0eb2cfbb86
refactor: jobを別のクラスに切り出し 2023-10-27 13:22:18 +09:00
usbharu 1e676901e7
test: fix test 2023-10-23 13:56:49 +09:00
usbharu 7427030f00
feat: 不要になったコンフィグを削除 2023-10-23 13:32:50 +09:00
usbharu 830206b43a
feat: 不要なコンフィグを削除 2023-10-23 12:50:25 +09:00
usbharu 5acce0051e
style: スタイルを修正 2023-10-20 12:21:52 +09:00
usbharu 185b449c3b
feat: DBにfollowing,followersとkeyidを追加 2023-10-19 12:17:02 +09:00
usbharu db65bb4b2e
chore: 不要になった依存と実装を削除 2023-10-19 11:35:57 +09:00
usbharu e7a90b935e
style: スタイルを修正 2023-10-14 23:34:57 +09:00
usbharu ccd0f667d1
test: テストを修正 2023-10-14 23:25:39 +09:00
usbharu d6ecad976b
feat: APRequestServiceに切り替え 2023-10-14 19:43:25 +09:00
usbharu c3233965c6
test: HTTP Signature署名器のテストを追加 2023-10-13 17:00:19 +09:00
usbharu 12d222035b
feat: メモリリークの原因となるキャッシュの開放忘れを修正 2023-10-12 17:53:02 +09:00
usbharu cf5e744954
feat: 既存のgetAPの箇所を apResourceResolveServiceに切り替え 2023-10-12 16:35:04 +09:00
usbharu 398e3cc3b3
feat: CacheManagerを使用した実装に切り替え 2023-10-12 16:02:01 +09:00
usbharu 331da2ad58
test: テストを追加 2023-10-12 14:58:45 +09:00
usbharu a373c0d880
test: fix test 2023-10-10 18:01:57 +09:00
usbharu b0188e1bcb
Revert "refactor: ID生成を全てIdGenerateServiceで行うように"
This reverts commit 4be4603f
2023-10-03 11:51:04 +09:00
usbharu 55965156e5
chore: テストをランダム順に実施するように 2023-09-30 15:17:06 +09:00
usbharu 26abc2759f
test: テストを修正 2023-09-30 13:50:29 +09:00
usbharu a63e26129a
refactor: 不要なクラスを削除 2023-09-30 13:26:27 +09:00
usbharu 8297d578bc
test: テストを修正 2023-09-30 11:14:30 +09:00
usbharu 9d6cf714a7
test: 不要なテストを削除 2023-09-27 14:45:54 +09:00
usbharu 60e189a596
feat: ユーザー作成できるように 2023-09-26 12:36:56 +09:00
usbharu b2834b2c8c
test: テストを修正 2023-09-25 17:40:51 +09:00
usbharu a32cfe348e
refactor: Koinのコードを削除 2023-09-23 00:14:40 +09:00
usbharu 5b9618a277
refactor: Ktorに関連するテストを削除 2023-09-22 23:59:42 +09:00
usbharu 11f58f8580
feat: Postのドメイン知識を追加 2023-08-16 17:46:02 +09:00
usbharu 5b2e5959c2
feat: トランザクションを調整 2023-08-15 15:10:44 +09:00
usbharu 57c66589de
feat: Userにドメイン知識を追加 2023-08-15 13:30:35 +09:00
usbharu 17afbbdc67
test: テストを修正 2023-08-15 01:42:28 +09:00
usbharu b75b61d665
refactor: 命名規則を統一 2023-08-11 16:44:23 +09:00
usbharu 6b04f7a429
refactor: ActivityPubをAPに変更 2023-08-11 16:29:52 +09:00
usbharu b5739832ef
test: テストを修正 2023-08-11 15:58:53 +09:00
usbharu 66c8e956c1
feat: トランザクション管理を抽象化 2023-08-11 14:23:52 +09:00
usbharu 34aff68229
refactor: リアクションAPIを変更 2023-08-11 13:37:06 +09:00
usbharu 03d4f461a7
refactor: 不要なコードを削除 2023-08-11 11:25:26 +09:00
usbharu 5a5be82c50
refactor: PostのQueryServiceを追加 2023-08-10 20:29:18 +09:00
usbharu ba16e3ff19
refactor: Repositoryに不要な関数を削除 2023-08-10 19:42:18 +09:00
usbharu 3257ebccfc
refactor: 一括検索を都度検索に変更 2023-08-10 19:23:12 +09:00
usbharu 736832ccd3
refactor: 不要な関数を削除 2023-08-10 19:13:42 +09:00
usbharu 4d9736c5af
refactor: 不要な関数を削除 2023-08-10 19:07:48 +09:00
usbharu d83d26f132
refactor: 不要な関数を削除 2023-08-10 19:04:16 +09:00
usbharu 3764d476c0
test: テストの型エラーを修正 2023-08-08 17:58:28 +09:00
usbharu cdeff2d3bf
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 93444af8ad
test: テストの型が落ちてるのを修正 2023-08-08 15:12:38 +09:00
usbharu 2661bd3e9e
feat: リアクションのAPIを作成 2023-08-02 11:05:00 +09:00
usbharu 3f3a5dcceb
feat: 投稿できるように 2023-07-06 22:06:10 +09:00
usbharu 0cb58002eb
style: スタイルを修正 2023-06-08 22:54:37 +09:00
usbharu e8eccaa39b
test: テストを修正 2023-06-03 23:31:33 +09:00
usbharu de44bd7fc6
refactor: postのサービスをリファクタリング 2023-06-03 20:55:54 +09:00
usbharu 56bc156aa2
test: テストのクラスを移動 2023-06-03 11:31:07 +09:00
usbharu 51225c91be
refactor: serviceのクラスを移動 2023-06-03 11:28:05 +09:00
usbharu b2909359b7
fix: テストが落ちるのを修正 2023-06-03 10:51:30 +09:00
usbharu d856de526a
style: スタイルを修正 2023-06-02 17:31:54 +09:00
usbharu 0fca784ffc
feat: Createに対応 2023-05-23 23:39:32 +09:00
usbharu 5a4e284705
feat: フォローリクエストに対応。フォローした後無限ループする問題を修正 2023-05-22 23:33:33 +09:00
usbharu 4ab747825e
feat: Followを送れるように 2023-05-22 16:08:28 +09:00
usbharu caa93f7656
refactor: ActivityPubFollowServiceをActivityPubReceiveFollowServiceにリネーム 2023-05-22 15:35:45 +09:00
usbharu c8b7dd452a
feat: Undoを実装 2023-05-21 17:52:36 +09:00
usbharu 30e63fd2c9
test: Usersのテストを追加 2023-05-20 15:04:56 +09:00
usbharu befd69b9f2
test: Postsのテストを追加 2023-05-19 22:54:22 +09:00
usbharu da183caca0
test: 認証関係を修正2 2023-05-18 15:45:37 +09:00
usbharu 7c55f5c8c3
test: 認証関係を修正 2023-05-18 15:33:00 +09:00
usbharu c4f8101729
feat: 投稿のテストを追加 2023-05-08 16:07:19 +09:00
usbharu dfa3bb74fb
refactor: 公開範囲を列挙型に変更 2023-05-08 11:42:55 +09:00
usbharu aaaaf6aff6
feat: 投稿のAPIを作成 2023-05-08 11:13:01 +09:00
usbharu 69c0a8692f
feat: usernameからuidに変更 2023-05-08 11:11:52 +09:00
usbharu 736f83e3e1
refactor: Postをリファクタリング 2023-05-05 16:04:48 +09:00
usbharu 7d15a6892f
test: JwtRefreshTokenRepositoryのテストを追加 2023-05-05 13:19:35 +09:00
usbharu adf5f189dd
test: ContentTypeRouteSelectorのテストを追加 2023-05-05 12:41:04 +09:00
usbharu d78f5e201f
test: MetaService、ServerInitialiseServiceのテストを追加 2023-05-04 14:01:21 +09:00
usbharu 17e574feca
style: テストのスタイルを修正 2023-05-03 16:53:26 +09:00
usbharu ad26369346
test: JWTの発行、リフレッシュトークンのテストを追加 2023-05-03 16:44:46 +09:00
usbharu c4ae2d16f1
test: リフレッシュトークンのテストを追加 2023-05-03 15:32:13 +09:00
usbharu 295b6b1572
test: JWTでログインのテストを追加 2023-05-03 14:53:35 +09:00