traPtitech / traPortfolio

部員の活動紹介サービス traPortfolio
https://portfolio.trap.jp
7 stars 0 forks source link

:fire: remove devcontainer #718

Closed ras0q closed 1 month ago

ras0q commented 1 month ago

前も消そうとしてとどまったが、今のtraPortfolioの構造はDockerで動かすことをメインにしているので、devcontainerを使うとなるとDocker in Dockerが必要になりメンテナンスコストも大きいため消しました

テストを行うにもdockertestを使っているためdockerを走らせる必要がある

Go,Dockerが入ったLinux環境であれば動かせるのでdevcontainerを使うほど複雑じゃない

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.58%. Comparing base (1f6e2b0) to head (cae966d). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #718 +/- ## ========================================== + Coverage 74.41% 74.58% +0.16% ========================================== Files 52 52 Lines 4163 4163 ========================================== + Hits 3098 3105 +7 + Misses 914 907 -7 Partials 151 151 ``` | [Flag](https://app.codecov.io/gh/traPtitech/traPortfolio/pull/718/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=traPtitech) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/traPtitech/traPortfolio/pull/718/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=traPtitech) | `74.58% <ø> (+0.16%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/traPtitech/traPortfolio/pull/718/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=traPtitech) | `74.58% <ø> (+0.16%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=traPtitech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ras0q commented 1 month ago

書いてもいいけどREADME見たらほぼ自明じゃない?

H1rono commented 1 month ago

確かにそうなんだけど、Goが必要なのはわかるけどGo 1.22が必要なのはわからない(1.20では開発できないはず) あとOpenAPIの存在からopenapi-generatorを用意する人がいるかもしれない Docker Composeが古すぎるとcompose watchができないという話もある

まあそれほど細かすぎず、go.modのGoバージョン見てね、Docker Composeが古いと動かないかもよぐらいは欲しい

ras0q commented 1 month ago

Requirementsを追加しました