Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into apache#16692-show-cro…
Browse files Browse the repository at this point in the history
…n-schedule-description-in-ui
  • Loading branch information
pateash committed Dec 11, 2021
2 parents 51f7c12 + 22341b9 commit 04152f8
Show file tree
Hide file tree
Showing 1,102 changed files with 36,832 additions and 14,071 deletions.
37 changes: 26 additions & 11 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
# DAG Serialization
/airflow/serialization/ @kaxil @ashb

# DAG Parsing
/airflow/dag_processing @jedcunningham @ephraimbuddy

# Kubernetes
/airflow/kubernetes/ @dimberman
/airflow/kubernetes_executor_templates/ @dimberman
/airflow/executors/celery_kubernetes_executor.py @dimberman
/airflow/kubernetes/ @dstandish @jedcunningham
/airflow/kubernetes_executor_templates/ @dstandish @jedcunningham
/airflow/executors/celery_kubernetes_executor.py @dstandish @jedcunningham
/airflow/executors/kubernetes_executor.py @dstandish @jedcunningham

# Helm Chart
/chart/ @dimberman @ashb @kaxil @jedcunningham
Expand All @@ -19,14 +23,14 @@
/docs/ @mik-laj @vikramkoka

# Docs (without Providers)
/docs/apache-airflow @kaxil
/docs/docker-stack @kaxil
/docs/apache-airflow @kaxil @potiuk
/docs/docker-stack @potiuk
/docs/helm-chart @kaxil @jedcunningham
/docs/*.py @kaxil
/docs/*.py @kaxil @potiuk

# API
/airflow/api/ @mik-laj @kaxil
/airflow/api_connexion/ @mik-laj @kaxil @ephraimbuddy
/airflow/api/ @mik-laj @ephraimbuddy
/airflow/api_connexion/ @mik-laj @ephraimbuddy

# UI
/airflow/ui/ @ryanahamilton @ashb @bbovenzi
Expand All @@ -41,6 +45,16 @@

# Calendar/Timetables
/airflow/timetables/ @uranusjr
/docs/apache-airflow/concepts/timetable.rst @uranusjr

# Async Operators & Triggerer
/airflow/jobs/triggerer_job.py @dstandish
/airflow/cli/commands/triggerer_command.py @dstandish
/airflow/models/trigger.py @dstandish
/docs/apache-airflow/concepts/deferring.rst @dstandish

# Secrets Backends
/airflow/secrets @dstandish @kaxil @potiuk @ashb

# Providers
/airflow/providers/google/ @turbaszek
Expand All @@ -50,8 +64,9 @@
/.github/workflows/ @potiuk @ashb @kaxil
breeze @potiuk
breeze-complete @potiuk
Dockerfile @potiuk @ashb
Dockerfile @potiuk @ashb @mik-laj
Dockerfile.ci @potiuk @ashb
/dev/ @potiuk @ashb @kaxil
/dev/ @potiuk @ashb @kaxil @jedcunningham
/provider_packages/ @potiuk @ashb
/scripts/ @potiuk @ashb
/scripts/ @potiuk @ashb @mik-laj
/docker_tests/ @potiuk @ashb @mik-laj
59 changes: 32 additions & 27 deletions .github/ISSUE_TEMPLATE/airflow_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ body:
discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
multiple: false
options:
- "2.2.0 (latest released)"
- "2.2.3rc1 (release candidate)"
- "2.2.2 (latest released)"
- "2.2.1"
- "2.2.0"
- "2.1.4"
- "2.1.3"
- "2.1.2"
Expand All @@ -37,6 +40,34 @@ body:
- "main (development)"
validations:
required: true
- type: textarea
attributes:
label: What happened
description: Describe what happened.
placeholder: >
Please provide the context in which the problem occurred and explain what happened
validations:
required: true
- type: textarea
attributes:
label: What you expected to happen
description: What do you think went wrong?
placeholder: >
Please explain why you think the behaviour is erroneous. It is extremely helpful if you copy&paste
the fragment of logs showing the exact error messages or wrong behaviour and screenshots for
UI problems or YouTube link to a video of you demonstrating the problem. You can include files by
dragging and dropping them here.
- type: textarea
attributes:
label: How to reproduce
description: >
What should we do to reproduce the problem? If you are not able to provide a reproducible case,
please open a [Discussion](https://github.com/apache/airflow/discussions) instead.
placeholder: >
Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or DAGs.
Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
first step.
- type: input
attributes:
label: Operating System
Expand Down Expand Up @@ -75,32 +106,6 @@ body:
placeholder: >
Enter any relevant details of your deployment. Especially version of your tools,
software (docker-compose, helm, k8s, etc.), any customisation and configuration you added.
- type: textarea
attributes:
label: What happened
description: Describe what happened.
placeholder: >
Please provide the context in which the problem occurred and explain what happened
- type: textarea
attributes:
label: What you expected to happen
description: What do you think went wrong?
placeholder: >
Please explain why you think the behaviour is erroneous. It is extremely helpful if you copy&paste
the fragment of logs showing the exact error messages or wrong behaviour and screenshots for
UI problems or YouTube link to a video of you demonstrating the problem. You can include files by
dragging and dropping them here.
- type: textarea
attributes:
label: How to reproduce
description: >
What should we do to reproduce the problem? If you are not able to provide a reproducible case,
please open a [Discussion](https://github.com/apache/airflow/discussions) instead.
placeholder: >
Please make sure you provide a reproducible step-by-step case of how to reproduce the problem
as minimally and precisely as possible. Keep in mind we do not have access to your cluster or DAGs.
Remember that non-reproducible issues will be closed! Opening a discussion is recommended as a
first step.
- type: textarea
attributes:
label: Anything else
Expand Down
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body:
What Apache Airflow Helm Chart version are you using?
multiple: false
options:
- "1.2.0 (latest released)"
- "1.3.0 (latest released)"
- "1.2.0"
- "1.1.0"
- "1.0.0"
- "main (development)"
Expand All @@ -42,7 +43,11 @@ body:
discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
multiple: false
options:
- "2.1.4 (latest released)"
- "2.2.3rc1 (release candidate)"
- "2.2.2 (latest released)"
- "2.2.1"
- "2.2.0"
- "2.1.4"
- "2.1.3"
- "2.1.2"
- "2.1.1"
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ body:
discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
multiple: false
options:
- "2.1.4 (latest released)"
- "2.2.3rc1 (release candidate)"
- "2.2.2 (latest released)"
- "2.2.1"
- "2.2.0"
- "2.1.4"
- "2.1.3"
- "2.1.2"
- "2.1.1"
Expand Down
3 changes: 1 addition & 2 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ labelPRBasedOnFilePath:
area:kubernetes:
- airflow/**/kubernetes_*.py
- airflow/example_dags/example_kubernetes_executor.py
- airflow/example_dags/example_kubernetes_executor_config.py
- airflow/providers/cncf/kubernetes/**/*
- airflow/kubernetes/**/*
- airflow/kubernetes_executor_templates/**/*
Expand Down Expand Up @@ -191,8 +190,8 @@ labelPRBasedOnFilePath:
- Dockerfile
- docs/docker-stack/**/*
- scripts/in_container/prod/*
- scripts/ci/tools/verify_docker_image.sh
- scripts/ci/libraries/_verify_image.sh
- docker_tests/**/*

# Various Flags to control behaviour of the "Labeler"
labelerFlags:
Expand Down
Loading

0 comments on commit 04152f8

Please sign in to comment.