-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: Backend v1 shutdown Tasks #214
Closed
Closed
Conversation
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
CommanderStorm
force-pushed
the
feature/kino-api
branch
from
September 5, 2023 12:53
6092c92
to
736390c
Compare
CommanderStorm
force-pushed
the
chore/movie-db
branch
from
September 5, 2023 12:55
08eb62d
to
88506dd
Compare
CommanderStorm
force-pushed
the
feature/kino-api
branch
2 times, most recently
from
September 7, 2023 01:16
78583f1
to
730b248
Compare
CommanderStorm
force-pushed
the
chore/movie-db
branch
from
September 7, 2023 01:17
88506dd
to
ba8e876
Compare
CommanderStorm
changed the title
chore(movie-2):DB-migration
feat: Backend v1 shurdown tasks
Sep 12, 2023
kino
-> movies
CommanderStorm
force-pushed
the
chore/movie-db
branch
2 times, most recently
from
September 12, 2023 19:28
05d3d7d
to
0d78fe9
Compare
CommanderStorm
force-pushed
the
feature/kino-api
branch
from
September 12, 2023 20:07
255fc30
to
bbbe553
Compare
CommanderStorm
force-pushed
the
chore/movie-db
branch
from
September 12, 2023 20:11
0d78fe9
to
a0d48d1
Compare
CommanderStorm
force-pushed
the
chore/movie-db
branch
from
September 12, 2023 20:13
a0d48d1
to
c58af89
Compare
CommanderStorm
changed the title
feat: Backend v1 shurdown tasks
feat: Backend v1 shutdown Tasks
Sep 12, 2023
5 tasks
Closed
CommanderStorm
added a commit
that referenced
this pull request
Aug 23, 2024
Merged
CommanderStorm
added a commit
that referenced
this pull request
Aug 23, 2024
CommanderStorm
added a commit
that referenced
this pull request
Aug 23, 2024
CommanderStorm
added a commit
that referenced
this pull request
Aug 23, 2024
* squashed the changes from #214 for simpler review * reverted changing Crontab table name * fixed a typo in one table * tested a different implementation of canteen rating tags * tested different rating tag configuration * refactored dishratingtags * different test * tested different rating tags * tested different rating tags * finally figured out how rating tags should work * tested simplifications to the Feedback model * tested simplifications to the Feedback model * made sure that `autoIncrement` is spelled as in the docs not a second version that works too * fixed formatting * fixed formatting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
These are the parts of #213 which is not backwards-compatible => would break the migration api:
kino
->movies
Resolves #7