Skip to content
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
merged 33 commits into from
Dec 6, 2017
Merged

Release 0.1.20 #3423

merged 33 commits into from
Dec 6, 2017

Conversation

medariox
Copy link
Contributor

@medariox 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

Sorry, something went wrong.

fernandog and others added 30 commits November 25, 2017 20:46
* 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.
* Remove superfluous _clean_data. Fixes #3350

* rm unused imports
* 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
fernandog and others added 3 commits December 6, 2017 11:54
* 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-io
Copy link

Codecov Report

Merging #3423 into master will not change coverage.
The diff coverage is 42.16%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3423   +/-   ##
=======================================
  Coverage   33.06%   33.06%           
=======================================
  Files         275      275           
  Lines       34613    34613           
=======================================
  Hits        11446    11446           
  Misses      23167    23167
Impacted Files Coverage Δ
medusa/helpers/__init__.py 28.95% <ø> (ø) ⬆️
medusa/indexers/indexer_base.py 23.85% <ø> (ø) ⬆️
medusa/ws/MedusaWebSocketHandler.py 43.47% <ø> (ø) ⬆️
medusa/name_parser/guessit_parser.py 97.22% <ø> (ø) ⬆️
medusa/clients/torrent/generic.py 21.19% <0%> (ø) ⬆️
medusa/clients/torrent/deluge_client.py 14.68% <0%> (ø) ⬆️
medusa/notifiers/__init__.py 61.9% <0%> (ø) ⬆️
medusa/__main__.py 0% <0%> (ø) ⬆️
medusa/indexers/tvdbv2/tvdbv2_api.py 11.48% <0%> (ø) ⬆️
medusa/search/core.py 5.48% <0%> (ø) ⬆️
... and 82 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca2c5c4...1c2a401. Read the comment docs.

@medariox medariox merged commit 1a8dc66 into master Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants