This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard d6839fe Fixes issue with affinity backcompat in Airflow 1.10
discard fcb784f When sending tasks to celery from a sub-process, reset signal
handlers (#11278)
discard 00bf5e5 Pass SQLAlchemy engine options to FAB based UI (#11395)
discard c730675 Fix KubernetesExecutor import in views.py
discard 1cbcd6c [AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)
discard ff3658a SkipMixin: Add missing session.commit() and test (#10421)
discard 49d7332 Change back example_kubernetes_executor_config to
KubernetesExecutor
discard 8a6c81e Add ability to specify pod_template_file in executor_config
(#11784)
new ad70ce2 SkipMixin: Add missing session.commit() and test (#10421)
new caadab1 [AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)
new 25c16e8 Fix KubernetesExecutor import in views.py
new d4160a5 Pass SQLAlchemy engine options to FAB based UI (#11395)
new a63fe94 When sending tasks to celery from a sub-process, reset signal
handlers (#11278)
new b9a2755 Fixes issue with affinity backcompat in Airflow 1.10
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d6839fe)
\
N -- N -- N refs/heads/v1-10-test (b9a2755)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../example_kubernetes_executor_config.py | 1 -
airflow/executors/kubernetes_executor.py | 53 +++-------
airflow/kubernetes/pod_generator.py | 26 +----
.../dags_in_image_template.yaml | 84 ----------------
.../dags_in_volume_template.yaml | 81 ----------------
.../git_sync_template.yaml | 107 ---------------------
airflow/serialization/enums.py | 2 -
airflow/serialization/serialized_objects.py | 18 ----
chart/requirements.lock | 2 +-
docs/executor/kubernetes.rst | 58 -----------
tests/executors/test_kubernetes_executor.py | 26 +----
11 files changed, 21 insertions(+), 437 deletions(-)
delete mode 100644
airflow/kubernetes/pod_template_file_examples/dags_in_image_template.yaml
delete mode 100644
airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml
delete mode 100644
airflow/kubernetes/pod_template_file_examples/git_sync_template.yaml