8000 Tags · madreyg/airflow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: madreyg/airflow

Tags

nightly-master

Toggle nightly-master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kubernetes Cluster is started on host not in the container (apache#8265)

Tests requiring Kubernetes Cluster are now moved out of
the regular CI tests and moved to "kubernetes_tests" folder
so that they can be run entirely on host without having
the CI image built at all. They use production image
to run the tests on KinD cluster and we add tooling
to start/stop/deploy the application to the KinD cluster
automatically - for both CI testing and local development.

This is a pre-requisite to convert the tests to convert the
tests to use the official Helm Chart and Docker images or
Apache Airflow.

It closes apache#8782

backport-providers-2020.5.20rc3

Toggle backport-providers-2020.5.20rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preparing for RC3 relase of backports (apache#9026)

backport-providers-2020.5.20rc2

Toggle backport-providers-2020.5.20rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix race in Celery tests by pre-creating result tables (apache#8909)

We noticed our Celery tests failing sometimes with

> (psycopg2.errors.UniqueViolation) duplicate key value violates unique
> constraint "pg_type_typname_nsp_index"
> DETAIL:  Key (typname, typnamespace)=(celery_tasksetmeta, 2200) already exists

It appears this is a race condition in SQLAlchemy's "create_all()"
function, where it first checks which tables exist, builds up a list of
`CREATE TABLE` statements, then issues them. Thus if two celery worker
processes start at the same time, they will find the the table doesn't
yet exist, and both try to create it.

This is _probably_ a bug in SQLA, but this should be an easy enough fix
here, to just ensure that the table exists before launching any Celery tasks.

backport-providers-2020.5.20rc1

Toggle backport-providers-2020.5.20rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare release candidate for backport packages (apache#8891)

After preparing the 2020.5.19 release candidate and
reviewing the packages, some changes turned out to be necessary.

Therefore the date was changed to 2020.5.20 with the folowing
fixes:

* cncf.kubernetes.example_dags were hard-coded and added for all
  packagesa and they were removed
* Version suffix is only used to rename the binary packages not for
  the version itself
* Release process description is updated with the release process
* Package version is consistent - leading 0s are skipped in month
  and day

1.10.10

Toggle 1.10.10's commit message
Update Changelog for 1.10.10rc5

1.10.10rc5

Toggle 1.10.10rc5's commit message
Update Changelog for 1.10.10rc5

1.10.10rc4

Toggle 1.10.10rc4's commit message
Airflow 1.10.10rc4

1.10.10rc3

Toggle 1.10.10rc3's commit message
Airflow 1.10.10rc3

1.10.10rc2

Toggle 1.10.10rc2's commit message
Update Changelog for 1.10.10rc2

1.10.10rc1

Toggle 1.10.10rc1's commit message
Update 1.10.10 Changelog

0