-
Notifications
You must be signed in to change notification settings - Fork 278
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
Release/release v1.0.0 #10685
Merged
Merged
Release/release v1.0.0 #10685
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
Contributor
p0psicles
commented
May 31, 2022
•
edited
Loading
edited
- PR is based on the DEVELOP branch
- Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
- Read the contribution guide
Merge master dev
* Reduce the amount of expected titles created. * When the option `Append (year) to each show title` is enabled. * The regex for year should include parenthises. For example: "(2022)" excluded from expected title. "2022" included from expected title.
* Add option to use the guessit parser, uncached. * Added guessit test for 9-1-1 * Use the guessit test tool, uncached. * comment
* Add exception handling for JsonDecoderError * Fix storing of corrupted imdb id.
* Add log message or guessit parsing * Remove adding a guessit result to cache. As this is done later. * comments * Improve guessit test tool * Shouldn't overwrite the __dict__ method. * Fix flake and Jest tests
* Run docker container as non-root * Change default PUID and GUID to root
* Remove warning plexmatch. * Rename flexmatch -> plexmatch
* Add option to mass-update the info language. * Add id
* Pass in the branch and commit through env variables. Medusa didn't pick up the branch name. * Fix setting the RUNS_IN_DOCKER flag. So we prevent from updating from within container.
* Disable guessit cache for postprocessing * Fix test
* Add guessit rule for releases like: `Title Season 2 - 03` * Fixed comment * Added newline
* Don't overwrite already arhived episodes when postprocessing. * Exempt manually snatched downloads. * refactored a little * Reduce duplicate logs
eror -> error
* Extended the session timeout to 30s.
* Added a default airs_time, when none provided by provider * Added info log, for when we don't have a specific airs_byweek or airs_time. * Flake
* Bump knowit (manually) * Update pymediainfo to 5.1.0 * Update ext readme. * Update changelog
) * Bring back visual indicators for searching, queued and finished. * Fixed a runtime error when loading <search /> components. * Don't render show-header until fully switched to new showSlug. * Further improve switching of shows. * Fixed width to group and release columns. * Add a text underline for Show links. To make it more apparent as a link. * Add possibility to edit provider url * Improve dateStyle / timeStyle formatting. * Increast max offset to 678 hours. * Fix sort shows with the sortArticle option in manage -> Change Indexer page. * Fix border collapse * Improve indication for refreshing results. * Update changelog * Fix style lint * Update snapshot
* fix prowlarr typo * build fix prowlarr typo
* Only use TMDB as a fallback for posters, when we have a tmdb id. * Move log. As that makes more sense. * removed spaces
medariox
approved these changes
May 31, 2022
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.