-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize Separate React UI #1513
Commits on Aug 26, 2024
-
Update elasticsearch.rst (apache#41764)
Changed Azure to Elasticsearch
Configuration menu - View commit details
-
Copy full SHA for 1008ea1 - Browse repository at this point
Copy the full SHA 1008ea1View commit details
Commits on Aug 27, 2024
-
Update snowflake naming for account names and locators. (apache#41775)
Signed-off-by: Jakub Dardzinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33f81bf - Browse repository at this point
Copy the full SHA 33f81bfView commit details -
[redis]adding additional values for existing persistence claim (apach…
…e#41619) * Update values.yaml * Update redis-statefulset.yaml * Update values.schema.json * Update redis-statefulset.yaml * add testing * update unit testing * update
Configuration menu - View commit details
-
Copy full SHA for ded67d0 - Browse repository at this point
Copy the full SHA ded67d0View commit details -
chore(docs): add an example for auth with keycloak (apache#41687)
* chore(docs): add an example for auth with keycloak Added a new section in the authentication documentation that provides a code of configuring Airflow to work with Keycloak. * chore(docs): add an example for auth with keycloak Fix spelling and styling * chore(docs): add an example for auth with keycloak Fix static checks
Configuration menu - View commit details
-
Copy full SHA for 433bfd4 - Browse repository at this point
Copy the full SHA 433bfd4View commit details -
Removed deprecated method referance airflow.www.auth.has_access when …
…min airflow version >= 2.8.0 (apache#41747)
Configuration menu - View commit details
-
Copy full SHA for 8765039 - Browse repository at this point
Copy the full SHA 8765039View commit details -
Remove deprecations in airflow.models.skipmixin (apache#41780)
* Remove deprecations in airflow.models.skipmixin * Fix pytests
Configuration menu - View commit details
-
Copy full SHA for 1e7bbf8 - Browse repository at this point
Copy the full SHA 1e7bbf8View commit details -
Remove deprecations in airflow.models.errors (apache#41779)
* Remove deprecations in airflow.models.errors * Fix static code checks in compat
Configuration menu - View commit details
-
Copy full SHA for c5a7fb1 - Browse repository at this point
Copy the full SHA c5a7fb1View commit details -
Fix some non-critical pre-commit issues (apache#41749)
The '.venv' name (common for in-project virtual environments) is not included in rat-excludes, causing a lint failure since a license is not found in it. Since 'venv' (no leading dot) is excluded, let's also add '.venv' to the file. The 'downgradedb' method of BaseDBManager is declared abstract, but not implemented in FABDBManager. This causes Mypy to error when FABDBManager is instantiated. We don't always need the implement the method, so let's remove the abstractmethod decorator. Finally (and least critically), when you run pre-commit during a merge, a hook checks if you're committing unresolved conflicts. The check is not particularly smart, however, and can mis-identify header underlines in restructuredText as false positives. This is easy to fix; just add one more character to the underline. It's fine as long as the underline is not EXACTLY SEVEN characters.
Configuration menu - View commit details
-
Copy full SHA for 82abd79 - Browse repository at this point
Copy the full SHA 82abd79View commit details -
Remove deprecations in airflow.models.param (apache#41776)
* Remove deprecations in airflow.models.param * Fix pytests
Configuration menu - View commit details
-
Copy full SHA for 3c477e1 - Browse repository at this point
Copy the full SHA 3c477e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938ab82 - Browse repository at this point
Copy the full SHA 938ab82View commit details -
Remove deprecations in Connection for Airflow 3 (apache#41762)
* Remove deprecations in Connection for Airflow 3 * Fix pytests
Configuration menu - View commit details
-
Copy full SHA for 2bac27f - Browse repository at this point
Copy the full SHA 2bac27fView commit details -
Remove deprecations in BaseOperator for Airflow 3 (apache#41761)
* Remove deprecations in BaseOperator for Airflow 3 * Fix pytests
Configuration menu - View commit details
-
Copy full SHA for 606a26c - Browse repository at this point
Copy the full SHA 606a26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b9607 - Browse repository at this point
Copy the full SHA 37b9607View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabab2d - Browse repository at this point
Copy the full SHA dabab2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddec35d - Browse repository at this point
Copy the full SHA ddec35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fe45b - Browse repository at this point
Copy the full SHA 27fe45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1808052 - Browse repository at this point
Copy the full SHA 1808052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ba17f - Browse repository at this point
Copy the full SHA 83ba17fView commit details -
backfill job command cli deperecated options removed (apache#41739)
* backfill job command cli deperecated options removed * news fragment added
Configuration menu - View commit details
-
Copy full SHA for 7caf268 - Browse repository at this point
Copy the full SHA 7caf268View commit details -
Module airflow.hooks.dbapi removed (apache#41748)
* Deprecated module airflow.hooks.dbapi removed * news fragment added
Configuration menu - View commit details
-
Copy full SHA for dc12ad1 - Browse repository at this point
Copy the full SHA dc12ad1View commit details -
Remove deprecations in airflow.models.dagrun (apache#41778)
* Remove deprecations in airflow.models.dagrun * Update newsfragments/41778.significant.rst Co-authored-by: Jarek Potiuk <[email protected]> --------- Co-authored-by: Jarek Potiuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 748a48a - Browse repository at this point
Copy the full SHA 748a48aView commit details -
Remove deprecated get_connections() function in BaseHook (apache#41733)
* Remove deprecated get_connections() function in BaseHook * Adding newsfragment after PR open
Configuration menu - View commit details
-
Copy full SHA for a0baa68 - Browse repository at this point
Copy the full SHA a0baa68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615cddf - Browse repository at this point
Copy the full SHA 615cddfView commit details -
Fix mocking in cncf.kubernetes tests after get_connections removal (a…
…pache#41805) The apache#41733 removed deprecated get_connections but it was still used in cncf.kubernetes tests.
Configuration menu - View commit details
-
Copy full SHA for baadce9 - Browse repository at this point
Copy the full SHA baadce9View commit details
Commits on Aug 28, 2024
-
test(providers/yandex): fix test_yandex_lockbox_secret_backend_get_co…
…nnection_from_json by removing non-json extra (apache#41815)
Configuration menu - View commit details
-
Copy full SHA for c018a47 - Browse repository at this point
Copy the full SHA c018a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71aa592 - Browse repository at this point
Copy the full SHA 71aa592View commit details -
Fix: DAGs are not marked as stale if the dags folder change (apache#4…
…1433) * Fix: DAGs are not marked as stale if the AIRFLOW__CORE__DAGS_FOLDER changes * Update airflow/dag_processing/manager.py * Add testcase * Add code comment * Update code comment * Update the logic for checking the current dag_directory * Update testcases * Remove unwanted code * Uncomment code * Add processor_subdir when creating processor_subdir * Fix test_retry_still_in_executor test * Remove config from test * Update airflow/dag_processing/manager.py Co-authored-by: Jed Cunningham <[email protected]> * Update if condition for readability --------- Co-authored-by: Jed Cunningham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f30a41 - Browse repository at this point
Copy the full SHA 9f30a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2cc07 - Browse repository at this point
Copy the full SHA 5f2cc07View commit details -
Move away from deprecated DAG.following_schedule() method (apache#41773)
* Move away from deprecated DAG.following_schedule() method * Update mock to changed logic and remove one layer of Pendulum
Configuration menu - View commit details
-
Copy full SHA for ef80f6b - Browse repository at this point
Copy the full SHA ef80f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbb4b4 - Browse repository at this point
Copy the full SHA 7bbb4b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45740b1 - Browse repository at this point
Copy the full SHA 45740b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55ecd5 - Browse repository at this point
Copy the full SHA e55ecd5View commit details -
Initialize new airflow/ui directory
configure flask blueprint and render real dags list Add banner to switch back and forth between UIs Add readme basic test setup, chakra not working Move Flask blueprint, build navbar Switch to react with working tests Basic hot refresh add prettier do not render the new UI banner on loggin page add pre-commits to ui add CI integration update doc accordingly redirect to login page on 401+403 errors update lint command update lint, lint:fix command Add codegen to pre-commit Add ui to breeze Update build commands
Configuration menu - View commit details
-
Copy full SHA for 9344a3d - Browse repository at this point
Copy the full SHA 9344a3dView commit details