forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into hivemeta_sasl
- Loading branch information
Showing
76 changed files
with
2,858 additions
and
962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
repo_token: ic8IH7CrUrtweVbmY3VZQ7ncEGe1XJA5E | ||
service_name: travis-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ sftp-config.json | |
unittests.cfg | ||
error.log | ||
unittests.db | ||
rat-results.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
max-line-length: 90 | ||
strictness: medium | ||
pep8: | ||
full: true | ||
uses: | ||
- flask | ||
pylint: | ||
disable: | ||
- cyclic-import | ||
- invalid-name | ||
- super-on-old-class | ||
options: | ||
docstring-min-length: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.gitignore | ||
.gitattributes | ||
.coverage | ||
.coveragerc | ||
.coveralls.yml | ||
.rat-excludes | ||
requirements.txt | ||
.*log | ||
.travis.yml | ||
.*pyc | ||
docs | ||
.*md | ||
dist | ||
build | ||
airflow.egg-info | ||
.idea | ||
metastore_db | ||
.*sql | ||
.*csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Dear Airflow Maintainers, | ||
|
||
Before I tell you about my issue, let me describe my environment: | ||
|
||
# Environment | ||
|
||
* Version of Airflow (e.g. a release version, running your own fork, running off master -- provide a git log snippet) : | ||
* Example code to reproduce the bug (as a code snippet in markdown) | ||
* Screen shots of your DAG's graph and tree views: | ||
* Stack trace if applicable: | ||
* Operating System: (Windows Version or `$ uname -a`) | ||
* Python Version: `$ python --version` | ||
* (Optional) Python packages: `$ pip freeze` or `$ conda list` | ||
|
||
Now that you know a little about me, let me tell you about the issue I am having: | ||
|
||
# Description of Issue | ||
|
||
* What did you expect to happen? | ||
* What happened instead? | ||
* Here is how you can reproduce this issue on your machine: | ||
|
||
## Reproduction Steps | ||
|
||
1. | ||
2. | ||
3. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.