Skip to content
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

Closed
wants to merge 33 commits into from
Closed

Initialize Separate React UI #1513

wants to merge 33 commits into from

Commits on Aug 26, 2024

  1. Update elasticsearch.rst (apache#41764)

    Changed Azure to Elasticsearch
    KrunchMuffin authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1008ea1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    33f81bf View commit details
    Browse the repository at this point in the history
  2. [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
    kongdewen authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ded67d0 View commit details
    Browse the repository at this point in the history
  3. 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
    hoalongnatsu authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    433bfd4 View commit details
    Browse the repository at this point in the history
  4. Removed deprecated method referance airflow.www.auth.has_access when …

    …min airflow version >= 2.8.0 (apache#41747)
    dirrao authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8765039 View commit details
    Browse the repository at this point in the history
  5. Remove deprecations in airflow.models.skipmixin (apache#41780)

    * Remove deprecations in airflow.models.skipmixin
    
    * Fix pytests
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1e7bbf8 View commit details
    Browse the repository at this point in the history
  6. Remove deprecations in airflow.models.errors (apache#41779)

    * Remove deprecations in airflow.models.errors
    
    * Fix static code checks in compat
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c5a7fb1 View commit details
    Browse the repository at this point in the history
  7. 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.
    uranusjr authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    82abd79 View commit details
    Browse the repository at this point in the history
  8. Remove deprecations in airflow.models.param (apache#41776)

    * Remove deprecations in airflow.models.param
    
    * Fix pytests
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3c477e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    938ab82 View commit details
    Browse the repository at this point in the history
  10. Remove deprecations in Connection for Airflow 3 (apache#41762)

    * Remove deprecations in Connection for Airflow 3
    
    * Fix pytests
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2bac27f View commit details
    Browse the repository at this point in the history
  11. Remove deprecations in BaseOperator for Airflow 3 (apache#41761)

    * Remove deprecations in BaseOperator for Airflow 3
    
    * Fix pytests
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    606a26c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37b9607 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dabab2d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ddec35d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27fe45b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1808052 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83ba17f View commit details
    Browse the repository at this point in the history
  18. backfill job command cli deperecated options removed (apache#41739)

    * backfill job command cli deperecated options removed
    
    * news fragment added
    dirrao authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7caf268 View commit details
    Browse the repository at this point in the history
  19. Module airflow.hooks.dbapi removed (apache#41748)

    * Deprecated module airflow.hooks.dbapi removed
    
    * news fragment added
    dirrao authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dc12ad1 View commit details
    Browse the repository at this point in the history
  20. 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]>
    jscheffl and potiuk authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    748a48a View commit details
    Browse the repository at this point in the history
  21. Remove deprecated get_connections() function in BaseHook (apache#41733)

    * Remove deprecated get_connections() function in BaseHook
    
    * Adding newsfragment after PR open
    jscheffl authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a0baa68 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    615cddf View commit details
    Browse the repository at this point in the history
  23. 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.
    potiuk authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    baadce9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. test(providers/yandex): fix test_yandex_lockbox_secret_backend_get_co…

    …nnection_from_json by removing non-json extra (apache#41815)
    Lee-W authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c018a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71aa592 View commit details
    Browse the repository at this point in the history
  3. 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]>
    utkarsharma2 and jedcunningham authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9f30a41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2cc07 View commit details
    Browse the repository at this point in the history
  5. 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
    jscheffl authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef80f6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bbb4b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45740b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e55ecd5 View commit details
    Browse the repository at this point in the history
  9. 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
    bbovenzi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9344a3d View commit details
    Browse the repository at this point in the history