[jira] [Commented] (AIRFLOW-4403) UI search query in main view should filters by either dag_id or owner

2019-04-28 Thread ASF subversion and git services (JIRA)


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

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

Commit 0fcc83c1a16e94d8f0754f740dbc49e2041176f4 in airflow's branch 
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=0fcc83c ]

fixup! [AIRFLOW-4403] search by `dag_id` or `owners` in UI (#5184)


> UI search query in main view should filters by either dag_id or owner
> -
>
> Key: AIRFLOW-4403
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4403
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: ui
>Affects Versions: 1.10.3
>Reporter: Damien Avrillon
>Assignee: Vladimir Gavrilenko
>Priority: Minor
> Fix For: 1.10.4
>
>
> In airflow 1.10.2, In main dags view, UI search was filtering not only 'DAG' 
> but also 'Owner' column.
> For example, if there are multiple dags / owners:
> dag_id_1    /   owner_id_1
> dag_id_2    /   owner_id_2
> dag_id_3    /   owner_id_2
> Searching for '_2' would return 2 dags: 'dag_id_2' and 'dag_id_3' because 
> 'Owner' matched.
> As upgrading to 1.10.3, the same search yields one single result: 'dag_id_2'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-4403) UI search query in main view should filters by either dag_id or owner

2019-04-26 Thread ASF subversion and git services (JIRA)


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

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

Commit 53281344a9995f2c19c23b8d552b5b58f0265cdb in airflow's branch 
refs/heads/v1-10-test from Vladimir Gavrilenko
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=5328134 ]

[AIRFLOW-4403] search by `dag_id` or `owners` in UI (#5184)

- filtering on both columns restored, not only on `dag_id`.

This was the default bahavior, but broken in 
https://github.com/apache/airflow/commit/a62bc75fce1bb9a1700c55e8cbd24c7c9400fa80.

(cherry picked from commit 8f7ea43c473e17473b0590090b541bbfa5747bee)


> UI search query in main view should filters by either dag_id or owner
> -
>
> Key: AIRFLOW-4403
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4403
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: ui
>Affects Versions: 1.10.3
>Reporter: Damien Avrillon
>Assignee: Vladimir Gavrilenko
>Priority: Minor
> Fix For: 1.10.4
>
>
> In airflow 1.10.2, In main dags view, UI search was filtering not only 'DAG' 
> but also 'Owner' column.
> For example, if there are multiple dags / owners:
> dag_id_1    /   owner_id_1
> dag_id_2    /   owner_id_2
> dag_id_3    /   owner_id_2
> Searching for '_2' would return 2 dags: 'dag_id_2' and 'dag_id_3' because 
> 'Owner' matched.
> As upgrading to 1.10.3, the same search yields one single result: 'dag_id_2'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)