generated from fun-dotto/api-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Subject APIを追加 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Subject APIを追加 #11
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
2c5429a
common domain
hikaru-0602 85409c2
course domain
hikaru-0602 2ba0bd9
timatable domain
hikaru-0602 714d72b
faculty domain
hikaru-0602 95f1afa
subject domain
hikaru-0602 db58e42
subject_category domain
hikaru-0602 92b8273
SubjectのAPIURL
hikaru-0602 191d9a5
APIクライアントの生成をまとめた
hikaru-0602 464a44d
外部のクライアントを一括初期化する処理に修正
hikaru-0602 1c86ab8
courseの型変換
hikaru-0602 c6ce38c
timetableの型変換
hikaru-0602 92ed37f
facultyの型変換
hikaru-0602 49433d8
科目区分の型変換
hikaru-0602 c45e06b
Subjectの型変換
hikaru-0602 162bf52
HandlerをWithパターンに変更
hikaru-0602 0e03679
Withパターンに対応
hikaru-0602 26184f4
facultyの変換関数を追加
hikaru-0602 a6900dc
facultyのHandler実装
hikaru-0602 016a87d
Handlerの初期化にfacultyも追加
hikaru-0602 513f68d
facultyのService実装
hikaru-0602 3f9c6c9
facultyのRepository実装
hikaru-0602 8ef96c2
courseを追加
hikaru-0602 d80b0b2
courseの変換関数を追加
hikaru-0602 e9b2e01
courseのHandler実装
hikaru-0602 37284fd
Handlerの初期化にcourse追加
hikaru-0602 e607434
courseのRepository実装
hikaru-0602 a337e25
courseのService実装
hikaru-0602 4eb4efc
timetable追加
hikaru-0602 6eee108
timetable追加
hikaru-0602 a84ba13
timetableのHandler実装
hikaru-0602 71443a5
timetable追加
hikaru-0602 55b02b5
timetableのRepository実装
hikaru-0602 cdd7f54
timetableのService実装
hikaru-0602 bb4b9b7
subject_category追加
hikaru-0602 fa5151d
subject_category
hikaru-0602 2b049dc
subject_category
hikaru-0602 de67954
subject_categoryのHandler実装
hikaru-0602 74c7d0f
subject_categoryのRepository実装
hikaru-0602 e9e7ed4
subject_categoryのService実装
hikaru-0602 7df7cd6
subject追加
hikaru-0602 17aade9
subject
hikaru-0602 f6b1e4b
subject追加
hikaru-0602 a5b3eed
subjectのHandler実装
hikaru-0602 d516329
subjectのService実装
hikaru-0602 9d90125
subjectのRepository実装
hikaru-0602 7267331
courseのRepositoryモック実装
hikaru-0602 3b66a72
timetableのRepositoryモック実装
hikaru-0602 d94764d
facultyのRepositoryモック実装
hikaru-0602 6a2d720
subject_categoryのRepositoryモック実装
hikaru-0602 bf90ecb
subjectのRepositoryモック実装
hikaru-0602 052b45a
courseのHandlerテスト実装
hikaru-0602 bd8373c
timetableのHandlerテスト実装
hikaru-0602 6609fc0
facultyのHandlerテスト実装
hikaru-0602 dbc2cc6
subject_categoryのHandlerテスト実装
hikaru-0602 4599205
subjectのHandlerテスト実装
hikaru-0602 f5493e8
CDにSubjectの環境変数を追加
hikaru-0602 6eefa6b
converterファイルをAPIごとに切り分け(お試し実装)
hikaru-0602 3637144
リクエストにタイムアウトを設定
hikaru-0602 ad1d594
デフォルト値を削除
hikaru-0602 3b9862d
setupMockを使用してテストごとにモックを設定
hikaru-0602 e0492f5
ドメインモデルからJsonの型を外した
hikaru-0602 97f0525
facultyにカスタムID追加
hikaru-0602 05426c5
courseをカスタムIDに
hikaru-0602 e6be923
timetableをカスタムIDに
hikaru-0602 cfabf1b
announcement, subject_category, subjectをカスタムIDに
hikaru-0602 b43aafb
テスト削除
hikaru-0602 f6e0081
Handlerに直接挿入
hikaru-0602 5642abf
必要ないので削除
hikaru-0602 d66b671
削除
hikaru-0602 9518071
削除
hikaru-0602 6f18b65
クライアント持つ
hikaru-0602 ee88537
そのまま返す
hikaru-0602 ea57a78
修正
hikaru-0602 a74e9dd
Merge pull request #12 from fun-dotto/feature/announcement-api-reduction
hikaru-0602 67eea37
Subject関連も薄くした
hikaru-0602 8e8b97e
クライアントチェック追加
hikaru-0602 99bb390
Update internal/handler/day_of_week_timetable_slot.go
hikaru-0602 3962411
Update internal/handler/subject.go
hikaru-0602 d8c5e25
Update internal/handler/subject_category.go
hikaru-0602 76fae46
Update internal/handler/announcement.go
hikaru-0602 be1a29b
Update internal/handler/faculty.go
hikaru-0602 cb28ff3
Update internal/handler/course.go
hikaru-0602 c885262
Update internal/handler/subject.go
hikaru-0602 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| ANNOUNCEMENT_API_URL= | ||
| GOOGLE_APPLICATION_CREDENTIALS= | ||
| GOOGLE_CLOUD_PROJECT= | ||
| SUBJECT_API_URL= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.