Loading...
Loading...
Compare original and translation side by side
git statusgit status| 種類 | 例 |
|---|---|
| シークレット | |
| ビルド成果物 | |
| IDE設定 | |
| OS生成物 | |
| ログ・キャッシュ | |
.gitignoregit status| Type | Examples |
|---|---|
| Secrets | |
| Build artifacts | |
| IDE settings | |
| OS-generated files | |
| Logs & caches | |
.gitignoregit statusgit diffgit diffgit add .git add .git commitgit commit<type>[optional scope]: <description>
[optional body]
[optional footer]<type>[optional scope]: <description>
[optional body]
[optional footer]| type | 用途 |
|---|---|
| 新機能 |
| バグ修正 |
| ドキュメントのみの変更 |
| コードの意味に影響しない変更(空白、フォーマット等) |
| バグ修正でも機能追加でもないコード変更 |
| パフォーマンス改善 |
| テストの追加・修正 |
| ビルドプロセスやツールの変更 |
| CI設定の変更 |
| ビルドシステムや外部依存の変更 |
| type | Usage |
|---|---|
| New feature |
| Bug fix |
| Documentation-only changes |
| Changes that do not affect the meaning of the code (whitespace, formatting, etc.) |
| Code changes that are neither bug fixes nor feature additions |
| Performance improvement |
| Add or modify tests |
| Changes to build processes or tools |
| Changes to CI configurations |
| Changes to build system or external dependencies |
feat(auth):fix(api):docs(readme):feat(auth):fix(api):docs(readme):feat(models): 新しいモデルUserを追加
ユーザー認証機能の基盤として、Userモデルを実装。
パスワードはbcryptでハッシュ化して保存する。fix(api): レート制限のバグを修正
1分あたりのリクエスト数が正しくカウントされていなかった問題を修正。
Redis TTLの設定ミスが原因。refactor: 認証ミドルウェアを分離feat(models): Add new User model
Implemented the User model as the foundation for user authentication functionality. Passwords are hashed and stored using bcrypt.fix(api): Fix rate limiting bug
Fixed the issue where request counts per minute were not being calculated correctly. The cause was an incorrect Redis TTL setting.refactor: Separate authentication middlewareBREAKING CHANGE:.gitignoreBREAKING CHANGE:.gitignore