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: v3.1.78
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.79
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 19, 2020

  1. Prepare v3.1.79.dev

    FlexGet-Bot committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    48fd82e View commit details
    Browse the repository at this point in the history
  2. Handle both old and new case for database_uri

    I found this case when installing the latest version of flexget. 
    It defaults to an empty string instead of, I presume, the previous default of `None`.
    
    I'm not sure if it's worthwhile keeping the `None` as a case but figured it was the 
    "safer" option just in case. Also feels like `if not self.database_uri` should be just enough as well?
    gaqzi authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    209a88c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2758 from gaqzi/patch-1

    [fix] fix sqlalchemy error on startup introduced with last version
    gazpachoking authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    49fa775 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    18217d2 View commit details
    Browse the repository at this point in the history
  2. Nicer if check

    gazpachoking committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d87881a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f40f6 View commit details
    Browse the repository at this point in the history
  4. v3.1.79

    FlexGet-Bot committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a5d3ef1 View commit details
    Browse the repository at this point in the history
Loading