Commit Graph
72 Commits
Author SHA1 Message Date
usbharu 57afdcdd7b wip 2024-09-04 15:48:48 +09:00
usbharu 0463ad6b69 wip 2024-08-29 14:02:16 +09:00
usbharu 992cc18c62 feat: /users/:idを追加 2024-08-27 10:43:08 +09:00
usbharu c48694ab0b feat: /auth/sign_up を改良 2024-08-26 17:50:03 +09:00
usbharu 533582534f feat: messagesをホットリロードに対応 2024-08-26 17:47:41 +09:00
usbharu 92a9bbcfdb chore: GitHub ActionsでLinterの自動適用後に更にCIが起動するように 2024-08-26 15:47:22 +09:00
usbharu 3b8156e16d chore: 開発時にホットリロード等ができるように 2024-08-26 15:24:12 +09:00
usbharu a60b709cb0 chore: .gitignoreにhttp-client.private.env.jsonを追加 2024-08-26 13:34:56 +09:00
usbharu 1115590ab2 chore: httpクライアントの整備
http-client.private.env.jsonを/api/v1/appsを実行した結果と以下の内容を合わせて作成することで使える
{
  "dev": {
    "client_id": "",
    "client_secret": "",
    "host": "localhost:8081"
  }
}
2024-08-26 13:34:20 +09:00
usbharu 456df222f2 feat: 設定ファイルの内容を自動的に生成するように 2024-08-26 13:32:00 +09:00
usbharu e054e47453 chore: 開発環境用の設定ファイルを追加 2024-08-24 18:21:13 +09:00
usbharu 9efbf457a4 chore: docker-compose.ymlを整備 2024-08-18 16:59:09 +09:00
usbharu 086f58bec6 chore: k2に 2024-07-29 16:26:41 +09:00
usbharu 0461656738 fix: モジュールが読み込まれない場合があったので修正 2024-07-29 16:14:01 +09:00
usbharu da22a2a29f chore: Koin-Annotationを使用しないように 2024-07-29 16:12:07 +09:00
usbharu 58d55ae8dc chore: java toolchain のバージョンを21に 2024-07-29 15:37:28 +09:00
usbharu 97bbd1a407 perf: Spring Boot起動速度を向上 2024-07-29 15:13:02 +09:00
usbharu 8f93abebef Merge branch 'refs/heads/develop' into test 2024-06-19 10:56:49 +09:00
usbharu 1de6aff598 test: LocalActorMigrationCheckDomainServiceImplのテストを追加 2024-06-19 10:55:49 +09:00
usbharu 19ee832a6f test: Postのテストを追加 2024-06-19 10:23:03 +09:00
usbharu 34a049da5b test: Postのテストを追加 2024-06-18 15:58:49 +09:00
usbharu 4c431f0cb0 Merge remote-tracking branch 'origin/test' into test 2024-06-18 14:50:08 +09:00
usbharu ce731218ea Merge branch 'refs/heads/develop' into test
# Conflicts:
#	hideout-core/src/main/kotlin/dev/usbharu/hideout/core/domain/model/filter/FilterKeyword.kt
2024-06-18 10:19:11 +09:00
usbharu 571211f990 test: Filterのテストを追加 2024-06-17 16:10:02 +09:00
usbharu 845569a7f9 test: Actorのテストを追加 2024-06-17 14:40:23 +09:00
usbharu 57d3091b18 feat: フィルターの実装を追加 2024-06-10 14:37:16 +09:00
usbharu 70a1a17e37 wip 2024-06-10 00:12:01 +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 7f89701077 wip 2024-06-01 10:19:00 +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 0146ee9e94 chore: ktor-client-mockのモジュール名を修正 2024-05-20 16:00:57 +09:00
usbharu 9552aa1259 chore: jsoupのバージョンを修正 2024-05-20 15:57:51 +09:00
usbharu 2ea627c475 chore: Version Catalog化を勧めた 2024-05-20 15:53:47 +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
usbharu b1cba8b7ae doc: ドキュメントを追加 2024-05-02 11:16:24 +09:00
usbharu ce87102e52 Merge pull request 'consumer' (#2) from consumer into master
Reviewed-on: usbharu/owl#2
2024-04-30 09:26:09 +00:00
usbharu cadf222e4f Merge branch 'master' into consumer 2024-04-30 09:25:52 +00:00
usbharu c6e40caf50 doc: ドキュメントを追加 2024-04-22 15:58:51 +09:00
usbharu 3315fe20e1 doc: ドキュメントを追加 2024-04-22 14:58:26 +09:00
usbharu 4e7600d3bf doc: ドキュメントを追加 2024-04-22 12:28:37 +09:00
usbharu 5349b1a060 doc: OwlProducerのドキュメントを追加 2024-04-22 10:58:44 +09:00
usbharu acd3555f97 fix: パッケージ名を修正 mapに格納するときのキー名を変更 2024-04-15 15:05:51 +09:00
usbharu 86d0366ab5 fix: パラメーターを忘れてたのを修正 2024-04-15 14:52:01 +09:00
usbharu 786740e294 feat: Consumerのみで起動するときのエントリーポイントを追加 2024-04-15 14:46:10 +09:00
usbharu 416467b5ec feat: wip consumer SPIでTaskRunnerをロードできるように 2024-04-15 11:49:05 +09:00
usbharu 17ae665441 feat: wip consumer Mainから起動できるように 2024-04-15 11:28:29 +09:00
usbharu 4218431012 fix: sitekeyとsecretを混同をしていたのを修正 2024-04-04 18:08:39 +09:00
usbharu 5b322ade29 feat: 登録不可時にHTMLでsubmitできないように 2024-04-04 17:37:05 +09:00
usbharu 9327bb0372 feat: デフォルトでは登録不可に 2024-04-04 17:26:15 +09:00
usbharu c579efb110 feat: reCAPTCHA二対応 2024-04-04 15:14:22 +09:00
usbharu a02c995b6a feat: 新規アカウント作成エンドポイントを分離 2024-04-04 12:57:24 +09:00
usbharu 57eba8b238 Merge pull request 'consumer' (#1) from consumer into master
Reviewed-on: usbharu/owl#1
2024-04-03 04:47:44 +00:00
usbharu f3a1761f1d feat: wip consumer 2024-04-01 15:22:31 +09:00
usbharu 7bdb4719f5 feat: Producerのデフォルト実装を追加 2024-03-31 12:12:20 +09:00
usbharu be59b5e446 feat: ビルダーを作成 2024-03-31 09:37:04 +09:00
usbharu 5bcf24f7a3 feat: キューがタイムアウトしたらそれを保存するように 2024-03-06 21:17:29 +09:00
usbharu abb609c60b feat: MongoDBへのアクセスをIOスレッドで行うように 2024-03-06 18:27:28 +09:00
usbharu ea5605853e feat: キューのタイムアウトを監視するように 2024-03-06 17:44:18 +09:00
usbharu 653f47d5dc feat: 起動時に読み込んだモジュールの名前を表示するように 2024-03-06 15:11:10 +09:00
usbharu e39347b35b Merge pull request 'feature/tukurinaosi' (#1) from feature/tukurinaosi into master
Reviewed-on: http://git.usbharu-server/usbharu/hideout/pulls/1
2023-04-12 16:19:07 +00:00