-
Notifications
You must be signed in to change notification settings - Fork 483
Comparing changes
Open a pull request
base repository: Flexget/Flexget
base: v3.17.10
head repository: Flexget/Flexget
compare: v3.17.11
- 19 commits
- 17 files changed
- 3 contributors
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8c11b3b - Browse repository at this point
Copy the full SHA 8c11b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 978ebbe - Browse repository at this point
Copy the full SHA 978ebbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd99a1 - Browse repository at this point
Copy the full SHA 7bd99a1View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6175192 - Browse repository at this point
Copy the full SHA 6175192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1030b57 - Browse repository at this point
Copy the full SHA 1030b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab4a8 - Browse repository at this point
Copy the full SHA 2cab4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13b76a - Browse repository at this point
Copy the full SHA d13b76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 692970b - Browse repository at this point
Copy the full SHA 692970bView commit details -
docs: disable back to top button because it is displayed in the wrong…
… position on 16:9 mobile phone screen
Configuration menu - View commit details
-
Copy full SHA for b495503 - Browse repository at this point
Copy the full SHA b495503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a5ab6 - Browse repository at this point
Copy the full SHA 52a5ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b562036 - Browse repository at this point
Copy the full SHA b562036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4297ea8 - Browse repository at this point
Copy the full SHA 4297ea8View commit details -
Merge pull request #4555 from vivodi/github-issue-form
chore: improve issue forms and use pre-commit hooks for validation
Configuration menu - View commit details
-
Copy full SHA for bba71ed - Browse repository at this point
Copy the full SHA bba71edView commit details -
Merge pull request #4553 from vivodi/minimum-group-size
chore: always wait until all upgrades are available
Configuration menu - View commit details
-
Copy full SHA for 0254eb9 - Browse repository at this point
Copy the full SHA 0254eb9View commit details -
Merge pull request #4552 from vivodi/unclosed-file-io.BufferedReader
By modifying `.gitattributes` to allow more tests to pass on Windows.
Configuration menu - View commit details
-
Copy full SHA for ba10dbb - Browse repository at this point
Copy the full SHA ba10dbbView commit details -
Merge pull request #4554 from vivodi/doc
docs: update "Installing optional dependencies" section to reflect recent changes
Configuration menu - View commit details
-
Copy full SHA for 1a8e54c - Browse repository at this point
Copy the full SHA 1a8e54cView commit details -
chore: configure Renovate to reduce unnecessary CI runs
**Description** Currently, our Renovate configuration triggers a rebase for its open pull requests whenever they fall behind the `develop` branch. This is causing a significant number of unnecessary GitHub Actions workflow runs. For example, we often have several Renovate PRs that cannot be merged immediately (e.g., #4547, #4429, #4066). Each time a new commit is pushed to `develop`, all of these PRs are rebased. Each rebase triggers its full suite of checks (around 20 workflow runs per PR). With just these three PRs, this results in approximately 60 workflow runs for a single commit to `develop`. These CI runs are redundant because we are aware these PRs cannot be merged, and the constant rebasing provides no value. **Proposed Solution** I propose we modify our Renovate configuration to only rebase pull requests when they have a merge conflict with the base branch or when automerge is enabled. This change is safe for our workflow. We have the GitHub Merge Queue enabled, which automatically runs checks on the latest version of the base branch before any PR is merged. This practice already protects the `develop` branch from failures that might otherwise be missed, making the pre-emptive rebases unnecessary. **Expected Outcome** * A significant reduction in GitHub Actions minutes and associated costs. * Less CI noise and faster queue times for legitimate development workflows. * No degradation in the stability of our `develop` branch.
Configuration menu - View commit details
-
Copy full SHA for ec62134 - Browse repository at this point
Copy the full SHA ec62134View commit details
Commits on Aug 15, 2025
-
Merge pull request #4556 from vivodi/rebase
chore: configure Renovate to reduce unnecessary CI runs
Configuration menu - View commit details
-
Copy full SHA for b381541 - Browse repository at this point
Copy the full SHA b381541View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0977b - Browse repository at this point
Copy the full SHA bf0977bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.17.10...v3.17.11