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

Hotfix 0.2.10 #5163

Merged
merged 12 commits into from
Sep 9, 2018
Merged

Hotfix 0.2.10 #5163

merged 12 commits into from
Sep 9, 2018

Conversation

sharkykh
Copy link
Contributor

@sharkykh sharkykh commented Sep 8, 2018

Fixes from develop included in release:

Removed from this release:

sharkykh and others added 4 commits September 8, 2018 17:28
* Fix home tabs bug (tested)

* Fix recommended shows tabs bug (pre-emptive)

* Fix status page with 3 or more root dirs is malformed

* Update changelog
* Fix the poster not being alligned.
Caused by mass rename series -> show.

* Fix css bug.
Caused by mass rename.
@sharkykh sharkykh added Do not merge Changelog Requires a changelog entry labels Sep 8, 2018
@sharkykh sharkykh added this to the 0.2.10 (Hotfix) milestone Sep 8, 2018
@OmgImAlexis OmgImAlexis requested a review from a team September 8, 2018 14:59
* Fix watched null values.

* Update main_db.py

oops

* Update main_db.py

* Update current sanity check and column default

* Revert all previous commits

Revert "Update current sanity check and column default"

This reverts commit 6779024.

Revert "Update main_db.py"

This reverts commit a1c8e7a.

Revert "Update main_db.py"

This reverts commit a08759a.

Revert "Fix watched null values."

This reverts commit 848c527.

* Use `try_int` when loading from database

* `Episode.watched` should be boolean

* Update changelog

# Conflicts:
#	CHANGELOG.md
#	medusa/tv/episode.py
@p0psicles
Copy link
Contributor

@sharkykh do you want to include the adba changes to the hotfix? As Imo it could wait for next normal release?

sharkykh and others added 5 commits September 9, 2018 13:39
* Add `fetch` argument to `/series` API endpoint

Only fetch AniDB info when it is set to `True` (default is `False`)

* Update editShow to get AniDB data

* Update store/shows actions

* Lint JS

* Update changelog

# Conflicts:
#	CHANGELOG.md
#	themes/dark/assets/js/vendors.js
#	themes/light/assets/js/vendors.js
Needed after cherry picking commits for hotfix.
* Fix `_configure_syspath` to handle `.pth` files

Fix `configparser`s package structure.
Add missing `.pth` file for configparser
`.pth` file renamed for simplicity - original name: `configparser-3.5.0-py2.7-nspkg.pth`.

* Explain the code better

* Update info on `ext/readme.md`

* Prepare `syspath` code for the future

* Update changelog
* Fix unexpected identifier on `testRename`

* Update changelog

# Conflicts:
#	CHANGELOG.md
@p0psicles
Copy link
Contributor

@sharkykh this is how far I got

@sharkykh
Copy link
Contributor Author

sharkykh commented Sep 9, 2018

do you want to include the adba changes to the hotfix? As Imo it could wait for next normal release?

@p0psicles
I added it because I thought the exception on #4971 (comment) was not caught, but I see now that it is caught.
So basically it should be fine for master in that sense, other than the errors, right?

this is how far I got

Thank you!

@p0psicles
Copy link
Contributor

Its also only raising exceptions for anime shows with release groups that have unicode chars. There aren't that many.

@Rouzax
Copy link
Contributor

Rouzax commented Sep 9, 2018

How likely is it that this merge will be done including #5145?
Currently I'm unable to run Medusa unless I switch to the special branch but I would prefer to stay on the Master.

@p0psicles
Copy link
Contributor

Very likely

@sharkykh
Copy link
Contributor Author

sharkykh commented Sep 9, 2018

@Rouzax It's so likely in fact, it's already in it 😄

@Rouzax
Copy link
Contributor

Rouzax commented Sep 9, 2018

I know things are done when they are done but any though on the ETA for the merge?

@p0psicles
Copy link
Contributor

Probably today

@Rouzax
Copy link
Contributor

Rouzax commented Sep 9, 2018

Awesome, I'll leave you all to your work 😉

* Fix config-post-processing

* Add failing tests for select-list

* Fix Lint

* Update changelog

* Move fix to backend
* Fix TorrentLeech pagination code

`range` got a float argument instead of an integer

* Update CHANGELOG.md

Indent mistake.

* Update CHANGELOG.md
@sharkykh sharkykh added Concluded and removed Changelog Requires a changelog entry labels Sep 9, 2018
@sharkykh sharkykh changed the title [WIP] Hotfix 0.2.10 Hotfix 0.2.10 Sep 9, 2018
@medariox medariox merged commit 4614efc into master Sep 9, 2018
@medariox medariox deleted the release/hotfix-0.2.10 branch September 9, 2018 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment