-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(movie-1):Implementation of the
GetMovies
api (#213)
* api changes * implemented a cronjob to save to the db * implemnted the api * fixed imdb rating * regen * fixed the naming of MovieMsgElement * fixed naming * fixed usages of sql instead of the null shortcuts * Update server/api/tumdev/campus_backend.proto Co-authored-by: Kordian Bruck <[email protected]> * fixed the naming of ReleaseYear * hardcoded the news source * added the removal of the the TU Film newssource * Update server/backend/cron/movies.go Co-authored-by: Kordian Bruck <[email protected]> * fixed naming things imdb if they should be omdb * fixed one migration having a longer name * fixed issues in the rebase * added context * extracted the imdb parsing to another function and added a testcase * replaced anothe instance of null.Int with null.IntFrom * linting fixes * rebase --------- Co-authored-by: Kordian Bruck <[email protected]>
- Loading branch information
1 parent
888c457
commit 91e5d7e
Showing
19 changed files
with
1,060 additions
and
506 deletions.
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.