Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Kevin Yang d719e1fd67 [AIRFLOW-5362] Reorder imports (#5944) 2019-10-02 16:30:03 +01:00
TobKed 31f19fbd6e [AIRFLOW-5514] No implicit optional flag for mypy (#6141) 2019-09-18 22:02:36 +02:00
Bas Harenslak 18b27387f5 [AIRFLOW-4725] Fix setup.py PEP440 & Sphinx-PyPI-upload dependency (#5363) 2019-06-08 22:41:56 -07:00
Ash Berlin-Taylor 6255192ebe [AIRFLOW-XXX] Build a universal wheel with LICNESE files (#5052)
These settings enable us to run `setup.py sdist bdist_wheel` and have
that wheel contian all the license files that we ship in the other dist
formats.

A wheel is a "binary" package for python that is quicker to install than
a tar.gz -- with one important difference: setup.py isn't "run" on the
installing machine.
2019-04-10 10:25:56 +01:00
Joshua Carp 2c255e9e0c [AIRFLOW-3862] Check types with mypy. (#4685) 2019-03-15 11:28:52 +00:00
Tao Feng 67572025cc [AIRFLOW-3612] Remove incubation/incubator mention (#4419) 2019-01-05 14:05:25 +00:00
wmorris75 e09b38737e [AIRFLOW-2974] Extended Databricks hook with clusters operation (#3817)
Add hooks for:
- cluster start, 
- restart,
- terminate. 
Add unit tests for the added hooks. 
Add hooks for cluster start, restart and terminate. 
Add unit tests for the added hooks.
Add cluster_id variable for performing cluster operation tests.
2018-08-31 09:33:22 +02:00
Fokko Driesprong 16bae5634d [AIRFLOW-1899] Fix Kubernetes tests
[AIRFLOW-1899] Add full deployment

- Made home directory configurable
- Documentation fix
- Add licenses

[AIRFLOW-1899] Tests for the Kubernetes Executor

Add an integration test for the Kubernetes
executor. Done by
spinning up different versions of kubernetes and
run a DAG
by invoking the REST API

Closes #3301 from Fokko/fix-kubernetes-executor
2018-05-04 08:58:12 +02:00
Bolke de Bruin c7a472ed6b [AIRFLOW-2287] Fix incorrect ASF headers
Closes #3219 from bolkedebruin/fix_header
2018-04-14 09:13:23 +02:00
Arthur Wiedmer 75cd460ce8 [AIRFLOW-997] Update setup.cfg to point to Apache
The setup.cfg should point to the Apache PMC as "author" and the
dev mailing list as contact email.
2017-03-16 13:35:13 -07:00
Ajay Yadav 3ffa656d97 [AIRFLOW-248] Add Apache license header to all files
- Added Apache license header for files with extension (.service, .in, .mako, .properties, .ini, .sh, .ldif, .coveragerc, .cfg, .yml, .conf, .sql, .css, .js, .html, .xml.
- Added/Replaced shebang on all .sh files with portable version - #!/usr/bin/env bash.
- Skipped third party css and js files. Skipped all minified js files as well.

Closes #1598 from ajayyadava/248
2016-06-21 08:15:42 -07:00
Maxime Beauchemin 2527a335ac Updating to the right license (apache2) in setup.cfg 2015-06-17 08:48:41 -07:00
e3 2574507de2 Random spelling updates. 2015-06-05 19:41:36 +02:00
Maxime Beauchemin ac9b278bba Hard coding install_requires 2015-01-17 09:25:06 -08:00
Maxime Beauchemin 927fe04e6e Improving docs and packaging for pypi 2015-01-17 08:26:11 -08:00