Wednesday, 2016-05-18

*** kzaitsev_mb has quit IRC00:00
*** kzaitsev_mb has joined #openstack-horizon00:04
*** shu-mutou-AFK is now known as shu-mutou00:05
*** ankur-gupta-f has quit IRC00:07
*** ankur-gupta-f has joined #openstack-horizon00:10
*** kzaitsev_mb has quit IRC00:12
*** dan_nguyen has joined #openstack-horizon00:12
*** yingjun has joined #openstack-horizon00:13
*** kzaitsev_mb has joined #openstack-horizon00:25
*** piet has quit IRC00:27
*** ducttape_ has joined #openstack-horizon00:28
*** cloudtra_ has quit IRC00:29
*** vkramskikh_ has quit IRC00:29
*** lhcheng has quit IRC00:32
r1chardj0n3srobcresswell: I've added you to XStatic-Angular-FileUpload00:32
*** piet has joined #openstack-horizon00:32
*** bpokorny has quit IRC00:36
*** Mounica has quit IRC00:37
*** kzaitsev_mb has quit IRC00:38
*** kzaitsev_mb has joined #openstack-horizon00:42
*** kenji-i has quit IRC00:44
openstackgerritMerged openstack/horizon: Improve field name in User Detail  https://review.openstack.org/31752200:45
*** tqtran has quit IRC00:45
*** ducttape_ has quit IRC00:48
*** kzaitsev_mb has quit IRC00:49
*** kenji-i has joined #openstack-horizon00:50
*** piet has quit IRC00:55
*** clu_ has quit IRC00:59
*** dan_nguyen has quit IRC00:59
*** mtanino has quit IRC01:00
openstackgerritxiaoyuan lu proposed openstack/horizon: Allow reassociate for associated FIPs  https://review.openstack.org/28322301:02
*** matt-borland has joined #openstack-horizon01:02
matt-borlandr1chardj0n3s: did you want to follow up with me on the hz-dynamic-table?01:03
r1chardj0n3smatt-borland: sure, just on the phone at the moment01:13
matt-borlandnp, r1chardj0n3s, I'll try to stay on here a while01:13
r1chardj0n3smatt-borland: ok, let's do this thing :-)01:22
r1chardj0n3sI've added a new comment in response to TravT's https://review.openstack.org/#/c/31324301:23
r1chardj0n3smatt-borland: so I guess one big question I have is whether you would need to include your own hz-magic-search and actions tags in https://review.openstack.org/#/c/309482/19/horizon/static/framework/widgets/table/generic-table.html if we could figure out how to get them on the same row in hz-dynamic-table01:24
matt-borlandit would be nice to just have a directive take care of all of it01:25
r1chardj0n3sI *think* it's as simple as having a "hz-magic-search-columns" attribute or something on hz-dynamic-table01:25
matt-borlandyes, I was thinking along similar lines just now01:25
r1chardj0n3sif it's < 12 then we do the single-row thing, and if it's ==12 then we have two rows01:25
r1chardj0n3sI can look at adding that capability to my patch01:26
matt-borlandIn terms of the formatting, I'm almost less concerned about it as we could have hurgleburgler give us some options01:26
matt-borlandbut yeah01:26
r1chardj0n3sbut before I do that, does all my waffling about contexts and stuff make sense?01:26
r1chardj0n3sI'd really rather not have to go down the path of another hz-magic-search-context (ugh)01:26
matt-borlandheh, it's a complicated problem, so waffling is inherent in the system01:27
matt-borlandyeah01:27
r1chardj0n3sheh01:27
r1chardj0n3savoiding over-engineering as-a-service01:27
matt-borlandas a side note, Tyr has done a revised version of magic-search that doesn't use events at all01:27
matt-borlandit just uses basic databinding01:27
matt-borlandit's quite simple in that regard01:27
r1chardj0n3sok, nice01:27
matt-borlandbut I don't think that's ready for Horizon just yet, we're kicking the tires on it01:28
r1chardj0n3sthe magic-search stuff really is quite ... magic ... under the hood. I have no idea how it works ;-)01:28
r1chardj0n3sok, so I'll look at revising my patch for the row split stuff01:28
matt-borlandit's really just a facet renderer01:28
r1chardj0n3s"it's really just a facet renderer" I have literally no idea what that might mean :-D01:28
matt-borlandheh :)01:28
matt-borlandyeah, I think that we can have a pretty simple set of mods to the hz-dynamic-table to have a better magic search along the lines you're thinking01:29
matt-borlandI forget, how do batch actions get knowledege of the checked items?01:29
matt-borlandis it through some databinding?01:30
r1chardj0n3syes, a binding of tCtrl.selected in the directive's HTML01:30
* r1chardj0n3s looks it up01:30
matt-borlandok.  cool, so that's a good reason to fold the search/actions in to hz-dynamic-table as well01:30
matt-borlandalthough we could just bind across different directives, we can just share a databound object here.  cool.01:31
r1chardj0n3sactions-delete-selected.template.html01:31
* r1chardj0n3s sucks at actual git links01:31
matt-borlandnp, that makes sense01:31
matt-borlandgerrit is out in the weeds right now anyway01:32
matt-borlandah, it's back01:32
r1chardj0n3sI note that actions-batch template does NOT pass in the selected items, which I imagine is a bug01:32
matt-borlandthat actions code is a bit tangled01:33
matt-borlandI was trying to fix a simple bootstrap bug this morning01:33
r1chardj0n3shttps://git.openstack.org/cgit/openstack/horizon/tree/horizon/static/framework/widgets/action-list/actions-batch.template.html  vs https://git.openstack.org/cgit/openstack/horizon/tree/horizon/static/framework/widgets/action-list/actions-delete-selected.template.html01:33
r1chardj0n3syeah, actions has grown quite organically01:33
r1chardj0n3sand still has the <action-list> directive which we should look at deprecating01:33
matt-borlandwhat's funny is that now we use them in a pretty limited context01:33
matt-borlandaction-list is used within the actions directive in some interesting way01:34
matt-borlandand it's used in the transfer table01:34
matt-borlandI think?01:34
r1chardj0n3saction-list is the top-level directive, and yeah I think it's only used in the LI code01:35
matt-borlandI'm pretty sure we could just reduce the code to <actions> and eliminate the menu and other things in lieu of basic markup...maybe I'm wrong01:36
r1chardj0n3syes01:36
r1chardj0n3sthat'd be the plan01:36
matt-borlandexcellent01:36
r1chardj0n3sbut we need to deprecate action-list because plugins01:36
r1chardj0n3sIronic plugin is using it, for example01:36
matt-borlandindeed01:36
*** wolverineav has quit IRC01:36
r1chardj0n3sI'll let you put that one on your TODO ;-)01:37
matt-borlandyeah! :)01:37
matt-borlandI was in a bugfix frenzy this morning whilst awaiting gate passage01:37
*** kzaitsev_mb has joined #openstack-horizon01:38
matt-borlandHm, should part of deprecation be to put a deprecation warning log message?  I see that with $modal -> $uibModal, etc.01:40
matt-borlandcould log when used...01:40
r1chardj0n3syeh01:42
*** tjones has joined #openstack-horizon01:42
r1chardj0n3sso another thing...01:43
matt-borlandyeah?01:43
*** kzaitsev_mb has quit IRC01:43
r1chardj0n3sthere seems to be quite an arbitrary line drawn between what stuff is an attribute in hz-dynamic-table and what's in the config object01:43
matt-borlandthat's true01:43
tjoneshi - i have a strange problem with the image form and the source_type Choice field.  I need to add some javascript actions to the select widget.  when i add ng-model and ng-change attributes to the Select form, the initial state of the source_type Choice field is not set.  I have tried explicity settting it to url but it does not stick.  any hints on this issue before i dive in and debug it?01:44
r1chardj0n3sI guess the config stuff is more static01:44
tjonesi mean image create form01:44
matt-borlandr1chardj0n3s: I'm trying to think of whether the config would be changed in different ways/places.  I'll have to mull it over, didn't look at it in that light01:45
-openstackstatus- NOTICE: Gerrit is about to be restarted to help with page timeouts01:46
*** lhcheng has joined #openstack-horizon01:47
*** ChanServ sets mode: +v lhcheng01:47
*** lhcheng has quit IRC01:47
*** lhcheng has joined #openstack-horizon01:48
*** ChanServ sets mode: +v lhcheng01:48
r1chardj0n3smatt-borland: ok, cool. I suspect filterFacets, for example, could be a config item, rather than a directive attribute, since it won't change over the lifespan of the directive01:49
r1chardj0n3ssimilarly resultHandler01:49
r1chardj0n3sbatchActions might change, though it's unlikely. same with itemActions01:49
matt-borlandIn searchlight the facets actually change dynamically01:49
r1chardj0n3sitems definitely *will* change01:49
r1chardj0n3sah ok01:49
r1chardj0n3stable should definitely not change, since that's declaring the name of the controller01:50
matt-borlandyeah01:50
r1chardj0n3sok, so I think I'm going to look at moving some of those around, but I don't think I should do it in this patch01:50
matt-borlandnot sure searchlight would use hz-dynamic-table terribly soon, though01:50
matt-borlandyeah, sounds like it's a patch of its own01:51
matt-borlandI like the directions you're going in01:51
matt-borlandI like a featureful hz-dynamic-table with a useful search/actions.01:51
matt-borlandone note, I01:51
matt-borlandhave identified that there are a) batch actions and b) global actions01:52
r1chardj0n3syeah, but they're both in batchActions right now01:52
matt-borlandyeah, that's fine I think01:52
r1chardj0n3syep, the "global" ones just ignore selected01:52
matt-borlandI was trying to think of whether they needed to be distinguished01:52
matt-borlandI don't think so either01:52
matt-borlandI think it's fine to just lump them together01:53
r1chardj0n3stjones: sorry, deep in a different conversation. are you talking about the legacy Image form or the newer angular one?01:55
tjonesno worries01:55
tjonesi think i may have found it - im on kilo so you probably want me to just debug it :-)01:55
r1chardj0n3syikes01:56
r1chardj0n3syeah01:56
tjonesyeah01:56
r1chardj0n3sme no touch kilo ;-)01:56
tjoneshaha01:56
tjonesno worries i wouldn't either if i didn;t have to01:56
r1chardj0n3s(yes, I should add the caveat "unless my employer tells me to" :-)01:56
*** matt-borland has left #openstack-horizon02:00
tjonesyes me too!02:03
tjonesanyway it was a dumb typo on my part which resulted in a Value Error in the render code :-)02:03
*** bpokorny has joined #openstack-horizon02:06
*** sdake has quit IRC02:06
*** tyr_ has joined #openstack-horizon02:07
*** vinaypotluri has quit IRC02:10
*** btully has quit IRC02:11
*** tyr_ has quit IRC02:11
*** sdake has joined #openstack-horizon02:12
*** bpokorny_ has joined #openstack-horizon02:14
*** zhurong has joined #openstack-horizon02:16
*** bpokorny has quit IRC02:18
*** bpokorny_ has quit IRC02:19
*** dan_nguyen has joined #openstack-horizon02:21
*** sdake has quit IRC02:22
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements  https://review.openstack.org/31717902:35
*** btully has joined #openstack-horizon02:37
*** wolverineav has joined #openstack-horizon02:37
*** btully has quit IRC02:41
*** wolverineav has quit IRC02:42
*** btully has joined #openstack-horizon02:42
*** dan_nguyen has left #openstack-horizon02:44
*** DevBox has joined #openstack-horizon02:53
*** btully has quit IRC02:55
*** wangbo has quit IRC02:55
*** ducttape_ has joined #openstack-horizon02:57
*** vishwanathj has quit IRC03:05
*** lhcheng has quit IRC03:05
*** btully has joined #openstack-horizon03:07
*** ducttape_ has quit IRC03:08
*** ducttape_ has joined #openstack-horizon03:08
*** sdake has joined #openstack-horizon03:09
*** ducttape_ has quit IRC03:10
*** ducttape_ has joined #openstack-horizon03:10
*** lhcheng has joined #openstack-horizon03:10
*** ChanServ sets mode: +v lhcheng03:10
*** lhcheng has quit IRC03:10
*** lhcheng has joined #openstack-horizon03:11
*** ChanServ sets mode: +v lhcheng03:11
*** _ducttape_ has joined #openstack-horizon03:14
*** lhcheng has quit IRC03:14
openstackgerritWang Bo proposed openstack/horizon: Angular pages will reload if collapse/expand sidebar  https://review.openstack.org/31729303:15
*** ducttape_ has quit IRC03:17
*** btully has quit IRC03:20
*** gyee has quit IRC03:20
*** zackf has quit IRC03:21
*** wangbo has joined #openstack-horizon03:21
*** zackf has joined #openstack-horizon03:28
*** sdake_ has joined #openstack-horizon03:37
*** sdake has quit IRC03:40
*** btully has joined #openstack-horizon03:45
*** lhcheng has joined #openstack-horizon03:47
*** ChanServ sets mode: +v lhcheng03:47
*** _ducttape_ has quit IRC03:51
*** piet has joined #openstack-horizon03:53
*** tyr_ has joined #openstack-horizon03:56
*** sdake_ has quit IRC03:58
*** tyr_ has quit IRC04:00
openstackgerritzhurong proposed openstack/horizon: Fix the right request.user.has_perms in volumes tables  https://review.openstack.org/26268304:02
*** btully has quit IRC04:07
*** sdake has joined #openstack-horizon04:09
*** btully has joined #openstack-horizon04:12
*** masco has joined #openstack-horizon04:17
*** zhurong has quit IRC04:23
*** btully has quit IRC04:26
*** amotoki has quit IRC04:26
*** amotoki has joined #openstack-horizon04:26
*** yamamoto has quit IRC04:30
*** xenogear has quit IRC04:30
*** wolverineav has joined #openstack-horizon04:38
*** btully has joined #openstack-horizon04:43
*** wolverineav has quit IRC04:43
*** piet has quit IRC04:44
*** btully has quit IRC04:55
*** zhurong has joined #openstack-horizon04:57
*** javeriak has joined #openstack-horizon04:59
*** piet has joined #openstack-horizon04:59
*** wolverineav has joined #openstack-horizon05:00
*** x00350071_ has joined #openstack-horizon05:04
*** jrcloud has joined #openstack-horizon05:04
*** wolverineav has quit IRC05:05
*** vinaypotluri has joined #openstack-horizon05:05
*** mariusv_ has joined #openstack-horizon05:08
*** dratushnyy1 has joined #openstack-horizon05:08
*** davidlenwell has quit IRC05:09
*** lcastell_ has joined #openstack-horizon05:11
*** ttrifonov_ has joined #openstack-horizon05:11
*** ntata| has joined #openstack-horizon05:12
*** lcastell has quit IRC05:12
*** ntata has quit IRC05:12
*** piet has quit IRC05:12
*** ttrifonov has quit IRC05:12
*** fnordahl has quit IRC05:12
*** zackf has quit IRC05:12
*** sergio_nubeliu has quit IRC05:12
*** zul has quit IRC05:12
*** mariusv has quit IRC05:12
*** ericksonsantos has quit IRC05:12
*** xiangxinyong has quit IRC05:12
*** lcastell_ is now known as lcastell05:13
*** yamamoto_ has joined #openstack-horizon05:13
*** ericksonsantos has joined #openstack-horizon05:13
*** sergio_nubeliu has joined #openstack-horizon05:13
*** zul has joined #openstack-horizon05:15
*** fnordahl has joined #openstack-horizon05:15
*** davidlenwell has joined #openstack-horizon05:17
*** wangbo has quit IRC05:18
openstackgerritKenji Ishii proposed openstack/horizon: Refactor some places using filterAction with using filter_type as 'query'  https://review.openstack.org/30499905:21
*** sdake has quit IRC05:26
*** aortega has joined #openstack-horizon05:27
*** javeriak_ has joined #openstack-horizon05:30
*** hurgleburgler has quit IRC05:31
*** javeriak has quit IRC05:32
*** javeriak has joined #openstack-horizon05:32
*** javeriak_ has quit IRC05:36
openstackgerritRichard Jones proposed openstack/horizon: Migrate swift ui to use hz-dynamic-table  https://review.openstack.org/31324305:39
*** lhcheng has quit IRC05:40
*** btully has joined #openstack-horizon05:42
*** javeriak has quit IRC05:43
*** wangbo has joined #openstack-horizon05:43
*** tyr_ has joined #openstack-horizon05:44
*** wolverineav has joined #openstack-horizon05:46
*** rcernin has joined #openstack-horizon05:47
openstackgerritAllen proposed openstack/horizon: Make the volume transfer name field required  https://review.openstack.org/30143205:48
*** tyr_ has quit IRC05:48
*** javeriak has joined #openstack-horizon05:50
*** javeriak has quit IRC05:58
*** david-lyle has quit IRC06:05
*** jrist has quit IRC06:07
*** jbell8 has joined #openstack-horizon06:08
*** jbell8 has quit IRC06:12
*** jbell8 has joined #openstack-horizon06:12
*** DevBox has quit IRC06:15
*** aortega has quit IRC06:15
*** jrist has joined #openstack-horizon06:22
*** jrist has quit IRC06:22
*** jrist has joined #openstack-horizon06:22
*** dratushnyy1 has quit IRC06:27
*** javeriak has joined #openstack-horizon06:27
*** Pr0t3us has joined #openstack-horizon06:27
openstackgerritSanjana proposed openstack/horizon: Adding Ceilometer Alarms page  https://review.openstack.org/25164406:28
*** x00350071_ is now known as xiangxinyong06:28
*** Pr0t3us has quit IRC06:31
*** jtomasek has joined #openstack-horizon06:45
*** rcernin has quit IRC06:47
*** javeriak has quit IRC06:48
*** ozialien10 has quit IRC06:50
*** mpavlase has joined #openstack-horizon06:50
*** rcernin has joined #openstack-horizon06:51
*** javeriak has joined #openstack-horizon06:55
*** belmoreira has joined #openstack-horizon07:01
*** schipiga has joined #openstack-horizon07:03
*** duobei has joined #openstack-horizon07:06
*** jtriley has quit IRC07:10
*** vinaypotluri has quit IRC07:10
*** javeriak has quit IRC07:12
*** javeriak has joined #openstack-horizon07:15
openstackgerritxiaoyuan lu proposed openstack/horizon: Allow reassociate for associated FIPs  https://review.openstack.org/28322307:27
*** jbell8 has quit IRC07:30
*** tyr_ has joined #openstack-horizon07:31
*** duobei has quit IRC07:31
*** dmk0202 has joined #openstack-horizon07:35
robcresswellr1chardj0n3s: Thanks! (re: pypi)07:35
*** tyr_ has quit IRC07:35
openstackgerritMerged openstack/horizon: Trivial: Change message level from warning to info  https://review.openstack.org/31717307:37
*** kenji-i has quit IRC07:49
*** kenji-i has joined #openstack-horizon07:49
openstackgerritKenji Ishii proposed openstack/horizon: Refactor some places using filterAction with using filter_type as 'query'  https://review.openstack.org/30499907:53
*** duobei has joined #openstack-horizon07:56
*** david-lyle has joined #openstack-horizon07:57
*** ChanServ sets mode: +o david-lyle07:57
*** jrcloud has quit IRC07:59
*** aortega has joined #openstack-horizon08:00
tsufievrobcresswell, it seems that the time slot especially for eastern folks didn't work out :/08:07
openstackgerritDavanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c  https://review.openstack.org/30342908:10
openstackgerritDavanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c  https://review.openstack.org/30342908:10
robcresswelltsufiev: Its not really any different than before. The only person who used to attend 1200 UTC was david-lyle.08:12
robcresswellBut yes, it seems those contributors have little interest in attending meetings :(08:13
tsufievand it may be just too early in the release cycle for anyone have something for the meeting08:13
*** ygbo has joined #openstack-horizon08:15
tsufievrobcresswell, I wonder, who manages openstack repo on github mirror?08:16
tsufievgit clone <horizon-repo> could use `git gc` on server - that would reduce cloning time significantly08:16
tsufiev*openstack repos08:16
robcresswelltsufiev: Couldnt you use git clone --depth to avoid anything unnecessary ?08:18
tsufievI'm not sure that truncating history is a good thing08:19
tsufievyet there seems to be a lot of dangling commits, not referenced from any existing branch08:19
robcresswellI assume this is for testing?08:20
tsufievtruth be told, that's not even my idea - one of our deployment engineers asked me, who could run git gc on server?08:21
robcresswellI'd have thought you could just do a shallow clone and put the patch on top of that; anything else would be a merge conflict anyway08:21
robcresswellI dont what the actual setup is I'm afraid :)08:22
openstackgerritZhenguo Niu proposed openstack/horizon: Whitelist 'rm' in pep8 tox environment  https://review.openstack.org/31789608:22
*** kenji-i has quit IRC08:24
*** kenji-i has joined #openstack-horizon08:24
*** javeriak has quit IRC08:26
robcresswelltsufiev: Not sure if you saw my ping, but ng-file-upload is out.08:29
tsufievrobcresswell, thanks a lot! will recheck patches that use it08:32
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Remove redundant API calls from admin dashboard  https://review.openstack.org/31052008:33
*** mattfarina_ has joined #openstack-horizon08:42
*** ediardo_ has joined #openstack-horizon08:43
*** bapalm_ has joined #openstack-horizon08:44
openstackgerritTimur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code  https://review.openstack.org/28779308:44
*** masco_ has joined #openstack-horizon08:45
*** jotr has quit IRC08:45
*** wasmum has quit IRC08:45
*** med_ has quit IRC08:45
*** davidmichaelkarr has quit IRC08:45
*** ameade has quit IRC08:45
*** mattfarina has quit IRC08:45
*** bapalm has quit IRC08:45
*** onovy has quit IRC08:45
*** ediardo has quit IRC08:45
*** dlevy_ has quit IRC08:45
*** david_cu has quit IRC08:45
*** mgagne has quit IRC08:45
*** masco has quit IRC08:45
*** ankur-gupta-f has quit IRC08:45
*** jamielennox has quit IRC08:45
*** vkmc has quit IRC08:45
*** med_ has joined #openstack-horizon08:45
*** mgagne has joined #openstack-horizon08:45
*** vkmc has joined #openstack-horizon08:45
*** med_ has quit IRC08:45
*** med_ has joined #openstack-horizon08:45
*** jtriv has joined #openstack-horizon08:45
*** vkmc has quit IRC08:45
*** vkmc has joined #openstack-horizon08:45
*** mgagne is now known as Guest9229208:46
*** mattfarina_ is now known as mattfarina08:46
*** onovy has joined #openstack-horizon08:46
*** ediardo_ is now known as ediardo08:47
*** ankur-gupta-f has joined #openstack-horizon08:47
*** mvk has joined #openstack-horizon08:49
*** francoblanco has quit IRC08:49
*** RaginBajin has quit IRC08:49
*** jamielennox has joined #openstack-horizon08:55
*** ameade has joined #openstack-horizon08:55
*** davidmichaelkarr has joined #openstack-horizon08:57
openstackgerritSanjana proposed openstack/horizon: Adding Ceilometer Alarms page  https://review.openstack.org/25164408:57
*** wasmum has joined #openstack-horizon08:57
*** RaginBajin has joined #openstack-horizon08:59
*** francoblanco has joined #openstack-horizon08:59
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Fix mocks in unit tests  https://review.openstack.org/31115109:00
*** jtomasek_ has joined #openstack-horizon09:12
*** btully has quit IRC09:16
*** tyr_ has joined #openstack-horizon09:20
openstackgerritSanjana proposed openstack/horizon: Adding Ceilometer Alarms page  https://review.openstack.org/25164409:21
*** tyr_ has quit IRC09:24
*** mvk_ has joined #openstack-horizon09:24
*** vkramskikh_ has joined #openstack-horizon09:25
*** javeriak has joined #openstack-horizon09:27
mrungeI'm dropping this here, but maybe it's too early in the day: http://horizon.io/09:28
*** mvk has quit IRC09:28
mrungetime for a rewrite?09:28
*** duobei has quit IRC09:30
*** jtomasek_ has quit IRC09:32
*** yingjun has quit IRC09:33
*** yingjun has joined #openstack-horizon09:33
*** duobei has joined #openstack-horizon09:35
*** ankur-gupta-f1 has quit IRC09:36
*** zqfan has joined #openstack-horizon09:36
*** yingjun has quit IRC09:38
robcresswellmrunge: Horizon using horizon as a backend?09:39
*** vkramskikh_ has quit IRC09:40
mrungerobcresswell, not entirely09:42
*** btully has joined #openstack-horizon09:42
mrungethat would be a rewrite from scratch09:42
mrungehorizon.io is a javascript framework09:42
*** zhurong has quit IRC09:43
mrungeI wonder, who has a trademark on the name horizon09:43
mrungerobcresswell, brief search revealed this here: https://trademarks.justia.com/853/21/horizon-85321248.html09:44
mrungedo we need to rename horizon then=09:44
mrunge?09:44
*** zhurong has joined #openstack-horizon09:47
mrungethere's even a computer software named "HORIZON" https://trademarks.justia.com/781/69/horizon-78169581.html09:50
mrungecool09:50
tsufievhorizon-ng !09:54
*** btully has quit IRC09:56
*** btully has joined #openstack-horizon10:14
binBASHThere is also a German TV Box named Horizon10:16
binBASHby Unitymedia (Liberty Global)10:16
binBASHhttps://www5.unitymedia.de/privatkunden/horizon/10:16
binBASH:-)10:17
*** shu-mutou is now known as shu-mutou-AFK10:17
*** zhurong has quit IRC10:17
*** btully has quit IRC10:19
*** zackf has joined #openstack-horizon10:21
*** zackf has quit IRC10:26
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Update detailed page for share servers  https://review.openstack.org/31263910:26
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Fix usages view on project/overview page  https://review.openstack.org/31330210:26
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for security service detailed page  https://review.openstack.org/31496510:27
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for share network detailed page  https://review.openstack.org/31499210:27
*** duobei has quit IRC10:27
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for snapshot detailed page  https://review.openstack.org/31500010:27
*** btully has joined #openstack-horizon10:42
*** duobei has joined #openstack-horizon10:43
*** duobei has quit IRC10:50
*** btully has quit IRC10:54
*** kzaitsev_mb has joined #openstack-horizon10:55
*** zackf has joined #openstack-horizon11:02
*** zackf has quit IRC11:07
*** tyr_ has joined #openstack-horizon11:08
*** tyr_ has quit IRC11:13
*** btully has joined #openstack-horizon11:15
*** javeriak has quit IRC11:18
*** javeriak_ has joined #openstack-horizon11:18
*** btully has quit IRC11:24
*** javeriak_ has quit IRC11:29
*** yamamoto_ has quit IRC11:38
*** julim has joined #openstack-horizon11:40
*** btully has joined #openstack-horizon11:43
*** zackf has joined #openstack-horizon11:43
*** zackf has quit IRC11:48
*** mvk_ has quit IRC11:49
*** btully has quit IRC11:56
*** rodrigods has quit IRC11:58
*** rodrigods has joined #openstack-horizon11:58
*** ducttape_ has joined #openstack-horizon11:59
ducttape_mrunge: your license comments scare me  ;)12:00
mrungeducttape_, heh12:00
mrungeducttape_, from an open source perspective, that is genius12:00
mrungebut if you're a company, you most probably want to avoid AGPL software12:01
mrungeas you have to open source your modifications as well12:01
ducttape_I'd like to agree that everything on that thread is a terrible idea right now, and pretend mfisch didn't troll us   ;)12:01
mrungeducttape_, by coincidence I discovered some trademarks on "Horizon"12:02
ducttape_heh, thats what happens when you go looking12:02
mrungelike a software for coolers(?) dated back from 2003. They are way earlier than us12:02
ducttape_that is very strange.  that must be some type of copy paste thing12:03
tsufievmrunge, ducttape_: which thread are you talking about?12:03
ducttape_https://twitter.com/openmfisch/status/73264260796520857612:04
ducttape_I work with Matt, he is trying to give us a hard time12:04
mrungeanyways, that's a nice try :D12:05
robcresswellI thought we'd gone a while without someone proposing a rewrite12:06
mrungeyeah, it was about time12:06
tsufievshouldn't we complete one rewrite before starting another?12:06
mrungetsufiev, is that a rule?12:07
tsufievjust some common sense12:07
mrungeI mean, if the other one makes more sense, why wasting time with the current attempt?12:07
tsufievbut I'm not a specialist in a field of common sense12:07
tsufievhm...12:08
mrungena! Common sense is hard12:08
robcresswelltsufiev: That doesnt usually stop us12:10
tsufievrobcresswell, nothing can stop 'Horizon Heroes' :D12:10
robcresswellhaha12:10
*** zul has quit IRC12:14
*** mvk_ has joined #openstack-horizon12:19
*** ducttape_ has quit IRC12:19
*** yingjun has joined #openstack-horizon12:25
*** chuck__ has joined #openstack-horizon12:34
*** Mounica has joined #openstack-horizon12:39
*** javeriak has joined #openstack-horizon12:42
*** Mounica has quit IRC12:43
*** gtop-323 has joined #openstack-horizon12:53
*** tyr_ has joined #openstack-horizon12:56
*** yamamoto has joined #openstack-horizon12:58
*** kzaitsev_mb has quit IRC12:58
*** tyr_ has quit IRC13:01
*** btully has joined #openstack-horizon13:03
*** tmorin has joined #openstack-horizon13:04
*** btully has quit IRC13:15
*** matt-borland has joined #openstack-horizon13:15
*** hurgleburgler has joined #openstack-horizon13:21
*** ChanServ sets mode: +v hurgleburgler13:21
*** pauloewerton has joined #openstack-horizon13:22
*** kzaitsev_mb has joined #openstack-horizon13:22
*** ducttape_ has joined #openstack-horizon13:24
robcresswellhurgleburgler: o/13:25
hurgleburglermorning!13:25
*** peristeri has joined #openstack-horizon13:26
tsufievrobcresswell, r1chardj0n3s: I've suddenly realized that we have no way to check if any other web app uses a particular version of an xstatic package13:28
tsufievspeaking of xstatic-angular-fileupload, if that matters13:28
tsufievwell, I'm almost sure that nobody uses it, but how can I prove it?13:28
*** ducttape_ has quit IRC13:29
*** ducttape_ has joined #openstack-horizon13:29
tsufievtransition from 1.x to 12.x certainly changes a lot, but I don't even know if it affects someone13:29
openstackgerritKirill Zaitsev proposed openstack/horizon: Add *args, **kwargs to ModalBackdropMixin's init method  https://review.openstack.org/31762813:31
robcresswelltsufiev: Well you can search the openstack repos13:33
robcresswellBut otherwise, all people can do is pin13:33
tsufievwill pinned reqs pass an appropriate jenkins job?13:34
tsufievs/appropriate/corresponding/13:34
matt-borlandhurgleburgler, it's not exactly a css bug, but it affects styling: https://review.openstack.org/#/c/317598/, if you don't mind :)13:35
*** cloudtrainme has joined #openstack-horizon13:36
matt-borlandthe inclusion of the detail rows when the primary rows were excluded messed up the <tr> shading logic.13:36
robcresswelltsufiev: Are you referring to within openstack specifically? Projects can just use upper constraints I thought13:37
mrungetsufiev, is it in global requirements?13:39
mrungetsufiev, I mean, if it's there, and it's pinned, you'll know after raising the version13:39
mrungesomeone will complain13:40
mrungebut they would have to fix their code anyways13:40
*** kzaitsev_mb has quit IRC13:41
tsufievactually, we can do it!13:41
tsufievsee https://github.com/search?q=org%3Aopenstack+xstatic-angular-fileupload13:41
tsufievor, more precisely https://github.com/search?q=org%3Aopenstack+xstatic-angular-fileupload&type=Code13:42
*** btully has joined #openstack-horizon13:42
robcresswellYeah, we can search within openstack13:42
robcresswellWe should probably bump minimum req for fileupload btw.13:43
openstackgerritMerged openstack/horizon: Fix doc build warnings and errors  https://review.openstack.org/31775913:43
openstackgerritMatt Borland proposed openstack/horizon: Images uses generic/extensible details views  https://review.openstack.org/29660113:43
*** mtanino has joined #openstack-horizon13:43
tsufievrobcresswell, I was looking for good arguments to convince people to do that https://review.openstack.org/#/c/317461/ :)13:43
robcresswelltsufiev: Just state that Horizon is using features from the new version, thats all they're asking for.13:44
*** ygbo has quit IRC13:45
*** ducttape_ has quit IRC13:45
tsufievdone13:46
tsufievI've noticed that every time I'm reading Jenkins notification after gate job finished, I'm holding my breath hoping not to see -2 due to dsvm-integration job failure :/13:48
robcresswellYeah and rechecks are taking 3-4 hours nowadays.13:48
*** ametts has joined #openstack-horizon13:49
tsufievbut I got an impression that failures become a bit less frequent after the merge of time.sleep(1) for Fernet tokens issue13:49
openstackgerritMatt Borland proposed openstack/horizon: Adding generic table extensibility  https://review.openstack.org/30948213:51
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements  https://review.openstack.org/31717913:52
*** btully has quit IRC13:55
openstackgerritMatt Borland proposed openstack/horizon: Adding generic table extensibility  https://review.openstack.org/30948213:56
*** doug-fish has joined #openstack-horizon13:57
*** ankur-gupta-f1 has joined #openstack-horizon13:58
*** absubram has quit IRC13:59
*** ankur-gupta-f1 has left #openstack-horizon14:02
*** javeriak has quit IRC14:02
*** ducttape_ has joined #openstack-horizon14:03
*** vishwanathj has joined #openstack-horizon14:03
*** Liuqing has joined #openstack-horizon14:04
*** cloudtrainme has quit IRC14:05
*** ygbo has joined #openstack-horizon14:10
*** ankur-gupta-f1 has joined #openstack-horizon14:10
openstackgerritVijay Katam proposed openstack/horizon: Fix pep8 and update tests  https://review.openstack.org/31630714:11
*** btully has joined #openstack-horizon14:13
*** lblanchard has joined #openstack-horizon14:14
*** sdake has joined #openstack-horizon14:14
openstackgerritMatt Borland proposed openstack/horizon: Adding generic table features  https://review.openstack.org/31812514:15
*** pushkaru has joined #openstack-horizon14:16
*** jbell8 has joined #openstack-horizon14:16
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956114:16
*** doug-fis_ has joined #openstack-horizon14:19
*** doug-fish has quit IRC14:21
*** tyr_ has joined #openstack-horizon14:23
*** btully has quit IRC14:24
*** Guest92292 is now known as mgagne14:25
*** mgagne has quit IRC14:25
*** mgagne has joined #openstack-horizon14:25
*** sdake has quit IRC14:26
lcastellmorning :)14:27
*** sdake has joined #openstack-horizon14:27
ankur-gupta-f1good morning lcastell:14:31
*** Liuqing has quit IRC14:33
*** doug-fis_ has quit IRC14:35
openstackgerritMatt Borland proposed openstack/horizon: Instances: Add angular instances panel  https://review.openstack.org/26137614:36
*** ankur-gupta-f1 has quit IRC14:38
*** sdake_ has joined #openstack-horizon14:42
*** javeriak has joined #openstack-horizon14:42
openstackgerritMatt Borland proposed openstack/horizon: WIP: Adding actions and views to Instance  https://review.openstack.org/31624414:42
*** btully has joined #openstack-horizon14:43
*** sdake has quit IRC14:43
openstackgerritMerged openstack/horizon: Don’t error if dhcp_agent_scheduler not enabled  https://review.openstack.org/31310014:45
*** Mounica has joined #openstack-horizon14:46
*** mpavlase has quit IRC14:47
*** Mounica has quit IRC14:49
*** cloudtrainme has joined #openstack-horizon14:51
matt-borlandTravT, robcresswell, I know TravT had some comments on https://review.openstack.org/#/c/296601/ , but since that is a corollary to the generic details patch that merged, I'd like to see that merged and iterated on with the options we're discussing.14:51
*** aortega has quit IRC14:51
robcresswellmatt-borland: Comments on the original details patch?14:54
matt-borlandBasically the only thing to be iterated on I believe is the use of resultHandlers, which master doesn't use anyway.14:54
*** btully has quit IRC14:54
robcresswellOr the implementation part14:54
matt-borlandrobcresswell, the implementation14:54
*** javeriak has quit IRC14:55
*** ankur-gupta-f1 has joined #openstack-horizon14:55
matt-borlandBasically having intelligent resultHandling, similar to what is in the *tables* patch, should be worked out, but not in this version of the implementation patch14:56
TravTmatt-borland: what do you mean?14:56
robcresswellI mean, if its specific to the implementation, we should just fix it in this patch no?14:57
matt-borlandit's not specific to the implementation14:57
matt-borlandthere's a general question about how the generic controller handles results from actions14:58
matt-borland(none of this is in Image/Angular master at the level we're talking about)14:58
robcresswellAh, sorry thats what I meant in my original question14:58
matt-borlandgotcha, ok14:58
TravTmatt-borland: why not add in a hook for result handling?14:59
matt-borlanddoes that make sense?14:59
TravTwhat's the real hang up?14:59
robcresswellYeah I'm just reading the comments/code14:59
matt-borlandWe could add a basic result handler to the implementation patch if that's all we're lookng for14:59
matt-borland(add it to the generic controller that is)15:00
matt-borlandbut I'm worried it will stymie the iteration to add other important generic features (global actions, etc) which are further down the chain15:00
matt-borlandif we're just adding a resulthandler, that's fine with me, then we can merge that.15:00
*** ducttape_ has quit IRC15:01
*** aortega has joined #openstack-horizon15:03
robcresswellIf we have improvements we can make that have been highlighted in this patch, why not just fix them as part of this patch? Its no different to richards patch on using the new table code.15:03
robcresswellI mean the alternative is that we move on to the tables now and fix it later, but I don't really see why that helps?15:04
robcresswellMay as well fix it now before we start building on top of it.15:04
matt-borlandok, as long as we can iterate quickly, because obviously all these patches are in a line (so we accumulate the total features).  Let me work on a resultHandler and see where we get.15:04
matt-borlandthanks!15:05
tsufievthe curse of long patch chains...15:05
robcresswelltsufiev: indeed15:06
robcresswellI'm gonna go exercise for a bit, going to look at the swift functionality bp after.15:06
*** jbell8 has quit IRC15:08
*** masco_ has quit IRC15:09
*** Mounica has joined #openstack-horizon15:10
*** doug-fish has joined #openstack-horizon15:11
*** jtriley has joined #openstack-horizon15:12
*** zackf has joined #openstack-horizon15:12
*** btully has joined #openstack-horizon15:13
*** jbell8 has joined #openstack-horizon15:17
*** doug-fish has quit IRC15:17
*** weezS has joined #openstack-horizon15:17
matt-borlandtsufiev, luckily the patch chain is getting shorter!  Only a couple more important ones to go15:22
*** rcernin has quit IRC15:24
*** btully has quit IRC15:24
*** doug-fis_ has joined #openstack-horizon15:25
*** doug-fis_ has quit IRC15:25
*** doug-fis_ has joined #openstack-horizon15:25
*** yingjun has quit IRC15:26
*** jtriley has quit IRC15:26
*** yingjun has joined #openstack-horizon15:26
*** itisha has joined #openstack-horizon15:26
*** yingjun has quit IRC15:31
*** belmoreira has quit IRC15:32
*** vinaypotluri has joined #openstack-horizon15:33
*** dmk0202 has quit IRC15:37
*** dmk0202 has joined #openstack-horizon15:37
*** ngupta has joined #openstack-horizon15:40
*** jprovazn has joined #openstack-horizon15:41
*** ducttape_ has joined #openstack-horizon15:45
*** ZZelle has quit IRC15:48
*** dmk0202 has quit IRC15:51
*** ZZelle has joined #openstack-horizon15:51
*** bpokorny has joined #openstack-horizon15:51
*** bpokorny has quit IRC15:52
*** bpokorny has joined #openstack-horizon15:57
openstackgerritAlexey Yelistratov proposed openstack/horizon: Provide the bones of profiler: api, models and middleware  https://review.openstack.org/27308515:57
*** ankur-gupta-f1 has quit IRC16:01
*** ngupta_ has joined #openstack-horizon16:01
betherlyok I'm off lovely horizon people!! heading to Kos for a week so see you back online in a week or so :)16:02
*** ngupta has quit IRC16:03
*** ankur-gupta-f1 has joined #openstack-horizon16:04
*** tmorin has quit IRC16:10
openstackgerritMatt Borland proposed openstack/horizon: Images uses generic/extensible details views  https://review.openstack.org/29660116:10
david-lylebetherly: enjoy!16:11
*** ducttape_ has quit IRC16:12
*** btully has joined #openstack-horizon16:13
betherlydavid-lyle: thanks :)16:15
TravTo/ betherly16:18
*** ducttape_ has joined #openstack-horizon16:18
openstackgerritMerged openstack/manila-ui: Remove redundant API calls from admin dashboard  https://review.openstack.org/31052016:18
openstackgerritMerged openstack/manila-ui: Fix mocks in unit tests  https://review.openstack.org/31115116:18
*** schipiga has quit IRC16:18
*** ygbo has quit IRC16:19
openstackgerritMerged openstack/manila-ui: Update detailed page for share servers  https://review.openstack.org/31263916:19
*** edtubill has joined #openstack-horizon16:19
*** gyee has joined #openstack-horizon16:25
*** btully has quit IRC16:25
*** ankur-gupta-f1 has left #openstack-horizon16:27
robcresswell:o have fun betherly16:28
*** sdake_ has quit IRC16:31
*** sdake has joined #openstack-horizon16:31
*** lhcheng has joined #openstack-horizon16:38
*** ChanServ sets mode: +v lhcheng16:38
tsufievI wonder if it was really meant <hz-dynamic-table> to show batchActions only when filterFacets are defined as well, see https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets/table/hz-dynamic-table.html#L7 ?16:40
*** ducttape_ has quit IRC16:40
tsufievor it was a typo and OR was meant to be there16:40
*** jbell8 has quit IRC16:43
openstackgerritMatt Borland proposed openstack/horizon: Images uses generic/extensible details views  https://review.openstack.org/29660116:44
robcresswelltsufiev: You know, I'm not sure. It looks like a bug16:46
tsufievrobcresswell, okay, then I'll file it16:47
tsufiev(and fix, since it looks pretty trivial)16:47
matt-borlandrobcresswell, TravT: I modified https://review.openstack.org/#/c/309482/ (Image implementation of generic details) to have full result handling and primary and secondary view reloads16:47
matt-borlandSo basically, go to an Image's Details page...Edit it, changing both the Name and the RAM (or something on the Overview view)...then Save16:48
robcresswelltsufiev: I'd expect it just to render if batchActions are defined. Not sure why filterFacets factors into the batch actions16:48
matt-borlandYou should see both the Name (in the Primary) and RAM (in the plugged-in Overveiw) change when the action is complete.16:48
tsufievsame is for me, robcresswell16:49
openstackgerritMatt Borland proposed openstack/horizon: Adding generic table extensibility  https://review.openstack.org/30948216:49
robcresswellcool, I'll look into it in a bit matt-borland. I want to check out r1chardj0n3s swift patches first.16:49
tsufievalthough, w/o filterfacets the placement for batch action buttons seems weird, but I guess we'll do something about it16:49
matt-borlandnp robcresswell16:49
robcresswelltsufiev: oh! Wait now this sounds familiar.16:50
openstackgerritMatt Borland proposed openstack/horizon: Adding generic table features  https://review.openstack.org/31812516:50
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956116:50
robcresswelltsufiev: I think richard had some improvements for the handling on that.16:50
tsufievrobcresswell, exactly! https://review.openstack.org/#/c/313243/9/horizon/static/framework/widgets/table/hz-dynamic-table.html line 18-2016:51
tsufievI guess it was in my subconciousness until you told that :)16:51
robcresswelltsufiev: Dammit, I had just copied it into irssi when you posted :p16:51
robcresswelltsufiev: I'm going to look at recursive delete and see if I can reproduce the bugs as before.16:52
tsufievrobcresswell, good to hear. Yet I suspect that these bugs might have been caused by missing 'return' that r1chardj0n3s added in some recent patchset16:53
robcresswellAlso curious about those 404s16:53
robcresswellSurely we can add some handling for those?16:53
tsufiev404s?16:53
tsufiev404s are IMO unavoidable noise16:54
tsufievas they were in case of legacy jQuery polling16:54
tsufiev*table polling16:55
*** weezS has quit IRC16:55
tsufieveven when you handle these (quite expected) errors properly, they still show up in console16:55
* tsufiev been googling and stackoverflowing trying to fix that some time ago16:56
*** jtriley has joined #openstack-horizon16:58
*** lhcheng_ has joined #openstack-horizon17:01
*** lhcheng has quit IRC17:01
*** roxanaghe has joined #openstack-horizon17:01
robcresswellHmm17:04
robcresswellInvestigating time17:04
*** absubram has joined #openstack-horizon17:11
*** jbell8 has joined #openstack-horizon17:11
*** btully has joined #openstack-horizon17:13
*** clu_ has joined #openstack-horizon17:24
*** ChanServ sets mode: +v clu_17:24
*** btully has quit IRC17:26
*** ducttape_ has joined #openstack-horizon17:26
*** ducttape_ has quit IRC17:28
*** ducttape_ has joined #openstack-horizon17:28
*** wolverineav has quit IRC17:32
*** mvk_ has quit IRC17:37
openstackgerritTyr Johanson proposed openstack/horizon: Developer Registry Resource Browser  https://review.openstack.org/31379017:42
*** tqtran has joined #openstack-horizon17:43
*** javeriak has joined #openstack-horizon17:48
*** piet has joined #openstack-horizon17:51
*** bpokorny has quit IRC18:00
*** bpokorny has joined #openstack-horizon18:03
*** wolverineav has joined #openstack-horizon18:11
*** rama_y has joined #openstack-horizon18:12
*** btully has joined #openstack-horizon18:12
*** doug-fish has joined #openstack-horizon18:16
*** doug-fish has quit IRC18:17
*** doug-fish has joined #openstack-horizon18:17
*** doug-fis_ has quit IRC18:20
*** bpokorny has quit IRC18:21
*** amit213 has quit IRC18:24
*** yingjun has joined #openstack-horizon18:27
*** amit213 has joined #openstack-horizon18:27
*** bpokorny has joined #openstack-horizon18:28
*** sdake_ has joined #openstack-horizon18:31
*** yingjun has quit IRC18:31
*** sdake has quit IRC18:33
*** btully has quit IRC18:35
*** hoonetorg has joined #openstack-horizon18:36
*** roxanaghe has quit IRC18:40
krotscheckIf y'all see any errors in the npm install jobs, let me know. NPM fails its requests between 10 and 60 seconds, and that can be tricky if a cold mirror cache is trying to fetch a large package tarball.18:40
krotscheckThere's a patch in flight that will relax those times, but it'll take 24 hours to propagate to our jenkins images.18:42
*** btully has joined #openstack-horizon18:50
bpokornyThanks for the heads up, krotscheck.18:51
*** pkarikh_ has joined #openstack-horizon18:55
*** amotoki has quit IRC18:56
pkarikh_agrh18:57
*** pkarikh_ has quit IRC18:57
*** pkarikh_ has joined #openstack-horizon18:58
pkarikh_sorry if someone seen non-ascii chars, my xchat gone mad :(18:59
pkarikh_hurgleburgler, hi! have you seen my comment about theme loader?:)18:59
*** agireud has quit IRC19:04
krotscheckbpokorny: No worries. I can manually warm up caches if that becomes necessary19:04
*** piet has quit IRC19:05
*** piet has joined #openstack-horizon19:06
*** doug-fish has quit IRC19:10
hurgleburglerpkarikh: I did … I need to check on that19:10
hurgleburglersorry, been swamped lately19:11
hurgleburglerwill see if I can address it this afternoon or tomorrow19:11
hurgleburglerbrb, lunch19:11
*** hurgleburgler has quit IRC19:11
pkarikh_no problem :) thanks a lot!19:12
*** pkarikh_ has quit IRC19:12
*** doug-fish has joined #openstack-horizon19:13
*** doug-fish has quit IRC19:18
*** piet has quit IRC19:21
*** sdake_ has quit IRC19:23
*** piet has joined #openstack-horizon19:27
*** agireud has joined #openstack-horizon19:30
*** turvey has joined #openstack-horizon19:30
*** turvey has left #openstack-horizon19:31
*** rama_y has quit IRC19:34
*** pt_15 has joined #openstack-horizon19:35
*** mpavlase has joined #openstack-horizon19:38
*** doug-fish has joined #openstack-horizon19:40
pt_15Hi! I am working on trying to get the solum plugin to load into horizon. The code hasn't been updated in a while, so I am trying to change it to match the existing horizon structure. Here is the patch: https://review.openstack.org/#/c/289021/ . But I am a little confused regarding how to proceed, I am encountering an error when trying to load this code into19:41
pt_15horizon. Can someone pls point me in the right direction?19:41
*** doug-fish has quit IRC19:44
*** sdake has joined #openstack-horizon19:49
*** javeriak has quit IRC19:49
robcresswellHorizon meeting in 1019:49
ducttape_my clock skilz are lacking19:49
robcresswellThats why we have rob-bot19:51
*** hurgleburgler has joined #openstack-horizon19:53
*** ChanServ sets mode: +v hurgleburgler19:53
*** jbell8 has quit IRC19:54
robcresswelltsufiev: Was the item about ui-text-guidelines yours?19:55
*** woodburn has joined #openstack-horizon19:55
*** yamamoto has quit IRC19:55
tsufievrobcresswell, nope19:56
tyr_pt_15: What is the error you are seeing?19:57
*** doug-fish has joined #openstack-horizon19:59
pt_15tyr_: I get the error: NotRegistered: The default panel "applications" is not registered.20:00
tyr_on master?20:04
pt_15I'm not sure what you mean by on master here?20:06
tyr_which version of Horizon are you trying to integrate with20:06
pt_15Oh yeah, that is master20:07
openstackgerritEric Peterson proposed openstack/horizon: Add router L3 agent info to info page  https://review.openstack.org/30661920:08
*** jprovazn has quit IRC20:11
*** ametts has quit IRC20:13
*** weezS has joined #openstack-horizon20:16
tyr_pt_15: Application labels aren't unique, duplicates: solumdashboard20:21
tyr_you have two enabled files, both trying to add the same application.20:22
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements  https://review.openstack.org/31717920:22
tyr_commenting out the 2nd "ADD_INSTALLED_APPS" in _51_applications_panel.py, I then hit ImportError: No module named assemblies.views20:23
openstackgerritOpenStack Proposal Bot proposed openstack/manila-ui: Updated from global requirements  https://review.openstack.org/31832120:23
tyr_some import errors you can work through. Hopefully that gets you unstuck.20:23
*** roxanaghe has joined #openstack-horizon20:26
pt_15tyr_: oh great! I'll try that out. Thanks a lot! :)20:26
*** ngupta_ has quit IRC20:29
*** ametts has joined #openstack-horizon20:30
*** rama_y has joined #openstack-horizon20:31
*** jtriley has quit IRC20:38
*** ngupta_ has joined #openstack-horizon20:46
*** absubram has quit IRC20:46
*** lblanchard has quit IRC20:56
*** yamamoto has joined #openstack-horizon20:56
*** btully has quit IRC20:58
ducttape_good talk21:00
ducttape_great talk21:00
*** yamamoto has quit IRC21:03
ediardo+121:03
*** pauloewerton has quit IRC21:03
*** Mounica has quit IRC21:04
openstackgerritMatt Borland proposed openstack/horizon: Disabling warnings of 'quote-props'  https://review.openstack.org/31833721:04
*** ametts has quit IRC21:07
*** piet has quit IRC21:11
*** matt-borland has quit IRC21:12
*** btully has joined #openstack-horizon21:12
*** cshahani has joined #openstack-horizon21:17
*** kzaitsev_mb has joined #openstack-horizon21:23
*** btully has quit IRC21:25
*** woodburn has quit IRC21:28
*** peristeri has quit IRC21:30
*** doug-fish has quit IRC21:30
*** piet has joined #openstack-horizon21:32
*** edtubill has quit IRC21:33
openstackgerritAnkur proposed openstack/horizon: Improve UX For Extend Volume Dialog  https://review.openstack.org/31768521:38
*** Mounica has joined #openstack-horizon21:38
*** weezS has quit IRC21:41
*** cloudtrainme has quit IRC21:46
*** Mounica has quit IRC21:53
*** Mounica has joined #openstack-horizon21:54
*** gtop-323 has quit IRC21:55
*** piet has quit IRC21:57
*** bpokorny_ has joined #openstack-horizon22:00
*** ozialien10 has joined #openstack-horizon22:03
*** bpokorny has quit IRC22:04
*** julim has quit IRC22:04
*** btully has joined #openstack-horizon22:07
*** Mounica has quit IRC22:13
*** Mounica has joined #openstack-horizon22:14
r1chardj0n3smorning22:20
*** ngupta_ has quit IRC22:21
*** harlowja has quit IRC22:22
david-lylemorning22:25
hurgleburglerornin22:26
hurgleburglermorning*22:26
*** ducttape_ has quit IRC22:27
ediardomorning22:28
*** itisha has quit IRC22:29
*** roxanaghe has quit IRC22:31
*** bpokorny_ has quit IRC22:33
*** cloudtrainme has joined #openstack-horizon22:33
*** roxanaghe has joined #openstack-horizon22:34
*** mvk_ has joined #openstack-horizon22:34
*** cloudtrainme has quit IRC22:36
r1chardj0n3sany cores able to +w https://review.openstack.org/#/c/296173 ? it has two +2s22:41
r1chardj0n3s(please)22:41
r1chardj0n3s:-)22:41
*** pt_15 has quit IRC22:46
*** Mounica has quit IRC22:48
*** kzaitsev_mb has quit IRC22:48
*** kzaitsev_mb has joined #openstack-horizon22:53
*** bpokorny has joined #openstack-horizon22:55
*** tyr_ has quit IRC22:58
*** kzaitsev_mb has quit IRC22:58
*** mpavlase has quit IRC22:59
*** harlowja has joined #openstack-horizon23:00
openstackgerritDavid Lyle proposed openstack/horizon: TEST PATCH DO NOT MERGE  https://review.openstack.org/31529423:03
*** jamielennox is now known as jamielennox|away23:04
*** kzaitsev_mb has joined #openstack-horizon23:10
*** Mounica has joined #openstack-horizon23:10
*** hurgleburgler has quit IRC23:26
*** hurgleburgler has joined #openstack-horizon23:26
*** ChanServ sets mode: +v hurgleburgler23:26
*** kzaitsev_mb has quit IRC23:26
*** kzaitsev_mb has joined #openstack-horizon23:30
*** kzaitsev_mb has quit IRC23:37
*** kzaitsev_mb has joined #openstack-horizon23:38
openstackgerritDavid Lyle proposed openstack/horizon: TEST PATCH DO NOT MERGE  https://review.openstack.org/31529423:41
*** kzaitsev_mb has quit IRC23:47
*** kzaitsev_mb has joined #openstack-horizon23:47
*** pushkaru has quit IRC23:48
*** pushkaru has joined #openstack-horizon23:48
*** pushkaru has quit IRC23:50
*** pushkaru has joined #openstack-horizon23:51
*** jamielennox|away is now known as jamielennox23:51
*** zqfan has quit IRC23:53
*** kzaitsev_mb has quit IRC23:54
*** doug-fish has joined #openstack-horizon23:54
*** roxanaghe has quit IRC23:54
*** pushkaru has quit IRC23:56
*** pushkaru has joined #openstack-horizon23:56
*** doug-fish has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!