*** TravT has joined #openstack-horizon | 00:02 | |
*** Sukhdev has joined #openstack-horizon | 00:02 | |
david-lyle | tqtran: what is the hogan async problem? | 00:13 |
---|---|---|
openstackgerrit | Richard Jones proposed openstack/horizon: WIP REST API for create instance angular front end https://review.openstack.org/141273 | 00:13 |
*** dsneddon has quit IRC | 00:13 | |
tqtran | basically, the client-side templates and the horizon init code enters a race condition | 00:14 |
tqtran | this problem was not evident until i consolidated the scripts into one file | 00:14 |
*** dsneddon has joined #openstack-horizon | 00:14 | |
tqtran | https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_scripts.html#L68 | 00:15 |
*** amotoki has quit IRC | 00:16 | |
tqtran | if you look at the old code, the templates are include right before the init script fires off | 00:16 |
david-lyle | yes | 00:16 |
tqtran | so if there are any delay, they can easily enter race condition | 00:16 |
tqtran | so instead of enclosing it inside the horizon init, the script runs as soon it is loaded | 00:17 |
tqtran | https://review.openstack.org/#/c/141457/17/horizon/static/horizon/js/horizon.templates.js | 00:17 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon: Handle RequestURITooLong error in large instance table https://review.openstack.org/110291 | 00:17 |
r1chardj0n3s | tqtran: regarding our recent discussions about the REST API and angular services to consume them, I'll look at creating a service for the identity API, but I guess that would mean rebasing your identity WIP to then be based off that change (and I'll also mod your WIP to use the new service) | 00:17 |
r1chardj0n3s | tqtran: that sound reasonable? | 00:17 |
tqtran | and client templates is move before it to ensure that this happens in the order desired | 00:17 |
david-lyle | I know how the code changed, I'm trying to understand what the race condition looked like | 00:17 |
r1chardj0n3s | tqtran: that would also allow me to modify the REST API stuff to take into account david-lyle's recent comments | 00:18 |
*** ozialien_ has quit IRC | 00:18 | |
tqtran | if you jump back to patch 4, the problem should still be there | 00:18 |
david-lyle | oh if ready runs before include finished??? | 00:18 |
tqtran | The selenium tests are failing because of a race condition. This problem became more apparent now that we combined the scripts. We rely on Hogan for template loading. While Hogan is asynchronously fetching the templates, horizon.membership is attempting to load the template. Not entirely why the problem did not surface earlier, have to look into it some more. | 00:19 |
tqtran | copy/paste from my old comment | 00:19 |
tqtran | r1chardj0n3s: yes, my patch currently have a million dependencies | 00:20 |
tqtran | r1chardj0n3s: adding one more wont sure =P | 00:20 |
tqtran | *wont hurt | 00:20 |
r1chardj0n3s | tqtran: actually, at the moment your patch has no dependency because the identity REST API landed ;) | 00:20 |
tqtran | r1chardj0n3s: it still depend on kelly's table, and my own angular modal confirmation | 00:21 |
r1chardj0n3s | tqtran: ah, ok, that's not clear from the gerrit review page | 00:21 |
tqtran | r1chardj0n3s: its not because its included in the patch lol. we're breaking it into smaller pices | 00:21 |
r1chardj0n3s | tqtran: yep, sure | 00:22 |
tqtran | r1chardj0n3s: so in the end, i'll end up with maybe 1-2 file for identities | 00:22 |
r1chardj0n3s | yep | 00:22 |
tqtran | david-lyle: basically, it lies with how we trigger horizon init | 00:22 |
r1chardj0n3s | I'm not 100% sure I know the best way to insert a new change as the base for yours. Some git shenanigans will ensure... | 00:23 |
r1chardj0n3s | ensue even | 00:23 |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token and list projects https://review.openstack.org/148082 | 00:23 |
*** davelowe has quit IRC | 00:23 | |
tqtran | r1chardj0n3s: just start a new patch with 0 dependencies | 00:24 |
*** yingjun has joined #openstack-horizon | 00:24 | |
tqtran | r1chardj0n3s: i will rebase mine on top of yours to create a dependency | 00:24 |
tqtran | *yours on top of mine... | 00:24 |
*** davelowe has joined #openstack-horizon | 00:25 | |
r1chardj0n3s | yep, cool. I'll quickly make that as a WIP change so we can do it now, if you're cool with that? | 00:25 |
tqtran | r1chardj0n3s: im curious as to how you're going to do it =D looking forward to those -1s | 00:25 |
tqtran | r1chardj0n3s: yep go for it | 00:25 |
r1chardj0n3s | ouch :P | 00:25 |
tqtran | r1chardj0n3s: lol im jk | 00:25 |
tqtran | r1chardj0n3s: i will be gentle | 00:25 |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 00:29 |
r1chardj0n3s | tqtran: there you go ^ | 00:29 |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 00:29 |
tqtran | awesome | 00:29 |
r1chardj0n3s | (added the blueprint ref) | 00:29 |
r1chardj0n3s | lolgerrit "Updatedin the future" | 00:30 |
*** smc7 has joined #openstack-horizon | 00:30 | |
*** david-lyle is now known as david-lyle_afk | 00:33 | |
*** dsneddon has quit IRC | 00:34 | |
*** dsneddon has joined #openstack-horizon | 00:35 | |
*** sbfox has quit IRC | 00:38 | |
*** gokrokve has quit IRC | 00:41 | |
*** echevemaster has joined #openstack-horizon | 00:42 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token and list projects https://review.openstack.org/148082 | 00:42 |
openstackgerrit | tinytmy proposed openstack/horizon: left side header panel doesn't expand but show up arrow https://review.openstack.org/94127 | 00:45 |
openstackgerrit | tinytmy proposed openstack/horizon: left side header panel doesn't expand but show up arrow https://review.openstack.org/94127 | 00:46 |
*** fischerw has quit IRC | 00:52 | |
*** dsneddon has quit IRC | 00:55 | |
*** dsneddon has joined #openstack-horizon | 00:55 | |
*** TravT has quit IRC | 01:05 | |
*** tqtran has quit IRC | 01:13 | |
*** dsneddon has quit IRC | 01:15 | |
*** dsneddon has joined #openstack-horizon | 01:16 | |
*** lhcheng has quit IRC | 01:16 | |
*** amotoki has joined #openstack-horizon | 01:19 | |
*** packet has quit IRC | 01:20 | |
*** nlahouti has quit IRC | 01:22 | |
*** gary-smith has quit IRC | 01:28 | |
*** gokrokve has joined #openstack-horizon | 01:32 | |
*** jtriley_ has joined #openstack-horizon | 01:33 | |
*** rwsu is now known as rwsu-afk | 01:33 | |
*** dsneddon has quit IRC | 01:36 | |
*** dsneddon has joined #openstack-horizon | 01:37 | |
*** jtriley_ has quit IRC | 01:37 | |
*** gokrokve has quit IRC | 01:40 | |
*** gokrokve has joined #openstack-horizon | 01:40 | |
*** sumanth1991 has joined #openstack-horizon | 01:43 | |
sumanth1991 | Can somebody help me setting up up openstack domains in horizon ? | 01:44 |
*** nlahouti has joined #openstack-horizon | 01:49 | |
*** gokrokve has quit IRC | 01:50 | |
*** gokrokve has joined #openstack-horizon | 01:51 | |
*** gokrokve has quit IRC | 01:55 | |
*** Drago has quit IRC | 01:56 | |
*** gyee has quit IRC | 01:57 | |
*** dsneddon has quit IRC | 01:57 | |
*** dsneddon has joined #openstack-horizon | 01:59 | |
*** nlahouti has quit IRC | 02:00 | |
*** Sukhdev has quit IRC | 02:02 | |
*** nlahouti has joined #openstack-horizon | 02:02 | |
*** nlahouti has quit IRC | 02:03 | |
*** woodm1979 has quit IRC | 02:04 | |
*** tzumainn has quit IRC | 02:10 | |
*** sumanth1991 has quit IRC | 02:11 | |
*** neelashah has joined #openstack-horizon | 02:17 | |
*** dsneddon has quit IRC | 02:18 | |
*** dsneddon has joined #openstack-horizon | 02:19 | |
*** smc7 has quit IRC | 02:24 | |
*** Sukhdev has joined #openstack-horizon | 02:27 | |
*** dboik has quit IRC | 02:30 | |
*** neelashah has quit IRC | 02:31 | |
*** bradjones has quit IRC | 02:33 | |
*** bradjones has joined #openstack-horizon | 02:36 | |
*** jtriley_ has joined #openstack-horizon | 02:45 | |
*** dsneddon has quit IRC | 02:49 | |
*** dsneddon has joined #openstack-horizon | 02:51 | |
*** jtriley_ has quit IRC | 02:52 | |
*** neelashah has joined #openstack-horizon | 02:53 | |
*** harlowja is now known as harlowja_away | 02:57 | |
*** McSalty has joined #openstack-horizon | 03:01 | |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Incorrect error message when VM deletion failed https://review.openstack.org/149881 | 03:04 |
*** McSalty has quit IRC | 03:06 | |
*** harsh_ has joined #openstack-horizon | 03:06 | |
*** McSalty has joined #openstack-horizon | 03:07 | |
*** alan_mc has quit IRC | 03:08 | |
*** neelashah has quit IRC | 03:09 | |
*** dsneddon has quit IRC | 03:10 | |
*** McSalty has quit IRC | 03:11 | |
*** dsneddon has joined #openstack-horizon | 03:12 | |
*** Sukhdev has quit IRC | 03:22 | |
*** ybathia has quit IRC | 03:23 | |
*** nlahouti has joined #openstack-horizon | 03:31 | |
*** dsneddon has quit IRC | 03:32 | |
*** dsneddon has joined #openstack-horizon | 03:33 | |
*** nlahouti has quit IRC | 03:33 | |
*** nlahouti has joined #openstack-horizon | 03:34 | |
*** harsh_ has quit IRC | 03:38 | |
*** jtriley_ has joined #openstack-horizon | 03:47 | |
*** jtriley_ has quit IRC | 03:52 | |
*** dsneddon has quit IRC | 03:53 | |
*** dsneddon has joined #openstack-horizon | 03:55 | |
*** masco has joined #openstack-horizon | 03:58 | |
*** vivekd has joined #openstack-horizon | 04:07 | |
*** bradjones has quit IRC | 04:10 | |
*** bradjones has joined #openstack-horizon | 04:10 | |
*** smc7 has joined #openstack-horizon | 04:13 | |
*** dsneddon has quit IRC | 04:14 | |
*** dsneddon has joined #openstack-horizon | 04:16 | |
*** smc7 has quit IRC | 04:18 | |
*** Sukhdev has joined #openstack-horizon | 04:23 | |
*** bradjones has quit IRC | 04:29 | |
*** bradjones has joined #openstack-horizon | 04:31 | |
*** shadower has quit IRC | 04:31 | |
*** dsneddon has quit IRC | 04:36 | |
*** dsneddon has joined #openstack-horizon | 04:36 | |
*** sayan has joined #openstack-horizon | 04:38 | |
*** masco has quit IRC | 04:39 | |
*** lhcheng has joined #openstack-horizon | 04:46 | |
*** jtriley_ has joined #openstack-horizon | 04:48 | |
*** jtriley_ has quit IRC | 04:53 | |
*** dsneddon has quit IRC | 04:56 | |
*** dsneddon has joined #openstack-horizon | 04:58 | |
*** echevemaster has quit IRC | 05:07 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 05:10 |
openstackgerrit | ziyu032 proposed openstack/horizon: make cancel button a unified style https://review.openstack.org/150686 | 05:12 |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 05:12 | |
*** nikunj2512 has joined #openstack-horizon | 05:13 | |
nikunj2512 | amotoki: Hi, please can you take a look at this network patch -> https://review.openstack.org/#/c/142670/ i have implemented your comments | 05:14 |
openstackgerrit | ziyu032 proposed openstack/horizon: make cancel button a unified style https://review.openstack.org/150686 | 05:15 |
*** lhcheng has left #openstack-horizon | 05:15 | |
*** dsneddon has quit IRC | 05:17 | |
*** dsneddon has joined #openstack-horizon | 05:19 | |
*** vivekd has left #openstack-horizon | 05:27 | |
*** dsneddon has quit IRC | 05:39 | |
*** dsneddon has joined #openstack-horizon | 05:41 | |
*** amotoki_ has joined #openstack-horizon | 05:41 | |
*** masco has joined #openstack-horizon | 05:47 | |
*** jtriley_ has joined #openstack-horizon | 05:49 | |
*** rushiagr_away is now known as rushiagr | 05:52 | |
*** sbfox has joined #openstack-horizon | 05:53 | |
openstackgerrit | Nikunj Aggarwal proposed openstack/horizon: Create a "Identity Projects details" page https://review.openstack.org/134476 | 05:53 |
*** jtriley_ has quit IRC | 05:54 | |
openstackgerrit | ziyu032 proposed openstack/horizon: make cancel button a unified style https://review.openstack.org/150686 | 05:59 |
openstackgerrit | ziyu032 proposed openstack/horizon: make cancel button a unified style https://review.openstack.org/150686 | 06:00 |
*** dsneddon has quit IRC | 06:00 | |
*** dsneddon has joined #openstack-horizon | 06:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth: Imported Translations from Transifex https://review.openstack.org/150696 | 06:03 |
openstackgerrit | Mohan Seri proposed openstack/horizon: Integration tests - Volumes tests https://review.openstack.org/119501 | 06:05 |
*** sbfox has quit IRC | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/150697 | 06:07 |
*** mpavlase has joined #openstack-horizon | 06:11 | |
*** gokrokve has joined #openstack-horizon | 06:12 | |
*** ishant has joined #openstack-horizon | 06:16 | |
*** Sukhdev has quit IRC | 06:23 | |
*** TravT has joined #openstack-horizon | 06:29 | |
openstackgerrit | Mohan Seri proposed openstack/horizon: Integration tests - Volumes tests https://review.openstack.org/119501 | 06:34 |
*** KanagarajM2 has joined #openstack-horizon | 06:36 | |
*** nlahouti has quit IRC | 06:39 | |
*** dsneddon has quit IRC | 06:43 | |
*** amotoki_ has quit IRC | 06:44 | |
*** amotoki_ has joined #openstack-horizon | 06:45 | |
*** dsneddon has joined #openstack-horizon | 06:45 | |
nikunj2512 | when we submit a form without filing the form fields, it shows error that "This field is required". Where is the code for form validation? | 06:46 |
*** gokrokve_ has joined #openstack-horizon | 06:52 | |
*** gokrokve_ has quit IRC | 06:53 | |
*** gokrokve_ has joined #openstack-horizon | 06:53 | |
*** gokrokve has quit IRC | 06:56 | |
*** gokrokve_ has quit IRC | 06:57 | |
openstackgerrit | Merged openstack/horizon: Correcting heat resource page title https://review.openstack.org/150532 | 07:00 |
*** jtomasek has joined #openstack-horizon | 07:14 | |
*** rdopiera has joined #openstack-horizon | 07:15 | |
openstackgerrit | Steve Martinelli proposed openstack/django_openstack_auth: WIP test websso stuff https://review.openstack.org/136178 | 07:18 |
*** rdopiera has quit IRC | 07:19 | |
*** rdopiera has joined #openstack-horizon | 07:19 | |
nikunj2512 | when we submit a form without filing the form fields, it shows error that "This field is required". Where is the code for form validation? | 07:22 |
rdopiera | nikunj2512: that's build-in in django | 07:22 |
*** jcoufal has joined #openstack-horizon | 07:23 | |
rdopiera | nikunj2512: in the form class | 07:23 |
*** mrunge has joined #openstack-horizon | 07:23 | |
*** amotoki_ has quit IRC | 07:23 | |
rdopiera | nikunj2512: see https://docs.djangoproject.com/en/1.7/ref/forms/validation/ | 07:24 |
*** amotoki_ has joined #openstack-horizon | 07:24 | |
nikunj2512 | rdopiera: What if i want to add a field as required but not in django forms but using JS than how can i do that? | 07:25 |
*** dsneddon has quit IRC | 07:25 | |
nikunj2512 | rdopiera: i mean when you submit a form and if a field is required and user leaves it empty than on submit form says this field is required. How i can i put that message with JS after form submit? | 07:27 |
*** sayan has quit IRC | 07:28 | |
*** dsneddon has joined #openstack-horizon | 07:29 | |
mrunge | nikunj2512, doing that, is just nonsense | 07:29 |
mrunge | sorry for the harsh words | 07:29 |
mrunge | but verification in javascript is just useless for the server side | 07:29 |
nikunj2512 | mrunge: No problem but i have this little problem, let me explain | 07:30 |
rdopiera | nikunj2512: also, if you just add a filed to a form with js, the server will still not know how to process that field | 07:30 |
rdopiera | nikunj2512: it will ignore it | 07:30 |
nikunj2512 | mrunge: i have a choice field which is required and it has two choices | 07:31 |
*** mpavlase has quit IRC | 07:31 | |
nikunj2512 | mrunge: but those two choices i can't make them required. So, what i want to achieve is a way to show a validation message for that field | 07:31 |
nikunj2512 | rdopiera: Ok | 07:32 |
nikunj2512 | mrunge: i know that i can add validation in the forms clean method | 07:32 |
rdopiera | nikunj2512: you can add any complex checking code to the clean method of the form, see that page I linked for examples | 07:32 |
nikunj2512 | mrunge: but that show the message at the top of the form but i want it to show under the form field | 07:33 |
nikunj2512 | rdopiera: Ok.. I will take a look | 07:33 |
mrunge | nikunj2512, rdopiera answered that already | 07:33 |
*** stevemar has quit IRC | 07:33 | |
nikunj2512 | mrunge: Ok | 07:34 |
*** jprovazn has joined #openstack-horizon | 07:36 | |
*** coolsvap|afk is now known as coolsvap | 07:37 | |
*** jtriley_ has joined #openstack-horizon | 07:38 | |
*** Miouge has joined #openstack-horizon | 07:39 | |
*** jtriley_ has quit IRC | 07:43 | |
*** Ala has joined #openstack-horizon | 07:43 | |
*** dsneddon has quit IRC | 07:48 | |
*** dsneddon has joined #openstack-horizon | 07:49 | |
*** nyechiel has joined #openstack-horizon | 07:49 | |
*** smc7 has joined #openstack-horizon | 07:50 | |
*** romainh has joined #openstack-horizon | 07:54 | |
*** smc7 has quit IRC | 07:55 | |
*** romainh has left #openstack-horizon | 07:55 | |
*** aix has joined #openstack-horizon | 07:58 | |
*** mpavlase has joined #openstack-horizon | 08:06 | |
*** bradjones has quit IRC | 08:07 | |
*** bradjones has joined #openstack-horizon | 08:08 | |
*** jamielennox is now known as jamielennox|away | 08:09 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/150697 | 08:10 |
*** lhcheng has joined #openstack-horizon | 08:16 | |
*** markus_z has joined #openstack-horizon | 08:17 | |
*** sayan has joined #openstack-horizon | 08:18 | |
*** TravT has quit IRC | 08:19 | |
*** krykowski has joined #openstack-horizon | 08:25 | |
*** dsneddon has quit IRC | 08:28 | |
*** dsneddon has joined #openstack-horizon | 08:29 | |
*** zz_ttrifonov is now known as ttrifonov | 08:37 | |
*** Miouge has quit IRC | 08:38 | |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Incorrect error message when VM deletion failed https://review.openstack.org/149881 | 08:40 |
*** lhcheng has quit IRC | 08:41 | |
*** lhcheng has joined #openstack-horizon | 08:42 | |
*** krykowski has quit IRC | 08:46 | |
*** lhcheng has quit IRC | 08:46 | |
*** MaxV has joined #openstack-horizon | 08:49 | |
*** krykowski has joined #openstack-horizon | 08:51 | |
*** amotoki_ has quit IRC | 08:53 | |
*** amotoki_ has joined #openstack-horizon | 08:57 | |
*** amotoki_ has quit IRC | 08:58 | |
*** amotoki_ has joined #openstack-horizon | 08:59 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:01 | |
*** ygbo has joined #openstack-horizon | 09:02 | |
*** athomas has joined #openstack-horizon | 09:05 | |
*** amotoki_ has quit IRC | 09:06 | |
*** jpich has joined #openstack-horizon | 09:07 | |
*** TravT has joined #openstack-horizon | 09:19 | |
*** yingjun has quit IRC | 09:22 | |
*** TravT has quit IRC | 09:25 | |
*** mrunge has quit IRC | 09:26 | |
*** jtriley_ has joined #openstack-horizon | 09:27 | |
*** Piet has quit IRC | 09:29 | |
*** jtriley_ has quit IRC | 09:32 | |
*** nyechiel has quit IRC | 09:34 | |
*** vivekd has joined #openstack-horizon | 09:36 | |
*** nyechiel has joined #openstack-horizon | 09:38 | |
*** JeanBriceCombebi has quit IRC | 09:39 | |
*** amotoki_ has joined #openstack-horizon | 09:40 | |
*** mariusv_ has quit IRC | 09:41 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:42 | |
*** mariusv has joined #openstack-horizon | 09:44 | |
*** Miouge has joined #openstack-horizon | 09:45 | |
*** rushiagr is now known as rushiagr_away | 09:47 | |
*** krykowski has quit IRC | 09:49 | |
*** shadower has joined #openstack-horizon | 09:51 | |
*** rushiagr_away is now known as rushiagr | 09:52 | |
*** mrunge has joined #openstack-horizon | 09:54 | |
*** krykowski has joined #openstack-horizon | 10:00 | |
*** e0ne has joined #openstack-horizon | 10:06 | |
*** krykowski has quit IRC | 10:08 | |
*** sayan has quit IRC | 10:09 | |
*** krykowski has joined #openstack-horizon | 10:10 | |
*** JeanBriceCombebi has quit IRC | 10:13 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:13 | |
*** e0ne is now known as e0ne_ | 10:18 | |
*** e0ne_ is now known as e0ne | 10:20 | |
*** nyechiel_ has joined #openstack-horizon | 10:26 | |
*** nyechiel has quit IRC | 10:28 | |
*** nyechiel_ has quit IRC | 10:32 | |
*** athomas has quit IRC | 10:34 | |
*** tosky has joined #openstack-horizon | 10:34 | |
*** nyechiel_ has joined #openstack-horizon | 10:36 | |
*** athomas has joined #openstack-horizon | 10:38 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: cancel next previous buttons are aligned properly https://review.openstack.org/129212 | 10:39 |
*** yingjun has joined #openstack-horizon | 10:40 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Fix editing current project https://review.openstack.org/149303 | 10:40 |
*** openstackgerrit has quit IRC | 10:50 | |
*** openstackgerrit has joined #openstack-horizon | 10:50 | |
*** htruta has quit IRC | 10:59 | |
*** htruta has joined #openstack-horizon | 10:59 | |
*** mflobo1 has joined #openstack-horizon | 11:01 | |
*** mflobo1 has left #openstack-horizon | 11:01 | |
*** krykowski has quit IRC | 11:01 | |
*** mflobo1 has joined #openstack-horizon | 11:02 | |
*** amotoki_ has quit IRC | 11:02 | |
*** amotoki_ has joined #openstack-horizon | 11:03 | |
*** nyechiel_ has quit IRC | 11:03 | |
*** nyechiel_ has joined #openstack-horizon | 11:04 | |
*** amotoki_ has quit IRC | 11:05 | |
*** amotoki_ has joined #openstack-horizon | 11:06 | |
*** aix has quit IRC | 11:06 | |
openstackgerrit | Matthias Runge proposed openstack/horizon: Add support for OVA images in Horizon https://review.openstack.org/150751 | 11:10 |
*** akrivoka has joined #openstack-horizon | 11:13 | |
*** jtriley_ has joined #openstack-horizon | 11:16 | |
*** aix has joined #openstack-horizon | 11:18 | |
*** yingjun has quit IRC | 11:18 | |
*** jtriley_ has quit IRC | 11:21 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fixes inconsistent Edit between tables & details https://review.openstack.org/146330 | 11:23 |
*** krykowski has joined #openstack-horizon | 11:24 | |
*** mrunge` has joined #openstack-horizon | 11:25 | |
*** mrunge` has quit IRC | 11:27 | |
*** smc7 has joined #openstack-horizon | 11:28 | |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: added detail page for keypair https://review.openstack.org/148864 | 11:29 |
*** smc7 has quit IRC | 11:32 | |
*** e0ne is now known as e0ne_ | 11:33 | |
openstackgerrit | Jiri Tomasek proposed openstack/tuskar-ui: WIP Angular roles list https://review.openstack.org/150023 | 11:35 |
*** yingjun has joined #openstack-horizon | 11:36 | |
openstackgerrit | Jiri Tomasek proposed openstack/tuskar-ui: WIP Angular roles list https://review.openstack.org/150023 | 11:38 |
*** krykowski has quit IRC | 11:38 | |
*** amotoki_ has quit IRC | 11:40 | |
*** KanagarajM2 has quit IRC | 11:42 | |
*** Miouge has quit IRC | 11:42 | |
*** e0ne_ has quit IRC | 11:43 | |
*** amotoki_ has joined #openstack-horizon | 11:44 | |
*** amotoki_ has quit IRC | 11:46 | |
*** amotoki_ has joined #openstack-horizon | 11:47 | |
*** JeanBriceCombebi has quit IRC | 11:48 | |
*** amotoki_ has quit IRC | 11:49 | |
*** amotoki_ has joined #openstack-horizon | 11:52 | |
*** amotoki_ has quit IRC | 12:05 | |
*** e0ne has joined #openstack-horizon | 12:06 | |
*** krykowski has joined #openstack-horizon | 12:08 | |
openstackgerrit | Nikunj Aggarwal proposed openstack/horizon: Adds asterisk symbol for image location https://review.openstack.org/124712 | 12:09 |
openstackgerrit | Nikita Konovalov proposed openstack/horizon: [Data_processing] fix job_executions table https://review.openstack.org/125927 | 12:09 |
*** ishant has quit IRC | 12:10 | |
*** nyechiel_ has quit IRC | 12:11 | |
*** nyechiel_ has joined #openstack-horizon | 12:11 | |
NikitaKonovalov | core team, could you please review https://review.openstack.org/#/c/125927/ It's an important fix for Sahara UI | 12:12 |
*** krykowski has quit IRC | 12:16 | |
*** amotoki_ has joined #openstack-horizon | 12:20 | |
*** krykowski has joined #openstack-horizon | 12:22 | |
*** tosky has quit IRC | 12:23 | |
*** jtriley has quit IRC | 12:23 | |
*** jtriley has joined #openstack-horizon | 12:24 | |
*** amotoki_ has quit IRC | 12:25 | |
*** krykowski has quit IRC | 12:32 | |
*** masco has quit IRC | 12:33 | |
*** yingjun has quit IRC | 12:33 | |
*** nikunj2512 has quit IRC | 12:41 | |
openstackgerrit | Sam Betts proposed openstack/horizon: Add page_title mixin to all templates https://review.openstack.org/149960 | 12:48 |
openstackgerrit | Sam Betts proposed openstack/horizon: Reduced code duplication in creating page headers https://review.openstack.org/142802 | 12:48 |
*** krykowski has joined #openstack-horizon | 12:48 | |
*** lblanchard has joined #openstack-horizon | 12:50 | |
*** raildo_away is now known as raildo | 12:55 | |
*** TravT has joined #openstack-horizon | 12:57 | |
*** sambetts has quit IRC | 12:58 | |
*** sambetts has joined #openstack-horizon | 12:59 | |
*** TravT has quit IRC | 13:02 | |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Remove oslo namespace due to it is deprecated https://review.openstack.org/150771 | 13:03 |
*** jtriley_ has joined #openstack-horizon | 13:04 | |
*** jtriley_ has quit IRC | 13:09 | |
openstackgerrit | Ana Krivokapic proposed openstack/tuskar-ui: Display roles on flavor detail page https://review.openstack.org/150774 | 13:11 |
*** dkorn has joined #openstack-horizon | 13:15 | |
*** bradjones has quit IRC | 13:17 | |
openstackgerrit | Tatiana Ovchinnikova proposed openstack/horizon: Heat stack status column improvement https://review.openstack.org/150297 | 13:18 |
*** bradjones has joined #openstack-horizon | 13:18 | |
*** tzumainn has joined #openstack-horizon | 13:18 | |
*** krykowski has quit IRC | 13:20 | |
*** tnovacik has joined #openstack-horizon | 13:22 | |
*** bradjones has quit IRC | 13:23 | |
*** krykowski has joined #openstack-horizon | 13:25 | |
*** bradjones has joined #openstack-horizon | 13:26 | |
*** Ala has quit IRC | 13:30 | |
*** nyechiel__ has joined #openstack-horizon | 13:32 | |
*** JeanBriceCombebi has joined #openstack-horizon | 13:33 | |
*** nyechiel_ has quit IRC | 13:34 | |
*** Ala has joined #openstack-horizon | 13:34 | |
*** nikunj2512_ has joined #openstack-horizon | 13:41 | |
*** stevemar has joined #openstack-horizon | 13:46 | |
*** tosky has joined #openstack-horizon | 13:47 | |
*** krykowski has quit IRC | 13:48 | |
*** crobertsrh has joined #openstack-horizon | 13:49 | |
nikunj2512_ | Is there any channel for devstack? | 13:50 |
jpich | nikunj2512_: #openstack-qa and #openstack-dev are usually the place | 13:51 |
*** bradjones has quit IRC | 13:51 | |
nikunj2512_ | jpich: Thank You | 13:51 |
*** JeanBriceCombebi has quit IRC | 13:53 | |
jpich | yw | 13:54 |
*** bradjones has joined #openstack-horizon | 13:54 | |
nikunj2512_ | jpich: Have you heard about Merlin UI? | 13:55 |
*** Ala has quit IRC | 13:55 | |
*** Ala has joined #openstack-horizon | 13:56 | |
jpich | nikunj2512_: I saw some threads about it but I'm afraid I don't really know much about it, sorry | 13:58 |
nikunj2512_ | jpich: No problem.. I have started looking into it and hopefully we can use it for creating HEAT templates in Horizon | 13:59 |
*** JeanBriceCombebi has joined #openstack-horizon | 14:00 | |
jpich | nikunj2512_: Sure, I believe tsufiev_ is quite involved with the project if you have specific questions | 14:01 |
nikunj2512_ | jpich: That is a good piece of info.. I will make sure to sync with him.. Thank You :) | 14:03 |
*** krykowski has joined #openstack-horizon | 14:03 | |
nikunj2512_ | tsufiev_: Hi, i heard that you are involved with Merlin UI project | 14:03 |
nikunj2512_ | tsufiev_: Did you able to generate any HEAT template using Merlin ? | 14:04 |
*** Ctina_ has joined #openstack-horizon | 14:04 | |
*** jtriley_ has joined #openstack-horizon | 14:05 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Remove outdated TODOs https://review.openstack.org/150785 | 14:07 |
*** jtriley_ has quit IRC | 14:10 | |
tsufiev_ | nikunj2512_, hi! | 14:12 |
nikunj2512_ | tsufiev_: Hello | 14:13 |
tsufiev_ | nikunj2512_, we're currently developing bits&pieces of Merlin framework using Angular.js & Barricade.js to build Mistral Workbook Builder UI | 14:13 |
nikunj2512_ | tsufiev_: Ok | 14:13 |
tsufiev_ | which is withing the same problem domain as HOT builder | 14:13 |
nikunj2512_ | tsufiev_: But it does have potential to be used a HEAT template generator, Correct? | 14:13 |
nikunj2512_ | Yes | 14:13 |
tsufiev_ | nikunj2512_, yep. Besides coding we're also discussing the UI patterns for template generator at https://openstack.invisionapp.com/d/main#/projects/2059636 | 14:14 |
nikunj2512_ | tsufiev_: Ok | 14:15 |
tsufiev_ | again, it's for Mistral, but I believe that once we agree on UI patterns for template generators, we could use the same approach for Heat | 14:15 |
tsufiev_ | nikunj2512_, do you have access to Invision? | 14:15 |
nikunj2512_ | tsufiev_: No.. How to get one? | 14:16 |
nikunj2512_ | tsufiev_: Yes.. Because HEAT badly needs a template generator | 14:16 |
tsufiev_ | nikunj2512_, just sent you an invitation to Invision | 14:18 |
*** dkorn has quit IRC | 14:18 | |
nikunj2512_ | tsufiev_: Yes.. got it.. Thank You | 14:18 |
tsufiev_ | nikunj2512_, there is also #openstack-merlin channel here | 14:19 |
nikunj2512_ | tsufiev_: Ohhh... i didn't knew that.. :) | 14:19 |
tsufiev_ | nikunj2512_, see you there :) | 14:19 |
nikunj2512_ | tsufiev_: Yes... Definitely... I am also interested in contributing to Merlin.. Can I? | 14:20 |
*** mattfarina has joined #openstack-horizon | 14:21 | |
tsufiev_ | nikunj2512_, that would be great )! | 14:21 |
*** krykowski has quit IRC | 14:21 | |
nikunj2512_ | tsufiev_: i had tried Merlin with Horizon before.. So how can i see what is required ? | 14:22 |
nikunj2512_ | tsufiev_: Or what needs to be coded? | 14:22 |
*** neelashah has joined #openstack-horizon | 14:23 | |
*** krykowski has joined #openstack-horizon | 14:24 | |
*** jpomero has joined #openstack-horizon | 14:27 | |
*** jtriley has quit IRC | 14:28 | |
*** dsneddon has quit IRC | 14:30 | |
*** romainh1 has joined #openstack-horizon | 14:31 | |
*** dsneddon has joined #openstack-horizon | 14:32 | |
*** jprovazn has quit IRC | 14:41 | |
*** peristeri has joined #openstack-horizon | 14:42 | |
*** bradjones has quit IRC | 14:42 | |
*** JeanBriceCombebi has quit IRC | 14:43 | |
*** bradjones has joined #openstack-horizon | 14:44 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:45 | |
*** romainh1 has left #openstack-horizon | 14:47 | |
*** dboik has joined #openstack-horizon | 14:48 | |
*** yingjun has joined #openstack-horizon | 14:48 | |
*** dboik_ has joined #openstack-horizon | 14:48 | |
*** dsneddon has quit IRC | 14:51 | |
*** dboik has quit IRC | 14:52 | |
*** krykowski has quit IRC | 14:53 | |
*** dsneddon has joined #openstack-horizon | 14:53 | |
*** EmilienM is now known as EmilienM|afk | 14:55 | |
*** krykowski has joined #openstack-horizon | 14:59 | |
*** MaxV has quit IRC | 15:03 | |
*** smc7 has joined #openstack-horizon | 15:06 | |
*** yingjun has quit IRC | 15:06 | |
*** JeanBriceCombebi has quit IRC | 15:06 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:07 | |
*** dsneddon has quit IRC | 15:13 | |
*** jtriley has joined #openstack-horizon | 15:14 | |
*** e0ne is now known as e0ne_ | 15:16 | |
*** e0ne_ is now known as e0ne | 15:16 | |
*** fischerw has joined #openstack-horizon | 15:18 | |
*** ZZelle has joined #openstack-horizon | 15:20 | |
*** TravT has joined #openstack-horizon | 15:20 | |
openstackgerrit | Ana Krivokapic proposed openstack/tuskar-ui: Display roles on flavor detail page https://review.openstack.org/150774 | 15:22 |
*** jprovazn has joined #openstack-horizon | 15:22 | |
*** JeanBriceCombebi has quit IRC | 15:22 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:24 | |
*** jcoufal_ has joined #openstack-horizon | 15:27 | |
*** vijendar has joined #openstack-horizon | 15:28 | |
*** Drago has joined #openstack-horizon | 15:28 | |
*** krykowski has quit IRC | 15:28 | |
*** jcoufal has quit IRC | 15:30 | |
*** MaxV has joined #openstack-horizon | 15:31 | |
*** krykowski has joined #openstack-horizon | 15:32 | |
*** Miouge has joined #openstack-horizon | 15:33 | |
*** amotoki_ has joined #openstack-horizon | 15:36 | |
*** jtriley has quit IRC | 15:37 | |
*** Drago has quit IRC | 15:38 | |
*** Drago has joined #openstack-horizon | 15:38 | |
*** amotoki_ has quit IRC | 15:39 | |
*** Sukhdev has joined #openstack-horizon | 15:39 | |
*** MaxV has quit IRC | 15:43 | |
*** MaxV has joined #openstack-horizon | 15:43 | |
*** obutenko has joined #openstack-horizon | 15:44 | |
*** Miouge_ has joined #openstack-horizon | 15:47 | |
*** bradjones has quit IRC | 15:47 | |
*** Miouge has quit IRC | 15:48 | |
*** Miouge_ is now known as Miouge | 15:48 | |
*** jtriley has joined #openstack-horizon | 15:48 | |
*** vivekd has quit IRC | 15:48 | |
*** harlowja_away has quit IRC | 15:49 | |
*** bradjones has joined #openstack-horizon | 15:49 | |
*** krykowski has quit IRC | 15:50 | |
*** radez_g0n3 is now known as radez | 15:51 | |
*** gokrokve has joined #openstack-horizon | 15:54 | |
*** e0ne has quit IRC | 15:54 | |
*** absubram has joined #openstack-horizon | 15:55 | |
*** krykowski has joined #openstack-horizon | 15:56 | |
*** EmilienM|afk is now known as EmilienM | 15:58 | |
*** jtriley has quit IRC | 16:01 | |
*** david-lyle_afk is now known as david-lyle | 16:01 | |
*** tqtran has joined #openstack-horizon | 16:02 | |
*** jtriley has joined #openstack-horizon | 16:04 | |
*** jtriley has quit IRC | 16:05 | |
*** cbits has joined #openstack-horizon | 16:07 | |
*** smc7 has quit IRC | 16:08 | |
*** jtriley has joined #openstack-horizon | 16:08 | |
*** tzumainn is now known as tzumainn-mtg | 16:11 | |
*** gary-smith has joined #openstack-horizon | 16:12 | |
*** cbits has left #openstack-horizon | 16:12 | |
*** Miouge has quit IRC | 16:16 | |
*** crobertsrh has quit IRC | 16:16 | |
*** crobertsrh has joined #openstack-horizon | 16:17 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Pulled CSS logic from inline-editing https://review.openstack.org/115783 | 16:18 |
*** bradjones has quit IRC | 16:23 | |
*** gary-smith_ has joined #openstack-horizon | 16:23 | |
*** gary-smith_ has quit IRC | 16:25 | |
*** bradjones has joined #openstack-horizon | 16:26 | |
*** TravT has quit IRC | 16:26 | |
*** nlahouti has joined #openstack-horizon | 16:28 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Error handling patterns are consistent in volumes forms https://review.openstack.org/143470 | 16:28 |
openstackgerrit | Ana Krivokapic proposed openstack/tuskar-ui: Display roles on flavor detail page https://review.openstack.org/150774 | 16:29 |
*** absubram has quit IRC | 16:31 | |
*** nikunj2512_ has quit IRC | 16:34 | |
*** nikunj2512_ has joined #openstack-horizon | 16:36 | |
*** markus_z has quit IRC | 16:37 | |
*** absubram has joined #openstack-horizon | 16:38 | |
*** packet has joined #openstack-horizon | 16:44 | |
*** coolsvap is now known as coolsvap|afk | 16:45 | |
*** krykowski has quit IRC | 16:49 | |
*** absubram has quit IRC | 16:52 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token and list projects https://review.openstack.org/148082 | 16:53 |
*** jtomasek has quit IRC | 16:56 | |
*** jtriley has quit IRC | 16:56 | |
*** jtriley has joined #openstack-horizon | 16:56 | |
*** rdopiera has quit IRC | 16:56 | |
*** jtriley has quit IRC | 16:57 | |
*** krykowski has joined #openstack-horizon | 16:57 | |
*** jtriley has joined #openstack-horizon | 16:57 | |
*** absubram has joined #openstack-horizon | 16:59 | |
*** TravT has joined #openstack-horizon | 17:00 | |
*** jtriley has quit IRC | 17:01 | |
*** jtriley has joined #openstack-horizon | 17:01 | |
*** TravT has quit IRC | 17:03 | |
*** tzumainn-mtg is now known as tzumainn | 17:05 | |
*** rwsu-afk is now known as rwsu | 17:05 | |
*** TravT has joined #openstack-horizon | 17:06 | |
*** ygbo has quit IRC | 17:11 | |
*** gyee has joined #openstack-horizon | 17:13 | |
*** Miouge has joined #openstack-horizon | 17:19 | |
*** lhcheng has joined #openstack-horizon | 17:21 | |
openstackgerrit | Merged openstack/django_openstack_auth: Imported Translations from Transifex https://review.openstack.org/150696 | 17:21 |
*** nyechiel__ has quit IRC | 17:21 | |
*** EmilienM is now known as EmilienM|afk | 17:22 | |
*** Sukhdev has quit IRC | 17:23 | |
tqtran | can someone verify this? https://bugs.launchpad.net/horizon/+bug/1415571 | 17:24 |
tqtran | am i missing something? | 17:25 |
*** jasondot_ has joined #openstack-horizon | 17:27 | |
sambetts | tqtran: In order to add something to gitignore can I just add a bug or does it have to go through a different process? | 17:28 |
*** tnovacik has quit IRC | 17:29 | |
*** JeanBriceCombebi has quit IRC | 17:31 | |
tqtran | sambetts: not sure sam, but i think you will have to add a bug for it | 17:32 |
tqtran | sambetts: should follow the same process | 17:32 |
openstackgerrit | Merged openstack/horizon: Modified teardown method to handle login and logout failure. https://review.openstack.org/145936 | 17:32 |
sambetts | tqtran: nice, I'll do that then :D | 17:32 |
mpavlase | vokhrimenko: HI, I have a question about menu structure (regions/menus.py) in integration tests... can you help me, please? | 17:33 |
openstackgerrit | Merged openstack/horizon: when launch instance image size changed, device_size not change https://review.openstack.org/148848 | 17:35 |
*** gugl3 has quit IRC | 17:39 | |
openstackgerrit | Julie Pichon proposed openstack/horizon: [WIP] Support for Glance v2 https://review.openstack.org/150084 | 17:39 |
openstackgerrit | Lin Hua Cheng proposed openstack/horizon: Fix import order in utils.metering https://review.openstack.org/150862 | 17:39 |
openstackgerrit | Merged openstack/horizon: added filter for networks and router https://review.openstack.org/149232 | 17:39 |
mpavlase | jpich: HI, I have a question about menu structure (regions/menus.py) in integration tests... can you help me, please? | 17:40 |
jpich | mpavlase: Sorry, I'm not deeply familiar with that area and about to leave too | 17:41 |
david-lyle | sambetts: .gitignore is not a bug, it's just a utility, I don't feel a bug report is warranted | 17:43 |
david-lyle | plus I just like to contradict tqtran | 17:44 |
openstackgerrit | Sam Betts proposed openstack/horizon: Add *.lock to .gitignore file https://review.openstack.org/150869 | 17:44 |
tqtran | david-lyle: hey david, just ran into a serious problem today, our jasmine tests are currently broken | 17:44 |
sambetts | tqtran, david-lyle ^ | 17:44 |
tqtran | david-lyle: https://review.openstack.org/#/c/137598/4 | 17:45 |
tqtran | david-lyle: we need to merge this patch sooner rather than later | 17:45 |
tqtran | david-lyle: https://bugs.launchpad.net/horizon/+bug/1415571 contains details on the problem | 17:45 |
tqtran | #openstack-requirements | 17:46 |
tqtran | ops... | 17:46 |
david-lyle | tqtran: why does it succeed in the gate? | 17:46 |
*** MaxV has quit IRC | 17:46 | |
*** MaxV has joined #openstack-horizon | 17:47 | |
nikunj2512_ | david-lyle: Please take a look at this patch at your convenince | 17:47 |
tqtran | david-lyle: not sure, is it even a gate job? | 17:47 |
nikunj2512_ | david-lyle: Please take a look at this patch at your convenience -> https://review.openstack.org/#/c/134476/ | 17:47 |
tqtran | david-lyle: im not sure that it is, cant confirm, jpich? | 17:47 |
david-lyle | why wouldn't it be | 17:47 |
jpich | tqtran: As far as I know the jasmine tests are run as part of the "browser tests"/qunit javascript suite thingie | 17:48 |
*** krykowski has quit IRC | 17:49 | |
tqtran | jpich, david-lyle: how do i confirm whether its a gate job or not? | 17:50 |
mpavlase | jpich: it's ok.. but do you know who probably can be? | 17:50 |
tqtran | its failing locally. that should be a concern in itself right? | 17:51 |
david-lyle | tqtran: if they aren't, they serve little value | 17:51 |
*** MaxV has quit IRC | 17:51 | |
david-lyle | running in the gate that is | 17:51 |
tqtran | david-lyle: understood, we can add it to the gate, but the fix is still needed | 17:52 |
david-lyle | I'd like to know if they are running in the gate or not, first | 17:52 |
jpich | Actually reading the comments on that bug | 17:52 |
david-lyle | I'll look at the patch too, but I want to understand the problem space first | 17:53 |
jpich | I believe they're disabled on the gate while waiting for MaxV's patch | 17:53 |
david-lyle | good grief | 17:53 |
jpich | and we pinned the jasmine version on the stable branches so they don't fail | 17:53 |
david-lyle | gooder grief | 17:53 |
jpich | https://bugs.launchpad.net/horizon/+bug/1396954 | 17:53 |
jpich | We could cap if that larger patch is taking too long to merge, which seems to be the case | 17:54 |
tqtran | gooder grief, is that worse or better? i cant tell..... | 17:55 |
jpich | tqtran: Won't raising the requirements cap without merging MaxV's patch first mean that our gate will fail until it's merged? | 17:55 |
david-lyle | I remember the problem and bandaid now | 17:55 |
*** Miouge has quit IRC | 17:55 | |
david-lyle | we'll need a fix compatible with both versions | 17:56 |
jpich | tqtran: Actually never mind - the test is disabled so raising the version won't break anything | 17:56 |
*** smc7 has joined #openstack-horizon | 17:56 | |
david-lyle | nevermind, jpich is correct as usual | 17:57 |
*** doug-fish has joined #openstack-horizon | 17:57 | |
jpich | david-lyle: It took me a few minutes to link both ideas together again too :P | 17:57 |
jpich | breaking requirements are complicated | 17:58 |
*** ZZelle_ has joined #openstack-horizon | 17:58 | |
jpich | but I think we'll be ok, just need to make sure to prioritise the jasmine v2 horizon patch once the requirement is in | 17:58 |
jpich | ...and make sure that the tests are reenabled in that patch too | 17:58 |
*** gugl has joined #openstack-horizon | 17:58 | |
*** nikunj2512_ has quit IRC | 17:58 | |
*** Ctina_ has quit IRC | 17:59 | |
*** Ctina__ has joined #openstack-horizon | 17:59 | |
tqtran | ok | 18:00 |
jpich | Okay, I'm gonna go eat a sandwich now. Have a nice day / evening folks! Sorry i can't make it to the meeting again tonight (have fun!) | 18:00 |
tqtran | jpich: catch you later julie! | 18:00 |
tqtran | jpich: thanks for answering my noob questions | 18:01 |
*** smc7 has quit IRC | 18:01 | |
jpich | Hahaha, anytime! :D Laters o/ | 18:01 |
*** jpich has quit IRC | 18:01 | |
*** trown is now known as trown|lunch | 18:04 | |
*** lhcheng has left #openstack-horizon | 18:06 | |
*** ttrifonov is now known as zz_ttrifonov | 18:11 | |
*** lhcheng has joined #openstack-horizon | 18:12 | |
*** openstackgerrit has quit IRC | 18:14 | |
*** openstackgerrit has joined #openstack-horizon | 18:14 | |
*** gokrokve has quit IRC | 18:16 | |
*** jcoufal_ has quit IRC | 18:17 | |
*** dsneddon has joined #openstack-horizon | 18:19 | |
*** lblanchard has quit IRC | 18:22 | |
*** dsneddon has quit IRC | 18:22 | |
*** dsneddon has joined #openstack-horizon | 18:24 | |
*** Piet has joined #openstack-horizon | 18:27 | |
*** lblanchard has joined #openstack-horizon | 18:28 | |
*** harlowja has joined #openstack-horizon | 18:28 | |
*** Ala has quit IRC | 18:29 | |
*** ybathia has joined #openstack-horizon | 18:31 | |
*** Miouge has joined #openstack-horizon | 18:35 | |
*** Miouge has quit IRC | 18:38 | |
*** EmilienM|afk is now known as EmilienM | 18:38 | |
*** absubram has quit IRC | 18:41 | |
*** tnovacik has joined #openstack-horizon | 18:43 | |
*** akrivoka has quit IRC | 18:47 | |
*** McSalty has joined #openstack-horizon | 18:50 | |
*** trown|lunch is now known as trown | 18:53 | |
tqtran | sambetts: apparently we have the issue annoyance, https://review.openstack.org/#/c/150869/ | 18:55 |
*** MaxV has joined #openstack-horizon | 18:57 | |
*** raildo has quit IRC | 18:57 | |
*** smc7 has joined #openstack-horizon | 18:59 | |
*** MaxV has quit IRC | 19:01 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Consolidating conf and scripts https://review.openstack.org/141457 | 19:02 |
*** rushiagr is now known as rushiagr_away | 19:03 | |
*** dsneddon has quit IRC | 19:04 | |
*** mpavlase has quit IRC | 19:04 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided cluster creation mode for Sahara https://review.openstack.org/147677 | 19:06 |
*** e0ne has joined #openstack-horizon | 19:07 | |
*** ybathia has quit IRC | 19:07 | |
*** ybathia has joined #openstack-horizon | 19:08 | |
*** dsneddon has joined #openstack-horizon | 19:08 | |
*** ybathia has quit IRC | 19:10 | |
*** ybathia has joined #openstack-horizon | 19:10 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided cluster creation mode for Sahara https://review.openstack.org/147677 | 19:10 |
openstackgerrit | Chad Roberts proposed openstack/horizon: Adding filtering to data_processing tables https://review.openstack.org/136459 | 19:16 |
*** raildo has joined #openstack-horizon | 19:17 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Adding filtering to data_processing tables https://review.openstack.org/136459 | 19:18 |
*** TravT has quit IRC | 19:18 | |
*** TravT has joined #openstack-horizon | 19:19 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 19:19 |
*** TravT has quit IRC | 19:20 | |
*** aix has quit IRC | 19:21 | |
sambetts | tqtran: Haha yeah that .lock thing is annoying, hopefully we can get it merged so I dont have to worry about accidently adding them to a commit | 19:24 |
*** dsneddon has quit IRC | 19:25 | |
*** dsneddon has joined #openstack-horizon | 19:27 | |
*** bpokorny has joined #openstack-horizon | 19:27 | |
sambetts | tqtran: Did you see my massive refactor of all the templates? | 19:28 |
tqtran | sambetts: lol yes i did | 19:28 |
tqtran | sambetts: great work, i'm waiting on the 1st patch to merge first | 19:29 |
sambetts | tqtran: :D | 19:29 |
tqtran | sambetts: https://review.openstack.org/#/c/123472/ was the modal clean up i was talking about | 19:30 |
*** sbfox has joined #openstack-horizon | 19:30 | |
tqtran | sambetts: https://review.openstack.org/#/c/123550/ here is an example of how to clean it | 19:30 |
tqtran | sambetts: its totally optional, but if you want to take that work on, i dont mind | 19:30 |
*** Miouge has joined #openstack-horizon | 19:31 | |
sambetts | tqtran: I'll look into it, I wonder if there is a quick way to identify the ones that need work | 19:34 |
tqtran | sambetts: yep, just search for all *.html containing modal-body | 19:35 |
tqtran | or something similar to that | 19:35 |
tqtran | class="left" or _form_fields.html should also work nicely | 19:36 |
sambetts | tqtran: Nice! " grep -r "modal-body" openstack_dashboard | grep html | grep -v modal-body-right " works quite well | 19:37 |
*** tosky has quit IRC | 19:39 | |
tqtran | sambetts: awesome, might also not be a bad idea to split them into smaller patches, its easier to review | 19:39 |
*** gokrokve has joined #openstack-horizon | 19:39 | |
sambetts | tqtran: definatly do a patch per panel or something | 19:41 |
*** jprovazn has quit IRC | 19:41 | |
*** gary-smith has quit IRC | 19:45 | |
*** gary-smith has joined #openstack-horizon | 19:45 | |
*** ericpeterson has joined #openstack-horizon | 19:46 | |
*** mpavlase has joined #openstack-horizon | 19:46 | |
*** dsneddon has quit IRC | 19:47 | |
*** dsneddon has joined #openstack-horizon | 19:48 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fixes inline edit icon size/placement https://review.openstack.org/145197 | 19:54 |
*** woodm1979 has joined #openstack-horizon | 19:57 | |
*** clu_ has joined #openstack-horizon | 19:59 | |
*** zul has quit IRC | 20:00 | |
openstackgerrit | Amogh proposed openstack/horizon: Integration tests - Instances tests https://review.openstack.org/117091 | 20:06 |
*** zul has joined #openstack-horizon | 20:06 | |
*** absubram has joined #openstack-horizon | 20:07 | |
*** wchrisj has joined #openstack-horizon | 20:07 | |
*** dsneddon has quit IRC | 20:08 | |
*** dsneddon has joined #openstack-horizon | 20:10 | |
*** TravT has joined #openstack-horizon | 20:10 | |
*** absubram has quit IRC | 20:13 | |
*** absubram has joined #openstack-horizon | 20:13 | |
*** dkorn has joined #openstack-horizon | 20:16 | |
*** Sukhdev has joined #openstack-horizon | 20:24 | |
mattfarina | asahlin do you have an email address for Mike? | 20:32 |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 20:36 | |
r1chardj0n3s | morning | 20:37 |
*** nlahouti has quit IRC | 20:40 | |
mattfarina | tqtran where is the existing wishlist? | 20:42 |
*** Piet has quit IRC | 20:49 | |
*** dboik_ has quit IRC | 20:58 | |
david-lyle | mattfarina: bugs can be wishlist priority | 21:01 |
*** raildo has quit IRC | 21:01 | |
asahlin | mattfarina: no, you? | 21:01 |
tqtran | mattfarina: wishlist? | 21:01 |
mattfarina | david-lyle are you suggesting using the bug system for a wishlist? | 21:02 |
tqtran | mattfarina: oh... | 21:02 |
tqtran | mattfarina: yeah, its filed as a bug, and mark as wish-list | 21:02 |
mattfarina | asahlin I do. I'll PM you with it | 21:02 |
david-lyle | mattfarina: I am not | 21:02 |
asahlin | mattfarina: thanks. | 21:02 |
david-lyle | filling in the details | 21:02 |
* mattfarina goes to see how many wishlist bugs there are | 21:02 | |
sambetts | Night all | 21:03 |
david-lyle | mattfarina: blueprints used to also serve that purpose | 21:03 |
david-lyle | but we have far too many ideas to track them all in the same system as active work items | 21:04 |
david-lyle | the blessings of a growing community | 21:04 |
david-lyle | process needs to adapt | 21:04 |
tqtran | sambetts: night same | 21:04 |
tqtran | *sam | 21:04 |
mattfarina | wow, there are 131 wishlist bugs | 21:05 |
david-lyle | what we really need is something more versatile than launchpad | 21:05 |
mattfarina | have you looked at storyboard? | 21:05 |
mattfarina | it's in dev so they may be open to some feature requests | 21:06 |
david-lyle | not excited about 10 different tools/repos to manage this | 21:06 |
krotscheck | We definitely we are | 21:06 |
krotscheck | We also speak we good grammar | 21:06 |
david-lyle | mattfarina: yes, I've look at it | 21:06 |
mattfarina | it's like speaking storyboard is a summons | 21:06 |
krotscheck | mattfarina: I still have it highlighted, as not enough users are linking storyboard.o.o in IRC yet. | 21:07 |
krotscheck | Soon enough that’s going to become impossible though | 21:07 |
david-lyle | I'm not sure the storyboard team is ready for everyone to jump quite yet | 21:07 |
david-lyle | but that may have changed | 21:07 |
krotscheck | We’re not. But if you want to help get us over the finish line…. ;) | 21:07 |
mattfarina | david-lyle i could start the wishlist with the items over the last several months from the bugs. that shouldn't be too hard. what do you think of that? | 21:08 |
mrunge | mattfarina, I would guess, that's too much work | 21:08 |
gary-smith | that would also give us a way to prioritize wishlist items | 21:09 |
mrunge | e.g I'm using the wishlist bug prio as: seriously, we're not going to implement that | 21:09 |
gary-smith | me too | 21:09 |
mattfarina | mrunge I see. the bug wishlist is really "pipe dream" | 21:10 |
mrunge | I think, one could go through the list | 21:10 |
gary-smith | so there is no easy way to distinguish between "pipe dream" and "maybe next release" | 21:10 |
mrunge | I would expect the list to grow faster than we'd like | 21:10 |
mattfarina | gary-smith if something is going to go from wishlist to something else i'd expect it to be moved to a blueprint instead | 21:10 |
mrunge | even if we'll start from scratch now | 21:10 |
gary-smith | mattfarina, yes. One issue I have seen is that anyone can create a wishlist type bug, but only certain people (devs?) can create blueprints | 21:12 |
mrunge | I'd vote for adding a date wishlist items, to clean up by date | 21:12 |
mrunge | e.g when something not propagated within 3 months to blueprint, it gets recycled | 21:12 |
david-lyle | gary-smith: actually, the inverse is true | 21:12 |
*** fischerw_ has joined #openstack-horizon | 21:12 | |
david-lyle | only horizon-bug team can make an item wishlist | 21:13 |
mattfarina | mrunge wishlist bugs have a date last updated. i'm filter by that now | 21:13 |
david-lyle | anyone can currently register a bp | 21:13 |
gary-smith | david-lyle, anyone can report a 'like-to-have' as a bug | 21:13 |
gary-smith | (and horizon-bug team can make it a wish list) | 21:13 |
mrunge | "It would be nice, if...." | 21:13 |
david-lyle | yes, but that's so noisy | 21:13 |
mattfarina | there are more wishlist bugs in progress than i expected | 21:13 |
david-lyle | mattfarina: short circuits the bp process | 21:14 |
david-lyle | path of least resistence | 21:14 |
mattfarina | david-lyle you still want me to setup the wiki with some docs? | 21:15 |
david-lyle | mattfarina: yes | 21:15 |
mattfarina | k, i'll do that this afternoon | 21:16 |
david-lyle | if we have a page, I can point them at that and mark new features as invalid bugs | 21:16 |
david-lyle | cleanup the list | 21:16 |
*** fischerw_ has quit IRC | 21:20 | |
openstackgerrit | Matthew D. Wood proposed openstack/horizon: Testing commit hooks something's not working. https://review.openstack.org/150980 | 21:21 |
woodm1979 | ignore that. | 21:22 |
openstackgerrit | Matthew D. Wood proposed openstack/django_openstack_auth: Allow logins when not member of a project https://review.openstack.org/150985 | 21:29 |
*** mrunge has quit IRC | 21:30 | |
*** Piet has joined #openstack-horizon | 21:31 | |
*** radez is now known as radez_g0n3 | 21:31 | |
*** ybathia has left #openstack-horizon | 21:33 | |
*** ybathia has joined #openstack-horizon | 21:34 | |
*** ybathia has quit IRC | 21:34 | |
mattfarina | david-lyle what do you think of https://wiki.openstack.org/wiki/Horizon/Wish_List | 21:35 |
*** Miouge has quit IRC | 21:36 | |
*** ybathia has joined #openstack-horizon | 21:36 | |
*** absubram has quit IRC | 21:37 | |
*** nlahouti has joined #openstack-horizon | 21:40 | |
david-lyle | mattfarina: that looks good to me, thanks! | 21:40 |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 21:42 |
*** tqtran is now known as tqtran_afk | 21:46 | |
*** bpokorny has quit IRC | 21:47 | |
*** bpokorny_ has joined #openstack-horizon | 21:47 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided cluster creation mode for Sahara https://review.openstack.org/147677 | 21:48 |
openstackgerrit | Thai Tran proposed openstack/horizon: Consolidating conf and scripts https://review.openstack.org/141457 | 21:51 |
openstackgerrit | Matthew D. Wood proposed openstack/django_openstack_auth: Allow logins when not member of a project https://review.openstack.org/150985 | 21:53 |
woodm1979 | david-lyle: That last review is dependent on yours. I'm sure I'll need to rebase it several times, but atleast it's up there. | 21:58 |
david-lyle | woodm1979: dude, where's the tests? | 22:00 |
david-lyle | :D | 22:00 |
woodm1979 | lol. | 22:00 |
mattfarina | isn't that what production is for? | 22:00 |
mattfarina | :) | 22:01 |
openstackgerrit | Amogh proposed openstack/horizon: Integration tests - Instances tests https://review.openstack.org/117091 | 22:01 |
woodm1979 | I think ericpeterson should write all the tests. | 22:01 |
ericpeterson | pass | 22:01 |
ericpeterson | get it? see what I did there? | 22:01 |
david-lyle | there's one | 22:01 |
woodm1979 | is that a passing test or an empty python context block? | 22:01 |
ericpeterson | yes to both | 22:02 |
ericpeterson | trying to sort out recent changes around angular-cookies.js that have me all busted, though writing tests sound like a pretty sweet deal | 22:02 |
*** mattfarina has quit IRC | 22:03 | |
ericpeterson | I had some dental work done today too, all these things are terrific | 22:03 |
*** crobertsrh is now known as _crobertsrh | 22:04 | |
ericpeterson | something else that I was wondering: the left hand navigation - the panel groups are expandable / collapsable but when I mouse over them I don't see the correct cursor. is that just me? | 22:08 |
openstackgerrit | Julie Gravel proposed openstack/horizon: Add support for cinder pools https://review.openstack.org/147647 | 22:09 |
openstackgerrit | Julie Gravel proposed openstack/horizon: Volume type extra specs widget https://review.openstack.org/139026 | 22:09 |
*** echevemaster has joined #openstack-horizon | 22:09 | |
ericpeterson | it's just my old static/* dir. nevermind | 22:10 |
*** Ctina__ has quit IRC | 22:11 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 22:22 |
*** jasondot_ has quit IRC | 22:23 | |
*** lblanchard has quit IRC | 22:24 | |
*** Sukhdev has quit IRC | 22:24 | |
*** lblanchard has joined #openstack-horizon | 22:25 | |
*** lblanchard has quit IRC | 22:26 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fixes checkbox alignment in multi-select column https://review.openstack.org/151014 | 22:27 |
*** jtriley has quit IRC | 22:27 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fixes checkbox alignment in multi-select column https://review.openstack.org/151014 | 22:29 |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fixes checkbox alignment in multi-select column https://review.openstack.org/151014 | 22:30 |
*** Sukhdev has joined #openstack-horizon | 22:30 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to Horizon https://review.openstack.org/151018 | 22:31 |
r1chardj0n3s | tqtran_afk: you were going to rebase https://review.openstack.org/#/c/133767/ over https://review.openstack.org/#/c/150636/ yes? | 22:33 |
*** peristeri has quit IRC | 22:36 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 22:39 |
*** vijendar has quit IRC | 22:42 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon https://review.openstack.org/151018 | 22:42 |
*** neelashah has quit IRC | 22:45 | |
*** neelashah has joined #openstack-horizon | 22:48 | |
*** e0ne has quit IRC | 22:49 | |
openstackgerrit | Adrien Vergé proposed openstack/horizon: [Sahara] Support Cinder availability zones https://review.openstack.org/128906 | 22:50 |
*** e0ne has joined #openstack-horizon | 22:50 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon https://review.openstack.org/151018 | 22:54 |
*** dkorn has quit IRC | 22:55 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token and list projects https://review.openstack.org/148082 | 23:04 |
*** e0ne has quit IRC | 23:05 | |
*** openstackgerrit has quit IRC | 23:06 | |
*** openstackgerrit has joined #openstack-horizon | 23:06 | |
*** EmilienM is now known as EmilienM|afk | 23:08 | |
*** tnovacik has quit IRC | 23:10 | |
*** neelashah has quit IRC | 23:18 | |
*** jpomero has quit IRC | 23:19 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: WIP Re-designed and Angularized tables https://review.openstack.org/147393 | 23:22 |
*** woodm1979 has quit IRC | 23:26 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token and list projects https://review.openstack.org/148082 | 23:32 |
*** gokrokve has quit IRC | 23:33 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Add example keystone v3 policy file to horizon https://review.openstack.org/151018 | 23:34 |
*** Piet has quit IRC | 23:38 | |
rbertram | Is anyone else seeing this JS error? I go to Users or Projects, and hover over a cell in the table so that the little pencil appears. Then this error in the JS console: GET http://127.0.0.1:8081/static/dashboard/css/None 404 (NOT FOUND) | 23:38 |
rbertram | I can dig into it if it's real, but first want to be sure it's not just me | 23:39 |
*** fischerw has quit IRC | 23:41 | |
*** ZZelle_ has quit IRC | 23:45 | |
ongk | rbertram: yup, seeing it in Safari, but not Firefox | 23:47 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: angular-based help-panel widget https://review.openstack.org/148031 | 23:50 |
tqtran_afk | r1chardj0n3s: yes sir, among other things | 23:52 |
*** tqtran_afk is now known as tqtran | 23:52 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: angular-based help-panel widget https://review.openstack.org/148031 | 23:53 |
openstackgerrit | Merged openstack/django_openstack_auth: Use keystone auth plugins https://review.openstack.org/121281 | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!