[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-29 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r446864065 ## File path: requirements/requirements-python3.8.txt ## @@ -45,7 +45,7 @@ apispec==1.3.3 appdirs==1.4.4 argcomplete==1.11.1 asn1crypto==1.3.0 -as

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-25 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r445547815 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,85 @@ # specific language governing permissions and limitations # un

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-24 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r444904773 ## File path: tests/api_connexion/endpoints/test_log_endpoint.py ## @@ -14,25 +14,254 @@ # KIND, either express or implied. See the License for the

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-23 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r81257 ## File path: tests/api_connexion/endpoints/test_log_endpoint.py ## @@ -14,25 +14,254 @@ # KIND, either express or implied. See the License for the

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-21 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r443284187 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,93 @@ # specific language governing permissions and limitations # un

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442178632 ## File path: airflow/api_connexion/schemas/log_schema.py ## @@ -0,0 +1,28 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mor

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442125343 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442118043 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442118043 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442118043 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442118043 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442115447 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442112186 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-18 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r442110256 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -14,13 +14,99 @@ # KIND, either express or implied. See the License for the #

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-17 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r441930394 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -15,12 +15,102 @@ # specific language governing permissions and limitations # u

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-17 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r441379271 ## File path: airflow/api_connexion/endpoints/log_endpoint.py ## @@ -14,13 +14,99 @@ # KIND, either express or implied. See the License for the #

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-17 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r441377869 ## File path: tests/api_connexion/endpoints/test_logs/dag_for_testing_log_endpoint/task_for_testing_log_endpoint/2020-06-10T20.00.00+00.00/1.log ##

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9331: add log endpoint

2020-06-17 Thread GitBox
ephraimbuddy commented on a change in pull request #9331: URL: https://github.com/apache/airflow/pull/9331#discussion_r441354164 ## File path: tests/api_connexion/endpoints/test_logs/dag_for_testing_log_endpoint/task_for_testing_log_endpoint/2020-06-10T20.00.00+00.00/1.log ##