[openstack-dev] [horizon] Javascript checkstyle improvement

2013-12-27 Thread Maxime Vidori
Hi all, I send this mail to talk about Javascript coding style improvement, like python has pep8, it could be interesting to have some rules for javascript too. JSHint provides some rules to perform this and I think it could be a great idea to discuss about which rules could be integrated into

Re: [openstack-dev] [horizon] Javascript checkstyle improvement

2014-01-03 Thread Maxime Vidori
Someone said Grunt? - Original Message - From: Matthias Runge mru...@redhat.com To: openstack-dev@lists.openstack.org Sent: Friday, January 3, 2014 9:52:48 AM Subject: Re: [openstack-dev] [horizon] Javascript checkstyle improvement On 01/03/2014 09:37 AM, Radomir Dopieralski wrote:

Re: [openstack-dev] [horizon] xstatic for removing bundled js libs

2014-03-26 Thread Maxime Vidori
Hi Radomir, I quickly looked at xstatic and I have the impression that you have to handle manually the retrievement of the javascript library files and the version of the scripts. What do you think of wrapping bower in a script in order to dynamically generate packages with the right versions?

[openstack-dev] [horizon] BootstrapV3 and lessc

2013-11-04 Thread Maxime Vidori
Hi, I talked with Jiri Tomasek who is currently in charge of the integration of Bootstrap V3 into Horizon. The integration is currently stuck and was waiting for almost two month that lesscpy could parse the Bootstrap v3 less template. I know that Nodejs was removed because of some

[openstack-dev] [horizon] Javascript development improvement

2013-11-20 Thread Maxime Vidori
. Finally, (do not punch me in the face) lessc which is used for bootstrap is completely integrated into it. I am afraid that modern javascript development can not be perform without this tool. Regards Maxime Vidori ___ OpenStack-dev mailing list

Re: [openstack-dev] [horizon] Javascript development improvement

2013-11-22 Thread Maxime Vidori
On 11/21/2013 09:21 AM, Ladislav Smola wrote: Hello, as long as node won't be Production dependency, it shouldn't be a problem, right? I give +1 to that Regards Ladislav On 11/20/2013 05:01 PM, Maxime Vidori wrote: Hi all, I know it is pretty annoying but I have to resurrect this subject

Re: [openstack-dev] [horizon] Javascript development improvement

2013-11-22 Thread Maxime Vidori
There is at least one bug open against Ubuntu[1], asking to install python-lesscpy as well, as customers often need to re-create or change stylesheets. This would imply nodejs in a production environment, when going back to less. As long as the css will be the only one included into the package,

Re: [openstack-dev] [horizon] Javascript development improvement

2013-11-22 Thread Maxime Vidori
That is a fact all client side development is based on javascript, Node allow us to easily execute javascript without a browser. Every time we will have a reflexion on the client side, Node will show up, what we are doing is just delaying something inevitable and wasting our forces in

Re: [openstack-dev] [horizon] Javascript development improvement

2013-11-26 Thread Maxime Vidori
: [openstack-dev] [horizon] Javascript development improvement On 11/22/2013 06:13 PM, Julie Pichon wrote: Imre Farkas ifar...@redhat.com wrote: On 11/22/2013 02:49 PM, Maxime Vidori wrote: It seems a bit crazy to me to introduce NodeJS as a dependency just for the sake of an easy way to run jslint

[openstack-dev] [horizon] Javascript testing framework

2013-12-02 Thread Maxime Vidori
purpose. Waiting for your feedbacks! Here is a link to the Jasmine POC: https://review.openstack.org/#/c/59580/ Maxime Vidori ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [horizon] Javascript testing framework

2013-12-03 Thread Maxime Vidori
: Tuesday, December 3, 2013 10:32:17 AM Subject: Re: [openstack-dev] [horizon] Javascript testing framework On 03/12/13 01:26, Maxime Vidori wrote: Hi! In order to improve the javascript quality of Horizon, we have to change the testing framework of the client-side. Qunit is a good tool for simple

Re: [openstack-dev] [Horizon] Use of AngularJS

2014-06-02 Thread Maxime Vidori
Hello, Seems to be a good idea, I will take a look at this package which seems to have a lot of features. The project seems pretty active, and I think it can be a good idea to dig into this kind of packages. - Original Message - From: Veronica A Musso veronica.a.mu...@intel.com To:

Re: [openstack-dev] [horizon] mocking policy

2014-06-10 Thread Maxime Vidori
+1 for the use of mock. Is mox3 really needed? Or can we move our tests for python3 to mock, and use this library for every tests for python3? - Original Message - From: David Lyle david.l...@hp.com To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [Horizon] the future of angularjs development in Horizon

2014-11-12 Thread Maxime Vidori
Hello all, I will write here some things I have noticed in the mailing list and on which I can contribute. Npm and Bower: bower and npm are here for two separate things, the first one is here to handle the dependencies of the webapp (angular, es5shim, d3.js and so on), meanwhile npm is here

Re: [openstack-dev] [Horizon] the future of angularjs development in Horizon

2014-11-12 Thread Maxime Vidori
Thanks Martin, I remember that eslint was mentioned at some point to replace jshint. Maybe, it can be interesting to look at this, the extension possibility is a major point for a switch. - Original Message - From: Martin Geisler mar...@geisler.net To: OpenStack Development Mailing List

Re: [openstack-dev] New Pycharm License

2013-09-26 Thread Maxime Vidori
Hi! I send this email to get my PyCharm licence. Thank you :) - Original Message - From: Andrew Melton andrew.mel...@rackspace.com To: openstack-dev@lists.openstack.org Sent: Thursday, September 26, 2013 5:41:17 PM Subject: [openstack-dev] New Pycharm License Hey Devs, It's

[openstack-dev] [horizon]Template for mobile browsers

2013-10-04 Thread Maxime Vidori
Hi, I have to work on this blueprint https://blueprints.launchpad.net/horizon/+spec/horizon-mobile-ui, and I am wondering if something has be ever done on it? There is no activity on it since mid august. I will soon upload some specification, features and design I need, so if someone is