[GitHub] [airflow] shamoji-tech commented on issue #9410: gcs_task_handler.py does not write log to GCS bucket.

2020-06-20 Thread GitBox
shamoji-tech commented on issue #9410: URL: https://github.com/apache/airflow/issues/9410#issuecomment-647080446 Does anyone know about where is kicking gcs_task_handler.py ? This is an automated message from the Apache

[airflow] tag nightly-master updated (07f12e5 -> 93ba979)

2020-06-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag nightly-master was modified! *** from 07f12e5 (commit) to 93ba979 (commit) from

[airflow] branch v1-10-test updated (ed37913 -> a8abe71)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from ed37913 Update README to remove Py 3.8 limitation for Master (#9451) new a4f6df8 Show Dag's Markdown

[airflow] 02/02: Include some missing RBAC roles on User and Viewer roles (#9133)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a8abe712a59eda7ee2a96ba6af066008c5083d6c Author: Mathew Wicks AuthorDate: Mon Jun 15 20:47:32 2020 +1000

[airflow] 01/02: Show Dag's Markdown docs on Tree View (#9448)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a4f6df85e6544cda5a0ef33d5ca5e50ba6075b34 Author: Kaxil Naik AuthorDate: Sat Jun 20 20:33:08 2020 +0100

[airflow] 02/02: Update README to remove Py 3.8 limitation for Master (#9451)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ed37913e85534d754cf591532eb65f73c1006b6a Author: Kaxil Naik AuthorDate: Sat Jun 20 21:01:40 2020 +0100

[airflow] 01/02: Added more precise Python requirements to README.md (#8455)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit feadbbb02f13c357475e3a0b9c3a3194fa9c4312 Author: Balazs Keresztury AuthorDate: Sun Apr 19 20:46:40 2020 +0200

[airflow] branch v1-10-test updated (67591bc -> ed37913)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 67591bc Fixes pushing prod image directly from breeze (#9449) new feadbbb Added more precise Python

[GitHub] [airflow] dstandish commented on pull request #9303: Focus upstream / downstream task dependencies on mouseover

2020-06-20 Thread GitBox
dstandish commented on pull request #9303: URL: https://github.com/apache/airflow/pull/9303#issuecomment-647068976 @feluelle what do you think about expanding this a bit, so that we highlight not just immediate upstream / downstream, but everything in the chain. so, highlight the

[GitHub] [airflow] kaxil opened a new pull request #9460: Enable & Fix "Docstring Content Issues" PyDocStyle Check

2020-06-20 Thread GitBox
kaxil opened a new pull request #9460: URL: https://github.com/apache/airflow/pull/9460 Depends on #9456, #9457, #9458 & #9459 Fixes: D402 (First line should not be the function’s “signature”) D412 (No blank lines allowed between a section header and its content) ---

[GitHub] [airflow] kaxil opened a new pull request #9459: Select Checks to ignore instead of select for PyDocStyle

2020-06-20 Thread GitBox
kaxil opened a new pull request #9459: URL: https://github.com/apache/airflow/pull/9459 Depends on #9457, #9456 & #9458 Do the reverse of what we have in other Pull Request so it will be easy for us to in future to remove this "ignore checks" one by one --- Make sure

[GitHub] [airflow] kaxil opened a new pull request #9458: Enable Whitespace related PyDocStyle Checks

2020-06-20 Thread GitBox
kaxil opened a new pull request #9458: URL: https://github.com/apache/airflow/pull/9458 Depends on https://github.com/apache/airflow/pull/9457 & https://github.com/apache/airflow/pull/9456 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description

[GitHub] [airflow] kaxil opened a new pull request #9457: Enable "Missing docstring in public module" PyDocStyle check

2020-06-20 Thread GitBox
kaxil opened a new pull request #9457: URL: https://github.com/apache/airflow/pull/9457 Depends on https://github.com/apache/airflow/pull/9456 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit

[GitHub] [airflow] stale[bot] commented on pull request #8745: Install python-ldap library for FAB LDAP authorization with Python3

2020-06-20 Thread GitBox
stale[bot] commented on pull request #8745: URL: https://github.com/apache/airflow/pull/8745#issuecomment-647055233 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] houqp commented on pull request #9429: fix typing error for utils.dates.date_range usage

2020-06-20 Thread GitBox
houqp commented on pull request #9429: URL: https://github.com/apache/airflow/pull/9429#issuecomment-647054292 @potiuk build fixed This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] r39132 commented on pull request #9455: Grammar correctness in communication

2020-06-20 Thread GitBox
r39132 commented on pull request #9455: URL: https://github.com/apache/airflow/pull/9455#issuecomment-647051077 Thank you @potiuk and @kaxil This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] kaxil opened a new pull request #9456: Add PyDocstyle Precommit Hook

2020-06-20 Thread GitBox
kaxil opened a new pull request #9456: URL: https://github.com/apache/airflow/pull/9456 I am going to incrementally make Airflow PyDocstyle compatible. In this PR, I am adding PyDocstyle Pre-commit Hook and Selecting only "D300" rule to test. D300 checks that docstrings use

[airflow] branch master updated (6b6f79b -> 93ba979)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 6b6f79b Add reference to the ASF CoC for First Time Contributors (#9454) add 93ba979 Grammar correctness

[GitHub] [airflow] kaxil merged pull request #9455: Grammar correctness in communication

2020-06-20 Thread GitBox
kaxil merged pull request #9455: URL: https://github.com/apache/airflow/pull/9455 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] potiuk opened a new pull request #9455: Grammar correctness in communication

2020-06-20 Thread GitBox
potiuk opened a new pull request #9455: URL: https://github.com/apache/airflow/pull/9455 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation

[airflow] branch potiuk-patch-1 created (now 3fff431)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch potiuk-patch-1 in repository https://gitbox.apache.org/repos/asf/airflow.git. at 3fff431 Update CONTRIBUTING.rst This branch includes the following new commits: new 3fff431 Update

[airflow] 01/01: Update CONTRIBUTING.rst

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch potiuk-patch-1 in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3fff431310265f359e7c67f5ae502eea522db62f Author: Jarek Potiuk AuthorDate: Sat Jun 20 23:30:35 2020 +0200

[airflow] branch master updated (2be36a9 -> 6b6f79b)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 2be36a9 Add reference to the ASF Code of Conduct (#9453) add 6b6f79b Add reference to the ASF CoC for

[GitHub] [airflow] kaxil merged pull request #9454: Add reference to the ASF CoC for First Time Contributors

2020-06-20 Thread GitBox
kaxil merged pull request #9454: URL: https://github.com/apache/airflow/pull/9454 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] potiuk commented on pull request #9454: Add reference to the ASF CoC for First Time Contributors

2020-06-20 Thread GitBox
potiuk commented on pull request #9454: URL: https://github.com/apache/airflow/pull/9454#issuecomment-647043890 Thanks @kaxil ! Good idea! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] kaxil opened a new pull request #9454: Add reference to the ASF CoC for First Time Contributors

2020-06-20 Thread GitBox
kaxil opened a new pull request #9454: URL: https://github.com/apache/airflow/pull/9454 Similar to https://github.com/apache/airflow/issues/9453 but this would inform all the "First Time Contributors" Currently, we show the following when someone creates a PR to Airflow for the

[airflow] branch master updated (5b820a7 -> 2be36a9)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 5b820a7 Add copy button to Code Blocks in Airflow Docs (#9450) add 2be36a9 Add reference to the ASF Code of

[GitHub] [airflow] potiuk merged pull request #9453: Add reference to the ASF Code of Conduct

2020-06-20 Thread GitBox
potiuk merged pull request #9453: URL: https://github.com/apache/airflow/pull/9453 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] benbenbang removed a comment on pull request #9409: Add extra options for slack webhook operator and slack hook

2020-06-20 Thread GitBox
benbenbang removed a comment on pull request #9409: URL: https://github.com/apache/airflow/pull/9409#issuecomment-646680600 Do I miss something here? ``` E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.```

[GitHub] [airflow] r39132 removed a comment on pull request #9453: Add reference to the ASF Code of Conduct

2020-06-20 Thread GitBox
r39132 removed a comment on pull request #9453: URL: https://github.com/apache/airflow/pull/9453#issuecomment-647040057 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] r39132 commented on pull request #9453: Add reference to the ASF Code of Conduct

2020-06-20 Thread GitBox
r39132 commented on pull request #9453: URL: https://github.com/apache/airflow/pull/9453#issuecomment-647040057 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[airflow] branch master updated (60d19dc -> 5b820a7)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 60d19dc Enforce code-block directives in doc (#9443) add 5b820a7 Add copy button to Code Blocks in

[GitHub] [airflow] kaxil merged pull request #9450: Add copy button to Code Blocks in Airflow Docs

2020-06-20 Thread GitBox
kaxil merged pull request #9450: URL: https://github.com/apache/airflow/pull/9450 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] joshowen commented on a change in pull request #9452: JSON serialize logged extras

2020-06-20 Thread GitBox
joshowen commented on a change in pull request #9452: URL: https://github.com/apache/airflow/pull/9452#discussion_r443156183 ## File path: airflow/www/decorators.py ## @@ -44,7 +45,7 @@ def wrapper(*args, **kwargs): event=f.__name__,

[airflow] branch master updated (5442c91 -> 60d19dc)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 5442c91 Update README to remove Py 3.8 limitation for Master (#9451) add 60d19dc Enforce code-block

[GitHub] [airflow] kaxil commented on a change in pull request #9438: Detect missing docs for config options

2020-06-20 Thread GitBox
kaxil commented on a change in pull request #9438: URL: https://github.com/apache/airflow/pull/9438#discussion_r443156216 ## File path: docs/build ## @@ -388,6 +390,232 @@ def check_gcp_guides(): build_errors.append(DocBuildError(file_path=__file__, line_no=None,

[GitHub] [airflow] joshowen commented on a change in pull request #9452: JSON serialize logged extras

2020-06-20 Thread GitBox
joshowen commented on a change in pull request #9452: URL: https://github.com/apache/airflow/pull/9452#discussion_r443156183 ## File path: airflow/www/decorators.py ## @@ -44,7 +45,7 @@ def wrapper(*args, **kwargs): event=f.__name__,

[airflow] branch master updated (d0cf232 -> 5442c91)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from d0cf232 Show Dag's Markdown docs on Tree View (#9448) add 5442c91 Update README to remove Py 3.8

[GitHub] [airflow] kaxil merged pull request #9443: Enforce code-block directives in doc

2020-06-20 Thread GitBox
kaxil merged pull request #9443: URL: https://github.com/apache/airflow/pull/9443 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] kaxil merged pull request #9451: Update README to remove Py 3.8 limitation for Master

2020-06-20 Thread GitBox
kaxil merged pull request #9451: URL: https://github.com/apache/airflow/pull/9451 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[airflow] branch code-of-conduct updated (85e0884 -> e6785b5)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch code-of-conduct in repository https://gitbox.apache.org/repos/asf/airflow.git. from 85e0884 Add reference to the ASF Code of Conduct add e6785b5 Update CONTRIBUTING.rst No new

[GitHub] [airflow] kaxil commented on a change in pull request #9452: JSON serialize logged extras

2020-06-20 Thread GitBox
kaxil commented on a change in pull request #9452: URL: https://github.com/apache/airflow/pull/9452#discussion_r443156040 ## File path: airflow/www/decorators.py ## @@ -44,7 +45,7 @@ def wrapper(*args, **kwargs): event=f.__name__,

[GitHub] [airflow] potiuk opened a new pull request #9453: Add reference to the ASF Code of Conduct

2020-06-20 Thread GitBox
potiuk opened a new pull request #9453: URL: https://github.com/apache/airflow/pull/9453 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9452: JSON serialize logged extras

2020-06-20 Thread GitBox
boring-cyborg[bot] commented on pull request #9452: URL: https://github.com/apache/airflow/pull/9452#issuecomment-647039140 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] joshowen opened a new pull request #9452: JSON serialize logged extras

2020-06-20 Thread GitBox
joshowen opened a new pull request #9452: URL: https://github.com/apache/airflow/pull/9452 It would be very useful to be able to query the the logged extras, to determine if a trigger has a configuration, or a clear operation is confirmed. --- Make sure to mark the boxes below

[airflow] 01/01: Add reference to the ASF Code of Conduct

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch code-of-conduct in repository https://gitbox.apache.org/repos/asf/airflow.git commit 85e08841ca8390a11a9f0e5677419c224875c941 Author: Jarek Potiuk AuthorDate: Sat Jun 20 21:55:14 2020 +0200

[airflow] branch code-of-conduct created (now 85e0884)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch code-of-conduct in repository https://gitbox.apache.org/repos/asf/airflow.git. at 85e0884 Add reference to the ASF Code of Conduct This branch includes the following new commits:

[GitHub] [airflow] kaxil opened a new pull request #9451: Update README to remove Py 3.8 limitation for Master

2020-06-20 Thread GitBox
kaxil opened a new pull request #9451: URL: https://github.com/apache/airflow/pull/9451 Our test suite on Master now runs fine with Py 3.8. Seems like the issue with cattrs is fixed with 1.0.0 release. I previously had some issues with 1.0.0 but looks like I had my versions mixed up.

[GitHub] [airflow] kaxil opened a new pull request #9450: Add copy button to Code Blocks in Airflow Docs

2020-06-20 Thread GitBox
kaxil opened a new pull request #9450: URL: https://github.com/apache/airflow/pull/9450 **Before**: ![image](https://user-images.githubusercontent.com/8811558/85210148-75402c80-b335-11ea-99a4-c2540c394a97.png) **After**:

[GitHub] [airflow] kaxil merged pull request #9448: Show Dag's Markdown docs on Tree View

2020-06-20 Thread GitBox
kaxil merged pull request #9448: URL: https://github.com/apache/airflow/pull/9448 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] kaxil closed issue #9430: Request: show DAG comments in "tree" view (in addition to existing "graph" view)

2020-06-20 Thread GitBox
kaxil closed issue #9430: URL: https://github.com/apache/airflow/issues/9430 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[airflow] branch master updated (7078c1b -> d0cf232)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 7078c1b Fixes pushing prod image directly from breeze (#9449) add d0cf232 Show Dag's Markdown docs on

[airflow] branch v1-10-test updated: Fixes pushing prod image directly from breeze (#9449)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 67591bc Fixes pushing prod image

[GitHub] [airflow] potiuk merged pull request #9449: Fixes pushing prod image directly from breeze

2020-06-20 Thread GitBox
potiuk merged pull request #9449: URL: https://github.com/apache/airflow/pull/9449 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[airflow] branch master updated (47a6402 -> 7078c1b)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 47a6402 Fix Custom Sensitive Variable fields feature (#9446) add 7078c1b Fixes pushing prod image directly

[GitHub] [airflow] kaxil merged pull request #9446: Fix Custom Sensitive Variable fields feature

2020-06-20 Thread GitBox
kaxil merged pull request #9446: URL: https://github.com/apache/airflow/pull/9446 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[airflow] branch master updated (1875378 -> 47a6402)

2020-06-20 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 1875378 Better documentation for backport packages (#9445) add 47a6402 Fix Custom Sensitive Variable

[GitHub] [airflow] potiuk opened a new pull request #9449: Fixes pushing prod image directly from breeze

2020-06-20 Thread GitBox
potiuk opened a new pull request #9449: URL: https://github.com/apache/airflow/pull/9449 --- Make sure to mark the boxes below before creating PR: [x] - [x] Description above provides context of the change - [x] Unit tests coverage for changes (not needed for documentation

[airflow] branch v1-10-test updated (f47e81a -> e31761f)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit f47e81a In case of worktree .git might be a file - rat-check fails (#9435) omit 8fd5a6c Fixed rendering

[airflow] 23/25: add guidance re yarn build for local virtualenv development (#9411)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3e10afcf98978a11f488dccd10fc822723e0115c Author: dstandish AuthorDate: Fri Jun 19 10:20:56 2020 -0700 add

[airflow] 06/25: Updated missing parameters for docker image building (#9039)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c7bca9ddfdf3588209fe0a3bcc8a1be2721ae881 Author: Jarek Potiuk AuthorDate: Tue Jun 2 09:27:09 2020 +0200

[airflow] 14/25: Update pre-commit-hooks repo version (#9195)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit fcdb35ca20c8a283e33e97e13e15508f53566956 Author: Felix Uellendall AuthorDate: Sun Jun 14 02:37:30 2020 +0200

[airflow] 04/25: Remove httplib2 from Google requirements (#9194)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7aa60b85f22b8da1bf6dd28e8ab90834bb8cb952 Author: Kamil Breguła AuthorDate: Tue Jun 9 20:33:17 2020 +0200

[airflow] 10/25: Add generic CLI tool wrapper (#9223)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 68d7399cb615518404aef52f137d858286feb877 Author: Kamil Breguła AuthorDate: Thu Jun 11 18:50:31 2020 +0200 Add

[airflow] 15/25: Fix broken CI image optimisation (#9313)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 51355683b934cd7eaa7ed5dc51abe44f038b239d Author: Jarek Potiuk AuthorDate: Tue Jun 16 01:38:55 2020 +0200 Fix

[airflow] 20/25: Fixed crashing webserver after /tmp is mounted from the host (#9378)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit d22054f60ab383002c6f27985fae0859e23e3c17 Author: Jarek Potiuk AuthorDate: Thu Jun 18 16:58:08 2020 +0200

[airflow] 07/25: Support additional apt dependencies (#9189)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 83ba24b9d46e0cbf32e1b4d579c7f8fa91d688da Author: zikun <33176974+zi...@users.noreply.github.com> AuthorDate: Wed

[airflow] 22/25: Fix in-breeze CLI tools to work also on Linux (#9376)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a6f3d3ec08148839b09d9db75c13c6d0344e5e00 Author: Jarek Potiuk AuthorDate: Fri Jun 19 08:58:32 2020 +0200 Fix

[airflow] 05/25: Fix typo in BREEZE.rst (#9199)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3a541373eb8e9d35c9cbd84c382098e3c5315676 Author: Udit Chaudhary <33377150+udit107...@users.noreply.github.com>

[airflow] branch v1-10-test updated (f47e81a -> e31761f)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit f47e81a In case of worktree .git might be a file - rat-check fails (#9435) omit 8fd5a6c Fixed rendering

[airflow] 21/25: Fixes Breeze 'tests' command (#9384)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7835318e06cca1e332930a49839448f741a79869 Author: Jarek Potiuk AuthorDate: Thu Jun 18 21:59:52 2020 +0200

[airflow] 09/25: Correctly restore colour in logs after format arg (#9222)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 7658c1867c8a0ef01de76c1d17a3a4ce090881c2 Author: Ash Berlin-Taylor AuthorDate: Thu Jun 11 11:50:33 2020 +0100

[airflow] 18/25: clarify breeze initialize virtualenv instructions (#9319)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6efe62fba0f15f6d3a08fa406310aa1512e64ecf Author: dstandish AuthorDate: Tue Jun 16 11:38:42 2020 -0700 clarify

[airflow] 12/25: Add missing variable in run_cli_tool.sh (#9239)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 42bfb2eae7794fb4832259d611dab7ed624d597b Author: Kamil Breguła AuthorDate: Thu Jun 11 23:30:43 2020 +0200 Add

[airflow] 08/25: n Improved compatibility with Python 3.5+ - Convert signal.SIGTERM to int (#9207)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 936d767b10c0583c592217d6c4926828941807d5 Author: Jiening Wen AuthorDate: Wed Jun 10 12:19:18 2020 +0200 n

[airflow] 13/25: Remove generating temp remote manifest file in project dir (#9267)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 52675739eeaa393c71c32991b885eac9f6897d24 Author: Kaxil Naik AuthorDate: Sat Jun 13 18:35:34 2020 +0100 Remove

[airflow] 02/25: Don't use the term "whitelist" - language matters (#9174)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 566b9d3ea7b44c21c656dc32f0f895165e8197fe Author: Ash Berlin-Taylor AuthorDate: Mon Jun 8 10:01:46 2020 +0100

[airflow] 19/25: Fix Airflow Stable version in README.md (#9360)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0eb13789fcc914a1c83f7163603ce89c2c2635b8 Author: Kaxil Naik AuthorDate: Thu Jun 18 00:33:04 2020 +0100 Fix

[airflow] 16/25: Improve production image iteration speed (#9162)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit ea93adc72ae52a6e531505c8464508f3fda8d5c9 Author: Jarek Potiuk AuthorDate: Tue Jun 16 12:36:46 2020 +0200

[airflow] 01/25: Merging multiple sql operators (#9124)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 910ac9a94d75a26fae681dbc6dda94deed405465 Author: samuelkhtu <46137261+samuelk...@users.noreply.github.com>

[airflow] 24/25: Fixed rendering of IMAGES.rst (#9433)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e1675c3572010d309feddc9731fb37ebbdc1a18b Author: Jarek Potiuk AuthorDate: Sat Jun 20 11:10:46 2020 +0200

[airflow] 03/25: Add PR/issue note in Contribution Workflow Example (#9177)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 659863d8b0995f9c7fac8b99835c227d1c75d9a9 Author: Kamil Breguła AuthorDate: Mon Jun 8 13:24:56 2020 +0200 Add

[airflow] 11/25: Additional apt dependencies options in breeze (#9231)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 00211dcc13b3ead5720f304dc0c7c4f959ad8d5f Author: zikun <33176974+zi...@users.noreply.github.com> AuthorDate: Fri

[airflow] 25/25: In case of worktree .git might be a file - rat-check fails (#9435)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e31761f4eceb84215f4ac8f08f6ac25205af11e4 Author: Jarek Potiuk AuthorDate: Sat Jun 20 11:27:50 2020 +0200 In

[airflow] 17/25: Fixes unbound variable on MacOS (#9335)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f045a8d849feb84d924fecc37446200017a6283e Author: Jarek Potiuk AuthorDate: Tue Jun 16 20:25:24 2020 +0200

[GitHub] [airflow] kaxil commented on issue #9373: path to file as sql parameter in PostgresOperator not working anymore

2020-06-20 Thread GitBox
kaxil commented on issue #9373: URL: https://github.com/apache/airflow/issues/9373#issuecomment-647025444 can you try with the following: ``` maintenance_operator = PostgresOperator( task_id='get_tables_size', postgres_conn_id='pentaho',

[airflow] branch v1-10-test updated (c4c4a3f -> f47e81a)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit c4c4a3f In case of worktree .git might be a file - rat-check fails with it add f47e81a In case of

[airflow] branch v1-10-test updated (c3287dc -> c4c4a3f)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit c3287dc In case of worktree .git might be a file - rat-check fails with it omit 9118e7c Fixed rendering

[airflow] branch v1-10-test updated (c3287dc -> c4c4a3f)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit c3287dc In case of worktree .git might be a file - rat-check fails with it omit 9118e7c Fixed rendering

[airflow] branch master updated (a50e112 -> 1875378)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from a50e112 Make airflow/models/base.py Pylint Compatible (#9442) add 1875378 Better documentation for backport

[GitHub] [airflow] potiuk merged pull request #9445: Better documentation for backport packages

2020-06-20 Thread GitBox
potiuk merged pull request #9445: URL: https://github.com/apache/airflow/pull/9445 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [airflow] potiuk commented on pull request #9446: Fix Custom Sensitive Variable fields feature

2020-06-20 Thread GitBox
potiuk commented on pull request #9446: URL: https://github.com/apache/airflow/pull/9446#issuecomment-647020267 still test_can_handle_error_on_decrypt fails consistently :( This is an automated message from the Apache Git

[GitHub] [airflow] kaxil commented on pull request #9446: Fix Custom Sensitive Variable fields feature

2020-06-20 Thread GitBox
kaxil commented on pull request #9446: URL: https://github.com/apache/airflow/pull/9446#issuecomment-647020327 > still test_can_handle_error_on_decrypt fails consistently :( Yup, fixing it too This is an automated

[airflow] branch v1-10-test updated (375c13d -> c3287dc)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit 375c13d Add PR/issue note in Contribution Workflow Example (#9177) omit 847797a Don't use the term

[airflow] 03/25: Add PR/issue note in Contribution Workflow Example (#9177)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b00e31068a5a06538b0f5c0db106a9c03f81a1d3 Author: Kamil Breguła AuthorDate: Mon Jun 8 13:24:56 2020 +0200 Add

[airflow] 10/25: Add generic CLI tool wrapper (#9223)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 76c430655b1c54b4f7d5854be4ce442dde35f0bd Author: Kamil Breguła AuthorDate: Thu Jun 11 18:50:31 2020 +0200 Add

[airflow] 22/25: Fix in-breeze CLI tools to work also on Linux (#9376)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6c2c6ba18ce271dae08697e719d5609897ef1008 Author: Jarek Potiuk AuthorDate: Fri Jun 19 08:58:32 2020 +0200 Fix

[airflow] 25/25: In case of worktree .git might be a file - rat-check fails with it

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit c3287dcaa994b9a29b4a9664608dc2fa5d84cc07 Author: Jarek Potiuk AuthorDate: Sat Jun 20 11:27:50 2020 +0200 In

[airflow] 13/25: Remove generating temp remote manifest file in project dir (#9267)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1e5deb10ac1c70c16e12fd5fc7d1176e20211bf9 Author: Kaxil Naik AuthorDate: Sat Jun 13 18:35:34 2020 +0100 Remove

[airflow] 04/25: Remove httplib2 from Google requirements (#9194)

2020-06-20 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 5b8a1f374d6730174fd23345e009aff15ddf5dfd Author: Kamil Breguła AuthorDate: Tue Jun 9 20:33:17 2020 +0200

  1   2   3   >