usbharu
|
70a1a17e37
|
wip
|
2024-06-10 00:12:01 +09:00 |
usbharu
|
1245165516
|
feat: ミュート等ができるように
|
2024-06-08 18:49:57 +09:00 |
usbharu
|
a939dd5f30
|
feat: ブロック等ができるように
|
2024-06-08 18:12:08 +09:00 |
usbharu
|
54e3af2253
|
feat: ドメイン層に認可的なものを追加
|
2024-06-08 16:37:57 +09:00 |
usbharu
|
86daf1041b
|
feat: 投稿を取得できるように
|
2024-06-07 20:44:12 +09:00 |
usbharu
|
91867d6b83
|
feat: 投稿できるように
|
2024-06-07 19:10:49 +09:00 |
usbharu
|
e0c0c8b22a
|
sql
|
2024-06-07 19:10:32 +09:00 |
usbharu
|
f79f90c8ef
|
sql
|
2024-06-07 19:10:19 +09:00 |
usbharu
|
98a795c374
|
sql
|
2024-06-07 18:24:25 +09:00 |
usbharu
|
4d68b150dd
|
feat: ログインできるように
|
2024-06-07 17:15:47 +09:00 |
usbharu
|
e14a4aa89a
|
wip
|
2024-06-07 15:03:53 +09:00 |
usbharu
|
97d9bf0898
|
feat: OAuth2でトークンの発行ができるように
|
2024-06-07 13:05:55 +09:00 |
usbharu
|
a13fe45d0d
|
feat: アプリケーションサービスの操作ログを残せるように
|
2024-06-07 00:37:34 +09:00 |
usbharu
|
cf48ae651b
|
feat: ローカルユーザーを作成できるように
|
2024-06-06 23:26:20 +09:00 |
usbharu
|
6739bb0da2
|
test: postのテストを追加
|
2024-06-06 14:15:59 +09:00 |
usbharu
|
c84517908e
|
Merge branch 'refs/heads/develop' into ddd
|
2024-06-05 12:09:51 +09:00 |
usbharu
|
f794095ecf
|
test: postのテストを追加
|
2024-06-05 12:07:58 +09:00 |
usbharu
|
2c298d2d26
|
test: postのテストを追加
|
2024-06-05 11:47:19 +09:00 |
usbharu
|
5de217fecc
|
test: postのテストを追加
|
2024-06-05 10:45:10 +09:00 |
usbharu
|
5e7b538d1d
|
実際に起動できるように
|
2024-06-04 23:46:09 +09:00 |
usbharu
|
bd747718d4
|
QueryMapperとResultRowMapperを作成
|
2024-06-04 22:46:48 +09:00 |
usbharu
|
21d0d7af69
|
wip
|
2024-06-04 22:08:14 +09:00 |
usbharu
|
23507f1812
|
chore: coreからmastodonにテンプレートを移動
|
2024-06-03 00:44:43 +09:00 |
usbharu
|
71eeb47169
|
wip
|
2024-06-02 23:18:45 +09:00 |
usbharu
|
d5cb840270
|
wip
|
2024-06-02 21:35:03 +09:00 |
usbharu
|
92e13e3782
|
test: 動かなくなったテストを削除
|
2024-06-02 18:18:25 +09:00 |
usbharu
|
ccd089fa8e
|
wip
|
2024-06-02 17:49:59 +09:00 |
usbharu
|
922bdb4991
|
wip
|
2024-06-02 16:04:30 +09:00 |
usbharu
|
e13858e068
|
wip
|
2024-06-01 20:47:36 +09:00 |
usbharu
|
869ef1e111
|
wip
|
2024-06-01 18:23:44 +09:00 |
usbharu
|
671d1e4f9e
|
wip
|
2024-06-01 11:39:26 +09:00 |
renovate[bot]
|
50a057608d
|
chore(deps): update dependency gradle to v8.8
|
2024-06-01 01:41:07 +00:00 |
usbharu
|
5193a3d2e3
|
Merge remote-tracking branch 'origin/ddd' into ddd
# Conflicts:
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/event/actor/ActorEvent.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/event/actorinstancerelationship/ActorInstanceRelationshipEvent.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/event/instance/InstanceEvent.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/event/post/PostEvent.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/Actor2.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/ActorId.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/ActorName.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/actor/ActorPostsCount.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/actorinstancerelationship/ActorInstanceRelationship.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/instance/Instance.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/post/Post2.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/service/actor/RemoteActorCheckDomainService.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/factory/Actor2FactoryImpl.kt
|
2024-06-01 10:25:23 +09:00 |
usbharu
|
7f89701077
|
wip
|
2024-06-01 10:19:00 +09:00 |
usbharu
|
6b80d81410
|
wip
|
2024-06-01 10:19:00 +09:00 |
usbharu
|
99c27e45c2
|
wip
|
2024-06-01 10:18:47 +09:00 |
usbharu
|
58077d13f6
|
wip
|
2024-05-29 12:31:51 +09:00 |
usbharu
|
997e28bdf6
|
wip
|
2024-05-29 11:56:51 +09:00 |
usbharu
|
75f60a7a62
|
wip
|
2024-05-28 17:54:17 +09:00 |
usbharu
|
c2e8c0ca1f
|
wip
|
2024-05-28 00:18:44 +09:00 |
usbharu
|
ee8c8d4e14
|
wip
|
2024-05-27 21:59:06 +09:00 |
usbharu
|
62190c88db
|
Merge branch 'develop' into kotlin2
|
2024-05-21 22:41:55 +09:00 |
usbharu
|
56389c73aa
|
chore: Kotlin 2.0に対応
|
2024-05-21 22:41:18 +09:00 |
usbharu
|
2ea627c475
|
chore: Version Catalog化を勧めた
|
2024-05-20 15:53:47 +09:00 |
usbharu
|
610ecd121a
|
chore: koverの修正
|
2024-05-18 16:18:54 +09:00 |
usbharu
|
7813cb2cbb
|
Merge branch 'develop' into mock
|
2024-05-18 15:22:42 +09:00 |
usbharu
|
e2ee8430d1
|
Merge branch 'develop' into detekt
|
2024-05-18 15:17:26 +09:00 |
usbharu
|
802e81622d
|
style: fix lint
|
2024-05-18 15:14:23 +09:00 |
usbharu
|
00482a0cba
|
chore: detektの実行時だけバージョンを変更するように
|
2024-05-18 14:39:56 +09:00 |
usbharu
|
f760bace4b
|
test: モックの作成をアノテーションベースに
|
2024-05-18 14:08:36 +09:00 |
renovate[bot]
|
b4352ddc50
|
fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.55
|
2024-05-18 03:27:52 +00:00 |
usbharu
|
0090dee2de
|
test: モックの作成をアノテーションベースに
|
2024-05-18 00:09:54 +09:00 |
usbharu
|
7120b9a23f
|
Merge remote-tracking branch 'origin/feature/undo-delete' into feature/undo-delete
|
2024-05-17 23:13:48 +09:00 |
usbharu
|
2e7efd5d6d
|
feat: Repositoryを修正
|
2024-05-17 23:12:58 +09:00 |
usbharu
|
3830573032
|
Merge branch 'develop' into feature/undo-delete
|
2024-05-17 21:54:05 +09:00 |
usbharu
|
84b038f472
|
feat: 凍結されたユーザーの復旧に対応
|
2024-05-17 21:53:30 +09:00 |
usbharu
|
c8294c4cb8
|
feat: 削除済みポストとActorを復元できるように
|
2024-05-17 21:31:08 +09:00 |
renovate[bot]
|
7f5990471e
|
fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.54
|
2024-05-17 02:45:44 +00:00 |
usbharu
|
1faed55c32
|
Merge branch 'develop' into renovate/gradle-8.x
|
2024-05-16 16:45:56 +09:00 |
renovate[bot]
|
c1da0dcfb1
|
chore(deps): update dependency gradle to v8.7
|
2024-05-16 07:10:45 +00:00 |
renovate[bot]
|
02b22b2366
|
fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.53
|
2024-05-16 07:01:45 +00:00 |
usbharu
|
21ced0670a
|
Merge remote-tracking branch 'origin/feature/register-account' into feature/register-account
|
2024-05-16 15:53:33 +09:00 |
usbharu
|
b686ac295f
|
test: 必要になった権限を追加
|
2024-05-16 15:53:17 +09:00 |
usbharu
|
5bf57c7f2f
|
Merge branch 'develop' into feature/register-account
|
2024-05-16 15:43:41 +09:00 |
usbharu
|
931a7a638a
|
chore: マージを修正
|
2024-05-16 15:34:32 +09:00 |
usbharu
|
e986b6cf77
|
Merge branch 'refs/heads/develop' into feature/register-account
# Conflicts:
# hideout-core/src/main/kotlin/dev/usbharu/hideout/application/config/CaptchaConfig.kt
# hideout-core/src/main/kotlin/dev/usbharu/hideout/core/interfaces/api/auth/SignUpForm.kt
|
2024-05-16 15:32:22 +09:00 |
usbharu
|
7f6298430c
|
Merge branch 'develop' into feature/jsonld
|
2024-05-16 15:29:43 +09:00 |
usbharu
|
4151cda7b6
|
test: テストを修正
|
2024-05-16 15:23:29 +09:00 |
usbharu
|
301c07c38e
|
feat: JSON-LDとして正しいJSONを返すように
|
2024-05-14 22:52:23 +09:00 |
usbharu
|
f25e9df896
|
wip
|
2024-05-14 16:06:59 +09:00 |
usbharu
|
19458e9adc
|
wip
|
2024-05-14 15:11:02 +09:00 |
usbharu
|
822c57c02b
|
test: JsonLDのシリアライズのテストを追加
|
2024-05-14 13:27:44 +09:00 |
usbharu
|
4ee71416d9
|
style: 不要なprintlnを消した
|
2024-05-14 10:58:15 +09:00 |
usbharu
|
fb029098b7
|
feat: @contextにオブジェクトが存在していてもシリアライズ・デシリアライズできるように
|
2024-05-14 10:54:18 +09:00 |
usbharu
|
8f553d3ecd
|
wip
|
2024-05-14 10:47:51 +09:00 |
usbharu
|
ae43b5e793
|
wip
|
2024-05-14 09:32:35 +09:00 |
renovate[bot]
|
72b2ae9a89
|
fix(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.9.24
|
2024-05-12 07:56:34 +00:00 |
usbharu
|
9a6c1ca1bc
|
Merge branch 'develop' into feature/block
|
2024-05-12 16:53:07 +09:00 |
usbharu
|
fd0a90ee51
|
fix: Exposedの変更を修正
|
2024-05-12 16:44:31 +09:00 |
usbharu
|
89161babd2
|
Merge remote-tracking branch 'origin/renovate/exposed' into renovate/exposed
|
2024-05-12 16:29:05 +09:00 |
usbharu
|
5cb99ebd75
|
fix: Exposedの変更を修正
|
2024-05-12 16:11:08 +09:00 |
renovate[bot]
|
1b57790c75
|
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0
|
2024-05-12 03:03:28 +00:00 |
renovate[bot]
|
5d9a5bf200
|
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.8.1
|
2024-05-11 17:31:19 +00:00 |
renovate[bot]
|
88ec895bbd
|
fix(deps): update dependency io.ktor:ktor-client-mock to v2.3.11
|
2024-05-11 16:53:19 +00:00 |
usbharu
|
5f534d83e9
|
test: 結合テストが壊れていたので修正
|
2024-05-12 01:46:32 +09:00 |
usbharu
|
6a4921cfac
|
chore: プロジェクト構造を修正
|
2024-05-12 00:26:56 +09:00 |
usbharu
|
9d53444edd
|
Merge branch 'refs/heads/develop' into feature/owl
# Conflicts:
# gradle.properties
# gradle/wrapper/gradle-wrapper.jar
# hideout-core/build.gradle.kts
# hideout-worker/gradle/wrapper/gradle-wrapper.properties
# hideout-worker/gradlew
# hideout-worker/gradlew.bat
# owl/owl-broker/owl-broker-mongodb/build.gradle.kts
|
2024-05-11 23:02:19 +09:00 |
usbharu
|
9c7fda27ea
|
feat: OWLでタスクを実行できるように
|
2024-05-11 22:50:03 +09:00 |
usbharu
|
5cdf78483d
|
feat: Consumerを読み込んで起動できるように
|
2024-05-11 19:04:57 +09:00 |
usbharu
|
918de02c86
|
feat: OWLを使用してキューにいれることができるように
|
2024-05-11 15:35:42 +09:00 |
usbharu
|
f1f6166a78
|
feat: 起動時にタスク定義を読み込むように
|
2024-05-08 20:52:39 +09:00 |
usbharu
|
7324e0b0e1
|
chore: KJOB依存を完全になくした
|
2024-05-08 19:30:24 +09:00 |
usbharu
|
bb5cef6c22
|
feat: KJOBの使用箇所をなくした
|
2024-05-08 18:55:12 +09:00 |
usbharu
|
5ef130c94f
|
feat: ProducerのBeanを作成できるように
|
2024-05-06 16:55:57 +09:00 |
usbharu
|
3a541fa4b0
|
feat: ジョブキューをOWLに切り替え
|
2024-05-04 18:28:01 +09:00 |
usbharu
|
0b29c3356a
|
chore: 不要なプロパティを削除
|
2024-05-04 17:34:09 +09:00 |
usbharu
|
c3255af665
|
chore: バージョンカタログを導入
|
2024-05-04 17:31:48 +09:00 |
usbharu
|
374b5581f6
|
chore: プロジェクトの設定を変更
|
2024-05-04 13:11:49 +09:00 |
usbharu
|
6e1ca49023
|
chore: プロジェクト構成を変更
|
2024-05-04 02:16:01 +09:00 |
usbharu
|
5b627ab1bd
|
chore: プロジェクト構成を変更
|
2024-05-04 02:01:06 +09:00 |