*** oro has quit IRC | 00:01 | |
*** ttrifonov is now known as zz_ttrifonov | 00:02 | |
*** Miouge has quit IRC | 00:07 | |
*** TravT has quit IRC | 00:24 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: angular based help-panel widget https://review.openstack.org/148031 | 00:25 |
---|---|---|
openstackgerrit | Shaoquan Chen proposed openstack/horizon: angular based help-panel widget https://review.openstack.org/148031 | 00:29 |
wchrisj | lhcheng: Got a sec for a question? | 00:36 |
wchrisj | Just need some direction | 00:36 |
*** openstackgerrit has quit IRC | 00:36 | |
*** openstackgerrit has joined #openstack-horizon | 00:37 | |
wchrisj | Our users table (/identity/users/) in a particular env is 800+ items. When you go to create a new user, it pops up a modal. That, in turn fires some javascript in horizon.tabs.js that enables keyboard navigation for tabs. The problem is that that js code goes thru every DOM element on the page on keyup/keydown. | 00:39 |
wchrisj | I'll file a ticket, but wondered if I should fix the js issue or just change the table to paginate. | 00:40 |
wchrisj | Is there a reason the Users table isn't paged like the Projects table? | 00:40 |
*** ZZelle_ has quit IRC | 00:41 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Create a reusable angular based wizard https://review.openstack.org/137417 | 00:51 |
*** Drago has quit IRC | 00:52 | |
*** sbfox has quit IRC | 00:57 | |
lhcheng | wchris: Even if we have pagination or not, sounds like fixing the js should still be done. I'd say fix the js. | 01:01 |
*** gyee has quit IRC | 01:01 | |
lhcheng | wchrisj: I don't think there is a particular reason why the user table is not paginated. There was just no volunteer to work on it. | 01:02 |
lhcheng | The API capability for Project and User is not much different, so I don't think there was something in the API that blocked it form being implemented. | 01:03 |
wchrisj | OK... I'll file a bug and fix the JS, then we can discuss the Users table and what other efforts might be in process so we dont collide. lhcheng: | 01:12 |
wchrisj | I'd like to see the users table paginated lhcheng: | 01:13 |
lhcheng | yeah, I heard Kelly is working on the table redesign? | 01:13 |
wchrisj | yes! | 01:13 |
lhcheng | agreed | 01:13 |
wchrisj | I'll coordinate with her - not sure how soon her stuff will land - hopefully soon. | 01:14 |
lhcheng | great | 01:15 |
lhcheng | and maybe domains too | 01:15 |
lhcheng | Dave talked about having a common framework for pagination/filtering last summit. | 01:15 |
lhcheng | should probably check with him about the current status too | 01:16 |
wchrisj | yeah - I'm a big fan of filtering | 01:16 |
wchrisj | Will do on that too | 01:16 |
wchrisj | I think I've finally gotten this addressed: https://review.openstack.org/#/c/132383/12 | 01:18 |
wchrisj | One final question for you lhcheng: What were you looking for with this? https://bugs.launchpad.net/horizon/+bug/1322722 | 01:19 |
*** sbfox has joined #openstack-horizon | 01:21 | |
*** rwsu has quit IRC | 01:22 | |
wchrisj | I did a preso at the Paris Summit on the plugin arch tht you implemented and that matured in Icehouse. I'll be glad to tackle this item if you can give me some guidance as to what this should look like. | 01:22 |
wchrisj | Want to be sure that this is what this bug is related to. | 01:23 |
*** mwhagedorn has joined #openstack-horizon | 01:25 | |
*** ZZelle_ has joined #openstack-horizon | 01:27 | |
*** sbfox has quit IRC | 01:28 | |
*** alexpilotti has quit IRC | 01:29 | |
lhcheng | wchrisj: I think it would be like Developing pluggable content for dummies and documenting best practice like using overrides.py vs extending the class | 01:30 |
lhcheng | wchrisj: in a meeting, sorry for the slow response. | 01:30 |
wchrisj | np lhcheng: | 01:31 |
openstackgerrit | Amogh proposed openstack/horizon: Integration tests - Instances tests https://review.openstack.org/117091 | 01:33 |
*** clu_ has quit IRC | 01:33 | |
wchrisj | lhcheng: So would this replace the current "Customizing Horizon" page with one more for "dummies"; or sit next to it? | 01:36 |
*** tqtran has quit IRC | 01:48 | |
*** Guest25068 has quit IRC | 01:49 | |
*** Sukhdev has quit IRC | 01:52 | |
*** lhcheng has quit IRC | 02:06 | |
*** ybathia has quit IRC | 02:07 | |
*** TravT has joined #openstack-horizon | 02:09 | |
*** ayoung has joined #openstack-horizon | 02:12 | |
*** TravT has quit IRC | 02:13 | |
*** ZZelle_ has quit IRC | 02:16 | |
*** harlowja is now known as harlowja_away | 02:25 | |
*** mwhagedorn has quit IRC | 02:27 | |
*** nlahouti has quit IRC | 02:29 | |
*** rushiagr is now known as rushiagr_away | 02:36 | |
*** TravT has joined #openstack-horizon | 02:40 | |
*** TravT has quit IRC | 02:44 | |
*** lhcheng has joined #openstack-horizon | 02:44 | |
*** sseago has joined #openstack-horizon | 02:54 | |
*** wchrisj has quit IRC | 03:05 | |
*** julim has quit IRC | 03:06 | |
*** sbfox has joined #openstack-horizon | 03:39 | |
*** sbfox has quit IRC | 03:45 | |
*** sbfox has joined #openstack-horizon | 03:51 | |
*** tzumainn has quit IRC | 03:56 | |
*** sbfox has quit IRC | 04:05 | |
*** Madhusudhan has joined #openstack-horizon | 04:08 | |
*** lhcheng has quit IRC | 04:08 | |
*** lhcheng has joined #openstack-horizon | 04:10 | |
Madhusudhan | hello, everytime I install devstack from stable/juno (git clone https://github.com/openstack-dev/devstack.git -b stable/juno), I face an error (it started happening since yesterday) | 04:11 |
*** TravT has joined #openstack-horizon | 04:11 | |
Madhusudhan | This is the error: ImportError: Could not import settings 'openstack_dashboard.test.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named angular_smart_table | 04:11 |
Madhusudhan | none of the Xstack packages is installed.. while installing .stach.sh | 04:12 |
Madhusudhan | .stack.sh | 04:12 |
Madhusudhan | Is this a know problem? | 04:12 |
Madhusudhan | known* | 04:12 |
openstackgerrit | Kelly Domico proposed openstack/horizon: WIP Pie and donut chart directive https://review.openstack.org/146934 | 04:14 |
*** TravT has quit IRC | 04:15 | |
*** Longgeek has joined #openstack-horizon | 04:17 | |
*** rushiagr_away is now known as rushiagr | 04:21 | |
*** sbfox has joined #openstack-horizon | 05:16 | |
*** sbfox has quit IRC | 05:25 | |
*** TravT has joined #openstack-horizon | 05:27 | |
*** TravT has quit IRC | 05:31 | |
*** sbfox has joined #openstack-horizon | 05:32 | |
*** sbfox has quit IRC | 05:42 | |
*** sbfox has joined #openstack-horizon | 05:42 | |
*** Longgeek has quit IRC | 05:53 | |
*** Longgeek has joined #openstack-horizon | 05:53 | |
*** nlahouti has joined #openstack-horizon | 05:56 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/148042 | 06:06 |
*** nlahouti has quit IRC | 06:07 | |
*** nlahouti has joined #openstack-horizon | 06:08 | |
*** TravT has joined #openstack-horizon | 06:27 | |
*** TravT has quit IRC | 06:32 | |
*** lhcheng has quit IRC | 06:39 | |
*** rushiagr is now known as rushiagr_away | 06:40 | |
*** lhcheng has joined #openstack-horizon | 06:40 | |
*** lhcheng has quit IRC | 06:45 | |
*** cody-somerville has quit IRC | 06:50 | |
*** cody-somerville has joined #openstack-horizon | 07:21 | |
*** Sukhdev has joined #openstack-horizon | 07:24 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Create a reusable angular based wizard https://review.openstack.org/137417 | 07:41 |
*** lhcheng has joined #openstack-horizon | 07:41 | |
*** lhcheng has quit IRC | 07:45 | |
*** dboik has joined #openstack-horizon | 07:50 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: angular based help-panel widget https://review.openstack.org/148031 | 07:51 |
openstackgerrit | lawrancejing proposed openstack/horizon: Add project column for admin images tables https://review.openstack.org/147997 | 07:52 |
*** Miouge has joined #openstack-horizon | 07:54 | |
*** Madhusudhan has quit IRC | 08:01 | |
*** dboik has quit IRC | 08:06 | |
*** dboik has joined #openstack-horizon | 08:08 | |
*** dboik has quit IRC | 08:09 | |
*** oro has joined #openstack-horizon | 08:34 | |
*** nlahouti1 has joined #openstack-horizon | 09:07 | |
*** nlahouti has quit IRC | 09:09 | |
*** cody-somerville has quit IRC | 09:15 | |
*** Sukhdev has quit IRC | 09:23 | |
*** e0ne has joined #openstack-horizon | 09:25 | |
*** nlahouti1 has quit IRC | 09:26 | |
*** oro has quit IRC | 09:29 | |
*** oro has joined #openstack-horizon | 09:30 | |
*** oro has quit IRC | 09:30 | |
*** sbfox has quit IRC | 09:33 | |
*** e0ne has quit IRC | 09:33 | |
*** TravT has joined #openstack-horizon | 10:05 | |
*** e0ne has joined #openstack-horizon | 10:08 | |
*** TravT has quit IRC | 10:09 | |
*** e0ne has quit IRC | 10:16 | |
*** pcaruana has joined #openstack-horizon | 10:44 | |
*** lhcheng has joined #openstack-horizon | 11:08 | |
*** lhcheng has quit IRC | 11:13 | |
*** alexpilotti has joined #openstack-horizon | 11:42 | |
*** chlong has joined #openstack-horizon | 12:04 | |
*** sayan has joined #openstack-horizon | 12:37 | |
openstackgerrit | Wu Hong Guang proposed openstack/horizon: Integration test - Add a new user as testcase runner https://review.openstack.org/147721 | 12:56 |
*** TravT has joined #openstack-horizon | 13:43 | |
openstackgerrit | Wu Hong Guang proposed openstack/horizon: Integration tests - Run test on Windows with Chrome or IE https://review.openstack.org/147426 | 13:46 |
*** TravT has quit IRC | 13:47 | |
*** amotoki has joined #openstack-horizon | 14:14 | |
*** dsneddon has quit IRC | 14:37 | |
openstackgerrit | Chris Johnson proposed openstack/horizon: List VM port on subnets connected to DVR router https://review.openstack.org/132383 | 14:37 |
*** dsneddon has joined #openstack-horizon | 14:38 | |
*** TravT has joined #openstack-horizon | 14:44 | |
*** lhcheng has joined #openstack-horizon | 14:45 | |
*** wchrisj has joined #openstack-horizon | 14:46 | |
*** wchrisj has quit IRC | 14:48 | |
*** TravT has quit IRC | 14:49 | |
*** lhcheng has quit IRC | 14:49 | |
*** dsneddon has quit IRC | 14:57 | |
*** dsneddon has joined #openstack-horizon | 14:58 | |
*** amotoki has quit IRC | 15:00 | |
*** dsneddon has quit IRC | 15:18 | |
*** dsneddon has joined #openstack-horizon | 15:19 | |
*** sayan has quit IRC | 15:33 | |
*** dsneddon has quit IRC | 15:39 | |
*** dsneddon has joined #openstack-horizon | 15:40 | |
*** chlong has quit IRC | 15:41 | |
*** booly-yam-7330 has joined #openstack-horizon | 15:41 | |
*** TravT has joined #openstack-horizon | 15:45 | |
*** booly-yam-7330 has quit IRC | 15:49 | |
*** TravT has quit IRC | 15:50 | |
*** dsneddon has quit IRC | 15:59 | |
*** dsneddon has joined #openstack-horizon | 16:00 | |
*** paul-- has quit IRC | 16:08 | |
*** paul-- has joined #openstack-horizon | 16:21 | |
*** sbfox has joined #openstack-horizon | 16:23 | |
*** sbfox has quit IRC | 16:33 | |
*** sbfox has joined #openstack-horizon | 16:35 | |
*** sbfox1 has joined #openstack-horizon | 16:36 | |
*** sbfox1 has quit IRC | 16:36 | |
*** sbfox1 has joined #openstack-horizon | 16:36 | |
*** sbfox1 has quit IRC | 16:36 | |
*** sbfox has quit IRC | 16:40 | |
*** e0ne has joined #openstack-horizon | 16:41 | |
*** oro has joined #openstack-horizon | 16:52 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/148042 | 16:57 |
*** e0ne has quit IRC | 17:05 | |
*** sbfox has joined #openstack-horizon | 17:07 | |
*** TravT has joined #openstack-horizon | 17:34 | |
*** TravT has quit IRC | 17:38 | |
*** oro has quit IRC | 17:40 | |
*** sayan has joined #openstack-horizon | 17:43 | |
*** sbfox has quit IRC | 17:48 | |
*** dboik_ has joined #openstack-horizon | 17:52 | |
*** e0ne has joined #openstack-horizon | 17:57 | |
*** e0ne has quit IRC | 18:00 | |
*** e0ne has joined #openstack-horizon | 18:07 | |
*** oro has joined #openstack-horizon | 18:09 | |
*** e0ne has quit IRC | 18:24 | |
*** oro has quit IRC | 18:31 | |
*** oro has joined #openstack-horizon | 18:31 | |
*** oro has quit IRC | 18:36 | |
*** oro has joined #openstack-horizon | 18:38 | |
*** lhcheng has joined #openstack-horizon | 18:40 | |
*** e0ne has joined #openstack-horizon | 18:47 | |
*** e0ne has quit IRC | 18:49 | |
*** dboik_ has quit IRC | 18:49 | |
openstackgerrit | Jeffrey Olsen proposed openstack/horizon: Change Modal Descriptions for "Launch Stacks" and "Change Stacks" https://review.openstack.org/148068 | 18:53 |
*** dsneddon has quit IRC | 18:57 | |
*** dsneddon has joined #openstack-horizon | 18:57 | |
*** amitpp has joined #openstack-horizon | 19:01 | |
*** amitpp has quit IRC | 19:03 | |
*** lhcheng has quit IRC | 19:12 | |
*** lhcheng has joined #openstack-horizon | 19:13 | |
*** e0ne has joined #openstack-horizon | 19:13 | |
*** e0ne has quit IRC | 19:14 | |
*** pcaruana has quit IRC | 19:15 | |
*** e0ne has joined #openstack-horizon | 19:15 | |
*** e0ne has quit IRC | 19:15 | |
*** e0ne has joined #openstack-horizon | 19:17 | |
*** dsneddon has quit IRC | 19:17 | |
*** lhcheng has quit IRC | 19:17 | |
*** dsneddon has joined #openstack-horizon | 19:18 | |
*** oro has quit IRC | 19:21 | |
*** TravT has joined #openstack-horizon | 19:23 | |
*** lhcheng has joined #openstack-horizon | 19:24 | |
*** TravT has quit IRC | 19:27 | |
*** dsneddon has quit IRC | 19:38 | |
*** e0ne has quit IRC | 19:38 | |
*** dsneddon has joined #openstack-horizon | 19:39 | |
*** dsneddon has quit IRC | 19:59 | |
openstackgerrit | Shaifali Agrawal proposed openstack/horizon: CSS padding style is used instead of &nsbp; https://review.openstack.org/126141 | 20:00 |
*** dsneddon has joined #openstack-horizon | 20:01 | |
*** pcaruana has joined #openstack-horizon | 20:06 | |
openstackgerrit | Shaifali Agrawal proposed openstack/horizon: CSS padding style is used instead of &nsbp; https://review.openstack.org/126141 | 20:09 |
*** lhcheng has quit IRC | 20:16 | |
*** lhcheng has joined #openstack-horizon | 20:17 | |
*** dsneddon has quit IRC | 20:20 | |
*** dsneddon has joined #openstack-horizon | 20:21 | |
*** lhcheng has quit IRC | 20:21 | |
*** e0ne has joined #openstack-horizon | 20:28 | |
*** dboik_ has joined #openstack-horizon | 20:34 | |
*** e0ne has quit IRC | 20:35 | |
*** dsneddon has quit IRC | 20:41 | |
*** dsneddon has joined #openstack-horizon | 20:41 | |
*** alexpilotti has quit IRC | 20:44 | |
*** alexpilotti has joined #openstack-horizon | 20:47 | |
*** alexpilotti has quit IRC | 20:48 | |
*** alexpilotti has joined #openstack-horizon | 20:49 | |
*** alexpilotti has quit IRC | 20:50 | |
*** dboik_ has quit IRC | 20:51 | |
*** alexpilotti has joined #openstack-horizon | 20:51 | |
*** alexpilotti has quit IRC | 20:51 | |
*** alexpilotti has joined #openstack-horizon | 20:52 | |
*** alexpilotti has quit IRC | 20:53 | |
*** alexpilotti has joined #openstack-horizon | 20:54 | |
*** alexpilotti has quit IRC | 20:55 | |
*** dsneddon has quit IRC | 21:01 | |
*** dsneddon has joined #openstack-horizon | 21:02 | |
*** TravT has joined #openstack-horizon | 21:11 | |
*** oro has joined #openstack-horizon | 21:14 | |
*** TravT has quit IRC | 21:16 | |
*** cody-somerville has joined #openstack-horizon | 21:16 | |
*** cody-somerville has quit IRC | 21:16 | |
*** cody-somerville has joined #openstack-horizon | 21:16 | |
*** lhcheng has joined #openstack-horizon | 21:18 | |
*** oro has quit IRC | 21:18 | |
*** e0ne has joined #openstack-horizon | 21:24 | |
openstackgerrit | Imran Hayder Malik proposed openstack/horizon: Add page forward and refresh wrapper functions https://review.openstack.org/147339 | 21:36 |
*** dsneddon has quit IRC | 21:43 | |
*** dsneddon has joined #openstack-horizon | 21:44 | |
*** Longgeek has quit IRC | 21:48 | |
*** sayan has quit IRC | 21:49 | |
*** _crobertsrh has quit IRC | 21:50 | |
*** dsneddon has quit IRC | 22:04 | |
*** dsneddon has joined #openstack-horizon | 22:05 | |
*** dsneddon has quit IRC | 22:25 | |
*** dsneddon has joined #openstack-horizon | 22:26 | |
*** TravT has joined #openstack-horizon | 22:42 | |
*** Miouge has quit IRC | 22:43 | |
*** Miouge has joined #openstack-horizon | 22:46 | |
*** TravT has quit IRC | 22:46 | |
*** jasondotstar has joined #openstack-horizon | 22:51 | |
*** Miouge has quit IRC | 23:04 | |
*** dsneddon has quit IRC | 23:06 | |
*** dsneddon has joined #openstack-horizon | 23:07 | |
*** ZZelle has quit IRC | 23:09 | |
*** ZZelle has joined #openstack-horizon | 23:10 | |
*** dsneddon has quit IRC | 23:27 | |
*** dsneddon has joined #openstack-horizon | 23:28 | |
*** TravT has joined #openstack-horizon | 23:43 | |
*** chlong has joined #openstack-horizon | 23:45 | |
*** TravT has quit IRC | 23:47 | |
*** dsneddon has quit IRC | 23:48 | |
*** dsneddon has joined #openstack-horizon | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!