-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Comparing changes
Open a pull request
base repository: apache/airflow
base: main
head repository: apache/airflow
compare: providers-fab/v1-5
- 17 commits
- 342 files changed
- 8 contributors
Commits on Dec 22, 2024
-
Fix branch filter pattens for provider branches in ci workflow (#45162)…
… (#45166) I **hope** this time it will be ok: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet (cherry picked from commit 2535f4e)
Configuration menu - View commit details
-
Copy full SHA for eca4ad2 - Browse repository at this point
Copy the full SHA eca4ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7751d - Browse repository at this point
Copy the full SHA 0b7751dView commit details -
Sort "opts" element in click option dictionary before hashing (#45156) (
#45169) Some impleemntation details of click 8.1.8 caused instability in configuration directories that are produced by click config - the instability is in sequence of generated "opts" list - the sequence of options in it is random. While it can be likely fixed in later versions, better is to protect from it and sort the opts list before hashing the dict. (cherry picked from commit 1796c40)
Configuration menu - View commit details
-
Copy full SHA for 7a07994 - Browse repository at this point
Copy the full SHA 7a07994View commit details
Commits on Dec 24, 2024
-
[providers-fab/v1-5] Invalidate user session on password reset (#45139)
* session expire on pass change * fix statis checks * add tests (cherry picked from commit cf401c4) Co-authored-by: Shubham Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c95b84c - Browse repository at this point
Copy the full SHA c95b84cView commit details -
Fixing cli test failure in CI (#44679)
* Fixing cli test failure in CI * review comments (cherry picked from commit 98e0977)
Configuration menu - View commit details
-
Copy full SHA for 17aa106 - Browse repository at this point
Copy the full SHA 17aa106View commit details -
Avoid 1.1.8 version of msgraph-core (#45044)
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781 (cherry picked from commit 3310b86)
Configuration menu - View commit details
-
Copy full SHA for 36defe9 - Browse repository at this point
Copy the full SHA 36defe9View commit details -
Fix Google Cloud Datacatalog test (#44037)
This field (`dataplex_transfer_status`) got added in googleapis/google-cloud-python#13277 as part of `google-cloud-datacatalog==3.22.0` (cherry picked from commit 060f75f)
Configuration menu - View commit details
-
Copy full SHA for 2c7e849 - Browse repository at this point
Copy the full SHA 2c7e849View commit details -
fix google datacatalog operator tests (#44281)
* fix google datacatalog operator tests * bump google-cloud-datacatalog (cherry picked from commit f6bbc63)
Configuration menu - View commit details
-
Copy full SHA for ac764d0 - Browse repository at this point
Copy the full SHA ac764d0View commit details -
Correctly import isabs from os.path (#45178)
The #45139 imported isabs from "airflow.www.app" - but isabs has been added there fairly recently and it is anyhow stdlib's os.path isabs - so it should be imported from there. This breaks fab 1.5.2 backport compatibility tests, so we need to cherry-pick it there alongside #45139 (cherry picked from commit 7002966)
Configuration menu - View commit details
-
Copy full SHA for 111e826 - Browse repository at this point
Copy the full SHA 111e826View commit details
Commits on Dec 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc37e55 - Browse repository at this point
Copy the full SHA dc37e55View commit details
Commits on Jan 12, 2025
-
Synchronize build scripts with main (#45591)
Co-authored-by: Jens Scheffler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cd571b - Browse repository at this point
Copy the full SHA 7cd571bView commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bbc8611 - Browse repository at this point
Copy the full SHA bbc8611View commit details
Commits on Feb 4, 2025
-
[providers-fab/v1-5] Use different default algorithms for different w…
…erkzeug versions (#46384) (#46392) * [providers-fab/v1-5] Use different default algorithms for different werkzeug versions (#46384) Older werkzeug uses different algorithms for different versions - we should match the default algorithm for those versions. (cherry picked from commit dafd166) Co-authored-by: Jarek Potiuk <[email protected]> * Add evaluation extra to google-cloud-aiplatform (#46270) The scikit-learn is an optional dependency of the library from google and apparently we are using the `evaluation` optional feature of it. Adding the extra should make google provider depends on scikit-learn. Closes: #46258 Co-authored-by: Amogh Desai <[email protected]> (cherry picked from commit baf54a8) --------- Co-authored-by: Jarek Potiuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8e9ca4 - Browse repository at this point
Copy the full SHA a8e9ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d46c5 - Browse repository at this point
Copy the full SHA 94d46c5View commit details
Commits on Oct 5, 2025
-
Update dependencies for FAB provider to not be conflicting with 2.11.1 (
#53029) There is an upcoming change in dependencies for Airflow 2.11 which involves bumping a number of dependencies - including Werkzeug and Flask - and we need to release FAB 1.5.4 to account for that.
Configuration menu - View commit details
-
Copy full SHA for 77732d1 - Browse repository at this point
Copy the full SHA 77732d1View commit details
Commits on Oct 16, 2025
-
Better version check for Werkzeug (#56408)
Werkzeug 3.0.0 deprecated `__version__` and recommends to use importlib version to check for version.
Configuration menu - View commit details
-
Copy full SHA for 3f7f727 - Browse repository at this point
Copy the full SHA 3f7f727View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac96f66 - Browse repository at this point
Copy the full SHA ac96f66View 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 main...providers-fab/v1-5