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

72 Коммитов

Автор SHA1 Сообщение Дата
Ryan Yuan 5c170f0594 [AIRFLOW-3933] Fix various typos (#4747)
Fix typos
2019-02-21 11:50:05 +01:00
Kamil Breguła 6d229b240b [AIRFLOW-3707] Group subpackages/extras by cloud providers (#4524) 2019-02-08 10:23:32 +00:00
Kamil Breguła 6b38649fa6 [AIRFLOW-XXX] Improve linking to classes (#4655) 2019-02-07 11:57:32 +00:00
bolkedebruin 69adaee25c [AIRFLOW-3692] Remove ENV variables to avoid GPL (#4506) 2019-01-13 12:34:00 +00:00
Gabriel Nicolas Avellaneda d4f545fbe3 [AIRFLOW-XXX] Add Kubernetes Dependency in Extra Packages Doc (#4281) 2018-12-05 19:55:38 +00:00
Ash Berlin-Taylor b9fc03ea1a [AIRFLOW-2779] Add license headers to doc files (#4178)
This adds ASF license headers to all the .rst and .md files with the
exception of the Pull Request template (as that is included verbatim
when opening a Pull Request on Github which would be messy)
2018-11-13 15:01:44 +01:00
Joshua Carp 1f3c95b368 [AIRFLOW-3086] Add extras group for google auth to setup.py. (#3917)
To clarify installation instructions for the google auth backend, add an
install group to `setup.py` that installs dependencies google auth via
`pip install apache-airflow[google_auth]`.
2018-10-09 16:14:07 +01:00
Brylie Christopher Oxley 17a9a0fbe9 [AIRFLOW-3117] Add instructions to allow GPL dependency (#3949)
The installation instructions failed to mention how to proceed with the GPL dependency. For those who are not concerned by GPL, it is useful to know how to proceed with GPL dependency.
2018-09-26 10:28:47 +01:00
Naman Bhalla 7cd3a85469 [AIRFLOW-XXX] Remove redundant space in Kerberos (#3866) 2018-09-08 18:10:27 +02:00
Taylor D. Edmiston e346f89435 [AIRFLOW-XXX] Clean up installation extra packages table (#3750)
Sort the extra packages table, use official product names, improve
capitalization, and make table whitespace consistent.
2018-08-15 07:09:26 +02:00
Taylor D. Edmiston 9d516c7134 [AIRFLOW-XXX] Make pip install commands consistent (#3752)
- Replace airflow PyPI package name with apache-airflow
- Remove unnecessary quotes on pip install commands
- Make install extras commands consistent with pip docs [1] (e.g.,
alpha sort order without spaces or quotes)

[1]: https://pip.pypa.io/en/stable/reference/pip_install/#examples
2018-08-14 17:02:56 -07:00
Kaxil Naik 7961ee8f08 [AIRFLOW-2663] Add instructions to install SSH dependencies
Closes #3536 from kaxil/patch-1
2018-06-22 16:35:48 +02:00
Tim Swast 084bc91367 [AIRFLOW-2509] Separate config docs into how-to guides
Also moves how-to style instructions for logging
from "integration" page
to a "Writing Logs" how-to.

Closes #3400 from tswast/howto
2018-05-23 10:08:53 +01:00
Bolke de Bruin 68bbffd315 [AIRFLOW-1430] Solve GPL dependency
One of the dependencies was pulling in
a GPL library by default. With the new
release of python-nvd3 this is now solved.

Closes #3160 from bolkedebruin/legal
2018-03-27 16:08:53 +02:00
Kyle Hayes 2511c46c2d [AIRFLOW-2132] Add step to initialize database
Closes #3064 from kylehayes/patch-2
2018-03-01 08:48:52 +01:00
Mark Grover e6d316632d [AIRFLOW-1909] Update docs with supported versions of MySQL server
Also, updates a the docs script to be compatible
with both
Python 2 and Python 3.

Updated to include that MySQL server's version has
to be 5.6.4+

Closes #2869 from markgrover/airflow-1909
2017-12-22 14:00:54 +01:00
Kengo Seki 72cf07b489 [AIRFLOW-1187][AIRFLOW-1185] Fix PyPi package names in documents
Closes #2285 from sekikn/AIRFLOW-1187
2017-05-10 09:28:22 -07:00
MSempere 8de8501626 [AIRFLOW-999] Add support for Redis database
This PR includes a redis_hook and a redis_key_sensor to enable
checking for key existence in redis. It also updates the
documentation and add the relevant unit tests.

- [x] Opened a PR on Github

- [x] My PR addresses the following Airflow JIRA
issues:
    -
https://issues.apache.org/jira/browse/AIRFLOW-999
- [x] The PR title references the JIRA issues. For
example, "[AIRFLOW-1] My Airflow PR"

- [x] My PR adds unit tests
- [ ] __OR__ my PR does not need testing for this
extremely good reason:

- [x] Here are some details about my PR:
- [ ] Here are screenshots of any UI changes, if
appropriate:

- [x] Each commit subject references a JIRA issue.
For example, "[AIRFLOW-1] Add new feature"
- [x] Multiple commits addressing the same JIRA
issue have been squashed
- [x] My commits follow the guidelines from "[How
to write a good git commit
message](http://chris.beams.io/posts/git-
commit/)":
  1. Subject is separated from body by a blank line
  2. Subject is limited to 50 characters
  3. Subject does not end with a period
  4. Subject uses the imperative mood ("add", not
"adding")
  5. Body wraps at 72 characters
  6. Body explains "what" and "why", not "how"

Closes #2165 from msempere/AIRFLOW-999/support-
for-redis-database
2017-03-20 11:11:31 -07:00
Chris Riccomini 844eb2c8d0 AIRFLOW-15: Remove gcloud 2016-04-28 13:45:09 -07:00
Matt Pelland 11c34c4353
Implement a Cloudant hook 2016-04-19 16:11:54 -04:00
jlowin 7facb1576d Update docs with separate configuration section 2016-03-29 11:27:16 -04:00
Jeremiah Lowin 333e45bce4 Update Airflow docs for remote logging 2016-03-26 11:29:26 -04:00
Maxime Beauchemin 794f77b4fa Fixing the docs 2016-03-22 15:54:02 -07:00
Arthur Wiedmer b44dbd46c4 Add extras to installation.rst 2016-03-21 15:53:28 -07:00
Dmitriy Lee 4de0e70d6a Add upstart scripts 2016-03-07 11:24:08 -05:00
Maxime Beauchemin 2a3e526a30 Improving the TriggerDagRunOperator example 2016-02-21 09:49:44 -08:00
Maxime Beauchemin d428cebfc6 Clarified installation docs around worker reqs 2016-02-21 07:50:33 -08:00
Maxime Beauchemin a8e02d2baf Merge pull request #998 from joshmarlow/docs-tweak
Pedantic documentation tweaks
2016-02-12 16:33:38 -08:00
Josh Marlow 48d59e6145 Slight editing of the installation documentation 2016-02-01 13:45:45 -05:00
Praveenkumar Venkatesan f319098134 Define elements that can be fetched using the command.
Document precedence rule.
Tweak test to check other elements
2016-01-30 12:46:33 -08:00
Praveenkumar Venkatesan 38519a9bc9 add fallback support for all configs 2016-01-29 20:29:54 -08:00
Praveenkumar Venkatesan a734a58442 get passphrase during run time 2016-01-29 20:29:54 -08:00
Sumit Maheshwari 256578517c Adding Qubole Operator 2015-12-28 17:50:28 +05:30
Bolke de Bruin e5c50a8262 Merge remote-tracking branch 'upstream/master' into systemd 2015-12-01 22:08:07 +01:00
Bolke de Bruin 06b2728c52 Make scheduler runs configurable add example environment file 2015-12-01 12:13:38 +01:00
Bolke de Bruin 42bc7611bd Small fix 2015-11-30 21:24:53 +01:00
Bolke de Bruin 655db6ffa8 Add documentation for systemd and some small additions for optional packages 2015-11-30 21:21:43 +01:00
Rimas Silkaitis fb69b72ba7 update docs 2015-11-30 09:54:03 -08:00
Pascal Knapen 8fe9b01c80 updating subpackage documentation with celery and async 2015-11-11 16:58:27 +01:00
Bolke de Bruin 6c49c5f4a6 Update documentation with LDAP info. Move authenticaton from installation to security. 2015-11-06 13:57:08 +01:00
jlowin eb72e385ca log documentation 2015-10-26 11:43:21 -04:00
Maxime Beauchemin ee26a013e0 Adding hive subpackages to installation docs 2015-10-06 18:20:27 -07:00
kapil-malik 91cb4f947c Python3 compatibility for MesosExecutor and documentation changes 2015-09-18 19:45:36 +00:00
Maxime Beauchemin faae6a18f2 Merge pull request #414 from kapil-malik/mesos
Add MesosExecutor for airflow
2015-09-17 22:48:34 -07:00
kmalik 5516f884b7 Add MesosExecutor for airflow 2015-09-17 14:47:58 +05:30
Griffin Qiu 1d93003553 added vertica hook 2015-09-17 17:14:56 +08:00
Maxime Beauchemin cecdeab81d Adding note on setting postgres schema in install docs 2015-09-16 09:16:38 -07:00
Maxime Beauchemin c95d8e29b3 Merge pull request #354 from airbnb/env_connections
Env connections
2015-09-02 23:24:21 -07:00
kmalik 89d981c406 #317 Multi-tenant web UI 2015-09-02 22:36:11 +05:30
Rimas Silkaitis f83d543ee2 added some documentation 2015-08-31 14:54:41 -07:00