Re: [openstack-dev] [horizon] [horizon-plugin] [requirements] Moving to Django 1.11

2017-07-21 Thread Rob Cresswell
django_openstack_auth and django-babel have been released, and now the generated upper-constraints patch containing Django 1.11.x is here: https://review.openstack.org/#/c/486093 If something suddenly starts misbehaving in Horizon or a plugin, there's a good chance it's stemmed from this

[openstack-dev] [horizon] [horizon-plugin] [requirements] Moving to Django 1.11

2017-07-19 Thread Rob Cresswell
Hi everyone, Django 1.11 support has landed for Django OpenStack Auth [1], which was released shortly after [2]. Horizon's Django 1.11 support is just merging [3], at which point we will raise the global requirement [4] and make the Horizon / DOA tests voting [5]. At that point, we should be

Re: [openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-17 Thread Rob Cresswell (rcresswe)
Awesome, I appreciate the work here. I spoke with a couple Django folk on IRC and they didn’t have any other solution than “vendor the code”, so I think your approach is probably the most reasonable. I’m fairly annoyed that they dropped an interface like that, but oh well. I’ll take a look at

Re: [openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-17 Thread Adrian Turjak
Was hoping to play with this much sooner, but here is a quick hack for horizon working with django 1.11 https://review.openstack.org/#/c/484277/ The main issues are with widgets from Django which are no longer there, and all I've done is move them to our repo from django 1.10's code. This is

Re: [openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-06 Thread Shuu Mutou
> -Original Message- > From: Rob Cresswell (rcresswe) [mailto:rcres...@cisco.com] > Sent: Wednesday, July 05, 2017 7:24 PM > To: OpenStack Development Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org> > Subject: Re: [openstack-dev] [horizon]

Re: [openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-05 Thread Rob Cresswell (rcresswe)
If you want to install Django 1.11 and test it, that would be very helpful, even if its just to open bugs. I’m in the process of adding a non-voting job for 1.11 right now, so we should be able to move quickly. Rob On 5 Jul 2017, at 01:36, Adrian Turjak

Re: [openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-04 Thread Adrian Turjak
Great work! Is there anything that can be done to help meet that July deadline and get 1.11.x in? I'm more than happy to help with reviews or even fixes for newer Django in Horizon, and we should try and get others involved if it will help as I think this is a little urgent. Running anything

[openstack-dev] [horizon] [horizon-plugin] Raising Django version cap

2017-07-04 Thread Rob Cresswell
Hi everyone, I've put up a patch to global-requirements to raise the Django cap to "<1.11", with the upper-constraint at "1.10.7" (https://review.openstack.org/#/c/480215). Depending on the remaining time, I'd quite like to move us to "1.11.x" before Requirements Freeze, which will fall

[openstack-dev] [horizon] [horizon-plugin] Django Updates - Raising upper constraint to 1.9.13

2017-04-05 Thread Rob Cresswell
Hi everyone, It's update time and we need to start raising the upper bounds on Django in global-requirements. We're currently capped at <1.9, which will shortly be raised to <1.10. This will raise the upper-constraint to 1.9.13. See https://review.openstack.org/#/c/453482/ Following a couple

Re: [openstack-dev] [horizon] [horizon-plugin]

2016-08-24 Thread Thai Q Tran
  - Original message -From: Jason Pascucci <j...@juniper.net>To: "openstack-dev@lists.openstack.org" <openstack-dev@lists.openstack.org>Cc:Subject: [openstack-dev] [horizon] [horizon-plugin]Date: Wed, Aug 24, 2016 12:05 PM  Hi,   What is the best method of obtaining the (na

[openstack-dev] [horizon] [horizon-plugin]

2016-08-24 Thread Jason Pascucci
Hi, What is the best method of obtaining the (name preferred) selected project (tenant) from the UI to pass to a plugin? -JRP __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [horizon] [horizon-plugin] AngularJS 1.5.8

2016-08-04 Thread Tripp, Travis S
+1 On 8/3/16, 5:36 PM, "Thomas Goirand" wrote: On 08/03/2016 12:19 PM, Rob Cresswell wrote: > Hi all, > > Angular 1.5.8 is now updated in its XStatic > repo: https://github.com/openstack/xstatic-angular > > I've done some manual testing of the

Re: [openstack-dev] [horizon] [horizon-plugin] AngularJS 1.5.8

2016-08-03 Thread Thomas Goirand
On 08/03/2016 12:19 PM, Rob Cresswell wrote: > Hi all, > > Angular 1.5.8 is now updated in its XStatic > repo: https://github.com/openstack/xstatic-angular > > I've done some manual testing of the angular content and found no issues > so far. I'll be checking that the JS tests and integration

Re: [openstack-dev] [horizon] [horizon-plugin] AngularJS 1.5.8

2016-08-03 Thread Richard Jones
Let's do it, yep. On 3 August 2016 at 20:19, Rob Cresswell wrote: > Hi all, > > Angular 1.5.8 is now updated in its XStatic repo: > https://github.com/openstack/xstatic-angular > > I've done some manual testing of the angular content and found no issues > so far.

[openstack-dev] [horizon] [horizon-plugin] AngularJS 1.5.8

2016-08-03 Thread Rob Cresswell
Hi all, Angular 1.5.8 is now updated in its XStatic repo: https://github.com/openstack/xstatic-angular I've done some manual testing of the angular content and found no issues so far. I'll be checking that the JS tests and integration tests pass too; if they do, would it be desirable to

[openstack-dev] [horizon] [horizon-plugin] Xstatic Angular 1.4.x release

2016-07-28 Thread Rob Cresswell
Hi all, There is a patch up to release xstatic-angular 1.4.10.1 here: https://review.openstack.org/#/c/348254 From our testing, the upgrade required only a single patch to Horizon, found here: https://review.openstack.org/#/c/309004 The migration guide can be found here: