-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(release): v1.5.0 #636
Merged
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
* build: heavy_plus_sign add scheduler deps * feat: sparkles update scheduler regularly runs update actions on items in the database, with 1 second between each request; takes new env variable `UPDATE_INTERVAL` in days. * refactor: loud_sound add new reusable messages * docs(docker): memo add `NODE_UPDATE_INTERVAL` env variable to docker-compose and docs * refactor(helper): recycle updateActions should return undefined if there's an error * refactor(helper): recycle similarAuthors doesn't need an undefined return type
chore: Upgrade traefik Docker tag to v3
chore: Upgrade @types/node to v18.16.19
chore: Upgrade fastify to v4.19.0
…h-action-digest chore: Upgrade docker/build-push-action digest to f05b754
Coverage report
Show new covered files 🐣
Test suite run success318 tests passing in 26 suites. Report generated by 🧪jest coverage report action from 86dfd13 |
chore: Upgrade ts-jest to v29.1.1
This removes duplicated code that accomplished the same thing across individual helpers. Now, we inherit generic helper in routes, and can expand on truly specific functions of each class
refactor: ♻️ use `quality=High` when getting chapter info
refactor: generic route helpers
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.
Blocked by: kibertoad/toad-scheduler#193 (update currently doesn't run with 30 days as UpdateInterval)no response: going to just set updater to 24 days for now.
1.5.0 (2023-07-24)
Features