Skip to content

Releases: idealista/airflow-role

Fix web UI when using LDAP and Airflow>=1.10

10 Dec 09:24
45c5858
Compare
Choose a tag to compare

1.7.2

Full Changelog

Fixed

  • #47 Fix web UI when using LDAP and Airflow>=1.10 @jnogol

Role compatible with Airflow 1.10.0

25 Oct 07:53
872b306
Compare
Choose a tag to compare

Changed

  • #44 Make role compatible with Airflow 1.10.0 @jnogol
  • Update Goss version to 0.3.6 @jnogol

Airflow 1.9.0, airflow.cfg template via playbook

02 Oct 09:16
dd4c74e
Compare
Choose a tag to compare

Changed

  • Update default version to 1.9.0 @jnogol
  • Ability to provide airflow.cfg template via playbooks @jnogol
  • #41 Update airflow.cfg template with 1.9.0 features @jnogol

Added

  • Add sample DAG in tests to avoid scheduler issues @jnogol
  • Add airflow_ tags in main.yml @jnogol

Bettering PID files management

09 May 14:59
92498d4
Compare
Choose a tag to compare

Changed

  • #38 Parametrized PID files location, and create it on startup if it doesn't already exist. @fhalim

Create variables and connections from role tasks

03 May 08:26
d537653
Compare
Choose a tag to compare

Added

  • #36 Add tasks in config to create variables and connections used in Airflow DAGs. @deytao

Travis, Goss, Avoid pip cache and custom executables

03 Apr 08:05
3e5957d
Compare
Choose a tag to compare

Added

Fixed

Changed

  • #31 Using import_tasks instead of include and avoiding pip cache @sschaetz
  • #34 Add config to have customizable pip and airflow executables @deytao

Fix Init DB task hang

21 Dec 07:38
e416c79
Compare
Choose a tag to compare

Fixed

Several fixes

09 Aug 10:35
Compare
Choose a tag to compare

Fixed

  • Deleted DAGs automatic managent: better do it with CI tools
  • Deleted port bindings in molecule.yml: they weren't necessary
  • Better and more understandable format for dags_dependencies variable

Improved testing and added DAGs and plugins automatic management

03 Aug 10:44
Compare
Choose a tag to compare

Added

  • Testinfra tests in Travis CI
  • DAGs and plugins automatic management via repositories and cron job
  • Docker environment in Molecule

Fixed

  • Test if service is running in test_ansible.py now working

Adding LDAP authentication and Travis CI

01 Aug 07:19
Compare
Choose a tag to compare
  • Authentication via LDAP now working
  • Tiny bugs in tasks/install.yml fixed
  • Travis CI integration added