Releases: traPtitech/trap-collection-server
Releases · traPtitech/trap-collection-server
v2.1.3
What's Changed
- TestUpdateEditionを追加 by @oribe1115 in #521
- repositoryのedition関連APIテスト一部追加 by @ikura-hamu in #522
- 席関連のメトリクス整理 by @mazrean in #523
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- v8のmigration修正 by @mazrean in #518
- serviceのCreateEdition、GetEditions、GetEditionのテストを追加 by @oribe1115 in #519
- repositoryのUpdateEditionでのgormのupdateメソッドの書き方を変更 by @oribe1115 in #520
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- gameファイル関連のAPIのテスト追加 by @ikura-hamu in #509
- GetGameVersionsByIDsのテストを追加 by @oribe1115 in #510
- 席管理にキャッシュ設定 by @mazrean in #511
- v2のメトリクス追加 by @mazrean in #512
- checkerからログ削除 by @mazrean in #513
- TestGetGamesByIDs追加 by @ikura-hamu in #514
- 座席情報のメトリクスを取れるようにした by @oribe1115 in #515
- TestGetGamesByIDsV2がflakyになっていた問題修正 by @mazrean in #516
- UpdateSeatsStatusのエラーハンドリング修正 by @mazrean in #517
Full Changelog: v2.1.0...v2.1.1
v2.1.0
席管理機能追加。
What's Changed
- GetAdminsでの配列の確保と格納の意図が一致していなかった問題を修正 by @oribe1115 in #506
- EditionGameAuth除去 by @mazrean in #505
- AdminAuthのメソッドへのテストを追加した by @oribe1115 in #507
- 席管理API実装 by @mazrean in #508
New Contributors
- @oribe1115 made their first contribution in #506
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
v2 APIをフラグで有効化できるようになった。
What's Changed
- テスト用画像のエクスポート by @ikura-hamu in #404
- testdataをembedで管理 by @mazrean in #405
- swift packageの画像テスト高速化 by @mazrean in #407
- Bump github.com/labstack/echo/v4 from 4.8.0 to 4.9.0 by @dependabot in #409
- Bump golang from 1.19.0-alpine to 1.19.1-alpine in /docker/dev by @dependabot in #408
- Bump golang from 1.19.0-alpine to 1.19.1-alpine in /docker/test by @dependabot in #410
- Bump golang from 1.19.0-alpine to 1.19.1-alpine in /docker/production by @dependabot in #411
- API v2 by @mazrean in #406
- OpenAPIのyamlのパス変更 by @mazrean in #412
- operation名修正 by @mazrean in #413
- Bump gorm.io/gorm from 1.23.8 to 1.23.9 by @dependabot in #414
- s3 storage追加 by @mazrean in #415
- v2の開発環境構築 by @mazrean in #416
- validatorの設定方法修正 by @mazrean in #417
- migration忘れ修正 by @mazrean in #418
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #419
- 認証サービス実装 by @mazrean in #420
- userキャッシュの実装修正 by @mazrean in #421
- userキャッシュのテスト追加 by @mazrean in #422
- traQでの認証にGetActiveUsers追加 by @mazrean in #423
- OAuth2ハンドラー実装 by @mazrean in #424
- traPのメンバーかチェックするChecker実装 by @mazrean in #425
- 認証まわりのwire設定 by @mazrean in #426
- traQでのOAuth周り実装 by @mazrean in #427
- s3実装をvirtual hosted styleに変更 by @mazrean in #442
- OpenAPIのファイル関連のGETをarrayに修正 by @mazrean in #443
- testでv2 APIをonに by @mazrean in #444
- OpenAPI修正 by @mazrean in #447
- ゲーム画像関連のhandler実装 by @mazrean in #448
- ゲーム画像関連API実装 by @mazrean in #449
- game関連のAPIのservice実装 by @ikura-hamu in #445
- Bump golang from 1.19.1-alpine to 1.19.2-alpine in /docker/test by @dependabot in #451
- Bump golang from 1.19.1-alpine to 1.19.2-alpine in /docker/dev by @dependabot in #450
- Bump golang from 1.19.1-alpine to 1.19.2-alpine in /docker/production by @dependabot in #452
- Game関連のAPIのrepository実装 by @ikura-hamu in #453
- taskのversionをgo modで管理 by @mazrean in #457
- game関連のAPIのhandler実装 by @ikura-hamu in #456
- Game関連のAPIでSQL文を適切に修正 by @ikura-hamu in #458
- dev環境でbuildvcs=false設定 by @mazrean in #459
- game関連APIの実装 by @ikura-hamu in #460
- ユーザー関連のAPI実装 by @Teruki0310 in #454
- game動画関連のservice実装 by @ikura-hamu in #465
- game動画関連のAPIのrepository実装 by @ikura-hamu in #466
- game動画関連のAPIのhandler実装 by @ikura-hamu in #467
- game動画関連のAPI実装 by @ikura-hamu in #469
- staging環境のoapi-codegenのmatch修正 by @mazrean in #470
- ゲームバージョンハンドラー実装 by @mazrean in #471
- ゲームファイルリポジトリ(ゲームバージョンで使う部分のみ)実装 by @mazrean in #472
- ゲームバージョン関連のwire設定 by @mazrean in #473
- ゲームバージョン関連の実装終了 by @mazrean in #474
- ゲームバージョンの実装ミス修正 by @mazrean in #475
- エディション関連暫定実装 by @mazrean in #479
- ゲームファイル関連のAPIサービス実装 by @ikura-hamu in #476
- ゲームファイル関連のAPIのrepository実装 by @ikura-hamu in #480
- gameファイル関連のAPIのhandler実装 by @ikura-hamu in #482
- ゲームファイル関連のAPI実装 by @ikura-hamu in #486
- エディションの認可周りの暫定実装 by @mazrean in #488
- ゲーム権限関連のAPIのservice実装 by @ikura-hamu in #487
- ゲームの管理権限関連のAPIのhandler実装 by @ikura-hamu in #489
- ゲーム管理権限関連のAPI実装 by @ikura-hamu in #491
- エディションの認可周りのchecker実装 by @mazrean in #490
- ゲームの権限チェック周りの実装 by @ikura-hamu in #492
- GET /games の修正 by @ikura-hamu in #493
- win32のファイルがPOSTできない問題修正 by @mazrean in #494
- 画像、動画、ファイルを管理者以外もpostできていた問題修正 by @mazrean in #495
- NewGameFileのtypeをstringに by @mazrean in #496
- admin関連APIのservice実装 by @ikura-hamu in #497
- admin関連のAPIのrepository実装 by @ikura-hamu in #498
- adminのchecker by @ikura-hamu in #499
- admin関連のapi一部分実装 by @ikura-hamu in #500
- v2 api用のマイグレーション追加 by @mazrean in #502
- v1の書き込み系api停止用環境変数作成 by @mazrean in #503
New Contributors
- @Teruki0310 made their first contribution in #454
Full Changelog: v1.1.0...v2.0.0
v1.1.0
画像のredirect,etc
What's Changed
- Bump stoplightio/spectral-action from 0.8.7 to 0.8.8 by @dependabot in #369
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #368
- Bump gorm.io/gorm from 1.23.5 to 1.23.6 by @dependabot in #367
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #370
- Bump gorm.io/gorm from 1.23.6 to 1.23.8 by @dependabot in #374
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #372
- Bump golang from 1.17.11-alpine to 1.17.12-alpine in /docker/production by @dependabot in #378
- Bump golang from 1.17.11-alpine to 1.17.12-alpine in /docker/test by @dependabot in #377
- Bump gorm.io/driver/mysql from 1.3.4 to 1.3.5 by @dependabot in #376
- Bump golang from 1.17.11-alpine to 1.17.12-alpine in /docker/dev by @dependabot in #375
- Bump alpine from 3.16.0 to 3.16.1 in /docker/production by @dependabot in #383
- GameImageのリダイレクト by @ikura-hamu in #381
- Bump github.com/labstack/echo-contrib from 0.12.0 to 0.13.0 by @dependabot in #384
- Bump golang from 1.17.12-alpine to 1.19.0-alpine in /docker/test by @dependabot in #387
- Bump golang from 1.17.12-alpine to 1.19.0-alpine in /docker/dev by @dependabot in #385
- go fmt by @mazrean in #389
- Bump golang from 1.17.12-alpine to 1.19.0-alpine in /docker/production by @dependabot in #386
- docker関連のrefactoring by @mazrean in #390
- Bump github.com/labstack/echo/v4 from 4.7.2 to 4.8.0 by @dependabot in #395
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #394
- Bump alpine from 3.16.1 to 3.16.2 in /docker/production by @dependabot in #396
- setup-goのcache対応 by @mazrean in #397
- Dockerfileの細かい調整 by @mazrean in #398
- productionのDockerfileからキャッシュ削除 by @mazrean in #399
- productionのDockerfileからのキャッシュの除去 by @mazrean in #400
- storageのGetGameFile,GetGameImage,GetGameVideo削除 by @mazrean in #401
- Bump gorm.io/driver/mysql from 1.3.5 to 1.3.6 by @dependabot in #402
- Bump reviewdog/action-golangci-lint from 2.1 to 2.2 by @dependabot in #403
New Contributors
- @ikura-hamu made their first contribution in #381
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Bump stoplightio/spectral-action from 0.8.1 to 0.8.2 by @dependabot in #359
- Bump stoplightio/spectral-action from 0.8.2 to 0.8.4 by @dependabot in #360
- Bump alpine from 3.15.4 to 3.16.0 in /docker/production by @dependabot in #361
- Bump golang from 1.17.10-alpine to 1.17.11-alpine in /docker/dev by @dependabot in #362
- Bump stoplightio/spectral-action from 0.8.4 to 0.8.7 by @dependabot in #364
- Bump golang from 1.17.10-alpine to 1.17.11-alpine in /docker/test by @dependabot in #365
- Bump gorm.io/driver/mysql from 1.3.3 to 1.3.4 by @dependabot in #363
- Bump golang from 1.17.10-alpine to 1.17.11-alpine in /docker/production by @dependabot in #366
Full Changelog: v1.0.2...v1.0.3
v1.0.2
依存のアップデート
What's Changed
- Bump codecov/codecov-action from 3.0.0 to 3.1.0 by @dependabot in #347
- Bump gorm.io/gorm from 1.23.4 to 1.23.5 by @dependabot in #348
- Bump docker/login-action from 1 to 2 by @dependabot in #350
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #349
- Bump docker/build-push-action from 2 to 3 by @dependabot in #351
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #352
- Bump golang from 1.17.9-alpine to 1.17.10-alpine in /docker/dev by @dependabot in #353
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in #354
- Bump golang from 1.17.9-alpine to 1.17.10-alpine in /docker/test by @dependabot in #355
- Bump golang from 1.17.9-alpine to 1.17.10-alpine in /docker/production by @dependabot in #356
- go.modでciのgoのバージョン設定 by @mazrean in #357
Full Changelog: v1.0.1...v1.0.2