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.9.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: v3.10.0
Choose a head ref
  • 14 commits
  • 25 files changed
  • 6 contributors

Commits on Nov 13, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
    - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
    pre-commit-ci[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cefd4ff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Prepare v3.9.20.dev

    FlexGet-Bot committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cc46c46 View commit details
    Browse the repository at this point in the history
  2. On certain filesystem shutil.copy can fail due to difference in files…

    …ystems between the source and destination (like in truenas when the target fs has ACLs).
    
    this change makes the mode change warn instead of failing the command allowing it to function in such cases.
    barp committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    75d4c79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3878 from barp/develop

    [fix] copy: prevent failing when copying between certain file systems
    gazpachoking authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cfd96d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3880 from Flexget/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    gazpachoking authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ba87863 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. FIX PTP plugin to use apiuser and apikey authentication and some impr…

    …ovements to search and match (#3882)
    
    [change] passthepopcorn: Switch to using apiuser and apikey instead of username and password.
    [change] passthepopcorn: Improves searching and matching.
    [fix] passthepopcorn: Fixes login and rate limit issues.
    
    * replace user/pass/cookie with apiuser/apikey auth
    
    * ptp match fixes to improve results
    
    * typo
    
    * more typos
    
    * typos
    
    * fixed some movie year imdb search logic
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * use f-string parsing
    
    * Remove unused DB schema code
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * corrected formated string to f-string
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Use task requests and drop old db tables
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Trying different upgrade logic
    
    * clean up only if needed.
    
    * fix DB Schema Imports
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * more tweaking upgrades
    
    * updated base schema number and upgrade logic
    
    * Remove ver number setting during upgrade
    
    * Fix issue with version none
    
    * Remove base DB schema as we are removing it
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Remove schema code as without tables there is none
    
    * Removed DB imports as no db is in use
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * attached rate limit to task requests
    
    * movie_year validation
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bagobones and pre-commit-ci[bot] authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9afe5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3a23d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a39a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e05b8b View commit details
    Browse the repository at this point in the history
  5. Update dependency werkzeug to v2.3.8 [SECURITY] (#3883)

    * Update dependency werkzeug to v2.3.8 [SECURITY]
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    renovate[bot] and pre-commit-ci[bot] authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    107e034 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a96de59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b377da View commit details
    Browse the repository at this point in the history
  8. Lock file maintenance (#3867)

    * Lock file maintenance
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    renovate[bot] and pre-commit-ci[bot] authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    a419255 View commit details
    Browse the repository at this point in the history
  9. v3.10.0

    FlexGet-Bot committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4407619 View commit details
    Browse the repository at this point in the history
Loading