*** yamamoto has joined #openstack-horizon | 00:00 | |
*** peristeri has quit IRC | 00:01 | |
*** yamamoto has quit IRC | 00:09 | |
*** josecastroleon has quit IRC | 00:18 | |
*** josecastroleon has joined #openstack-horizon | 00:19 | |
*** tqtran is now known as tqtran-afk | 00:20 | |
r1chardj0n3s | tqtran-afk: thanks for the extra tCtrl docs! | 00:24 |
---|---|---|
*** david-lyle has joined #openstack-horizon | 00:27 | |
*** jbell8 has quit IRC | 00:30 | |
*** jbell8 has joined #openstack-horizon | 00:31 | |
*** jamielennox|away is now known as jamielennox | 00:33 | |
*** yamamoto has joined #openstack-horizon | 00:38 | |
*** roxanaghe has quit IRC | 00:40 | |
*** donu7 has quit IRC | 00:43 | |
*** Mounica has quit IRC | 00:44 | |
*** lblanchard has joined #openstack-horizon | 00:45 | |
*** sjmc7 has quit IRC | 00:48 | |
*** Mounica has joined #openstack-horizon | 00:49 | |
*** yamamoto has quit IRC | 00:49 | |
*** josecastroleon has quit IRC | 00:49 | |
*** josecastroleon has joined #openstack-horizon | 00:50 | |
*** ducttape_ has quit IRC | 01:06 | |
*** alexvictorchan has quit IRC | 01:11 | |
*** jtriley has joined #openstack-horizon | 01:12 | |
*** jbell8 has quit IRC | 01:16 | |
*** jbell8 has joined #openstack-horizon | 01:16 | |
*** josecastroleon has quit IRC | 01:20 | |
*** josecastroleon has joined #openstack-horizon | 01:21 | |
*** jroll has quit IRC | 01:22 | |
*** jroll has joined #openstack-horizon | 01:24 | |
*** Mounica has quit IRC | 01:34 | |
*** SimonChung1 has quit IRC | 01:36 | |
*** Liuqing has joined #openstack-horizon | 01:44 | |
*** zhurong has joined #openstack-horizon | 01:44 | |
r1chardj0n3s | hmm, so our Javascript files have docs, but we don't currently generate them in the docs build... | 01:45 |
r1chardj0n3s | we don't even document how to generate the JS API docs | 01:46 |
*** josecastroleon has quit IRC | 01:50 | |
*** josecastroleon has joined #openstack-horizon | 01:52 | |
david-lyle | Perfect | 01:53 |
r1chardj0n3s | thought you'd like that :-) | 01:53 |
r1chardj0n3s | I'm looking into it | 01:53 |
david-lyle | :) | 01:54 |
r1chardj0n3s | another potentially exciting topic to talk about next week! | 01:54 |
david-lyle | As if we were short on topics | 01:55 |
r1chardj0n3s | yah | 01:55 |
*** chlong_ has joined #openstack-horizon | 01:56 | |
david-lyle | Once I sit down, I have a question | 01:56 |
r1chardj0n3s | okie | 01:56 |
* david-lyle loves airports | 01:56 | |
r1chardj0n3s | I betcha do | 01:56 |
david-lyle | One thumb typing is not my greatest skill | 01:57 |
r1chardj0n3s | well, that's a lot of jsdoc errors | 02:00 |
*** mpavlase has quit IRC | 02:00 | |
*** jamielennox is now known as jamielennox|away | 02:02 | |
*** shu-mutou has joined #openstack-horizon | 02:03 | |
*** david-lyle_ has joined #openstack-horizon | 02:04 | |
*** david-lyle has quit IRC | 02:04 | |
*** david-lyle_ is now known as david-lyle | 02:05 | |
*** ChanServ sets mode: +o david-lyle | 02:05 | |
david-lyle | ok have a keyboard | 02:06 |
david-lyle | \o/ | 02:06 |
r1chardj0n3s | oh no! | 02:06 |
r1chardj0n3s | the damage you could do | 02:06 |
* david-lyle smiles devilishly | 02:06 | |
*** erlon has quit IRC | 02:06 | |
* david-lyle then realizes he's to tired | 02:07 | |
david-lyle | ok | 02:07 |
r1chardj0n3s | :-) | 02:07 |
david-lyle | so I've been resurrecting the old network topology based on feedback from people like Bruno | 02:07 |
david-lyle | I've got both the old and new topology running on the same page using the same data model and toggled by tabs | 02:08 |
david-lyle | that was actually pretty straightforward | 02:08 |
*** dan_nguyen has quit IRC | 02:09 | |
david-lyle | the problem I ran into was that since the elements in the hidden tab are display:none, the svg renders up and to the left | 02:09 |
david-lyle | when that tab is hidden | 02:09 |
r1chardj0n3s | oh | 02:09 |
r1chardj0n3s | that's suboptimal | 02:09 |
r1chardj0n3s | SVG doesn't abide by CSS, does it | 02:10 |
david-lyle | so my fun hack has been to trigger a resize event on the tab switch for specific elements | 02:10 |
david-lyle | no, it thinks the container is 0 tall and bad things happen | 02:10 |
david-lyle | but with the hack I get it to work | 02:10 |
david-lyle | although first time you switch tabs, the element will quickly drift in from the top left | 02:11 |
r1chardj0n3s | hmm, what if you .... erk ... iframe the SVG? Does that then honor a display: none on the iframe? | 02:11 |
david-lyle | to the center | 02:11 |
david-lyle | iframe???!?!?!?!? | 02:11 |
r1chardj0n3s | I'm sorry | 02:11 |
david-lyle | :-D | 02:11 |
r1chardj0n3s | for penance I *did* just file https://bugs.launchpad.net/horizon/+bug/1547290 ;-) | 02:11 |
openstack | Launchpad bug 1547290 in OpenStack Dashboard (Horizon) "We currently do not generate Javascript API docs" [Undecided,New] | 02:11 |
*** jbell8 has quit IRC | 02:12 | |
david-lyle | all is forgiven | 02:12 |
*** jamielennox|away is now known as jamielennox | 02:12 | |
david-lyle | so I guess my question is how do we feel about such a hack | 02:12 |
r1chardj0n3s | ideally we wouldn't have two, unless there was a very good reason to have both | 02:13 |
david-lyle | I think it could be done more cleanly but would require rewriting a bunch of the d3 topology view | 02:13 |
david-lyle | well the reason for two is that the new one is not great for smaller setups and the first view is how network topology is more traditionally viewed | 02:14 |
david-lyle | plus it's rendering is deterministic, not force driven | 02:14 |
*** john5223 has joined #openstack-horizon | 02:14 | |
r1chardj0n3s | so width="0" height="0" style="position:absolute" | 02:14 |
r1chardj0n3s | ick, but if it works | 02:14 |
david-lyle | pretty much | 02:14 |
david-lyle | or I can post it and let someone else be the d3 wizard | 02:15 |
david-lyle | one the plus side, our d3 based topology will now actually handle window resize events | 02:15 |
david-lyle | *on | 02:15 |
r1chardj0n3s | post & someone else's problem sounds like a solid plan | 02:16 |
david-lyle | I'm not super happy with having to alter horizon.tabs.js to make a d3 view in a tab work | 02:16 |
r1chardj0n3s | mmm | 02:16 |
david-lyle | but d3 | 02:16 |
david-lyle | yeah, I'll post and if someone has a better idea without a complete rewrite I'm open to suggestions | 02:17 |
openstackgerrit | Cindy Lu proposed openstack/horizon: WIP Angular Table Directive https://review.openstack.org/252014 | 02:17 |
* r1chardj0n3s knows nothing about d3 :/ | 02:17 | |
*** lblanchard has quit IRC | 02:18 | |
tqtran-afk | david-lyle: you should be able to put it inside of a relative container | 02:18 |
david-lyle | complete rewrite of the topology view, they can totally rewrite my patch | 02:18 |
tqtran-afk | and absolute position the d3 stuff | 02:18 |
*** tqtran-afk is now known as tqtran | 02:18 | |
tqtran | maybe post it up and have some other folks have a go | 02:18 |
tqtran | i can potentially look into it, im sure hurgleburgler might be able to help as well | 02:18 |
david-lyle | but the tab code sets display to none | 02:18 |
tqtran | oh i see | 02:18 |
david-lyle | yeah, I'll post and let smarter people fix it :P | 02:19 |
tqtran | is it done programmatically? | 02:19 |
tqtran | or via css | 02:19 |
openstackgerrit | Richard Jones proposed openstack/horizon: Generate Javascript API docs https://review.openstack.org/282134 | 02:19 |
r1chardj0n3s | BOOM | 02:20 |
david-lyle | shazaam | 02:20 |
r1chardj0n3s | pretty sure (hopeful, actually) that the docs gate job will fail for that patch, given the jsdoc errors we have in place) | 02:20 |
david-lyle | tqtran: jquery hide() | 02:20 |
tqtran | r1chardj0n3s: i remember some other folks wanting to use sphinx, is that a possibility or do we want to add another doc tool? | 02:20 |
r1chardj0n3s | I frequently hide from jquery | 02:20 |
r1chardj0n3s | tqtran: I have added that as a point of discussion for next week; currently everyone has been using JSDoc style, we'd have to migrate everything over to ReST for it to be a part of Sphinx docs | 02:21 |
*** josecastroleon has quit IRC | 02:21 | |
tqtran | if im not mistaken, i believe query hide toggles the css underneath, so if you have a custom css on the d3 tab to override, it might work? | 02:21 |
r1chardj0n3s | so for now I'm using jsdoc and "manually" linking the output into the Sphinx index page | 02:22 |
tqtran | r1chardj0n3s: yeah sounds like a good topic for midcycle | 02:22 |
david-lyle | I don't mind jquery, I just don't like the huge mix of technologies as much | 02:22 |
r1chardj0n3s | yeah | 02:22 |
*** josecastroleon has joined #openstack-horizon | 02:22 | |
david-lyle | all right, I'll rebase and let this creature out in the world | 02:23 |
tqtran | haha, looks like the gate is choking | 02:23 |
tqtran | gonna be real fun next week lol | 02:23 |
r1chardj0n3s | yeah :/ | 02:24 |
*** jamielennox is now known as jamielennox|away | 02:24 | |
r1chardj0n3s | hahah, looking at some of the jsdoc output is hilarious ;-) | 02:24 |
tqtran | btw, robcresswell wanted to do something like add widgets example code to the developer dashboard | 02:25 |
tqtran | any way for us to link to that to jsdoc? food for thought | 02:25 |
*** jamielennox|away is now known as jamielennox | 02:25 | |
r1chardj0n3s | yep, sounds like a plan. the jsdoc output structure is predictable | 02:25 |
r1chardj0n3s | maybe the developer dashboard could be the "guide" documentation we desperately need - though its original intent was just a widget showcase | 02:26 |
r1chardj0n3s | but why have two things when one would do | 02:26 |
*** jamielennox is now known as jamielennox|away | 02:26 | |
tqtran | yeah, only down side with putting in the dev dashboard is that it is not in the wiki, would require an installation of horizon | 02:27 |
david-lyle | I think a concrete example of a wiki may be more useful | 02:29 |
david-lyle | wait | 02:29 |
david-lyle | that didn't make sense | 02:29 |
david-lyle | I think a concrete example may be more useful that a wiki | 02:30 |
r1chardj0n3s | tqtran: what wiki? | 02:30 |
r1chardj0n3s | david-lyle: on another note: have you seen the Monday evening plan emails? | 02:31 |
david-lyle | probably not? | 02:31 |
tqtran | ok, heading out for dinna, ttyt | 02:31 |
r1chardj0n3s | 's what I thought, gimme a sec | 02:31 |
*** tqtran has quit IRC | 02:31 | |
*** jamielennox|away is now known as jamielennox | 02:33 | |
*** ducttape_ has joined #openstack-horizon | 02:34 | |
*** jamielennox is now known as jamielennox|away | 02:34 | |
*** jamielennox|away is now known as jamielennox | 02:35 | |
*** jamielennox is now known as jamielennox|away | 02:36 | |
*** jbell8 has joined #openstack-horizon | 02:43 | |
*** bpokorny has quit IRC | 02:46 | |
wolverin_ | ah, david-lyle is here! that simple plugin not able to talk to neutronclient was a pythonpath issue. my horizon was using .venv and the updated neutronclient was in the generic /usr/bin . | 02:50 |
wolverin_ | david-lyle: i thought i'd let you know. just in case some other newbie asks and i'm not here :) | 02:51 |
david-lyle | wolverin_: that would be problematic | 02:51 |
*** jbell8 has quit IRC | 02:51 | |
david-lyle | didn't think to ask that | 02:51 |
david-lyle | :( | 02:51 |
*** jamielennox|away is now known as jamielennox | 02:51 | |
*** alexvictorchan has joined #openstack-horizon | 02:52 | |
*** josecastroleon has quit IRC | 02:52 | |
david-lyle | wolverin_: would have thought you'd get a 404 in that case | 02:52 |
* david-lyle shrugs | 02:53 | |
*** josecastroleon has joined #openstack-horizon | 02:53 | |
*** dlevy has joined #openstack-horizon | 02:54 | |
wolverin_ | the venv has everything except my specific changes to the neutronclient. so it won't throw 404. everything works fine until you try to call the extended method in neutronclient. | 02:55 |
*** xinwu has quit IRC | 02:56 | |
* david-lyle tries to remember the specific call | 02:57 | |
* david-lyle but takes wolverin_'s word for it | 02:57 | |
*** wolverin_ has quit IRC | 02:57 | |
amotoki | david-lyle: ping | 03:00 |
david-lyle | amotoki: o/ | 03:00 |
amotoki | david-lyle: hi, can we release djanog-openstack-auth? | 03:00 |
david-lyle | amotoki: yes | 03:01 |
amotoki | david-lyle: I see various codes added since the last release and some horizon patches at least one depends on them. | 03:01 |
david-lyle | was trying to wait for django 1.9 support to be complete | 03:01 |
david-lyle | will check the status tomorrow. | 03:01 |
amotoki | david-lyle: thanks, I see. Personally we can release it more frequently :-) | 03:02 |
david-lyle | amotoki: I don't think it's been too long :) but yes, should be more frequent | 03:02 |
*** sjmc7 has joined #openstack-horizon | 03:03 | |
david-lyle | ok 2 months is a while | 03:03 |
david-lyle | time just creeps by | 03:03 |
amotoki | :) | 03:03 |
david-lyle | amotoki: thanks for the push | 03:03 |
*** ducttape_ has quit IRC | 03:12 | |
r1chardj0n3s | so much jsdoc to clean up | 03:12 |
r1chardj0n3s | OMG | 03:12 |
* r1chardj0n3s goes out for some exercise | 03:12 | |
*** yamamoto_ has joined #openstack-horizon | 03:17 | |
*** lhcheng has quit IRC | 03:18 | |
openstackgerrit | zhaozhilong proposed openstack/horizon: Fix some heat-snapshot-api missing. https://review.openstack.org/281642 | 03:18 |
*** krotscheck_dr is now known as krotscheck_afk | 03:18 | |
*** ducttape_ has joined #openstack-horizon | 03:20 | |
*** ducttape_ has quit IRC | 03:21 | |
*** josecastroleon has quit IRC | 03:23 | |
*** josecastroleon has joined #openstack-horizon | 03:24 | |
*** ducttape_ has joined #openstack-horizon | 03:34 | |
*** david-lyle_ has joined #openstack-horizon | 03:42 | |
*** david-lyle has quit IRC | 03:45 | |
*** amotoki has quit IRC | 03:47 | |
*** amotoki has joined #openstack-horizon | 03:48 | |
*** ducttape_ has quit IRC | 03:51 | |
*** flwang1 has quit IRC | 03:53 | |
*** josecastroleon has quit IRC | 03:54 | |
*** josecastroleon has joined #openstack-horizon | 03:55 | |
*** lhcheng has joined #openstack-horizon | 03:56 | |
*** lhcheng has quit IRC | 03:57 | |
*** david-lyle has joined #openstack-horizon | 04:00 | |
*** ChanServ sets mode: +o david-lyle | 04:00 | |
*** david-lyle_ has quit IRC | 04:03 | |
*** david_lyle__ has joined #openstack-horizon | 04:03 | |
*** david-lyle has quit IRC | 04:04 | |
*** gyee has quit IRC | 04:07 | |
*** david_lyle__ has quit IRC | 04:08 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Dynamic Themes https://review.openstack.org/277220 | 04:12 |
*** wolverineav has joined #openstack-horizon | 04:19 | |
*** wolverineav has quit IRC | 04:23 | |
*** josecastroleon has quit IRC | 04:24 | |
*** hurgleburgler has quit IRC | 04:25 | |
*** josecastroleon has joined #openstack-horizon | 04:25 | |
*** hurgleburgler has joined #openstack-horizon | 04:25 | |
*** amotoki has quit IRC | 04:28 | |
*** amotoki has joined #openstack-horizon | 04:29 | |
*** sjmc7 has quit IRC | 04:31 | |
*** lhcheng has joined #openstack-horizon | 04:33 | |
*** amotoki has quit IRC | 04:35 | |
*** SimonChung has joined #openstack-horizon | 04:37 | |
*** sguduru has joined #openstack-horizon | 04:37 | |
*** sguduru has quit IRC | 04:38 | |
*** sguduru has joined #openstack-horizon | 04:38 | |
*** SimonChung1 has joined #openstack-horizon | 04:39 | |
*** sguduru has quit IRC | 04:40 | |
*** sguduru has joined #openstack-horizon | 04:41 | |
*** SimonChung has quit IRC | 04:41 | |
*** wolverineav has joined #openstack-horizon | 04:45 | |
*** kzaitsev_mb has joined #openstack-horizon | 04:46 | |
*** xinwu has joined #openstack-horizon | 04:47 | |
*** amotoki has joined #openstack-horizon | 04:47 | |
*** Liuqing has quit IRC | 04:47 | |
*** gariveradlt has joined #openstack-horizon | 04:50 | |
*** josecastroleon has quit IRC | 04:55 | |
*** Liuqing has joined #openstack-horizon | 04:55 | |
*** amotoki has quit IRC | 04:56 | |
*** josecastroleon has joined #openstack-horizon | 04:56 | |
*** kzaitsev_mb has quit IRC | 05:00 | |
*** amotoki has joined #openstack-horizon | 05:02 | |
*** masco has joined #openstack-horizon | 05:10 | |
*** sguduru has quit IRC | 05:11 | |
*** jhesketh has quit IRC | 05:14 | |
*** gariveradlt has quit IRC | 05:15 | |
*** jhesketh has joined #openstack-horizon | 05:16 | |
*** zhurong has quit IRC | 05:22 | |
*** zhurong has joined #openstack-horizon | 05:25 | |
*** sguduru has joined #openstack-horizon | 05:25 | |
*** josecastroleon has quit IRC | 05:26 | |
*** josecastroleon has joined #openstack-horizon | 05:27 | |
*** mtanino has quit IRC | 05:29 | |
*** amotoki has quit IRC | 05:31 | |
*** rcernin has joined #openstack-horizon | 05:37 | |
*** amotoki has joined #openstack-horizon | 05:39 | |
openstackgerrit | zhaozhilong proposed openstack/horizon: Fix some heat-snapshot-api missing. https://review.openstack.org/281642 | 05:40 |
openstackgerrit | zhaozhilong proposed openstack/horizon: Add some heat-snapshot-api. https://review.openstack.org/281642 | 05:41 |
*** hurgleburgler has quit IRC | 05:46 | |
*** lhcheng_ has joined #openstack-horizon | 05:47 | |
*** lhcheng has quit IRC | 05:47 | |
*** josecastroleon has quit IRC | 05:56 | |
*** josecastroleon has joined #openstack-horizon | 05:58 | |
*** exploreshaifali has joined #openstack-horizon | 06:02 | |
*** sguduru has quit IRC | 06:04 | |
openstackgerrit | Masco proposed openstack/horizon: added bandwidth limit rule workflow https://review.openstack.org/277743 | 06:08 |
openstackgerrit | Li Yingjun proposed openstack/horizon: Disable router and fip quotas when router is disabled https://review.openstack.org/185820 | 06:17 |
openstackgerrit | Li Yingjun proposed openstack/horizon: Fix issue when using glance v2 api https://review.openstack.org/249531 | 06:18 |
*** Liuqing has quit IRC | 06:22 | |
*** belmoreira has joined #openstack-horizon | 06:23 | |
*** Liuqing has joined #openstack-horizon | 06:24 | |
*** josecastroleon has quit IRC | 06:28 | |
*** josecastroleon has joined #openstack-horizon | 06:29 | |
*** btully has quit IRC | 06:29 | |
*** sguduru has joined #openstack-horizon | 06:30 | |
*** jprovazn has joined #openstack-horizon | 06:33 | |
*** sguduru has quit IRC | 06:33 | |
openstackgerrit | zhaozhilong proposed openstack/horizon: Add some new heat-snapshot-api. https://review.openstack.org/281642 | 06:47 |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 06:50 |
*** btully has joined #openstack-horizon | 06:51 | |
*** vgridnev has joined #openstack-horizon | 06:54 | |
*** vgridnev has quit IRC | 06:55 | |
*** kzaitsev_mb has joined #openstack-horizon | 06:56 | |
*** zhurong has quit IRC | 06:57 | |
*** zhurong has joined #openstack-horizon | 06:57 | |
*** vgridnev has joined #openstack-horizon | 06:57 | |
*** k-ishii_ has quit IRC | 06:58 | |
*** jtomasek has joined #openstack-horizon | 07:02 | |
openstackgerrit | Masco proposed openstack/horizon: Disable shared option for non admin users in network https://review.openstack.org/261930 | 07:06 |
*** vgridnev has quit IRC | 07:09 | |
*** k-ishii has joined #openstack-horizon | 07:15 | |
*** sguduru has joined #openstack-horizon | 07:19 | |
*** sguduru has quit IRC | 07:30 | |
*** sguduru has joined #openstack-horizon | 07:32 | |
*** exploreshaifali has quit IRC | 07:37 | |
*** k-ishii_ has joined #openstack-horizon | 07:39 | |
*** k-ishii has quit IRC | 07:41 | |
*** chlong_ has quit IRC | 07:41 | |
*** pcaruana has joined #openstack-horizon | 07:45 | |
*** sguduru has quit IRC | 07:47 | |
*** kzaitsev_mb has quit IRC | 07:47 | |
*** e0ne has joined #openstack-horizon | 07:49 | |
*** zhurong has quit IRC | 07:53 | |
*** Liuqing has quit IRC | 07:53 | |
*** itxaka has joined #openstack-horizon | 07:54 | |
itxaka | hey TravT , thanks for the explanation on the angular patch, much appreciated! | 08:03 |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 08:20 |
*** ygbo has joined #openstack-horizon | 08:26 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: Angular: Configuration of boot sources for launch instance https://review.openstack.org/270182 | 08:28 |
*** reedip is now known as outofmemory | 08:31 | |
*** piet has joined #openstack-horizon | 08:37 | |
*** exploreshaifali has joined #openstack-horizon | 08:38 | |
*** josecastroleon has quit IRC | 08:40 | |
*** josecastroleon has joined #openstack-horizon | 08:41 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: Reduce lint warnings https://review.openstack.org/257770 | 08:44 |
*** piet has quit IRC | 08:45 | |
*** ArcTanSusan_ has joined #openstack-horizon | 08:46 | |
*** e0ne_ has joined #openstack-horizon | 08:46 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: Reduce lint warnings https://review.openstack.org/257770 | 08:46 |
*** piet has joined #openstack-horizon | 08:47 | |
*** rdopiera has joined #openstack-horizon | 08:48 | |
*** e0ne has quit IRC | 08:48 | |
*** ArcTanSusan has quit IRC | 08:48 | |
*** ArcTanSusan_ is now known as ArcTanSusan | 08:48 | |
*** e0ne_ has quit IRC | 08:48 | |
*** piet has quit IRC | 08:49 | |
openstackgerrit | Masco proposed openstack/horizon: added bandwidth limit rule workflow https://review.openstack.org/277743 | 08:52 |
*** lhcheng_ is now known as lhcheng | 08:55 | |
*** piet has joined #openstack-horizon | 08:55 | |
*** lhcheng has quit IRC | 08:57 | |
*** amotoki has quit IRC | 09:00 | |
*** amotoki has joined #openstack-horizon | 09:04 | |
*** mpavlase has joined #openstack-horizon | 09:04 | |
*** wolverineav has quit IRC | 09:06 | |
*** piet has quit IRC | 09:07 | |
*** piet has joined #openstack-horizon | 09:08 | |
*** flwang1 has joined #openstack-horizon | 09:08 | |
*** piet has quit IRC | 09:13 | |
*** piet has joined #openstack-horizon | 09:15 | |
*** piet has quit IRC | 09:16 | |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for modification of Public and Protected fields for NameSpace. https://review.openstack.org/271995 | 09:18 |
*** piet has joined #openstack-horizon | 09:21 | |
*** shu-mutou has quit IRC | 09:22 | |
*** xinwu has quit IRC | 09:31 | |
*** vgridnev has joined #openstack-horizon | 09:34 | |
*** Newone has quit IRC | 09:35 | |
*** piet has quit IRC | 09:36 | |
*** kzaitsev_mb has joined #openstack-horizon | 09:36 | |
*** piet has joined #openstack-horizon | 09:38 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: bump eslint version to 1.10.3 https://review.openstack.org/282249 | 09:42 |
*** kzaitsev_mb has quit IRC | 09:44 | |
*** kzaitsev_mb has joined #openstack-horizon | 09:49 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: Use eslint --max-warnings to prevent warning increasing https://review.openstack.org/282252 | 09:55 |
*** kzaitsev_mb has quit IRC | 09:55 | |
*** piet has quit IRC | 09:56 | |
*** piet has joined #openstack-horizon | 10:02 | |
openstackgerrit | Thomas Bechtold proposed openstack/horizon: Add local_settings.d/ dir for settings snippets https://review.openstack.org/243974 | 10:04 |
*** wolverineav has joined #openstack-horizon | 10:07 | |
*** piet has quit IRC | 10:07 | |
*** piet has joined #openstack-horizon | 10:08 | |
*** aortega has quit IRC | 10:11 | |
*** wolverineav has quit IRC | 10:11 | |
*** Liuqing has joined #openstack-horizon | 10:12 | |
*** Liuqing has quit IRC | 10:14 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Added test for check stacks creation and deletion functionality https://review.openstack.org/266368 | 10:17 |
*** exploreshaifali has quit IRC | 10:24 | |
*** mohankumar_ has joined #openstack-horizon | 10:26 | |
mrunge | robcresswell, zigo you might have missed, django-babel does not support django-1.9 yet | 10:26 |
mrunge | sorry to be the party pooper here | 10:26 |
*** piet has quit IRC | 10:27 | |
*** piet has joined #openstack-horizon | 10:27 | |
*** slunkad_ has joined #openstack-horizon | 10:29 | |
*** yamamoto_ has quit IRC | 10:32 | |
*** slunkad_ has quit IRC | 10:36 | |
itxaka | seems that they run the tests against django1.9 and they pass: https://travis-ci.org/python-babel/django-babel | 10:36 |
itxaka | new version does, not sure if released on pypi: https://github.com/python-babel/django-babel/commit/5d953ef9e38ca5faf0ac4b39c9757aa87a40c00e | 10:37 |
mrunge | it's not released on pypi yet, | 10:38 |
mrunge | and they did not tag a version yet | 10:38 |
itxaka | umm actually why do we use django-bable for? its not even on installed apps | 10:39 |
itxaka | *babel | 10:39 |
mrunge | for translations | 10:39 |
mrunge | to prepare translations | 10:39 |
itxaka | but for extractions we use https://github.com/python-babel/babel directly no? | 10:39 |
mrunge | hmm | 10:40 |
itxaka | yeah we use pybable for the extraction | 10:40 |
itxaka | goddammit, *pybabel | 10:40 |
itxaka | not sure what django-babel does in our case, will have a look on the django1.9 patch while I resolve the merge conflict | 10:40 |
mrunge | funny, I don't see django-babel being used | 10:42 |
itxaka | maybe it was used before and then deprecated but not removed? | 10:43 |
itxaka | and because it pulls babel then nobody noticed | 10:43 |
openstackgerrit | hanjiabao proposed openstack/horizon: add panel of ng-vpn-table https://review.openstack.org/282269 | 10:43 |
mrunge | it looks like a plugin to pybabel | 10:44 |
*** flwang1 has quit IRC | 10:45 | |
*** exploreshaifali has joined #openstack-horizon | 10:48 | |
openstackgerrit | Matthias Runge proposed openstack/horizon: Remove django-babel from requirements https://review.openstack.org/282272 | 10:49 |
itxaka | uh, horizon passed the 10.000 commit and we didnt have a party! | 10:49 |
mrunge | huh. this should be number 10k: https://github.com/openstack/horizon/commit/7be933789b338d2088d6db2dcfc5b949d5c238dd | 10:50 |
openstackgerrit | Masco proposed openstack/horizon: Disable shared option for non admin users in network https://review.openstack.org/261930 | 10:50 |
*** flwang1 has joined #openstack-horizon | 10:51 | |
mrunge | didn't we already had a fix for cinderclient traces in tests? | 10:54 |
mrunge | snapshots connected? | 10:54 |
mrunge | aha. someone already reported the issue: https://bugs.launchpad.net/horizon/+bug/1538215 | 10:58 |
openstack | Launchpad bug 1538215 in OpenStack Dashboard (Horizon) "cinderclient traces in tests output" [Medium,Confirmed] | 10:58 |
*** kzaitsev_mb has joined #openstack-horizon | 11:02 | |
*** piet has quit IRC | 11:03 | |
*** piet has joined #openstack-horizon | 11:04 | |
*** piet has quit IRC | 11:06 | |
*** piet has joined #openstack-horizon | 11:07 | |
*** kzaitsev_mb has quit IRC | 11:07 | |
*** gberginc has quit IRC | 11:19 | |
*** gberginc has joined #openstack-horizon | 11:20 | |
*** jprovazn has quit IRC | 11:25 | |
*** gberginc has quit IRC | 11:26 | |
*** gberginc has joined #openstack-horizon | 11:27 | |
*** linkmark has joined #openstack-horizon | 11:27 | |
*** mohankumar_ has quit IRC | 11:33 | |
*** piet has quit IRC | 11:33 | |
*** piet has joined #openstack-horizon | 11:33 | |
*** yamamoto_ has joined #openstack-horizon | 11:35 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: [WIP] Fix remaining Django 1.9 test failures https://review.openstack.org/280222 | 11:37 |
*** piet has quit IRC | 11:37 | |
itxaka | zigo, ^^^ | 11:38 |
itxaka | :D | 11:38 |
*** piet has joined #openstack-horizon | 11:38 | |
*** kzaitsev_mb has joined #openstack-horizon | 11:39 | |
*** masco has quit IRC | 11:40 | |
*** josecastroleon has quit IRC | 11:41 | |
*** josecastroleon has joined #openstack-horizon | 11:42 | |
*** piet has quit IRC | 11:44 | |
*** piet has joined #openstack-horizon | 11:48 | |
*** yamamoto_ has quit IRC | 11:54 | |
*** yamamoto has joined #openstack-horizon | 11:54 | |
*** yamamoto has quit IRC | 11:58 | |
*** piet has quit IRC | 11:58 | |
*** itxaka is now known as itxaka|afk | 12:00 | |
tsufiev | itxaka|afk, how do you count them? | 12:04 |
tsufiev | ah, I see, github tells the stats | 12:04 |
itxaka|afk | :D | 12:04 |
itxaka|afk | count them myself by hanad :P | 12:05 |
itxaka|afk | *hand | 12:05 |
itxaka|afk | github count and git count are a bit different thought | 12:06 |
itxaka|afk | git shortlog | grep -E '^[ ]+\w+' | wc -l | 12:07 |
itxaka|afk | 9915 | 12:08 |
*** chlong_ has joined #openstack-horizon | 12:11 | |
*** josecastroleon has quit IRC | 12:11 | |
*** josecastroleon has joined #openstack-horizon | 12:12 | |
*** leitan_ has joined #openstack-horizon | 12:16 | |
*** piet has joined #openstack-horizon | 12:23 | |
*** kzaitsev_mb has quit IRC | 12:27 | |
*** yamamoto has joined #openstack-horizon | 12:33 | |
*** masco has joined #openstack-horizon | 12:34 | |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for modification of Public and Protected fields for NameSpace. https://review.openstack.org/271995 | 12:34 |
*** piet has quit IRC | 12:36 | |
*** flwang1 has quit IRC | 12:37 | |
*** lblanchard has joined #openstack-horizon | 12:39 | |
*** vgridnev has quit IRC | 12:40 | |
*** kzaitsev_mb has joined #openstack-horizon | 12:41 | |
*** rodrigods has quit IRC | 12:43 | |
*** rodrigods has joined #openstack-horizon | 12:43 | |
*** Daisy has joined #openstack-horizon | 12:44 | |
*** vgridnev has joined #openstack-horizon | 12:54 | |
*** ybathia has quit IRC | 12:55 | |
*** krotscheck_afk is now known as krotscheck | 13:05 | |
*** Daisy has quit IRC | 13:17 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Added test for check stacks creation and deletion functionality https://review.openstack.org/266368 | 13:19 |
*** gberginc has quit IRC | 13:19 | |
*** gberginc has joined #openstack-horizon | 13:20 | |
*** gberginc has quit IRC | 13:21 | |
*** vgridnev_ has joined #openstack-horizon | 13:21 | |
*** gberginc has joined #openstack-horizon | 13:23 | |
*** 32NAABCSV has joined #openstack-horizon | 13:23 | |
*** Daisy_ has joined #openstack-horizon | 13:24 | |
*** vgridnev has quit IRC | 13:24 | |
*** vgridnev_ has quit IRC | 13:24 | |
*** vgridnev has joined #openstack-horizon | 13:24 | |
*** doug-fish has joined #openstack-horizon | 13:26 | |
*** Daisy_ has quit IRC | 13:30 | |
*** Daisy_ has joined #openstack-horizon | 13:30 | |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for modification of Public and Protected fields for NameSpace. https://review.openstack.org/271995 | 13:32 |
*** leitan_ has quit IRC | 13:33 | |
*** mohankumar_ has joined #openstack-horizon | 13:34 | |
*** leitan_ has joined #openstack-horizon | 13:35 | |
*** Mounica has joined #openstack-horizon | 13:36 | |
*** piet has joined #openstack-horizon | 13:37 | |
*** Daisy_ has quit IRC | 13:37 | |
*** 32NAABCSV has quit IRC | 13:38 | |
*** mohankumar_ has quit IRC | 13:38 | |
*** cbader has quit IRC | 13:40 | |
*** Mounica has quit IRC | 13:40 | |
*** vgridnev has quit IRC | 13:46 | |
*** jpomeroy has joined #openstack-horizon | 13:49 | |
*** neelashah has joined #openstack-horizon | 13:54 | |
*** yamamoto has quit IRC | 13:56 | |
*** exploreshaifali has quit IRC | 13:57 | |
*** itxaka|afk is now known as itxaka | 13:58 | |
*** matt-borland has joined #openstack-horizon | 13:59 | |
openstackgerrit | Masco proposed openstack/horizon: Disable shared option for non admin users in network https://review.openstack.org/261930 | 14:00 |
*** vgridnev has joined #openstack-horizon | 14:02 | |
*** cbader has joined #openstack-horizon | 14:02 | |
*** piet has quit IRC | 14:04 | |
*** yamamoto has joined #openstack-horizon | 14:06 | |
*** jtriley has quit IRC | 14:06 | |
*** piet has joined #openstack-horizon | 14:06 | |
*** yamamoto has quit IRC | 14:09 | |
*** Ephur has joined #openstack-horizon | 14:11 | |
zigo | itxaka: Thanks, trying your patch now (FYI: I was traveling all day...). | 14:11 |
zigo | itxaka: Though it has Jenkins failures. | 14:12 |
itxaka | yeah jenkins has been acting up the whole day | 14:12 |
*** yamamoto has joined #openstack-horizon | 14:13 | |
*** vgridnev has quit IRC | 14:19 | |
*** josecastroleon has quit IRC | 14:21 | |
*** vgridnev has joined #openstack-horizon | 14:22 | |
*** vgridnev has quit IRC | 14:22 | |
*** josecastroleon has joined #openstack-horizon | 14:22 | |
*** aortega has joined #openstack-horizon | 14:25 | |
*** vgridnev has joined #openstack-horizon | 14:27 | |
*** peristeri has joined #openstack-horizon | 14:27 | |
*** doug-fish is now known as doug_fish | 14:27 | |
*** piet has quit IRC | 14:29 | |
*** jtriley has joined #openstack-horizon | 14:33 | |
*** doug_fish is now known as doug-fish | 14:34 | |
*** piet has joined #openstack-horizon | 14:34 | |
*** amotoki has quit IRC | 14:35 | |
tsufiev | itxaka, I'd say 'the whole week' | 14:36 |
*** amotoki has joined #openstack-horizon | 14:36 | |
*** petertr7_away is now known as petertr7 | 14:37 | |
*** mpavlase has quit IRC | 14:38 | |
itxaka | :D | 14:38 |
*** amotoki has quit IRC | 14:40 | |
*** openstackgerrit_ has quit IRC | 14:43 | |
*** roxanaghe has joined #openstack-horizon | 14:48 | |
itxaka | still have one patch awaiting core reviews which finishes a BP for Mitaka, any reviews would be appreciated! | 14:51 |
itxaka | https://review.openstack.org/#/c/253573/ | 14:51 |
*** erlon has joined #openstack-horizon | 14:53 | |
*** hurgleburgler has joined #openstack-horizon | 14:54 | |
*** roxanaghe has quit IRC | 14:57 | |
*** roxanagh_ has joined #openstack-horizon | 14:57 | |
*** ducttape_ has joined #openstack-horizon | 15:00 | |
*** openstackgerrit_ has joined #openstack-horizon | 15:01 | |
*** jpomeroy has quit IRC | 15:02 | |
*** linkmark has quit IRC | 15:02 | |
*** jpomeroy has joined #openstack-horizon | 15:02 | |
*** jpomeroy has quit IRC | 15:06 | |
*** jpomeroy has joined #openstack-horizon | 15:07 | |
*** al_indigo has quit IRC | 15:11 | |
*** wolverineav has joined #openstack-horizon | 15:12 | |
*** piet has quit IRC | 15:13 | |
*** roxanagh_ has quit IRC | 15:13 | |
*** mtanino has joined #openstack-horizon | 15:13 | |
openstackgerrit | Tatyana Kuterina proposed openstack/horizon: Added test check Instance Overview page https://review.openstack.org/280134 | 15:15 |
*** dhellmann has quit IRC | 15:16 | |
*** wolverineav has quit IRC | 15:17 | |
*** dhellmann has joined #openstack-horizon | 15:19 | |
*** piet has joined #openstack-horizon | 15:20 | |
*** amotoki has joined #openstack-horizon | 15:24 | |
*** josecastroleon has quit IRC | 15:27 | |
*** dan_nguyen has joined #openstack-horizon | 15:28 | |
*** sjmc7 has joined #openstack-horizon | 15:28 | |
*** josecastroleon has joined #openstack-horizon | 15:29 | |
*** jbell8 has joined #openstack-horizon | 15:31 | |
tsufiev | any Angular folks around? | 15:31 |
*** amotoki has quit IRC | 15:33 | |
tsufiev | what is the minimum set of directives if I want to reuse the table with expandable rows functionality, as highlighted at http://imgur.com/zvO95Yg ? | 15:34 |
*** vgridnev has quit IRC | 15:34 | |
*** vgridnev has joined #openstack-horizon | 15:36 | |
*** mvk has quit IRC | 15:36 | |
*** hurgleburgler has quit IRC | 15:36 | |
*** masco has quit IRC | 15:37 | |
tsufiev | well, more specifically, what's the difference between 'st-table' and 'st-safe-src'? | 15:39 |
*** vijendar has joined #openstack-horizon | 15:40 | |
*** amotoki has joined #openstack-horizon | 15:41 | |
*** lapalm has joined #openstack-horizon | 15:41 | |
*** vgridnev has quit IRC | 15:41 | |
*** vgridnev has joined #openstack-horizon | 15:42 | |
*** vgridnev has quit IRC | 15:46 | |
*** vijendar1 has joined #openstack-horizon | 15:50 | |
*** vijendar has quit IRC | 15:53 | |
*** vgridnev has joined #openstack-horizon | 15:54 | |
*** Liuqing has joined #openstack-horizon | 15:57 | |
*** vgridnev has quit IRC | 15:57 | |
*** hurgleburgler has joined #openstack-horizon | 15:58 | |
*** vgridnev has joined #openstack-horizon | 15:58 | |
*** piet has quit IRC | 16:01 | |
*** mattt has joined #openstack-horizon | 16:02 | |
*** amotoki has quit IRC | 16:04 | |
*** jprovazn has joined #openstack-horizon | 16:04 | |
*** piet has joined #openstack-horizon | 16:06 | |
*** pushkaru has joined #openstack-horizon | 16:09 | |
*** pcaruana has quit IRC | 16:10 | |
*** jprovazn has quit IRC | 16:11 | |
*** jprovazn has joined #openstack-horizon | 16:11 | |
*** vgridnev has quit IRC | 16:12 | |
*** vgridnev has joined #openstack-horizon | 16:18 | |
*** piet has quit IRC | 16:19 | |
*** amotoki has joined #openstack-horizon | 16:20 | |
*** bpokorny has joined #openstack-horizon | 16:20 | |
*** gariveradlt has joined #openstack-horizon | 16:20 | |
*** hurgleburgler1 has joined #openstack-horizon | 16:20 | |
*** hurgleburgler has quit IRC | 16:20 | |
*** Daisy_ has joined #openstack-horizon | 16:22 | |
*** xinwu has joined #openstack-horizon | 16:23 | |
tsufiev | ha, method of rubber duck was partially successful | 16:24 |
*** piet has joined #openstack-horizon | 16:24 | |
tsufiev | now I have to find out why rows don't collapse back | 16:24 |
openstackgerrit | Thomas Goirand proposed openstack/horizon: Only import selenium if WITH_SELENIUM is set https://review.openstack.org/282410 | 16:24 |
*** jbell8 has quit IRC | 16:25 | |
*** jbell8_ has joined #openstack-horizon | 16:25 | |
*** alexvictorchan has quit IRC | 16:27 | |
*** vgridnev has quit IRC | 16:29 | |
*** vijendar1 has quit IRC | 16:30 | |
*** Drago has joined #openstack-horizon | 16:30 | |
openstackgerrit | Thomas Goirand proposed openstack/horizon: Only import selenium if WITH_SELENIUM is set https://review.openstack.org/282410 | 16:30 |
*** rdopiera has quit IRC | 16:31 | |
*** vijendar has joined #openstack-horizon | 16:31 | |
*** belmoreira has quit IRC | 16:35 | |
openstackgerrit | Thomas Goirand proposed openstack/horizon: Only import selenium if WITH_SELENIUM is set https://review.openstack.org/282410 | 16:37 |
*** josecastroleon has quit IRC | 16:40 | |
*** josecastroleon has joined #openstack-horizon | 16:41 | |
openstackgerrit | Thomas Goirand proposed openstack/horizon: Only import selenium if WITH_SELENIUM is set https://review.openstack.org/282410 | 16:42 |
*** piet has quit IRC | 16:42 | |
openstackgerrit | Tatyana Kuterina proposed openstack/horizon: Added test check Instance Overview page https://review.openstack.org/280134 | 16:44 |
*** vgridnev has joined #openstack-horizon | 16:44 | |
*** gyee has joined #openstack-horizon | 16:48 | |
openstackgerrit | Merged openstack/horizon: exclude subnets without gateway in create interface https://review.openstack.org/206524 | 16:49 |
*** Mounica has joined #openstack-horizon | 16:50 | |
*** kzaitsev_mb has quit IRC | 16:50 | |
*** gariveradlt has quit IRC | 16:51 | |
*** SimonChung1 has quit IRC | 16:52 | |
*** kzaitsev_mb has joined #openstack-horizon | 16:53 | |
*** donu7 has joined #openstack-horizon | 16:57 | |
*** rcernin has quit IRC | 16:58 | |
*** kzaitsev_mb has quit IRC | 16:59 | |
*** vgridnev has quit IRC | 17:00 | |
*** vgridnev has joined #openstack-horizon | 17:01 | |
*** vgridnev has quit IRC | 17:01 | |
*** e0ne has joined #openstack-horizon | 17:02 | |
*** yamamoto_ has joined #openstack-horizon | 17:03 | |
*** yamamoto has quit IRC | 17:03 | |
*** kzaitsev_mb has joined #openstack-horizon | 17:03 | |
*** alexvictorchan has joined #openstack-horizon | 17:07 | |
*** lhcheng has joined #openstack-horizon | 17:08 | |
*** jtriley has quit IRC | 17:09 | |
*** lhcheng_ has joined #openstack-horizon | 17:10 | |
*** lhcheng has quit IRC | 17:10 | |
*** kzaitsev_mb has quit IRC | 17:10 | |
*** Drago has quit IRC | 17:13 | |
*** wolverineav has joined #openstack-horizon | 17:14 | |
*** vijendar has quit IRC | 17:14 | |
*** vijendar has joined #openstack-horizon | 17:14 | |
*** josecastroleon has quit IRC | 17:15 | |
*** josecastroleon has joined #openstack-horizon | 17:17 | |
*** garthb has joined #openstack-horizon | 17:17 | |
*** Daisy_ has quit IRC | 17:18 | |
*** wolverineav has quit IRC | 17:19 | |
*** lhcheng_ has quit IRC | 17:23 | |
*** lhcheng has joined #openstack-horizon | 17:23 | |
*** itxaka has quit IRC | 17:27 | |
*** rcernin has joined #openstack-horizon | 17:30 | |
*** doug-fish is now known as doug_fish | 17:31 | |
*** doug_fish is now known as doug-fish | 17:31 | |
*** kzaitsev_mb has joined #openstack-horizon | 17:33 | |
*** Ephur has quit IRC | 17:35 | |
*** SimonChung has joined #openstack-horizon | 17:39 | |
*** vgridnev has joined #openstack-horizon | 17:40 | |
*** jbell8_ has quit IRC | 17:41 | |
*** Drago has joined #openstack-horizon | 17:42 | |
*** Drago has quit IRC | 17:42 | |
*** Drago has joined #openstack-horizon | 17:43 | |
*** kzaitsev_mb has quit IRC | 17:43 | |
*** hurgleburgler1 has quit IRC | 17:45 | |
*** bpokorny_ has joined #openstack-horizon | 17:46 | |
*** josecastroleon has quit IRC | 17:46 | |
*** bpokorny_ has quit IRC | 17:47 | |
*** bpokorny_ has joined #openstack-horizon | 17:47 | |
*** josecastroleon has joined #openstack-horizon | 17:47 | |
*** Drago has quit IRC | 17:49 | |
*** gariveradlt has joined #openstack-horizon | 17:49 | |
*** bpokorny has quit IRC | 17:50 | |
*** ygbo has quit IRC | 17:51 | |
*** petertr7 is now known as petertr7_away | 17:55 | |
*** jprovazn has quit IRC | 17:55 | |
*** exploreshaifali has joined #openstack-horizon | 18:00 | |
*** jbell8 has joined #openstack-horizon | 18:07 | |
*** Drago has joined #openstack-horizon | 18:10 | |
*** Drago has quit IRC | 18:10 | |
*** Drago has joined #openstack-horizon | 18:10 | |
*** vgridnev has quit IRC | 18:11 | |
*** Liuqing has quit IRC | 18:12 | |
*** vgridnev has joined #openstack-horizon | 18:12 | |
*** vgridnev has quit IRC | 18:13 | |
*** amotoki has quit IRC | 18:13 | |
*** vgridnev has joined #openstack-horizon | 18:14 | |
*** vgridnev has quit IRC | 18:14 | |
*** wolverineav has joined #openstack-horizon | 18:15 | |
*** jtriley has joined #openstack-horizon | 18:15 | |
*** vgridnev has joined #openstack-horizon | 18:15 | |
*** josecastroleon has quit IRC | 18:17 | |
*** chlong_ has quit IRC | 18:18 | |
*** josecastroleon has joined #openstack-horizon | 18:18 | |
*** wolverineav has quit IRC | 18:19 | |
*** hurgleburgler has joined #openstack-horizon | 18:20 | |
*** wolverineav has joined #openstack-horizon | 18:21 | |
*** ccesario has quit IRC | 18:25 | |
*** ppiela has quit IRC | 18:25 | |
*** mariusv has quit IRC | 18:25 | |
*** tonyb has quit IRC | 18:25 | |
*** ejat has quit IRC | 18:25 | |
*** sshen has quit IRC | 18:25 | |
*** ccard has quit IRC | 18:25 | |
*** abramley has quit IRC | 18:25 | |
*** krotscheck has quit IRC | 18:25 | |
*** clayton has quit IRC | 18:25 | |
*** gbraad has quit IRC | 18:25 | |
*** gbraad has joined #openstack-horizon | 18:25 | |
*** krotscheck has joined #openstack-horizon | 18:25 | |
*** ccard has joined #openstack-horizon | 18:26 | |
*** abramley has joined #openstack-horizon | 18:26 | |
*** ppiela has joined #openstack-horizon | 18:26 | |
*** sshen has joined #openstack-horizon | 18:26 | |
*** clayton has joined #openstack-horizon | 18:26 | |
*** ejat has joined #openstack-horizon | 18:26 | |
*** Daisy has joined #openstack-horizon | 18:27 | |
*** bradjones has quit IRC | 18:27 | |
*** raginbajin has quit IRC | 18:27 | |
*** mflobo has quit IRC | 18:27 | |
*** jmccrory has quit IRC | 18:27 | |
*** lifeless has quit IRC | 18:27 | |
*** early has quit IRC | 18:27 | |
*** m3m0 has quit IRC | 18:27 | |
*** jmccrory_ has joined #openstack-horizon | 18:27 | |
*** raginbaj- has joined #openstack-horizon | 18:27 | |
*** lifeless has joined #openstack-horizon | 18:27 | |
*** early has joined #openstack-horizon | 18:27 | |
*** david-lyle has joined #openstack-horizon | 18:27 | |
*** ChanServ sets mode: +o david-lyle | 18:27 | |
*** mflobo has joined #openstack-horizon | 18:28 | |
*** ccesario has joined #openstack-horizon | 18:28 | |
*** jmccrory_ is now known as jmccrory | 18:28 | |
*** bradjones has joined #openstack-horizon | 18:28 | |
*** bradjones has quit IRC | 18:28 | |
*** bradjones has joined #openstack-horizon | 18:28 | |
*** clayton_ has joined #openstack-horizon | 18:28 | |
*** clayton has quit IRC | 18:28 | |
*** raginbaj- is now known as raginbajin | 18:29 | |
*** m3m0 has joined #openstack-horizon | 18:29 | |
*** clayton_ is now known as clayton | 18:29 | |
*** tonyb has joined #openstack-horizon | 18:31 | |
*** Daisy has quit IRC | 18:31 | |
*** lhcheng has quit IRC | 18:35 | |
*** lhcheng has joined #openstack-horizon | 18:35 | |
*** hurgleburgler has quit IRC | 18:36 | |
*** pushkaru has quit IRC | 18:36 | |
*** hurgleburgler has joined #openstack-horizon | 18:39 | |
*** hurgleburgler has quit IRC | 18:40 | |
*** petertr7_away is now known as petertr7 | 18:47 | |
*** josecastroleon has quit IRC | 18:48 | |
*** doug-fish has quit IRC | 18:48 | |
*** josecastroleon has joined #openstack-horizon | 18:49 | |
*** doug-fish has joined #openstack-horizon | 18:50 | |
*** gariveradlt has quit IRC | 18:55 | |
*** doug-fish has quit IRC | 18:55 | |
*** rcernin has quit IRC | 18:56 | |
*** wolverineav has quit IRC | 18:58 | |
*** gariveradlt has joined #openstack-horizon | 18:59 | |
*** bpokorny_ has quit IRC | 19:01 | |
*** bpokorny has joined #openstack-horizon | 19:02 | |
*** petertr7 is now known as petertr7_away | 19:02 | |
*** bpokorny has quit IRC | 19:04 | |
*** bpokorny has joined #openstack-horizon | 19:04 | |
*** aortega_ has joined #openstack-horizon | 19:12 | |
*** aortega has quit IRC | 19:15 | |
*** wolverineav has joined #openstack-horizon | 19:15 | |
*** erlon has quit IRC | 19:16 | |
*** mariusv has joined #openstack-horizon | 19:17 | |
*** mariusv is now known as Guest61736 | 19:17 | |
*** e0ne has quit IRC | 19:18 | |
*** josecastroleon has quit IRC | 19:19 | |
*** hurgleburgler has joined #openstack-horizon | 19:19 | |
*** josecastroleon has joined #openstack-horizon | 19:20 | |
*** alanf_ has joined #openstack-horizon | 19:21 | |
*** Guest80 has joined #openstack-horizon | 19:22 | |
*** rcernin has joined #openstack-horizon | 19:23 | |
*** e0ne has joined #openstack-horizon | 19:23 | |
*** e0ne has quit IRC | 19:25 | |
*** petertr7_away is now known as petertr7 | 19:26 | |
*** vijendar has quit IRC | 19:28 | |
*** Guest80 has quit IRC | 19:29 | |
*** Guest80 has joined #openstack-horizon | 19:31 | |
*** Guest80 has quit IRC | 19:32 | |
*** vijendar has joined #openstack-horizon | 19:33 | |
*** vijendar has quit IRC | 19:36 | |
*** donu7 has quit IRC | 19:43 | |
*** rcernin has quit IRC | 19:45 | |
*** josecastroleon has quit IRC | 19:50 | |
*** josecastroleon has joined #openstack-horizon | 19:50 | |
*** tqtran has joined #openstack-horizon | 19:56 | |
*** gariveradlt has quit IRC | 19:57 | |
*** davidlenwell has quit IRC | 20:01 | |
*** vijendar has joined #openstack-horizon | 20:05 | |
*** donu7 has joined #openstack-horizon | 20:05 | |
*** Mounica has quit IRC | 20:05 | |
*** xinwu has quit IRC | 20:06 | |
*** davidlenwell has joined #openstack-horizon | 20:06 | |
*** eroussel has joined #openstack-horizon | 20:07 | |
*** Mounica has joined #openstack-horizon | 20:09 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/horizon: Provide 2 simple methods to check for disabled panels https://review.openstack.org/275817 | 20:18 |
*** josecastroleon has quit IRC | 20:20 | |
*** josecastroleon has joined #openstack-horizon | 20:22 | |
*** kzaitsev_mb has joined #openstack-horizon | 20:22 | |
*** kzaitsev_mb has quit IRC | 20:26 | |
r1chardj0n3s | morning | 20:28 |
r1chardj0n3s | tsufiev: did you answer your difference between 'st-table' and 'st-safe-src' question? | 20:28 |
tsufiev | r1chardj0n3s: morning! | 20:32 |
r1chardj0n3s | hullo :-) | 20:32 |
tsufiev | Haven't got the conceptual difference, but it works ) | 20:32 |
r1chardj0n3s | so it's an unfortunate aspect of smart table that those basically expose some inner workings of smart-table :/ | 20:33 |
tsufiev | Yeah, looked exactly like naked wires | 20:33 |
r1chardj0n3s | st-safe-src is the array you control that you want the table to work over, and then st-table is an array that's managed by smart table which is the data being displayed (filtered, sorted and paginated by smart table) | 20:34 |
tsufiev | I'm going to show something almost as cool as dynamic themes on meetup - if I finish it by that time | 20:35 |
r1chardj0n3s | the latter is typically just a $scope variable because nothing outside of smart table, and rendering directives, need to know its contents | 20:35 |
* tsufiev still hopes | 20:35 | |
* r1chardj0n3s hopes also :-) | 20:35 | |
tsufiev | Thanks for the explanation, that's roughly the thing I suspected | 20:36 |
r1chardj0n3s | it's important to get those around the right way, since smart-table will still work if you put your original data array in st-table, but things will get ... weird :-) | 20:37 |
r1chardj0n3s | also there's some gotchas about updating the st-safe-src data :/ | 20:37 |
tsufiev | Hm, I just put same references into both attributes and it seemed to work ok | 20:38 |
tsufiev | But I haven't yet added filtering | 20:38 |
tsufiev | Neither I think I gonna need it | 20:39 |
r1chardj0n3s | tsufiev: you can just invent a name for the st-table attribute - as long as it doesn't match anything already in the $scope you're fine | 20:41 |
r1chardj0n3s | just make sure that your ng-repeat uses the same variable as st-table | 20:41 |
tsufiev | Ok | 20:44 |
tsufiev | r1chardj0n3s: but do we really need to expose the safe attribute? Looks like an underdesigned thing | 20:46 |
r1chardj0n3s | well, so smart-table needs to know what data it's working on | 20:46 |
r1chardj0n3s | and you need to know what data it's producing to iterate over in ng-repeat | 20:46 |
r1chardj0n3s | so it does kinda make sense you need both of those attrs | 20:46 |
*** vijendar has quit IRC | 20:46 | |
r1chardj0n3s | they're just poorly named | 20:47 |
tsufiev | Hmm, okay | 20:47 |
r1chardj0n3s | well, st-safe-src is poorly named | 20:47 |
r1chardj0n3s | st-source-data would be better | 20:47 |
*** josecastroleon has quit IRC | 20:51 | |
*** josecastroleon has joined #openstack-horizon | 20:53 | |
*** vishwanathj has joined #openstack-horizon | 20:55 | |
openstackgerrit | Merged openstack/horizon: Add REST API for working with floating IPs https://review.openstack.org/280955 | 20:55 |
*** tqtran has quit IRC | 20:56 | |
*** tqtran has joined #openstack-horizon | 20:57 | |
*** xinwu has joined #openstack-horizon | 20:57 | |
openstackgerrit | Merged openstack/horizon: Hide delete volume if it has snapshot https://review.openstack.org/281298 | 20:59 |
*** jtriley_ has joined #openstack-horizon | 21:00 | |
*** vishwana_ has joined #openstack-horizon | 21:00 | |
*** jtriley has quit IRC | 21:02 | |
*** vishwanathj has quit IRC | 21:03 | |
*** exploreshaifali has quit IRC | 21:08 | |
*** jtriley_ has quit IRC | 21:11 | |
*** matt-borland has quit IRC | 21:15 | |
*** e0ne has joined #openstack-horizon | 21:16 | |
*** vijendar has joined #openstack-horizon | 21:16 | |
r1chardj0n3s | aaargh, not only does the Horizon project have half a dozen different commands for generating docs - the gate uses *yet another* entry point | 21:17 |
r1chardj0n3s | (an entry point that excludes the possibility of using jsdoc) | 21:17 |
TravT | it would be nice to have tox -e docs | 21:18 |
*** jtriley has joined #openstack-horizon | 21:18 | |
*** donu7 has quit IRC | 21:18 | |
r1chardj0n3s | oh, I can do *that* | 21:19 |
TravT | and 11 others? | 21:19 |
*** peristeri has quit IRC | 21:20 | |
r1chardj0n3s | but the gate specifically does "tox -e$venv -- python setup.py build_sphinx" because *someone* decided that that was "the standard python project build interface" :-( | 21:20 |
*** donu7 has joined #openstack-horizon | 21:20 | |
r1chardj0n3s | and invoking build_sphinx like that explicitly excludes the possibility of having jsdoc (well, any *easy* method of doing so anyway) | 21:21 |
*** e0ne has quit IRC | 21:21 | |
r1chardj0n3s | so now I'm looking at our sphinx JS doc options | 21:21 |
TravT | oh, so we could publish the jsdocs? | 21:22 |
TravT | or just getting them locally? | 21:22 |
r1chardj0n3s | (I also find it funny that folks have been writing JSDoc in Horizon for *years* and not only did no-one check whether it was valid (it's mostly not) but no-one apparently bothered to check whether the docs were being generated :-( | 21:22 |
r1chardj0n3s | what are the point of docs if not published? | 21:22 |
*** jbell8 has quit IRC | 21:22 | |
*** josecastroleon has quit IRC | 21:22 | |
TravT | to make it harder to get code approval? | 21:23 |
TravT | :P | 21:23 |
r1chardj0n3s | :-) | 21:23 |
*** jbell8 has joined #openstack-horizon | 21:23 | |
r1chardj0n3s | erk | 21:23 |
r1chardj0n3s | https://github.com/debrouwere/jsdoc-for-sphinx | 21:23 |
*** Ephur has joined #openstack-horizon | 21:23 | |
r1chardj0n3s | requires Java | 21:23 |
r1chardj0n3s | !! | 21:23 |
openstack | r1chardj0n3s: Error: "!" is not a valid command. | 21:23 |
*** josecastroleon has joined #openstack-horizon | 21:24 | |
r1chardj0n3s | lol openstack | 21:24 |
TravT | i'm pretty sure openstack just flipped you off | 21:25 |
r1chardj0n3s | looks like we might have to transition from JSDoc to ReST ... which frankly won't be that bad because we need to edit most of the docs *anyway* becuase its not valid JSDoc ;-) | 21:25 |
*** lucas_ has joined #openstack-horizon | 21:25 | |
TravT | um, are you saying taking doc out of code functions and do RST | 21:27 |
r1chardj0n3s | no, the doc stays in code | 21:28 |
r1chardj0n3s | just like sphinx code doc | 21:28 |
r1chardj0n3s | just the format changes | 21:28 |
*** garthb_ has joined #openstack-horizon | 21:30 | |
TravT | a docs test would be beautiful | 21:32 |
*** garthb has quit IRC | 21:33 | |
r1chardj0n3s | docs test? in the gate? yes! | 21:33 |
r1chardj0n3s | there is one, but as I said it explicitly invokes sphinx_build | 21:33 |
TravT | i mean a js docs test | 21:34 |
r1chardj0n3s | I'm not sure that's possible with the way the gate builds docs for docs.openstack.org | 21:35 |
*** vgridnev has quit IRC | 21:35 | |
r1chardj0n3s | unless you meant just *testing* and not *generating* docs for publication | 21:35 |
*** vishwana_ has quit IRC | 21:35 | |
TravT | testing. i suppose | 21:36 |
TravT | i guess that eslint already does that though | 21:36 |
TravT | but it is warning | 21:36 |
r1chardj0n3s | eslint does a poor job of testing docs | 21:36 |
*** wolverineav has quit IRC | 21:37 | |
r1chardj0n3s | generating docs error reports is all fine, but again, we're not publishing, and that's my primary concern | 21:37 |
*** xinwu has quit IRC | 21:37 | |
r1chardj0n3s | the error reporting can happen in the publication job, as far as I'm concerned | 21:38 |
r1chardj0n3s | but if we're not publishing those docs, then again I ask what the point of them is | 21:38 |
*** xinwu has joined #openstack-horizon | 21:39 | |
r1chardj0n3s | looks like the whole jenkins toolchain is geared for sphinx, single build, so we I don't hink we could even build using two jobs (existing sphinx and a new jsdoc one) | 21:39 |
*** xinwu has quit IRC | 21:39 | |
r1chardj0n3s | looks like there's not a lot of folks out there doing sphinx builds including JS :/ | 21:41 |
*** vishwanathj has joined #openstack-horizon | 21:41 | |
r1chardj0n3s | (because, frankly, that's crazy to do ;-) | 21:41 |
*** wolverineav has joined #openstack-horizon | 21:43 | |
*** jtriley has quit IRC | 21:45 | |
*** e0ne has joined #openstack-horizon | 21:47 | |
*** wolverineav has quit IRC | 21:48 | |
*** e0ne has quit IRC | 21:48 | |
TravT | r1chardj0n3s: i think the registry patch as-is takes a positive step in the right direction. if we put it in now, then you could also try it out with your registry patch and we could then have more than just images use case to potentially iterate more before end of release | 21:48 |
TravT | i mean your swift patch | 21:48 |
*** donu7 has quit IRC | 21:51 | |
*** jtriley has joined #openstack-horizon | 21:53 | |
*** josecastroleon has quit IRC | 21:53 | |
r1chardj0n3s | hmm, I was hoping to put off migrating to the registry :-) | 21:53 |
TravT | you don't have to migrate immediately. | 21:54 |
TravT | it doesn't require it | 21:54 |
r1chardj0n3s | ah, sorry, I misread | 21:54 |
*** josecastroleon has joined #openstack-horizon | 21:54 | |
r1chardj0n3s | ugh, brain is in too many places at the moment ;-) | 21:54 |
r1chardj0n3s | I don't know about iterating before the end of release - M3 is in two weeks, right? | 21:55 |
*** Mounica has quit IRC | 21:55 | |
r1chardj0n3s | but I do like the idea of getting it in now and kicking the tires | 21:55 |
TravT | well, as end of cycle nears | 21:55 |
TravT | gates completely clog up | 21:55 |
r1chardj0n3s | yep | 21:56 |
*** donu7 has joined #openstack-horizon | 21:56 | |
*** Mounica has joined #openstack-horizon | 21:56 | |
*** leitan_ has quit IRC | 21:56 | |
openstackgerrit | David Lyle proposed openstack/horizon: Adding old topology to compliment new https://review.openstack.org/282548 | 22:03 |
*** lblanchard has quit IRC | 22:04 | |
*** lucas_ has quit IRC | 22:04 | |
TravT | david-lyle: you did it! | 22:05 |
david-lyle | it has some warts | 22:05 |
david-lyle | but works | 22:05 |
TravT | so does what's there now | 22:05 |
david-lyle | hurgleburgler: needs a pass at some CSS madness | 22:06 |
david-lyle | that can follow on though | 22:06 |
david-lyle | I suppose I should have a bp | 22:06 |
hurgleburgler | :-O | 22:06 |
hurgleburgler | k, I'll take a look at it after this swift madness ;) | 22:07 |
TravT | maybe its a bug | 22:07 |
* TravT tongue in cheek | 22:07 | |
*** ybathia has joined #openstack-horizon | 22:09 | |
*** donu7 has quit IRC | 22:12 | |
TravT | david-lyle is there a projector at the mid cycle | 22:12 |
david-lyle | TravT: should be | 22:12 |
david-lyle | if not I'll get one | 22:13 |
*** donu7 has joined #openstack-horizon | 22:13 | |
*** petertr7 is now known as petertr7_away | 22:13 | |
TravT | i guess if we have network access that we could try to all connect to a hangout... maybe enable remote people | 22:13 |
* TravT knows saying that always is problematic | 22:13 | |
david-lyle | I think it's generally more frustrating for the remote person than helpful | 22:15 |
*** ducttape_ has quit IRC | 22:15 | |
*** ducttape_ has joined #openstack-horizon | 22:16 | |
david-lyle | if there is a conversation that should include someone in particular, then we can include them remotely | 22:16 |
*** tqtran has quit IRC | 22:19 | |
TravT | one of these days somebody will invent a technology that works for this | 22:19 |
*** tqtran has joined #openstack-horizon | 22:19 | |
*** jtriley has quit IRC | 22:20 | |
*** donu7 has quit IRC | 22:22 | |
*** ducttape_ has quit IRC | 22:22 | |
*** tqtran has quit IRC | 22:24 | |
*** tqtran has joined #openstack-horizon | 22:24 | |
*** josecastroleon has quit IRC | 22:24 | |
*** josecastroleon has joined #openstack-horizon | 22:25 | |
*** lapalm has quit IRC | 22:26 | |
*** jbell8 has quit IRC | 22:27 | |
*** garthb__ has joined #openstack-horizon | 22:29 | |
*** Daisy has joined #openstack-horizon | 22:30 | |
*** garthb_ has quit IRC | 22:32 | |
*** Daisy has quit IRC | 22:35 | |
openstackgerrit | David Lyle proposed openstack/horizon: Adding old topology to compliment new https://review.openstack.org/282548 | 22:41 |
*** tqtran has quit IRC | 22:42 | |
*** tqtran has joined #openstack-horizon | 22:42 | |
*** ducttape_ has joined #openstack-horizon | 22:46 | |
*** ducttape_ has quit IRC | 22:47 | |
*** mpavlase has joined #openstack-horizon | 22:48 | |
*** david-lyle has quit IRC | 22:50 | |
*** david-lyle has joined #openstack-horizon | 22:51 | |
*** ChanServ sets mode: +o david-lyle | 22:51 | |
*** eroussel has quit IRC | 22:53 | |
*** david-lyle has quit IRC | 22:54 | |
*** david-lyle has joined #openstack-horizon | 22:54 | |
*** ChanServ sets mode: +o david-lyle | 22:54 | |
*** josecastroleon has quit IRC | 22:55 | |
*** josecastroleon has joined #openstack-horizon | 22:57 | |
*** sjmc7 has quit IRC | 23:02 | |
*** vijendar has quit IRC | 23:14 | |
*** neelashah has quit IRC | 23:14 | |
*** ducttape_ has joined #openstack-horizon | 23:15 | |
*** vijendar has joined #openstack-horizon | 23:15 | |
*** jtomasek has quit IRC | 23:19 | |
*** vijendar has quit IRC | 23:21 | |
*** roxanaghe has joined #openstack-horizon | 23:22 | |
*** josecastroleon has quit IRC | 23:26 | |
*** roxanagh_ has joined #openstack-horizon | 23:27 | |
*** pushkaru has joined #openstack-horizon | 23:27 | |
*** josecastroleon has joined #openstack-horizon | 23:27 | |
*** ducttape_ has quit IRC | 23:28 | |
*** david-lyle_ has joined #openstack-horizon | 23:29 | |
*** david-lyle has quit IRC | 23:30 | |
*** ducttape_ has joined #openstack-horizon | 23:30 | |
*** roxanaghe has quit IRC | 23:30 | |
*** donu7 has joined #openstack-horizon | 23:30 | |
*** tqtran has quit IRC | 23:36 | |
*** tqtran has joined #openstack-horizon | 23:36 | |
*** vijendar has joined #openstack-horizon | 23:37 | |
*** ducttape_ has quit IRC | 23:39 | |
*** Daisy has joined #openstack-horizon | 23:44 | |
*** Daisy has quit IRC | 23:49 | |
*** jpomeroy has quit IRC | 23:49 | |
*** yamamoto_ has quit IRC | 23:50 | |
*** yamamoto has joined #openstack-horizon | 23:51 | |
*** vijendar has quit IRC | 23:51 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: WIP Swift UI changes. https://review.openstack.org/282575 | 23:54 |
*** hurgleburgler has quit IRC | 23:54 | |
*** hurgleburgler has joined #openstack-horizon | 23:54 | |
*** yamamoto has quit IRC | 23:56 | |
*** josecastroleon has quit IRC | 23:57 | |
*** pushkaru has quit IRC | 23:58 | |
*** josecastroleon has joined #openstack-horizon | 23:58 | |
*** vijendar has joined #openstack-horizon | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!