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

AIP-84 Migrate GET Dag Run endpoint to FastAPI #42725

Merged
merged 25 commits into from
Oct 10, 2024

Commits on Oct 4, 2024

  1. get dag_run init

    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    95b6129 View commit details
    Browse the repository at this point in the history
  2. add serializer

    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d1e7681 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a8c3684 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8c43a30 View commit details
    Browse the repository at this point in the history
  5. add types

    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f8332d1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6c382dc View commit details
    Browse the repository at this point in the history
  7. add test

    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    939153e View commit details
    Browse the repository at this point in the history
  8. working tests

    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0633e4c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    12ee3d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c05dc0a View commit details
    Browse the repository at this point in the history
  2. add note to DagRunResponse

    rawwar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2ee6bbc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. add note

    rawwar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3763684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d259df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b884774 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0454687 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c641a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ddb577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5165ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update airflow/api_fastapi/views/public/dag_run.py

    Co-authored-by: Pierre Jeambrun <[email protected]>
    rawwar and pierrejeambrun authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    56a574c View commit details
    Browse the repository at this point in the history
  2. Update airflow/api_fastapi/views/public/dag_run.py

    Co-authored-by: Pierre Jeambrun <[email protected]>
    rawwar and pierrejeambrun authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    57d2d41 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ac3ea2e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kalyan/AIP-84/get_dag_run' of github.com:rawwar/airflow…

    … into kalyan/AIP-84/get_dag_run
    rawwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8aecafe View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1afae1c View commit details
    Browse the repository at this point in the history
  6. add 404 test

    rawwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2bd6625 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …AIP-84/get_dag_run
    rawwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8ccf78f View commit details
    Browse the repository at this point in the history