Re: Configuring/sharing Airflow github repo security alerts

2018-12-18 Thread Tao Feng
Thanks Feng for the suggestion. Just file https://issues.apache.org/jira/browse/INFRA-17470. On Tue, Dec 18, 2018 at 6:25 PM Feng Lu wrote: > Cool, thank you Ash. Kindly let us know when you have opened the INFRA jira > ticket. > > On Tue, Dec 18, 2018 at 2:21 AM Ash Berlin-Taylor > wrote: > >

Re: Configuring/sharing Airflow github repo security alerts

2018-12-18 Thread Feng Lu
Cool, thank you Ash. Kindly let us know when you have opened the INFRA jira ticket. On Tue, Dec 18, 2018 at 2:21 AM Ash Berlin-Taylor wrote: > We're not admins of the repo - only the ASF Infra team are, so we'll > have to open an ticket against the INFRA queue in jira asking for this > > (I

Re: UI not working on Master

2018-12-18 Thread Daniel Imberman
Well locally I do this (which I'm hoping to PR soon once tests are passing): https://github.com/apache/incubator-airflow/pull/4326. This allows me to connect to any k8s cluster. But for simplicity/parity with CI, you can follow these steps: export DOCKER_COMPOSE_VERSION=1.20.0 export

Re: UI not working on Master

2018-12-18 Thread Tao Feng
I assume so. How do you run your test? I could try it on my side and see if I could reproduce the problem. On Tue, Dec 18, 2018 at 2:17 PM Daniel Imberman wrote: > Do we need to install NPM? Should I add npm to the docker image/bootstrap > script? > > On Tue, Dec 18, 2018 at 1:20 PM Tao Feng

Re: UI not working on Master

2018-12-18 Thread Daniel Imberman
Do we need to install NPM? Should I add npm to the docker image/bootstrap script? On Tue, Dec 18, 2018 at 1:20 PM Tao Feng wrote: > I just try with latest master which could show the dag after login as > Admin. One last check: have you done the `npm install` and `npm run build`? > > On Tue, Dec

Re: UI not working on Master

2018-12-18 Thread Tao Feng
I just try with latest master which could show the dag after login as Admin. One last check: have you done the `npm install` and `npm run build`? On Tue, Dec 18, 2018 at 12:50 PM Daniel Imberman wrote: > I believe I am using the new UI since I have to login as admin to get in. I > can still see

Re: UI not working on Master

2018-12-18 Thread Daniel Imberman
I believe I am using the new UI since I have to login as admin to get in. I can still see certain admin panels, but the primary DAG one doesn't show any DAGs even when I explicitly put one in the folder. On Tue, Dec 18, 2018, 12:26 PM Tao Feng Are you using the Old UI or the new UI? Do you login

Re: UI not working on Master

2018-12-18 Thread Tao Feng
Are you using the Old UI or the new UI? Do you login as Admin user for new UI? On Tue, Dec 18, 2018 at 11:56 AM Daniel Imberman wrote: > Hello all, > > I've been testing the K8sExecutor and I notice that when I open the UI, I'm > unable to see any of the DAGs even though they are in the

UI not working on Master

2018-12-18 Thread Daniel Imberman
Hello all, I've been testing the K8sExecutor and I notice that when I open the UI, I'm unable to see any of the DAGs even though they are in the aiflow/dags folder. I'm also still able to launch DAGs via the API. I have not tested this on any of the other executors yet. Is this a known issue?

Re: Deprecate legacy UI in favor of FAB RBAC

2018-12-18 Thread Bolke de Bruin
The branch has for 1.10 is different from master (v1-10-test and stable) so there is no issue from that perspective. If there are fixes for 1.10 after the merge that concern the old ui they can just be based against the right branch. B. Op di 18 dec. 2018 13:49 schreef airflowuser I don't

Re: Deprecate legacy UI in favor of FAB RBAC

2018-12-18 Thread airflowuser
I don't think this can be merged until stopping adding fixes to 1.10.2 as there are some fixes for the old UI which this PR removes. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, December 18, 2018 12:55 PM, Verdan Mahmood wrote: > Hi all, > > At the moment,

Deprecate legacy UI in favor of FAB RBAC

2018-12-18 Thread Verdan Mahmood
Hi all, At the moment, we do have 2 versions of UI for Apache Airflow which is really hard to maintain. In an effort to remove the legacy UI, and make the FAB (RBAC UI) the default and only UI version of Apache Airflow, I've opened a PR, with all tests passing on Travis. PR:

Re: Configuring/sharing Airflow github repo security alerts

2018-12-18 Thread Ash Berlin-Taylor
We're not admins of the repo - only the ASF Infra team are, so we'll have to open an ticket against the INFRA queue in jira asking for this (I haven't done this. Not on large device right now) -a Feng Lu wrote on 18/12/2018 08:01: Hi all, Looks like GitHub now adds a new "Security Alert"

Configuring/sharing Airflow github repo security alerts

2018-12-18 Thread Feng Lu
Hi all, Looks like GitHub now adds a new "Security Alert" feature for tracking dependency CVEs, unfortunately I couldn't find it in Airflow repo.