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

Commits on Sep 8, 2018

  1. Fix UI bugs (#5127)

    * 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
    sharkykh committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    6db1f31 View commit details
    Browse the repository at this point in the history
  2. Fix home tabs poster layout (#5126)

    * Fix the poster not being alligned.
    Caused by mass rename series -> show.
    
    * Fix css bug.
    Caused by mass rename.
    p0psicles authored and sharkykh committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    a3a247c View commit details
    Browse the repository at this point in the history
  3. Update changelog

    sharkykh committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    8739e5b View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.2.10

    sharkykh committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    6947192 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. Fix watched null values. (#5132)

    * 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 committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    0796b5a View commit details
    Browse the repository at this point in the history
  2. Update /series API to only get AniDB data if requested (#5166)

    * 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
    sharkykh authored and p0psicles committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    02bd55d View commit details
    Browse the repository at this point in the history
  3. Update themes dark/light through running yarn dev.

    Needed after cherry picking commits for hotfix.
    p0psicles committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    a65c6b7 View commit details
    Browse the repository at this point in the history
  4. Fix unable to start Medusa due to configparser ImportError (#5145)

    * 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
    sharkykh authored and p0psicles committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    e264115 View commit details
    Browse the repository at this point in the history
  5. Yarn production build.

    p0psicles committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    b7a8d1c View commit details
    Browse the repository at this point in the history
  6. Fix Preview Rename page (#5169)

    * Fix unexpected identifier on `testRename`
    
    * Update changelog
    
    # Conflicts:
    #	CHANGELOG.md
    sharkykh authored and p0psicles committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    684bec1 View commit details
    Browse the repository at this point in the history
  7. Post Processing config saving select-list values incorrectly (#5165)

    * Fix config-post-processing
    
    * Add failing tests for select-list
    
    * Fix Lint
    
    * Update changelog
    
    * Move fix to backend
    sharkykh committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    680c199 View commit details
    Browse the repository at this point in the history
  8. Fix TorrentLeech pagination code (#5172)

    * Fix TorrentLeech pagination code
    
    `range` got a float argument instead of an integer
    
    * Update CHANGELOG.md
    
    Indent mistake.
    
    * Update CHANGELOG.md
    sharkykh committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    f2d4428 View commit details
    Browse the repository at this point in the history