*** kzaitsev_mb has quit IRC | 00:00 | |
*** kzaitsev_mb has joined #openstack-horizon | 00:04 | |
*** shu-mutou-AFK is now known as shu-mutou | 00:05 | |
*** ankur-gupta-f has quit IRC | 00:07 | |
*** ankur-gupta-f has joined #openstack-horizon | 00:10 | |
*** kzaitsev_mb has quit IRC | 00:12 | |
*** dan_nguyen has joined #openstack-horizon | 00:12 | |
*** yingjun has joined #openstack-horizon | 00:13 | |
*** kzaitsev_mb has joined #openstack-horizon | 00:25 | |
*** piet has quit IRC | 00:27 | |
*** ducttape_ has joined #openstack-horizon | 00:28 | |
*** cloudtra_ has quit IRC | 00:29 | |
*** vkramskikh_ has quit IRC | 00:29 | |
*** lhcheng has quit IRC | 00:32 | |
r1chardj0n3s | robcresswell: I've added you to XStatic-Angular-FileUpload | 00:32 |
---|---|---|
*** piet has joined #openstack-horizon | 00:32 | |
*** bpokorny has quit IRC | 00:36 | |
*** Mounica has quit IRC | 00:37 | |
*** kzaitsev_mb has quit IRC | 00:38 | |
*** kzaitsev_mb has joined #openstack-horizon | 00:42 | |
*** kenji-i has quit IRC | 00:44 | |
openstackgerrit | Merged openstack/horizon: Improve field name in User Detail https://review.openstack.org/317522 | 00:45 |
*** tqtran has quit IRC | 00:45 | |
*** ducttape_ has quit IRC | 00:48 | |
*** kzaitsev_mb has quit IRC | 00:49 | |
*** kenji-i has joined #openstack-horizon | 00:50 | |
*** piet has quit IRC | 00:55 | |
*** clu_ has quit IRC | 00:59 | |
*** dan_nguyen has quit IRC | 00:59 | |
*** mtanino has quit IRC | 01:00 | |
openstackgerrit | xiaoyuan lu proposed openstack/horizon: Allow reassociate for associated FIPs https://review.openstack.org/283223 | 01:02 |
*** matt-borland has joined #openstack-horizon | 01:02 | |
matt-borland | r1chardj0n3s: did you want to follow up with me on the hz-dynamic-table? | 01:03 |
r1chardj0n3s | matt-borland: sure, just on the phone at the moment | 01:13 |
matt-borland | np, r1chardj0n3s, I'll try to stay on here a while | 01:13 |
r1chardj0n3s | matt-borland: ok, let's do this thing :-) | 01:22 |
r1chardj0n3s | I've added a new comment in response to TravT's https://review.openstack.org/#/c/313243 | 01:23 |
r1chardj0n3s | matt-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-table | 01:24 |
matt-borland | it would be nice to just have a directive take care of all of it | 01:25 |
r1chardj0n3s | I *think* it's as simple as having a "hz-magic-search-columns" attribute or something on hz-dynamic-table | 01:25 |
matt-borland | yes, I was thinking along similar lines just now | 01:25 |
r1chardj0n3s | if it's < 12 then we do the single-row thing, and if it's ==12 then we have two rows | 01:25 |
r1chardj0n3s | I can look at adding that capability to my patch | 01:26 |
matt-borland | In terms of the formatting, I'm almost less concerned about it as we could have hurgleburgler give us some options | 01:26 |
matt-borland | but yeah | 01:26 |
r1chardj0n3s | but before I do that, does all my waffling about contexts and stuff make sense? | 01:26 |
r1chardj0n3s | I'd really rather not have to go down the path of another hz-magic-search-context (ugh) | 01:26 |
matt-borland | heh, it's a complicated problem, so waffling is inherent in the system | 01:27 |
matt-borland | yeah | 01:27 |
r1chardj0n3s | heh | 01:27 |
r1chardj0n3s | avoiding over-engineering as-a-service | 01:27 |
matt-borland | as a side note, Tyr has done a revised version of magic-search that doesn't use events at all | 01:27 |
matt-borland | it just uses basic databinding | 01:27 |
matt-borland | it's quite simple in that regard | 01:27 |
r1chardj0n3s | ok, nice | 01:27 |
matt-borland | but I don't think that's ready for Horizon just yet, we're kicking the tires on it | 01:28 |
r1chardj0n3s | the magic-search stuff really is quite ... magic ... under the hood. I have no idea how it works ;-) | 01:28 |
r1chardj0n3s | ok, so I'll look at revising my patch for the row split stuff | 01:28 |
matt-borland | it's really just a facet renderer | 01:28 |
r1chardj0n3s | "it's really just a facet renderer" I have literally no idea what that might mean :-D | 01:28 |
matt-borland | heh :) | 01:28 |
matt-borland | yeah, 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 thinking | 01:29 |
matt-borland | I forget, how do batch actions get knowledege of the checked items? | 01:29 |
matt-borland | is it through some databinding? | 01:30 |
r1chardj0n3s | yes, a binding of tCtrl.selected in the directive's HTML | 01:30 |
* r1chardj0n3s looks it up | 01:30 | |
matt-borland | ok. cool, so that's a good reason to fold the search/actions in to hz-dynamic-table as well | 01:30 |
matt-borland | although we could just bind across different directives, we can just share a databound object here. cool. | 01:31 |
r1chardj0n3s | actions-delete-selected.template.html | 01:31 |
* r1chardj0n3s sucks at actual git links | 01:31 | |
matt-borland | np, that makes sense | 01:31 |
matt-borland | gerrit is out in the weeds right now anyway | 01:32 |
matt-borland | ah, it's back | 01:32 |
r1chardj0n3s | I note that actions-batch template does NOT pass in the selected items, which I imagine is a bug | 01:32 |
matt-borland | that actions code is a bit tangled | 01:33 |
matt-borland | I was trying to fix a simple bootstrap bug this morning | 01:33 |
r1chardj0n3s | https://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.html | 01:33 |
r1chardj0n3s | yeah, actions has grown quite organically | 01:33 |
r1chardj0n3s | and still has the <action-list> directive which we should look at deprecating | 01:33 |
matt-borland | what's funny is that now we use them in a pretty limited context | 01:33 |
matt-borland | action-list is used within the actions directive in some interesting way | 01:34 |
matt-borland | and it's used in the transfer table | 01:34 |
matt-borland | I think? | 01:34 |
r1chardj0n3s | action-list is the top-level directive, and yeah I think it's only used in the LI code | 01:35 |
matt-borland | I'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 wrong | 01:36 |
r1chardj0n3s | yes | 01:36 |
r1chardj0n3s | that'd be the plan | 01:36 |
matt-borland | excellent | 01:36 |
r1chardj0n3s | but we need to deprecate action-list because plugins | 01:36 |
r1chardj0n3s | Ironic plugin is using it, for example | 01:36 |
matt-borland | indeed | 01:36 |
*** wolverineav has quit IRC | 01:36 | |
r1chardj0n3s | I'll let you put that one on your TODO ;-) | 01:37 |
matt-borland | yeah! :) | 01:37 |
matt-borland | I was in a bugfix frenzy this morning whilst awaiting gate passage | 01:37 |
*** kzaitsev_mb has joined #openstack-horizon | 01:38 | |
matt-borland | Hm, should part of deprecation be to put a deprecation warning log message? I see that with $modal -> $uibModal, etc. | 01:40 |
matt-borland | could log when used... | 01:40 |
r1chardj0n3s | yeh | 01:42 |
*** tjones has joined #openstack-horizon | 01:42 | |
r1chardj0n3s | so another thing... | 01:43 |
matt-borland | yeah? | 01:43 |
*** kzaitsev_mb has quit IRC | 01:43 | |
r1chardj0n3s | there seems to be quite an arbitrary line drawn between what stuff is an attribute in hz-dynamic-table and what's in the config object | 01:43 |
matt-borland | that's true | 01:43 |
tjones | hi - 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 |
r1chardj0n3s | I guess the config stuff is more static | 01:44 |
tjones | i mean image create form | 01:44 |
matt-borland | r1chardj0n3s: 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 light | 01:45 |
-openstackstatus- NOTICE: Gerrit is about to be restarted to help with page timeouts | 01:46 | |
*** lhcheng has joined #openstack-horizon | 01:47 | |
*** ChanServ sets mode: +v lhcheng | 01:47 | |
*** lhcheng has quit IRC | 01:47 | |
*** lhcheng has joined #openstack-horizon | 01:48 | |
*** ChanServ sets mode: +v lhcheng | 01:48 | |
r1chardj0n3s | matt-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 directive | 01:49 |
r1chardj0n3s | similarly resultHandler | 01:49 |
r1chardj0n3s | batchActions might change, though it's unlikely. same with itemActions | 01:49 |
matt-borland | In searchlight the facets actually change dynamically | 01:49 |
r1chardj0n3s | items definitely *will* change | 01:49 |
r1chardj0n3s | ah ok | 01:49 |
r1chardj0n3s | table should definitely not change, since that's declaring the name of the controller | 01:50 |
matt-borland | yeah | 01:50 |
r1chardj0n3s | ok, 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 patch | 01:50 |
matt-borland | not sure searchlight would use hz-dynamic-table terribly soon, though | 01:50 |
matt-borland | yeah, sounds like it's a patch of its own | 01:51 |
matt-borland | I like the directions you're going in | 01:51 |
matt-borland | I like a featureful hz-dynamic-table with a useful search/actions. | 01:51 |
matt-borland | one note, I | 01:51 |
matt-borland | have identified that there are a) batch actions and b) global actions | 01:52 |
r1chardj0n3s | yeah, but they're both in batchActions right now | 01:52 |
matt-borland | yeah, that's fine I think | 01:52 |
r1chardj0n3s | yep, the "global" ones just ignore selected | 01:52 |
matt-borland | I was trying to think of whether they needed to be distinguished | 01:52 |
matt-borland | I don't think so either | 01:52 |
matt-borland | I think it's fine to just lump them together | 01:53 |
r1chardj0n3s | tjones: sorry, deep in a different conversation. are you talking about the legacy Image form or the newer angular one? | 01:55 |
tjones | no worries | 01:55 |
tjones | i think i may have found it - im on kilo so you probably want me to just debug it :-) | 01:55 |
r1chardj0n3s | yikes | 01:56 |
r1chardj0n3s | yeah | 01:56 |
tjones | yeah | 01:56 |
r1chardj0n3s | me no touch kilo ;-) | 01:56 |
tjones | haha | 01:56 |
tjones | no worries i wouldn't either if i didn;t have to | 01:56 |
r1chardj0n3s | (yes, I should add the caveat "unless my employer tells me to" :-) | 01:56 |
*** matt-borland has left #openstack-horizon | 02:00 | |
tjones | yes me too! | 02:03 |
tjones | anyway it was a dumb typo on my part which resulted in a Value Error in the render code :-) | 02:03 |
*** bpokorny has joined #openstack-horizon | 02:06 | |
*** sdake has quit IRC | 02:06 | |
*** tyr_ has joined #openstack-horizon | 02:07 | |
*** vinaypotluri has quit IRC | 02:10 | |
*** btully has quit IRC | 02:11 | |
*** tyr_ has quit IRC | 02:11 | |
*** sdake has joined #openstack-horizon | 02:12 | |
*** bpokorny_ has joined #openstack-horizon | 02:14 | |
*** zhurong has joined #openstack-horizon | 02:16 | |
*** bpokorny has quit IRC | 02:18 | |
*** bpokorny_ has quit IRC | 02:19 | |
*** dan_nguyen has joined #openstack-horizon | 02:21 | |
*** sdake has quit IRC | 02:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/317179 | 02:35 |
*** btully has joined #openstack-horizon | 02:37 | |
*** wolverineav has joined #openstack-horizon | 02:37 | |
*** btully has quit IRC | 02:41 | |
*** wolverineav has quit IRC | 02:42 | |
*** btully has joined #openstack-horizon | 02:42 | |
*** dan_nguyen has left #openstack-horizon | 02:44 | |
*** DevBox has joined #openstack-horizon | 02:53 | |
*** btully has quit IRC | 02:55 | |
*** wangbo has quit IRC | 02:55 | |
*** ducttape_ has joined #openstack-horizon | 02:57 | |
*** vishwanathj has quit IRC | 03:05 | |
*** lhcheng has quit IRC | 03:05 | |
*** btully has joined #openstack-horizon | 03:07 | |
*** ducttape_ has quit IRC | 03:08 | |
*** ducttape_ has joined #openstack-horizon | 03:08 | |
*** sdake has joined #openstack-horizon | 03:09 | |
*** ducttape_ has quit IRC | 03:10 | |
*** ducttape_ has joined #openstack-horizon | 03:10 | |
*** lhcheng has joined #openstack-horizon | 03:10 | |
*** ChanServ sets mode: +v lhcheng | 03:10 | |
*** lhcheng has quit IRC | 03:10 | |
*** lhcheng has joined #openstack-horizon | 03:11 | |
*** ChanServ sets mode: +v lhcheng | 03:11 | |
*** _ducttape_ has joined #openstack-horizon | 03:14 | |
*** lhcheng has quit IRC | 03:14 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Angular pages will reload if collapse/expand sidebar https://review.openstack.org/317293 | 03:15 |
*** ducttape_ has quit IRC | 03:17 | |
*** btully has quit IRC | 03:20 | |
*** gyee has quit IRC | 03:20 | |
*** zackf has quit IRC | 03:21 | |
*** wangbo has joined #openstack-horizon | 03:21 | |
*** zackf has joined #openstack-horizon | 03:28 | |
*** sdake_ has joined #openstack-horizon | 03:37 | |
*** sdake has quit IRC | 03:40 | |
*** btully has joined #openstack-horizon | 03:45 | |
*** lhcheng has joined #openstack-horizon | 03:47 | |
*** ChanServ sets mode: +v lhcheng | 03:47 | |
*** _ducttape_ has quit IRC | 03:51 | |
*** piet has joined #openstack-horizon | 03:53 | |
*** tyr_ has joined #openstack-horizon | 03:56 | |
*** sdake_ has quit IRC | 03:58 | |
*** tyr_ has quit IRC | 04:00 | |
openstackgerrit | zhurong proposed openstack/horizon: Fix the right request.user.has_perms in volumes tables https://review.openstack.org/262683 | 04:02 |
*** btully has quit IRC | 04:07 | |
*** sdake has joined #openstack-horizon | 04:09 | |
*** btully has joined #openstack-horizon | 04:12 | |
*** masco has joined #openstack-horizon | 04:17 | |
*** zhurong has quit IRC | 04:23 | |
*** btully has quit IRC | 04:26 | |
*** amotoki has quit IRC | 04:26 | |
*** amotoki has joined #openstack-horizon | 04:26 | |
*** yamamoto has quit IRC | 04:30 | |
*** xenogear has quit IRC | 04:30 | |
*** wolverineav has joined #openstack-horizon | 04:38 | |
*** btully has joined #openstack-horizon | 04:43 | |
*** wolverineav has quit IRC | 04:43 | |
*** piet has quit IRC | 04:44 | |
*** btully has quit IRC | 04:55 | |
*** zhurong has joined #openstack-horizon | 04:57 | |
*** javeriak has joined #openstack-horizon | 04:59 | |
*** piet has joined #openstack-horizon | 04:59 | |
*** wolverineav has joined #openstack-horizon | 05:00 | |
*** x00350071_ has joined #openstack-horizon | 05:04 | |
*** jrcloud has joined #openstack-horizon | 05:04 | |
*** wolverineav has quit IRC | 05:05 | |
*** vinaypotluri has joined #openstack-horizon | 05:05 | |
*** mariusv_ has joined #openstack-horizon | 05:08 | |
*** dratushnyy1 has joined #openstack-horizon | 05:08 | |
*** davidlenwell has quit IRC | 05:09 | |
*** lcastell_ has joined #openstack-horizon | 05:11 | |
*** ttrifonov_ has joined #openstack-horizon | 05:11 | |
*** ntata| has joined #openstack-horizon | 05:12 | |
*** lcastell has quit IRC | 05:12 | |
*** ntata has quit IRC | 05:12 | |
*** piet has quit IRC | 05:12 | |
*** ttrifonov has quit IRC | 05:12 | |
*** fnordahl has quit IRC | 05:12 | |
*** zackf has quit IRC | 05:12 | |
*** sergio_nubeliu has quit IRC | 05:12 | |
*** zul has quit IRC | 05:12 | |
*** mariusv has quit IRC | 05:12 | |
*** ericksonsantos has quit IRC | 05:12 | |
*** xiangxinyong has quit IRC | 05:12 | |
*** lcastell_ is now known as lcastell | 05:13 | |
*** yamamoto_ has joined #openstack-horizon | 05:13 | |
*** ericksonsantos has joined #openstack-horizon | 05:13 | |
*** sergio_nubeliu has joined #openstack-horizon | 05:13 | |
*** zul has joined #openstack-horizon | 05:15 | |
*** fnordahl has joined #openstack-horizon | 05:15 | |
*** davidlenwell has joined #openstack-horizon | 05:17 | |
*** wangbo has quit IRC | 05:18 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Refactor some places using filterAction with using filter_type as 'query' https://review.openstack.org/304999 | 05:21 |
*** sdake has quit IRC | 05:26 | |
*** aortega has joined #openstack-horizon | 05:27 | |
*** javeriak_ has joined #openstack-horizon | 05:30 | |
*** hurgleburgler has quit IRC | 05:31 | |
*** javeriak has quit IRC | 05:32 | |
*** javeriak has joined #openstack-horizon | 05:32 | |
*** javeriak_ has quit IRC | 05:36 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Migrate swift ui to use hz-dynamic-table https://review.openstack.org/313243 | 05:39 |
*** lhcheng has quit IRC | 05:40 | |
*** btully has joined #openstack-horizon | 05:42 | |
*** javeriak has quit IRC | 05:43 | |
*** wangbo has joined #openstack-horizon | 05:43 | |
*** tyr_ has joined #openstack-horizon | 05:44 | |
*** wolverineav has joined #openstack-horizon | 05:46 | |
*** rcernin has joined #openstack-horizon | 05:47 | |
openstackgerrit | Allen proposed openstack/horizon: Make the volume transfer name field required https://review.openstack.org/301432 | 05:48 |
*** tyr_ has quit IRC | 05:48 | |
*** javeriak has joined #openstack-horizon | 05:50 | |
*** javeriak has quit IRC | 05:58 | |
*** david-lyle has quit IRC | 06:05 | |
*** jrist has quit IRC | 06:07 | |
*** jbell8 has joined #openstack-horizon | 06:08 | |
*** jbell8 has quit IRC | 06:12 | |
*** jbell8 has joined #openstack-horizon | 06:12 | |
*** DevBox has quit IRC | 06:15 | |
*** aortega has quit IRC | 06:15 | |
*** jrist has joined #openstack-horizon | 06:22 | |
*** jrist has quit IRC | 06:22 | |
*** jrist has joined #openstack-horizon | 06:22 | |
*** dratushnyy1 has quit IRC | 06:27 | |
*** javeriak has joined #openstack-horizon | 06:27 | |
*** Pr0t3us has joined #openstack-horizon | 06:27 | |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 06:28 |
*** x00350071_ is now known as xiangxinyong | 06:28 | |
*** Pr0t3us has quit IRC | 06:31 | |
*** jtomasek has joined #openstack-horizon | 06:45 | |
*** rcernin has quit IRC | 06:47 | |
*** javeriak has quit IRC | 06:48 | |
*** ozialien10 has quit IRC | 06:50 | |
*** mpavlase has joined #openstack-horizon | 06:50 | |
*** rcernin has joined #openstack-horizon | 06:51 | |
*** javeriak has joined #openstack-horizon | 06:55 | |
*** belmoreira has joined #openstack-horizon | 07:01 | |
*** schipiga has joined #openstack-horizon | 07:03 | |
*** duobei has joined #openstack-horizon | 07:06 | |
*** jtriley has quit IRC | 07:10 | |
*** vinaypotluri has quit IRC | 07:10 | |
*** javeriak has quit IRC | 07:12 | |
*** javeriak has joined #openstack-horizon | 07:15 | |
openstackgerrit | xiaoyuan lu proposed openstack/horizon: Allow reassociate for associated FIPs https://review.openstack.org/283223 | 07:27 |
*** jbell8 has quit IRC | 07:30 | |
*** tyr_ has joined #openstack-horizon | 07:31 | |
*** duobei has quit IRC | 07:31 | |
*** dmk0202 has joined #openstack-horizon | 07:35 | |
robcresswell | r1chardj0n3s: Thanks! (re: pypi) | 07:35 |
*** tyr_ has quit IRC | 07:35 | |
openstackgerrit | Merged openstack/horizon: Trivial: Change message level from warning to info https://review.openstack.org/317173 | 07:37 |
*** kenji-i has quit IRC | 07:49 | |
*** kenji-i has joined #openstack-horizon | 07:49 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Refactor some places using filterAction with using filter_type as 'query' https://review.openstack.org/304999 | 07:53 |
*** duobei has joined #openstack-horizon | 07:56 | |
*** david-lyle has joined #openstack-horizon | 07:57 | |
*** ChanServ sets mode: +o david-lyle | 07:57 | |
*** jrcloud has quit IRC | 07:59 | |
*** aortega has joined #openstack-horizon | 08:00 | |
tsufiev | robcresswell, it seems that the time slot especially for eastern folks didn't work out :/ | 08:07 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 08:10 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 08:10 |
robcresswell | tsufiev: Its not really any different than before. The only person who used to attend 1200 UTC was david-lyle. | 08:12 |
robcresswell | But yes, it seems those contributors have little interest in attending meetings :( | 08:13 |
tsufiev | and it may be just too early in the release cycle for anyone have something for the meeting | 08:13 |
*** ygbo has joined #openstack-horizon | 08:15 | |
tsufiev | robcresswell, I wonder, who manages openstack repo on github mirror? | 08:16 |
tsufiev | git clone <horizon-repo> could use `git gc` on server - that would reduce cloning time significantly | 08:16 |
tsufiev | *openstack repos | 08:16 |
robcresswell | tsufiev: Couldnt you use git clone --depth to avoid anything unnecessary ? | 08:18 |
tsufiev | I'm not sure that truncating history is a good thing | 08:19 |
tsufiev | yet there seems to be a lot of dangling commits, not referenced from any existing branch | 08:19 |
robcresswell | I assume this is for testing? | 08:20 |
tsufiev | truth be told, that's not even my idea - one of our deployment engineers asked me, who could run git gc on server? | 08:21 |
robcresswell | I'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 anyway | 08:21 |
robcresswell | I dont what the actual setup is I'm afraid :) | 08:22 |
openstackgerrit | Zhenguo Niu proposed openstack/horizon: Whitelist 'rm' in pep8 tox environment https://review.openstack.org/317896 | 08:22 |
*** kenji-i has quit IRC | 08:24 | |
*** kenji-i has joined #openstack-horizon | 08:24 | |
*** javeriak has quit IRC | 08:26 | |
robcresswell | tsufiev: Not sure if you saw my ping, but ng-file-upload is out. | 08:29 |
tsufiev | robcresswell, thanks a lot! will recheck patches that use it | 08:32 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Remove redundant API calls from admin dashboard https://review.openstack.org/310520 | 08:33 |
*** mattfarina_ has joined #openstack-horizon | 08:42 | |
*** ediardo_ has joined #openstack-horizon | 08:43 | |
*** bapalm_ has joined #openstack-horizon | 08:44 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code https://review.openstack.org/287793 | 08:44 |
*** masco_ has joined #openstack-horizon | 08:45 | |
*** jotr has quit IRC | 08:45 | |
*** wasmum has quit IRC | 08:45 | |
*** med_ has quit IRC | 08:45 | |
*** davidmichaelkarr has quit IRC | 08:45 | |
*** ameade has quit IRC | 08:45 | |
*** mattfarina has quit IRC | 08:45 | |
*** bapalm has quit IRC | 08:45 | |
*** onovy has quit IRC | 08:45 | |
*** ediardo has quit IRC | 08:45 | |
*** dlevy_ has quit IRC | 08:45 | |
*** david_cu has quit IRC | 08:45 | |
*** mgagne has quit IRC | 08:45 | |
*** masco has quit IRC | 08:45 | |
*** ankur-gupta-f has quit IRC | 08:45 | |
*** jamielennox has quit IRC | 08:45 | |
*** vkmc has quit IRC | 08:45 | |
*** med_ has joined #openstack-horizon | 08:45 | |
*** mgagne has joined #openstack-horizon | 08:45 | |
*** vkmc has joined #openstack-horizon | 08:45 | |
*** med_ has quit IRC | 08:45 | |
*** med_ has joined #openstack-horizon | 08:45 | |
*** jtriv has joined #openstack-horizon | 08:45 | |
*** vkmc has quit IRC | 08:45 | |
*** vkmc has joined #openstack-horizon | 08:45 | |
*** mgagne is now known as Guest92292 | 08:46 | |
*** mattfarina_ is now known as mattfarina | 08:46 | |
*** onovy has joined #openstack-horizon | 08:46 | |
*** ediardo_ is now known as ediardo | 08:47 | |
*** ankur-gupta-f has joined #openstack-horizon | 08:47 | |
*** mvk has joined #openstack-horizon | 08:49 | |
*** francoblanco has quit IRC | 08:49 | |
*** RaginBajin has quit IRC | 08:49 | |
*** jamielennox has joined #openstack-horizon | 08:55 | |
*** ameade has joined #openstack-horizon | 08:55 | |
*** davidmichaelkarr has joined #openstack-horizon | 08:57 | |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 08:57 |
*** wasmum has joined #openstack-horizon | 08:57 | |
*** RaginBajin has joined #openstack-horizon | 08:59 | |
*** francoblanco has joined #openstack-horizon | 08:59 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Fix mocks in unit tests https://review.openstack.org/311151 | 09:00 |
*** jtomasek_ has joined #openstack-horizon | 09:12 | |
*** btully has quit IRC | 09:16 | |
*** tyr_ has joined #openstack-horizon | 09:20 | |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 09:21 |
*** tyr_ has quit IRC | 09:24 | |
*** mvk_ has joined #openstack-horizon | 09:24 | |
*** vkramskikh_ has joined #openstack-horizon | 09:25 | |
*** javeriak has joined #openstack-horizon | 09:27 | |
mrunge | I'm dropping this here, but maybe it's too early in the day: http://horizon.io/ | 09:28 |
*** mvk has quit IRC | 09:28 | |
mrunge | time for a rewrite? | 09:28 |
*** duobei has quit IRC | 09:30 | |
*** jtomasek_ has quit IRC | 09:32 | |
*** yingjun has quit IRC | 09:33 | |
*** yingjun has joined #openstack-horizon | 09:33 | |
*** duobei has joined #openstack-horizon | 09:35 | |
*** ankur-gupta-f1 has quit IRC | 09:36 | |
*** zqfan has joined #openstack-horizon | 09:36 | |
*** yingjun has quit IRC | 09:38 | |
robcresswell | mrunge: Horizon using horizon as a backend? | 09:39 |
*** vkramskikh_ has quit IRC | 09:40 | |
mrunge | robcresswell, not entirely | 09:42 |
*** btully has joined #openstack-horizon | 09:42 | |
mrunge | that would be a rewrite from scratch | 09:42 |
mrunge | horizon.io is a javascript framework | 09:42 |
*** zhurong has quit IRC | 09:43 | |
mrunge | I wonder, who has a trademark on the name horizon | 09:43 |
mrunge | robcresswell, brief search revealed this here: https://trademarks.justia.com/853/21/horizon-85321248.html | 09:44 |
mrunge | do we need to rename horizon then= | 09:44 |
mrunge | ? | 09:44 |
*** zhurong has joined #openstack-horizon | 09:47 | |
mrunge | there's even a computer software named "HORIZON" https://trademarks.justia.com/781/69/horizon-78169581.html | 09:50 |
mrunge | cool | 09:50 |
tsufiev | horizon-ng ! | 09:54 |
*** btully has quit IRC | 09:56 | |
*** btully has joined #openstack-horizon | 10:14 | |
binBASH | There is also a German TV Box named Horizon | 10:16 |
binBASH | by Unitymedia (Liberty Global) | 10:16 |
binBASH | https://www5.unitymedia.de/privatkunden/horizon/ | 10:16 |
binBASH | :-) | 10:17 |
*** shu-mutou is now known as shu-mutou-AFK | 10:17 | |
*** zhurong has quit IRC | 10:17 | |
*** btully has quit IRC | 10:19 | |
*** zackf has joined #openstack-horizon | 10:21 | |
*** zackf has quit IRC | 10:26 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Update detailed page for share servers https://review.openstack.org/312639 | 10:26 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Fix usages view on project/overview page https://review.openstack.org/313302 | 10:26 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for security service detailed page https://review.openstack.org/314965 | 10:27 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for share network detailed page https://review.openstack.org/314992 | 10:27 |
*** duobei has quit IRC | 10:27 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Update HTML template for snapshot detailed page https://review.openstack.org/315000 | 10:27 |
*** btully has joined #openstack-horizon | 10:42 | |
*** duobei has joined #openstack-horizon | 10:43 | |
*** duobei has quit IRC | 10:50 | |
*** btully has quit IRC | 10:54 | |
*** kzaitsev_mb has joined #openstack-horizon | 10:55 | |
*** zackf has joined #openstack-horizon | 11:02 | |
*** zackf has quit IRC | 11:07 | |
*** tyr_ has joined #openstack-horizon | 11:08 | |
*** tyr_ has quit IRC | 11:13 | |
*** btully has joined #openstack-horizon | 11:15 | |
*** javeriak has quit IRC | 11:18 | |
*** javeriak_ has joined #openstack-horizon | 11:18 | |
*** btully has quit IRC | 11:24 | |
*** javeriak_ has quit IRC | 11:29 | |
*** yamamoto_ has quit IRC | 11:38 | |
*** julim has joined #openstack-horizon | 11:40 | |
*** btully has joined #openstack-horizon | 11:43 | |
*** zackf has joined #openstack-horizon | 11:43 | |
*** zackf has quit IRC | 11:48 | |
*** mvk_ has quit IRC | 11:49 | |
*** btully has quit IRC | 11:56 | |
*** rodrigods has quit IRC | 11:58 | |
*** rodrigods has joined #openstack-horizon | 11:58 | |
*** ducttape_ has joined #openstack-horizon | 11:59 | |
ducttape_ | mrunge: your license comments scare me ;) | 12:00 |
mrunge | ducttape_, heh | 12:00 |
mrunge | ducttape_, from an open source perspective, that is genius | 12:00 |
mrunge | but if you're a company, you most probably want to avoid AGPL software | 12:01 |
mrunge | as you have to open source your modifications as well | 12: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 |
mrunge | ducttape_, by coincidence I discovered some trademarks on "Horizon" | 12:02 |
ducttape_ | heh, thats what happens when you go looking | 12:02 |
mrunge | like a software for coolers(?) dated back from 2003. They are way earlier than us | 12:02 |
ducttape_ | that is very strange. that must be some type of copy paste thing | 12:03 |
tsufiev | mrunge, ducttape_: which thread are you talking about? | 12:03 |
ducttape_ | https://twitter.com/openmfisch/status/732642607965208576 | 12:04 |
ducttape_ | I work with Matt, he is trying to give us a hard time | 12:04 |
mrunge | anyways, that's a nice try :D | 12:05 |
robcresswell | I thought we'd gone a while without someone proposing a rewrite | 12:06 |
mrunge | yeah, it was about time | 12:06 |
tsufiev | shouldn't we complete one rewrite before starting another? | 12:06 |
mrunge | tsufiev, is that a rule? | 12:07 |
tsufiev | just some common sense | 12:07 |
mrunge | I mean, if the other one makes more sense, why wasting time with the current attempt? | 12:07 |
tsufiev | but I'm not a specialist in a field of common sense | 12:07 |
tsufiev | hm... | 12:08 |
mrunge | na! Common sense is hard | 12:08 |
robcresswell | tsufiev: That doesnt usually stop us | 12:10 |
tsufiev | robcresswell, nothing can stop 'Horizon Heroes' :D | 12:10 |
robcresswell | haha | 12:10 |
*** zul has quit IRC | 12:14 | |
*** mvk_ has joined #openstack-horizon | 12:19 | |
*** ducttape_ has quit IRC | 12:19 | |
*** yingjun has joined #openstack-horizon | 12:25 | |
*** chuck__ has joined #openstack-horizon | 12:34 | |
*** Mounica has joined #openstack-horizon | 12:39 | |
*** javeriak has joined #openstack-horizon | 12:42 | |
*** Mounica has quit IRC | 12:43 | |
*** gtop-323 has joined #openstack-horizon | 12:53 | |
*** tyr_ has joined #openstack-horizon | 12:56 | |
*** yamamoto has joined #openstack-horizon | 12:58 | |
*** kzaitsev_mb has quit IRC | 12:58 | |
*** tyr_ has quit IRC | 13:01 | |
*** btully has joined #openstack-horizon | 13:03 | |
*** tmorin has joined #openstack-horizon | 13:04 | |
*** btully has quit IRC | 13:15 | |
*** matt-borland has joined #openstack-horizon | 13:15 | |
*** hurgleburgler has joined #openstack-horizon | 13:21 | |
*** ChanServ sets mode: +v hurgleburgler | 13:21 | |
*** pauloewerton has joined #openstack-horizon | 13:22 | |
*** kzaitsev_mb has joined #openstack-horizon | 13:22 | |
*** ducttape_ has joined #openstack-horizon | 13:24 | |
robcresswell | hurgleburgler: o/ | 13:25 |
hurgleburgler | morning! | 13:25 |
*** peristeri has joined #openstack-horizon | 13:26 | |
tsufiev | robcresswell, r1chardj0n3s: I've suddenly realized that we have no way to check if any other web app uses a particular version of an xstatic package | 13:28 |
tsufiev | speaking of xstatic-angular-fileupload, if that matters | 13:28 |
tsufiev | well, I'm almost sure that nobody uses it, but how can I prove it? | 13:28 |
*** ducttape_ has quit IRC | 13:29 | |
*** ducttape_ has joined #openstack-horizon | 13:29 | |
tsufiev | transition from 1.x to 12.x certainly changes a lot, but I don't even know if it affects someone | 13:29 |
openstackgerrit | Kirill Zaitsev proposed openstack/horizon: Add *args, **kwargs to ModalBackdropMixin's init method https://review.openstack.org/317628 | 13:31 |
robcresswell | tsufiev: Well you can search the openstack repos | 13:33 |
robcresswell | But otherwise, all people can do is pin | 13:33 |
tsufiev | will pinned reqs pass an appropriate jenkins job? | 13:34 |
tsufiev | s/appropriate/corresponding/ | 13:34 |
matt-borland | hurgleburgler, 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-horizon | 13:36 | |
matt-borland | the inclusion of the detail rows when the primary rows were excluded messed up the <tr> shading logic. | 13:36 |
robcresswell | tsufiev: Are you referring to within openstack specifically? Projects can just use upper constraints I thought | 13:37 |
mrunge | tsufiev, is it in global requirements? | 13:39 |
mrunge | tsufiev, I mean, if it's there, and it's pinned, you'll know after raising the version | 13:39 |
mrunge | someone will complain | 13:40 |
mrunge | but they would have to fix their code anyways | 13:40 |
*** kzaitsev_mb has quit IRC | 13:41 | |
tsufiev | actually, we can do it! | 13:41 |
tsufiev | see https://github.com/search?q=org%3Aopenstack+xstatic-angular-fileupload | 13:41 |
tsufiev | or, more precisely https://github.com/search?q=org%3Aopenstack+xstatic-angular-fileupload&type=Code | 13:42 |
*** btully has joined #openstack-horizon | 13:42 | |
robcresswell | Yeah, we can search within openstack | 13:42 |
robcresswell | We should probably bump minimum req for fileupload btw. | 13:43 |
openstackgerrit | Merged openstack/horizon: Fix doc build warnings and errors https://review.openstack.org/317759 | 13:43 |
openstackgerrit | Matt Borland proposed openstack/horizon: Images uses generic/extensible details views https://review.openstack.org/296601 | 13:43 |
*** mtanino has joined #openstack-horizon | 13:43 | |
tsufiev | robcresswell, I was looking for good arguments to convince people to do that https://review.openstack.org/#/c/317461/ :) | 13:43 |
robcresswell | tsufiev: Just state that Horizon is using features from the new version, thats all they're asking for. | 13:44 |
*** ygbo has quit IRC | 13:45 | |
*** ducttape_ has quit IRC | 13:45 | |
tsufiev | done | 13:46 |
tsufiev | I'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 |
robcresswell | Yeah and rechecks are taking 3-4 hours nowadays. | 13:48 |
*** ametts has joined #openstack-horizon | 13:49 | |
tsufiev | but I got an impression that failures become a bit less frequent after the merge of time.sleep(1) for Fernet tokens issue | 13:49 |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table extensibility https://review.openstack.org/309482 | 13:51 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/317179 | 13:52 |
*** btully has quit IRC | 13:55 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table extensibility https://review.openstack.org/309482 | 13:56 |
*** doug-fish has joined #openstack-horizon | 13:57 | |
*** ankur-gupta-f1 has joined #openstack-horizon | 13:58 | |
*** absubram has quit IRC | 13:59 | |
*** ankur-gupta-f1 has left #openstack-horizon | 14:02 | |
*** javeriak has quit IRC | 14:02 | |
*** ducttape_ has joined #openstack-horizon | 14:03 | |
*** vishwanathj has joined #openstack-horizon | 14:03 | |
*** Liuqing has joined #openstack-horizon | 14:04 | |
*** cloudtrainme has quit IRC | 14:05 | |
*** ygbo has joined #openstack-horizon | 14:10 | |
*** ankur-gupta-f1 has joined #openstack-horizon | 14:10 | |
openstackgerrit | Vijay Katam proposed openstack/horizon: Fix pep8 and update tests https://review.openstack.org/316307 | 14:11 |
*** btully has joined #openstack-horizon | 14:13 | |
*** lblanchard has joined #openstack-horizon | 14:14 | |
*** sdake has joined #openstack-horizon | 14:14 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table features https://review.openstack.org/318125 | 14:15 |
*** pushkaru has joined #openstack-horizon | 14:16 | |
*** jbell8 has joined #openstack-horizon | 14:16 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 14:16 |
*** doug-fis_ has joined #openstack-horizon | 14:19 | |
*** doug-fish has quit IRC | 14:21 | |
*** tyr_ has joined #openstack-horizon | 14:23 | |
*** btully has quit IRC | 14:24 | |
*** Guest92292 is now known as mgagne | 14:25 | |
*** mgagne has quit IRC | 14:25 | |
*** mgagne has joined #openstack-horizon | 14:25 | |
*** sdake has quit IRC | 14:26 | |
lcastell | morning :) | 14:27 |
*** sdake has joined #openstack-horizon | 14:27 | |
ankur-gupta-f1 | good morning lcastell: | 14:31 |
*** Liuqing has quit IRC | 14:33 | |
*** doug-fis_ has quit IRC | 14:35 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Instances: Add angular instances panel https://review.openstack.org/261376 | 14:36 |
*** ankur-gupta-f1 has quit IRC | 14:38 | |
*** sdake_ has joined #openstack-horizon | 14:42 | |
*** javeriak has joined #openstack-horizon | 14:42 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP: Adding actions and views to Instance https://review.openstack.org/316244 | 14:42 |
*** btully has joined #openstack-horizon | 14:43 | |
*** sdake has quit IRC | 14:43 | |
openstackgerrit | Merged openstack/horizon: Don’t error if dhcp_agent_scheduler not enabled https://review.openstack.org/313100 | 14:45 |
*** Mounica has joined #openstack-horizon | 14:46 | |
*** mpavlase has quit IRC | 14:47 | |
*** Mounica has quit IRC | 14:49 | |
*** cloudtrainme has joined #openstack-horizon | 14:51 | |
matt-borland | TravT, 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 IRC | 14:51 | |
robcresswell | matt-borland: Comments on the original details patch? | 14:54 |
matt-borland | Basically 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 IRC | 14:54 | |
robcresswell | Or the implementation part | 14:54 |
matt-borland | robcresswell, the implementation | 14:54 |
*** javeriak has quit IRC | 14:55 | |
*** ankur-gupta-f1 has joined #openstack-horizon | 14:55 | |
matt-borland | Basically having intelligent resultHandling, similar to what is in the *tables* patch, should be worked out, but not in this version of the implementation patch | 14:56 |
TravT | matt-borland: what do you mean? | 14:56 |
robcresswell | I mean, if its specific to the implementation, we should just fix it in this patch no? | 14:57 |
matt-borland | it's not specific to the implementation | 14:57 |
matt-borland | there's a general question about how the generic controller handles results from actions | 14:58 |
matt-borland | (none of this is in Image/Angular master at the level we're talking about) | 14:58 |
robcresswell | Ah, sorry thats what I meant in my original question | 14:58 |
matt-borland | gotcha, ok | 14:58 |
TravT | matt-borland: why not add in a hook for result handling? | 14:59 |
matt-borland | does that make sense? | 14:59 |
TravT | what's the real hang up? | 14:59 |
robcresswell | Yeah I'm just reading the comments/code | 14:59 |
matt-borland | We could add a basic result handler to the implementation patch if that's all we're lookng for | 14:59 |
matt-borland | (add it to the generic controller that is) | 15:00 |
matt-borland | but I'm worried it will stymie the iteration to add other important generic features (global actions, etc) which are further down the chain | 15:00 |
matt-borland | if we're just adding a resulthandler, that's fine with me, then we can merge that. | 15:00 |
*** ducttape_ has quit IRC | 15:01 | |
*** aortega has joined #openstack-horizon | 15:03 | |
robcresswell | If 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 |
robcresswell | I 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 |
robcresswell | May as well fix it now before we start building on top of it. | 15:04 |
matt-borland | ok, 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-borland | thanks! | 15:05 |
tsufiev | the curse of long patch chains... | 15:05 |
robcresswell | tsufiev: indeed | 15:06 |
robcresswell | I'm gonna go exercise for a bit, going to look at the swift functionality bp after. | 15:06 |
*** jbell8 has quit IRC | 15:08 | |
*** masco_ has quit IRC | 15:09 | |
*** Mounica has joined #openstack-horizon | 15:10 | |
*** doug-fish has joined #openstack-horizon | 15:11 | |
*** jtriley has joined #openstack-horizon | 15:12 | |
*** zackf has joined #openstack-horizon | 15:12 | |
*** btully has joined #openstack-horizon | 15:13 | |
*** jbell8 has joined #openstack-horizon | 15:17 | |
*** doug-fish has quit IRC | 15:17 | |
*** weezS has joined #openstack-horizon | 15:17 | |
matt-borland | tsufiev, luckily the patch chain is getting shorter! Only a couple more important ones to go | 15:22 |
*** rcernin has quit IRC | 15:24 | |
*** btully has quit IRC | 15:24 | |
*** doug-fis_ has joined #openstack-horizon | 15:25 | |
*** doug-fis_ has quit IRC | 15:25 | |
*** doug-fis_ has joined #openstack-horizon | 15:25 | |
*** yingjun has quit IRC | 15:26 | |
*** jtriley has quit IRC | 15:26 | |
*** yingjun has joined #openstack-horizon | 15:26 | |
*** itisha has joined #openstack-horizon | 15:26 | |
*** yingjun has quit IRC | 15:31 | |
*** belmoreira has quit IRC | 15:32 | |
*** vinaypotluri has joined #openstack-horizon | 15:33 | |
*** dmk0202 has quit IRC | 15:37 | |
*** dmk0202 has joined #openstack-horizon | 15:37 | |
*** ngupta has joined #openstack-horizon | 15:40 | |
*** jprovazn has joined #openstack-horizon | 15:41 | |
*** ducttape_ has joined #openstack-horizon | 15:45 | |
*** ZZelle has quit IRC | 15:48 | |
*** dmk0202 has quit IRC | 15:51 | |
*** ZZelle has joined #openstack-horizon | 15:51 | |
*** bpokorny has joined #openstack-horizon | 15:51 | |
*** bpokorny has quit IRC | 15:52 | |
*** bpokorny has joined #openstack-horizon | 15:57 | |
openstackgerrit | Alexey Yelistratov proposed openstack/horizon: Provide the bones of profiler: api, models and middleware https://review.openstack.org/273085 | 15:57 |
*** ankur-gupta-f1 has quit IRC | 16:01 | |
*** ngupta_ has joined #openstack-horizon | 16:01 | |
betherly | ok 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 IRC | 16:03 | |
*** ankur-gupta-f1 has joined #openstack-horizon | 16:04 | |
*** tmorin has quit IRC | 16:10 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Images uses generic/extensible details views https://review.openstack.org/296601 | 16:10 |
david-lyle | betherly: enjoy! | 16:11 |
*** ducttape_ has quit IRC | 16:12 | |
*** btully has joined #openstack-horizon | 16:13 | |
betherly | david-lyle: thanks :) | 16:15 |
TravT | o/ betherly | 16:18 |
*** ducttape_ has joined #openstack-horizon | 16:18 | |
openstackgerrit | Merged openstack/manila-ui: Remove redundant API calls from admin dashboard https://review.openstack.org/310520 | 16:18 |
openstackgerrit | Merged openstack/manila-ui: Fix mocks in unit tests https://review.openstack.org/311151 | 16:18 |
*** schipiga has quit IRC | 16:18 | |
*** ygbo has quit IRC | 16:19 | |
openstackgerrit | Merged openstack/manila-ui: Update detailed page for share servers https://review.openstack.org/312639 | 16:19 |
*** edtubill has joined #openstack-horizon | 16:19 | |
*** gyee has joined #openstack-horizon | 16:25 | |
*** btully has quit IRC | 16:25 | |
*** ankur-gupta-f1 has left #openstack-horizon | 16:27 | |
robcresswell | :o have fun betherly | 16:28 |
*** sdake_ has quit IRC | 16:31 | |
*** sdake has joined #openstack-horizon | 16:31 | |
*** lhcheng has joined #openstack-horizon | 16:38 | |
*** ChanServ sets mode: +v lhcheng | 16:38 | |
tsufiev | I 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 IRC | 16:40 | |
tsufiev | or it was a typo and OR was meant to be there | 16:40 |
*** jbell8 has quit IRC | 16:43 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Images uses generic/extensible details views https://review.openstack.org/296601 | 16:44 |
robcresswell | tsufiev: You know, I'm not sure. It looks like a bug | 16:46 |
tsufiev | robcresswell, okay, then I'll file it | 16:47 |
tsufiev | (and fix, since it looks pretty trivial) | 16:47 |
matt-borland | robcresswell, TravT: I modified https://review.openstack.org/#/c/309482/ (Image implementation of generic details) to have full result handling and primary and secondary view reloads | 16:47 |
matt-borland | So basically, go to an Image's Details page...Edit it, changing both the Name and the RAM (or something on the Overview view)...then Save | 16:48 |
robcresswell | tsufiev: I'd expect it just to render if batchActions are defined. Not sure why filterFacets factors into the batch actions | 16:48 |
matt-borland | You should see both the Name (in the Primary) and RAM (in the plugged-in Overveiw) change when the action is complete. | 16:48 |
tsufiev | same is for me, robcresswell | 16:49 |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table extensibility https://review.openstack.org/309482 | 16:49 |
robcresswell | cool, I'll look into it in a bit matt-borland. I want to check out r1chardj0n3s swift patches first. | 16:49 |
tsufiev | although, w/o filterfacets the placement for batch action buttons seems weird, but I guess we'll do something about it | 16:49 |
matt-borland | np robcresswell | 16:49 |
robcresswell | tsufiev: oh! Wait now this sounds familiar. | 16:50 |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table features https://review.openstack.org/318125 | 16:50 |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 16:50 |
robcresswell | tsufiev: I think richard had some improvements for the handling on that. | 16:50 |
tsufiev | robcresswell, exactly! https://review.openstack.org/#/c/313243/9/horizon/static/framework/widgets/table/hz-dynamic-table.html line 18-20 | 16:51 |
tsufiev | I guess it was in my subconciousness until you told that :) | 16:51 |
robcresswell | tsufiev: Dammit, I had just copied it into irssi when you posted :p | 16:51 |
robcresswell | tsufiev: I'm going to look at recursive delete and see if I can reproduce the bugs as before. | 16:52 |
tsufiev | robcresswell, good to hear. Yet I suspect that these bugs might have been caused by missing 'return' that r1chardj0n3s added in some recent patchset | 16:53 |
robcresswell | Also curious about those 404s | 16:53 |
robcresswell | Surely we can add some handling for those? | 16:53 |
tsufiev | 404s? | 16:53 |
tsufiev | 404s are IMO unavoidable noise | 16:54 |
tsufiev | as they were in case of legacy jQuery polling | 16:54 |
tsufiev | *table polling | 16:55 |
*** weezS has quit IRC | 16:55 | |
tsufiev | even when you handle these (quite expected) errors properly, they still show up in console | 16:55 |
* tsufiev been googling and stackoverflowing trying to fix that some time ago | 16:56 | |
*** jtriley has joined #openstack-horizon | 16:58 | |
*** lhcheng_ has joined #openstack-horizon | 17:01 | |
*** lhcheng has quit IRC | 17:01 | |
*** roxanaghe has joined #openstack-horizon | 17:01 | |
robcresswell | Hmm | 17:04 |
robcresswell | Investigating time | 17:04 |
*** absubram has joined #openstack-horizon | 17:11 | |
*** jbell8 has joined #openstack-horizon | 17:11 | |
*** btully has joined #openstack-horizon | 17:13 | |
*** clu_ has joined #openstack-horizon | 17:24 | |
*** ChanServ sets mode: +v clu_ | 17:24 | |
*** btully has quit IRC | 17:26 | |
*** ducttape_ has joined #openstack-horizon | 17:26 | |
*** ducttape_ has quit IRC | 17:28 | |
*** ducttape_ has joined #openstack-horizon | 17:28 | |
*** wolverineav has quit IRC | 17:32 | |
*** mvk_ has quit IRC | 17:37 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: Developer Registry Resource Browser https://review.openstack.org/313790 | 17:42 |
*** tqtran has joined #openstack-horizon | 17:43 | |
*** javeriak has joined #openstack-horizon | 17:48 | |
*** piet has joined #openstack-horizon | 17:51 | |
*** bpokorny has quit IRC | 18:00 | |
*** bpokorny has joined #openstack-horizon | 18:03 | |
*** wolverineav has joined #openstack-horizon | 18:11 | |
*** rama_y has joined #openstack-horizon | 18:12 | |
*** btully has joined #openstack-horizon | 18:12 | |
*** doug-fish has joined #openstack-horizon | 18:16 | |
*** doug-fish has quit IRC | 18:17 | |
*** doug-fish has joined #openstack-horizon | 18:17 | |
*** doug-fis_ has quit IRC | 18:20 | |
*** bpokorny has quit IRC | 18:21 | |
*** amit213 has quit IRC | 18:24 | |
*** yingjun has joined #openstack-horizon | 18:27 | |
*** amit213 has joined #openstack-horizon | 18:27 | |
*** bpokorny has joined #openstack-horizon | 18:28 | |
*** sdake_ has joined #openstack-horizon | 18:31 | |
*** yingjun has quit IRC | 18:31 | |
*** sdake has quit IRC | 18:33 | |
*** btully has quit IRC | 18:35 | |
*** hoonetorg has joined #openstack-horizon | 18:36 | |
*** roxanaghe has quit IRC | 18:40 | |
krotscheck | If 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 |
krotscheck | There'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-horizon | 18:50 | |
bpokorny | Thanks for the heads up, krotscheck. | 18:51 |
*** pkarikh_ has joined #openstack-horizon | 18:55 | |
*** amotoki has quit IRC | 18:56 | |
pkarikh_ | agrh | 18:57 |
*** pkarikh_ has quit IRC | 18:57 | |
*** pkarikh_ has joined #openstack-horizon | 18: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 IRC | 19:04 | |
krotscheck | bpokorny: No worries. I can manually warm up caches if that becomes necessary | 19:04 |
*** piet has quit IRC | 19:05 | |
*** piet has joined #openstack-horizon | 19:06 | |
*** doug-fish has quit IRC | 19:10 | |
hurgleburgler | pkarikh: I did … I need to check on that | 19:10 |
hurgleburgler | sorry, been swamped lately | 19:11 |
hurgleburgler | will see if I can address it this afternoon or tomorrow | 19:11 |
hurgleburgler | brb, lunch | 19:11 |
*** hurgleburgler has quit IRC | 19:11 | |
pkarikh_ | no problem :) thanks a lot! | 19:12 |
*** pkarikh_ has quit IRC | 19:12 | |
*** doug-fish has joined #openstack-horizon | 19:13 | |
*** doug-fish has quit IRC | 19:18 | |
*** piet has quit IRC | 19:21 | |
*** sdake_ has quit IRC | 19:23 | |
*** piet has joined #openstack-horizon | 19:27 | |
*** agireud has joined #openstack-horizon | 19:30 | |
*** turvey has joined #openstack-horizon | 19:30 | |
*** turvey has left #openstack-horizon | 19:31 | |
*** rama_y has quit IRC | 19:34 | |
*** pt_15 has joined #openstack-horizon | 19:35 | |
*** mpavlase has joined #openstack-horizon | 19:38 | |
*** doug-fish has joined #openstack-horizon | 19:40 | |
pt_15 | Hi! 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 into | 19:41 |
pt_15 | horizon. Can someone pls point me in the right direction? | 19:41 |
*** doug-fish has quit IRC | 19:44 | |
*** sdake has joined #openstack-horizon | 19:49 | |
*** javeriak has quit IRC | 19:49 | |
robcresswell | Horizon meeting in 10 | 19:49 |
ducttape_ | my clock skilz are lacking | 19:49 |
robcresswell | Thats why we have rob-bot | 19:51 |
*** hurgleburgler has joined #openstack-horizon | 19:53 | |
*** ChanServ sets mode: +v hurgleburgler | 19:53 | |
*** jbell8 has quit IRC | 19:54 | |
robcresswell | tsufiev: Was the item about ui-text-guidelines yours? | 19:55 |
*** woodburn has joined #openstack-horizon | 19:55 | |
*** yamamoto has quit IRC | 19:55 | |
tsufiev | robcresswell, nope | 19:56 |
tyr_ | pt_15: What is the error you are seeing? | 19:57 |
*** doug-fish has joined #openstack-horizon | 19:59 | |
pt_15 | tyr_: I get the error: NotRegistered: The default panel "applications" is not registered. | 20:00 |
tyr_ | on master? | 20:04 |
pt_15 | I'm not sure what you mean by on master here? | 20:06 |
tyr_ | which version of Horizon are you trying to integrate with | 20:06 |
pt_15 | Oh yeah, that is master | 20:07 |
openstackgerrit | Eric Peterson proposed openstack/horizon: Add router L3 agent info to info page https://review.openstack.org/306619 | 20:08 |
*** jprovazn has quit IRC | 20:11 | |
*** ametts has quit IRC | 20:13 | |
*** weezS has joined #openstack-horizon | 20:16 | |
tyr_ | pt_15: Application labels aren't unique, duplicates: solumdashboard | 20:21 |
tyr_ | you have two enabled files, both trying to add the same application. | 20:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/317179 | 20:22 |
tyr_ | commenting out the 2nd "ADD_INSTALLED_APPS" in _51_applications_panel.py, I then hit ImportError: No module named assemblies.views | 20:23 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila-ui: Updated from global requirements https://review.openstack.org/318321 | 20:23 |
tyr_ | some import errors you can work through. Hopefully that gets you unstuck. | 20:23 |
*** roxanaghe has joined #openstack-horizon | 20:26 | |
pt_15 | tyr_: oh great! I'll try that out. Thanks a lot! :) | 20:26 |
*** ngupta_ has quit IRC | 20:29 | |
*** ametts has joined #openstack-horizon | 20:30 | |
*** rama_y has joined #openstack-horizon | 20:31 | |
*** jtriley has quit IRC | 20:38 | |
*** ngupta_ has joined #openstack-horizon | 20:46 | |
*** absubram has quit IRC | 20:46 | |
*** lblanchard has quit IRC | 20:56 | |
*** yamamoto has joined #openstack-horizon | 20:56 | |
*** btully has quit IRC | 20:58 | |
ducttape_ | good talk | 21:00 |
ducttape_ | great talk | 21:00 |
*** yamamoto has quit IRC | 21:03 | |
ediardo | +1 | 21:03 |
*** pauloewerton has quit IRC | 21:03 | |
*** Mounica has quit IRC | 21:04 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Disabling warnings of 'quote-props' https://review.openstack.org/318337 | 21:04 |
*** ametts has quit IRC | 21:07 | |
*** piet has quit IRC | 21:11 | |
*** matt-borland has quit IRC | 21:12 | |
*** btully has joined #openstack-horizon | 21:12 | |
*** cshahani has joined #openstack-horizon | 21:17 | |
*** kzaitsev_mb has joined #openstack-horizon | 21:23 | |
*** btully has quit IRC | 21:25 | |
*** woodburn has quit IRC | 21:28 | |
*** peristeri has quit IRC | 21:30 | |
*** doug-fish has quit IRC | 21:30 | |
*** piet has joined #openstack-horizon | 21:32 | |
*** edtubill has quit IRC | 21:33 | |
openstackgerrit | Ankur proposed openstack/horizon: Improve UX For Extend Volume Dialog https://review.openstack.org/317685 | 21:38 |
*** Mounica has joined #openstack-horizon | 21:38 | |
*** weezS has quit IRC | 21:41 | |
*** cloudtrainme has quit IRC | 21:46 | |
*** Mounica has quit IRC | 21:53 | |
*** Mounica has joined #openstack-horizon | 21:54 | |
*** gtop-323 has quit IRC | 21:55 | |
*** piet has quit IRC | 21:57 | |
*** bpokorny_ has joined #openstack-horizon | 22:00 | |
*** ozialien10 has joined #openstack-horizon | 22:03 | |
*** bpokorny has quit IRC | 22:04 | |
*** julim has quit IRC | 22:04 | |
*** btully has joined #openstack-horizon | 22:07 | |
*** Mounica has quit IRC | 22:13 | |
*** Mounica has joined #openstack-horizon | 22:14 | |
r1chardj0n3s | morning | 22:20 |
*** ngupta_ has quit IRC | 22:21 | |
*** harlowja has quit IRC | 22:22 | |
david-lyle | morning | 22:25 |
hurgleburgler | ornin | 22:26 |
hurgleburgler | morning* | 22:26 |
*** ducttape_ has quit IRC | 22:27 | |
ediardo | morning | 22:28 |
*** itisha has quit IRC | 22:29 | |
*** roxanaghe has quit IRC | 22:31 | |
*** bpokorny_ has quit IRC | 22:33 | |
*** cloudtrainme has joined #openstack-horizon | 22:33 | |
*** roxanaghe has joined #openstack-horizon | 22:34 | |
*** mvk_ has joined #openstack-horizon | 22:34 | |
*** cloudtrainme has quit IRC | 22:36 | |
r1chardj0n3s | any cores able to +w https://review.openstack.org/#/c/296173 ? it has two +2s | 22:41 |
r1chardj0n3s | (please) | 22:41 |
r1chardj0n3s | :-) | 22:41 |
*** pt_15 has quit IRC | 22:46 | |
*** Mounica has quit IRC | 22:48 | |
*** kzaitsev_mb has quit IRC | 22:48 | |
*** kzaitsev_mb has joined #openstack-horizon | 22:53 | |
*** bpokorny has joined #openstack-horizon | 22:55 | |
*** tyr_ has quit IRC | 22:58 | |
*** kzaitsev_mb has quit IRC | 22:58 | |
*** mpavlase has quit IRC | 22:59 | |
*** harlowja has joined #openstack-horizon | 23:00 | |
openstackgerrit | David Lyle proposed openstack/horizon: TEST PATCH DO NOT MERGE https://review.openstack.org/315294 | 23:03 |
*** jamielennox is now known as jamielennox|away | 23:04 | |
*** kzaitsev_mb has joined #openstack-horizon | 23:10 | |
*** Mounica has joined #openstack-horizon | 23:10 | |
*** hurgleburgler has quit IRC | 23:26 | |
*** hurgleburgler has joined #openstack-horizon | 23:26 | |
*** ChanServ sets mode: +v hurgleburgler | 23:26 | |
*** kzaitsev_mb has quit IRC | 23:26 | |
*** kzaitsev_mb has joined #openstack-horizon | 23:30 | |
*** kzaitsev_mb has quit IRC | 23:37 | |
*** kzaitsev_mb has joined #openstack-horizon | 23:38 | |
openstackgerrit | David Lyle proposed openstack/horizon: TEST PATCH DO NOT MERGE https://review.openstack.org/315294 | 23:41 |
*** kzaitsev_mb has quit IRC | 23:47 | |
*** kzaitsev_mb has joined #openstack-horizon | 23:47 | |
*** pushkaru has quit IRC | 23:48 | |
*** pushkaru has joined #openstack-horizon | 23:48 | |
*** pushkaru has quit IRC | 23:50 | |
*** pushkaru has joined #openstack-horizon | 23:51 | |
*** jamielennox|away is now known as jamielennox | 23:51 | |
*** zqfan has quit IRC | 23:53 | |
*** kzaitsev_mb has quit IRC | 23:54 | |
*** doug-fish has joined #openstack-horizon | 23:54 | |
*** roxanaghe has quit IRC | 23:54 | |
*** pushkaru has quit IRC | 23:56 | |
*** pushkaru has joined #openstack-horizon | 23:56 | |
*** doug-fish has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!