You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/11/01 14:27:01 UTC

[jira] [Commented] (AIRFLOW-1764) Web Interface should not use experimental api

    [ https://issues.apache.org/jira/browse/AIRFLOW-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234138#comment-16234138 ] 

ASF subversion and git services commented on AIRFLOW-1764:
----------------------------------------------------------

Commit 6bed1dc696c924044bf11b3eecce803a56d3b484 in incubator-airflow's branch refs/heads/v1-9-test from [~ashb]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6bed1dc ]

[AIRFLOW-1764] The web interface should not use the experimental API

The web interface should not use the experimental
api as the
authentication options differ between the two.
Additionally, rather than
having an API call to get the last run data we can
easily include it in
the generated HMTL response. One less round-trip,
less endpoints, and
less time before the page has fully rendered.

This is based original off @NielsZeilemaker's PR
for the same Jira
issue (#2734)

Closes #2738 from ashb/no-exp-api-from-web-
interface

(cherry picked from commit 0bf7adb209ce969243ffaf4fc5213ff3957cbbc9)
Signed-off-by: Bolke de Bruin <bo...@xs4all.nl>


> Web Interface should not use experimental api
> ---------------------------------------------
>
>                 Key: AIRFLOW-1764
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1764
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: api
>            Reporter: Niels Zeilemaker
>            Assignee: Niels Zeilemaker
>            Priority: Major
>             Fix For: 1.9.0
>
>
> The web interface should not use the experimental api as the authentication options differ between the two. This means that the latest_runs call should be moved into the web interface.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)