-
Notifications
You must be signed in to change notification settings - Fork 276
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 0.1.20 #3423
Merged
Release 0.1.20 #3423
+6,666
−4,989
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
medariox
commented
Dec 6, 2017
- 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
* Sync with latest subliminal LegendasTV: - Check if UNRAR is installed - Don't discard multi episode archive Opensubtitles: - Use season and episode while imdb search * Newer
* Fix rtorrent lib for rtorrent > 0.9.6 * load -> load.normal * Always start torrents * update set custom * for real now * don't start twice * remove one more start * Fixfix * fixfixfix * so close * hoho * fixfix * bah * omg * cleanup * Improve newpct search, add new tests * Update rTorrent RPC commands * Fix regex * Flake8 a bit * update dredd * Bump min supported Python version * hmhm
* Fix Yggtorrent * Added date heure. * Added warning when a translation mapping is missing. * Catch TypeError as well * Change warning to exception, to show error + traceback. * Log pubdate_match.group(2). * test api first * disable api tests
* Join categories list into a comma separated list. If passing the cats as a list to requests.get(), it will add them like: cats=5000&cats=5020&cats=5030. This will result in the backend matching if the searched show matches all of the passed cats, not if it's in one of them. * Fix empty string being stored as ['']. I've chosen to not store the empty string at all. As I would not see a use case for it.
* Fix logging in function restore_cache_folder. Cleaned up double quotes. * Adjust dredd hooks-worker-after-connect-wait * Update dredd.yml * Update dredd.yml * Update dredd.yml * Update api-description.yml * Update dredd.yml * Update api-description.yml * Update dredd.yml
* Don't log error when can't connnect to NMA * info instead of warning * Update nma.py
* Create Dockerfile * Create .dockerignore * Create 30-config * Create run * Create run * Delete run * Adding anime volume * Update and rename docker/root/etc/cont-init.d/30-config to .docker/root/etc/cont-init.d/30-config * Update and rename docker/root/etc/services.d/medusa/run to .docker/root/etc/services.d/medusa/run * Update Dockerfile
* Fix Jackett torrent links without extension * Specify version * Add codecov * Add node coverage and use tox * Add codecov (2) * Remove double test * Remove pytest cov * Add test coverage for main js * alright * add nyc and ava * delay coverage - waiting for tests * rename to test * miss you pytest-cov * hmmf * Update tox.ini * Update tox.ini * Update tox.ini * Update .travis.yml * Update tox.ini
* This adds a season search string per template. By default there is one: 'S{season:0>2}', but this can be overwritten per provider.
* Fix the queries to show the cached season packs. Season packs can be stored in two ways.. 1. With season 1 and episodes "empty" for ex: '||' 2. With season 1 and episodes filled with all the episodes of the season. Like '|1|2|3|..'. #2 was not yet visualized. But is with this change. * Misplaced brace resulted in showing results of one season pack in other shows. * Reverted some changes that were not needed. * Reverted Nyaa changes. * Fix creation of season search strings for sports and anime. * Got broken in a few commits back. * Cleaned up manual.py comments and some of the var declarations. * Flake.
LegendasTV and Opensubtitles
* Allow deleting files after copy for manual post-processing * Add _clean_up(), add tests * Use sorted list for test
* Shorten the debug output for the torrent client requests. * rm space * Log 1024 chars. * Truncate the amount of body that's being logged for POST content-type: with multipart/form-data.
* Transmission: Fix remove torrents by idle timeout `isFinished` is not set to True when idle timeout. Got the wrong information from #transmission IRC * ops * Check if is media file before query history * Review
* Generic already catch it * Fix argument of type 'NoneType' is not iterable in Transmission * Use '' instead of None. Prevent exception. * Separated the inline if/then. * flake
* NMA: proper handles status code * Ops! * Minor improvements and fix log * flake
* Improve newpct search, add new tests * Add anime support to newpct, remove XMLHttpRequest header from anidex, update tests * Skip search for air by date or sports shows
* Hotfix broken update (#3185) * Load countries even if there's little info in IMDb (#3180) * Hotfix broken update * Use app.PROG_DIR to get root dir * Removed blank line at conflict resolution. * Join categories list into a comma separated list. If passing the cats as a list to requests.get(), it will add them like: cats=5000&cats=5020&cats=5030. This will result in the backend matching if the searched show matches all of the passed cats, not if it's in one of them. * Fix empty string being stored as ['']. I've chosen to not store the empty string at all. As I would not see a use case for it. * Config file for pyup.io (#3383) * create pyup.io config file * Update .pyup.yml * Update .pyup.yml * Update .pyup.yml
Codecov Report
@@ Coverage Diff @@
## master #3423 +/- ##
=======================================
Coverage 33.06% 33.06%
=======================================
Files 275 275
Lines 34613 34613
=======================================
Hits 11446 11446
Misses 23167 23167
Continue to review full report at Codecov.
|
p0psicles
approved these changes
Dec 6, 2017
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.