Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Flexget/Flexget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.19
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.20
Choose a head ref
  • 14 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 13, 2016

  1. Configuration menu
    Copy the full SHA
    6ef3eaa View commit details
    Browse the repository at this point in the history
  2. subliminal: add authentication option

    Some subtitle providers require authentication. To configure them,
    subliminal accepts the `provider_configs` option to the ProviderPool
    class. Add support for it through an `authentication` configuration key.
    
    Having the provider configurations be specified in the `providers` key
    would look nicer, but break the case where one wants to authenticate to
    specific providers, but still use all the available ones (by leaving out
    the `providers` option completely).
    danielkza committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    347a422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f550c74 View commit details
    Browse the repository at this point in the history
  4. subliminal: silence dogpile logger to avoid spam

    Dogpile can spam log messages such as the following at the debug level. Silence it.
    
    2016-07-31 00:44 DEBUG    dogpile.util.readwrite_lock subs            <dogpile.util.readwrite_lock.ReadWriteMutex object at 0x7f693c4c08d0> acquired read lock
    danielkza committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    23c0d57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6104823 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. subliminal: fix PEP8 issues

    danielkza committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    fc2b464 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Convert string-like values to plain strings in Entry

    BeautifulSoup, as used in some search plugins, returns strings from HTML
    document structures in "enriched" form - instances of unicode/str mixed
    in with another class. Those strings carry references to the whole
    document tree, which can cause issues when attempting to serialize entry
    values for saving to the database.
    
    To avoid that, coerce any values whose type is a subtype of text_type,
    but not *exactly* text_type, to text_type, with text_type being unicode
    in Py2 and str in Py3. That should ensure we throw away any extra
    baggage that might be attached but keep the exact same content.
    danielkza committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    fb3dbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c10f5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5413cb9 View commit details
    Browse the repository at this point in the history
  4. Prepare v2.2.20.dev

    FlexGet-Bot committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    bbd2fc5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1338 from danielkza/fix-test-misc-umask

    Fix wrong umask calculation in download test
    cvium authored Aug 15, 2016
    Configuration menu
    Copy the full SHA
    c1fc126 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1304 from danielkza/subliminal-improvements

    Miscellaneous Subliminal plugin improvements
    cvium authored Aug 15, 2016
    Configuration menu
    Copy the full SHA
    95c762f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1337 from danielkza/entry-coerce-strings

    Convert string-like values to plain strings in Entry
    paranoidi authored Aug 15, 2016
    Configuration menu
    Copy the full SHA
    39b376b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. v2.2.20

    FlexGet-Bot committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    f06db58 View commit details
    Browse the repository at this point in the history
Loading