Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-05 Thread Kaz Shinohara
Hi, Thank you very much for your quick response & kind comment :) Yes, we are planning to backport some patches to stable/queens. Also in the last PTG, had discussion with horizon team about how to leverage xstatic repos to solve this issue. Current our plan is to create a new xstatic-*** repo to

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-04 Thread Thomas Goirand
On 03/02/2018 07:28 PM, Kaz Shinohara wrote: > Hi Thomas(zigo), > > I found an issue which is included in > https://review.openstack.org/#/c/548924/ (you did cherry pick last > night) > In short, this issue makes it impossible to install heat-dashboard.. > > I landed fix for this. https://review

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-02 Thread Kaz Shinohara
Hi Thomas(zigo), I found an issue which is included in https://review.openstack.org/#/c/548924/ (you did cherry pick last night) In short, this issue makes it impossible to install heat-dashboard.. I landed fix for this. https://review.openstack.org/#/c/549214/ Could you kindly pick up this for

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-02 Thread Akihiro Motoki
Thanks for clarification. I was a bit confused with the two things because the patch dropped some embedded stuffs like font-awesome. Let's address the "embedded" problem soon :) Akihiro 2018-03-02 14:27 GMT+00:00 Xinni Ge : > Hi, Akihiro, > > The patch I submitted previously didn't solve the embe

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-02 Thread Xinni Ge
Hi, Akihiro, The patch I submitted previously didn't solve the embedded problem. I would like to fix out the whole thing in several steps, because the current status of static files arrangment is quite messy. I will upload the javascript and css style files as xstatic-* projects and remove them f

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-02 Thread Akihiro Motoki
Hi Xinni, I looked at your patch which drops the vendors stuffs, but I still have a question. The patch introduces some SCSS like: - bootstrap.scss - angular-notify.scss - angular-material.scss Aren't they another type of "vendors" stuffs? I don't understand why switching to SCSS solves the embe

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-03-01 Thread Xinni Ge
Hi, there. This is a page of a similar unittest issue. https://bugs.launchpad.net/heat-dashboard/+bug/1752527 We merged the following patch to fix the issue, and hope it also fix the trouble described here. https://review.openstack.org/#/c/548924/ As for the minified javascript files, we are wo

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-27 Thread Thomas Goirand
On 02/23/2018 09:29 AM, Xinni Ge wrote: > Hi there, > > We are aware of the javascript embedded issue, and working on it now, > the patch will be summited later. > > As for the unittest failure, we are still investigating it. We will > contant you as soon as we find out the cause. > > Sorry to b

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-23 Thread Xinni Ge
Hi there, We are aware of the javascript embedded issue, and working on it now, the patch will be summited later. As for the unittest failure, we are still investigating it. We will contant you as soon as we find out the cause. Sorry to bring troubles to you. We will be grateful if you could wai

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-21 Thread Thomas Goirand
On 02/21/2018 05:54 PM, Corey Bryant wrote: > > > On Wed, Feb 21, 2018 at 9:35 AM, Thomas Goirand > wrote: > > Hi there! > > I'm having big trouble package heat-dashboard for Debian. I hope I can > get help through this list. > > In here: > > > he

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-21 Thread Akihiro Motoki
2018-02-21 23:35 GMT+09:00 Thomas Goirand : > Hi there! > > I'm having big trouble package heat-dashboard for Debian. I hope I can > get help through this list. > > In here: > > heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/ > > we have minified *only* versions of Jav

Re: [openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-21 Thread Corey Bryant
On Wed, Feb 21, 2018 at 9:35 AM, Thomas Goirand wrote: > Hi there! > > I'm having big trouble package heat-dashboard for Debian. I hope I can > get help through this list. > > In here: > > heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/ > js/ > > we have minified *only*

[openstack-dev] [heat] heat-dashboard is non-free, with broken unit test env

2018-02-21 Thread Thomas Goirand
Hi there! I'm having big trouble package heat-dashboard for Debian. I hope I can get help through this list. In here: heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/ we have minified *only* versions of Javascript. 1/ Why is there only minified versions? That's non