Wednesday, 2015-06-17

*** yamamoto has joined #openstack-horizon00:00
openstackgerritJingjing Ren proposed openstack/horizon: Fix bad performance when editing domain members  https://review.openstack.org/17700500:02
tqtranneillc: ping00:03
*** ozialien has quit IRC00:04
neillctqtran: sorry - in daily standup meeting. If you're still here in 15 minutes you'll get my full attention.00:04
tqtranneillc: ok ping me when done00:04
neillctqtran: feel free to ask your question, kust may be a bit before I answer00:04
tqtranhttps://review.openstack.org/#/c/188665/7/run_tests.sh L442 regarding the OPTS, how were you able to discern that these are the opts that we need vs what we don't need?00:05
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style guide cleanup for wizard  https://review.openstack.org/18998300:05
tqtranhttps://github.com/django/django/blob/master/django/core/management/commands/makemessages.py#L12300:05
*** dsneddon is now known as dsneddon_biab00:05
tqtranthese are the default options in django, where are the ones for babel-django? i couldn't find it in source00:06
tqtranalso it seems like passing -l en is needed for some, while for others it is not?00:06
*** alexvictorchan has quit IRC00:07
*** petertr7 is now known as petertr7_away00:08
*** bpokorny has quit IRC00:09
*** bpokorny has joined #openstack-horizon00:10
*** bpokorny has quit IRC00:14
neillctqtran: I disabled all of the opts. Ran the tests and checked for differences. Enabled opts one by one to see if they made a difference. Kept the set of opts that I found made a difference.00:25
tqtranomg lol00:25
tqtranok, so you did it the painful way00:25
neillcyep00:26
*** yamamoto has quit IRC00:26
tqtranim gonna dig through the source and try to locate it00:26
tqtranthis way, we know for sure in case we missed anything00:26
neillcthat sounds like a good idea :)00:26
tqtranits entirely possible that there is a patter that is supported in django that we missed00:26
tqtranand wont be evident until someone tries to use and it fails00:26
neillctrue. I think the initial set of options I used was taken from the django source. It is now just those that we seemed to be using.00:27
neillcmy thought was that this is what we need now, if we start using something else it can be added to the opts later.00:27
*** yingjun has joined #openstack-horizon00:28
neillcseemed unlikely that we would need more in horizon, but who know what someone has done in a third party panel00:28
tqtranthats true00:28
tqtranmaybe its ok for now, saves me some work lol00:28
neillc:)00:29
tqtranbut regarding passing in the locale each time, i would assume that it is english by default? seems to work on some folders but not others00:29
tqtranthis is very strange to m00:29
*** Piet has joined #openstack-horizon00:30
neillcthat is a little odd. I would expect it's the default, but haven't verified that00:30
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style guide cleanup for wizard  https://review.openstack.org/18998300:30
PietStarting to add the presentations from research to the UX wiki.  Take a look and let me know what you think.  https://wiki.openstack.org/wiki/HorizonUsability_Testing#December_2014_Card_Sort00:30
openstackgerrittinytmy proposed openstack/django_openstack_auth: Add message show for switch project  https://review.openstack.org/16957700:31
neillctqtran: going to go poke at default locale stuff00:34
*** kztsv_mbp has quit IRC00:34
tqtranok00:35
*** tyr has joined #openstack-horizon00:37
neillctqtran: so, I am always passing -l en to pybabel update. pybabel extract does not take a locale parameter.00:38
neillctqtran: am I missing something?00:38
tqtranlet me try something00:39
tqtranso for example00:41
*** tyr has quit IRC00:41
tqtranif you run update on horizon for python, and exclude the -l en00:42
tqtranit will still work00:42
*** jasondotstar has quit IRC00:42
*** chlong has joined #openstack-horizon00:42
*** oro has quit IRC00:42
tqtranrunning it right now on other dirs, for one of them, it will fail00:43
neillcThe pybabel doco for update says "If neither the output_file nor the locale option is set, this command looks for all catalog files in the base directory that match the given domain, and updates each of them.00:43
neillc"00:43
tqtrancan you provide the link?00:44
neillcSeems a little odd that it only fails for some.00:44
neillchttp://babel.edgewall.org/wiki/Documentation/cmdline.html#update00:44
tqtranok so i just ran the same thing in dashboard and it fails00:44
neillcweird.00:44
neillcjust realised that's old doco. Let me check the new site00:44
neillcpretty much the same http://babel.pocoo.org/docs/cmdline/#update00:45
neillctqtran: which one fails?00:46
*** btully has quit IRC00:46
tqtranpython for dashboard, if you remove the -l en00:47
*** ybathia has quit IRC00:47
*** ybathia has joined #openstack-horizon00:48
*** btully has joined #openstack-horizon00:48
*** dsneddon_biab is now known as dsneddon00:48
tqtranyeah, just verified, it works in all other folders00:49
tqtranexcept for dashboard python00:49
*** lhcheng has quit IRC00:49
*** hurgleburgler has quit IRC00:49
*** hurgleburgler has joined #openstack-horizon00:50
neillcDifference seems to be that horizon/locale contains .pot files, while openstack_dashboard/locale does not.00:51
tqtranit does? i dont see it on my file system00:51
tqtrani think its fine to include the --locale options for all00:52
tqtranlooks like old script did it as well00:52
neillcold makemessages has OPTS="-l en --no-obsolete --settings=openstack_dashboard.test.settings"00:54
tqtranright00:54
neillcperhaps I should move "-l en" back into $OPTS00:54
tqtranyeah i think so00:54
tqtrani think you need 3 OPTS line00:55
tqtranone for the keywords00:55
tqtranone for the python00:55
tqtranone for the JS00:55
neillcI will need slight;y different opts because two different commands now00:55
neillcyep :)00:55
neillcwell, one for extract, one for update00:56
tqtranright00:56
tqtranok i'm going ot leave those comments and a few others in the patch, but its looking good, just need to run one more test and compare files00:57
neillctqtran: thanks :)00:58
*** ybathia has quit IRC00:58
*** ducttape_ has quit IRC00:58
tqtranneillc: one last thing, i think its safe to replace the old makemessages script with this one01:02
neillctqtran: cool. will do.01:02
tqtrani verified that the babel one extracts the same exact thing, only difference is the ordering of some stuff, which will be fine as pointed out in the ML01:02
*** yamamoto has joined #openstack-horizon01:06
*** nlahouti has quit IRC01:12
*** clu_ has quit IRC01:15
tqtranneillc: https://github.com/Phaiax/python-babel/blob/80933afc659b809b7a8d4ab1ca503b5ce0ccf1e3/babel/messages/extract.py#L3601:15
tqtrani may have found the default keywords for babel01:15
*** bradjones has quit IRC01:21
*** tqtran is now known as tqtran_afk_gowar01:27
*** bradjones has joined #openstack-horizon01:29
*** bradjones has quit IRC01:29
*** bradjones has joined #openstack-horizon01:29
*** tqtran_afk_gowar has quit IRC01:32
*** mtecer has quit IRC01:34
*** kiran-r has joined #openstack-horizon01:37
*** ducttape_ has joined #openstack-horizon01:38
*** ducttape_ has quit IRC01:40
*** sjmc7 has joined #openstack-horizon01:41
*** sjmc7 has quit IRC01:46
*** gyee is now known as operator9901:49
*** sqchen has quit IRC01:51
*** jtriley has joined #openstack-horizon01:52
*** jtriley has quit IRC01:57
*** iamjarvo has joined #openstack-horizon01:57
*** jingjin__ has quit IRC01:58
*** kztsv_mbp has joined #openstack-horizon02:00
*** yingjun has quit IRC02:05
openstackgerritShaoquan Chen proposed openstack/horizon: Extending Horizon's plug-in mechanism to scss  https://review.openstack.org/19250002:07
openstackgerritAmogh proposed openstack/horizon: Integration tests - Instances tests  https://review.openstack.org/11709102:09
*** jasondotstar has joined #openstack-horizon02:09
*** jasondotstar has quit IRC02:09
*** garthb_ has joined #openstack-horizon02:10
*** garthb has joined #openstack-horizon02:10
*** jasondotstar has joined #openstack-horizon02:10
*** kiran-r has quit IRC02:11
*** kztsv_mbp has quit IRC02:17
*** jasondotstar has quit IRC02:24
openstackgerritNeill Cox proposed openstack/horizon: Replace makemessages with babel  https://review.openstack.org/18866502:25
openstackgerritNeill Cox proposed openstack/horizon: Replace makemessages with babel  https://review.openstack.org/18866502:39
openstackgerritMerged openstack/horizon: Fix for test_image_create_delete  https://review.openstack.org/19059602:40
*** lhcheng has joined #openstack-horizon02:42
openstackgerritNeill Cox proposed openstack/horizon: Replace makemessages with babel  https://review.openstack.org/18866502:42
*** lhcheng has quit IRC02:45
*** lhcheng has joined #openstack-horizon02:52
*** kiran-r has joined #openstack-horizon03:05
*** lhcheng has quit IRC03:21
*** raildo has quit IRC03:21
*** htruta has quit IRC03:22
*** pauloewerton has quit IRC03:22
*** ericksonsantos has quit IRC03:22
*** jpomero has quit IRC03:22
*** iamjarvo has quit IRC03:26
*** iamjarvo has joined #openstack-horizon03:29
openstackgerritShaoquan Chen proposed openstack/horizon: WIP Applying auto-file-discovery  https://review.openstack.org/19159203:33
*** fedexo has joined #openstack-horizon03:33
*** jtriley has joined #openstack-horizon03:41
*** Piet has quit IRC03:44
*** tjones1 has joined #openstack-horizon03:44
*** jtriley has quit IRC03:46
*** stevemar has quit IRC03:47
*** stevemar has joined #openstack-horizon03:48
openstackgerritShaoquan Chen proposed openstack/horizon: Extending Horizon's plug-in mechanism to scss  https://review.openstack.org/19250003:50
openstackgerritShaoquan Chen proposed openstack/horizon: Extending Horizon's plug-in mechanism to scss  https://review.openstack.org/19250003:53
*** KunalGandhi has quit IRC03:58
*** Drago has quit IRC04:00
*** iamjarvo has quit IRC04:00
*** Drago has joined #openstack-horizon04:01
*** ozialien has joined #openstack-horizon04:03
*** tjones1 has quit IRC04:03
*** kiran-r has quit IRC04:06
*** rushiagr_away is now known as rushiagr04:10
*** neillc is now known as neillc_away04:17
*** amotoki has joined #openstack-horizon04:19
*** josecastroleon has quit IRC04:31
*** josecastroleon has joined #openstack-horizon04:32
*** hurgleburgler has joined #openstack-horizon04:37
*** kztsv_mbp has joined #openstack-horizon04:58
*** ozialien has quit IRC05:01
*** kztsv_mbp has quit IRC05:03
*** KunalGandhi has joined #openstack-horizon05:09
*** Kunal has joined #openstack-horizon05:09
*** fifieldt has joined #openstack-horizon05:10
*** stevemar has quit IRC05:14
*** masco has joined #openstack-horizon05:14
*** vishwana_ has joined #openstack-horizon05:16
*** sjmc7 has joined #openstack-horizon05:19
*** vishwanathj has quit IRC05:19
*** sqchen has joined #openstack-horizon05:21
*** sjmc7 has quit IRC05:23
*** dscottsf has joined #openstack-horizon05:25
*** dscottsf has quit IRC05:26
*** dscottsf has joined #openstack-horizon05:30
*** jtriley has joined #openstack-horizon05:30
*** alexvictorchan has joined #openstack-horizon05:34
*** jtriley has quit IRC05:35
*** belmoreira has joined #openstack-horizon05:44
*** dscottsf has quit IRC05:44
*** neelabh has joined #openstack-horizon05:49
*** fedexo has quit IRC05:49
*** sqchen has left #openstack-horizon05:49
*** lhcheng has joined #openstack-horizon05:53
*** alexvictorchan has quit IRC05:53
*** garthb_ has quit IRC05:56
*** garthb has quit IRC05:57
*** kiran-r has joined #openstack-horizon06:02
openstackgerritzouyee proposed openstack/horizon: No hostname validation for create instance  https://review.openstack.org/18590406:03
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/19252506:05
openstackgerritCanh Van Truong proposed openstack/horizon: Add description field in the user table  https://review.openstack.org/19094406:19
*** KunalGandhi has quit IRC06:22
*** Kunal has quit IRC06:27
openstackgerritCanh Van Truong proposed openstack/horizon: Add description field in the user table  https://review.openstack.org/19094406:27
openstackgerritMarcos Fermín Lobo proposed openstack/horizon: Add hostname validation for create instance  https://review.openstack.org/18590406:37
*** Longgeek has joined #openstack-horizon06:49
*** mrunge has joined #openstack-horizon06:50
*** Longgeek_ has joined #openstack-horizon06:53
*** romainh has joined #openstack-horizon06:56
*** Longgeek has quit IRC06:57
*** lhcheng has quit IRC06:58
*** neelabh has quit IRC06:58
*** Ala has joined #openstack-horizon06:59
*** neelabh has joined #openstack-horizon06:59
*** btully has quit IRC07:01
*** KunalGandhi has joined #openstack-horizon07:02
*** Drago has quit IRC07:02
*** Kunal has joined #openstack-horizon07:02
*** btully has joined #openstack-horizon07:03
*** KunalGandhi has quit IRC07:06
*** jtomasek has quit IRC07:07
*** sjmc7 has joined #openstack-horizon07:08
*** Kunal has quit IRC07:11
*** sjmc7 has quit IRC07:12
*** jtriley has joined #openstack-horizon07:19
*** mrunge has quit IRC07:21
*** jtriley has quit IRC07:24
*** Longgeek_ has quit IRC07:26
*** kztsv_mbp has joined #openstack-horizon07:29
*** MaxV has joined #openstack-horizon07:30
*** kztsv_mbp has quit IRC07:34
*** mrunge has joined #openstack-horizon07:35
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/19252507:37
*** zz_ttrifonov is now known as ttrifonov07:38
openstackgerritMerged openstack/django_openstack_auth: Updated from global requirements  https://review.openstack.org/19229707:45
*** Longgeek has joined #openstack-horizon07:47
openstackgerritCanh Van Truong proposed openstack/horizon: Add description field in the user table  https://review.openstack.org/19094407:47
*** Longgeek has quit IRC07:48
*** Longgeek has joined #openstack-horizon07:48
*** mrunge_ has joined #openstack-horizon07:48
*** mrunge has quit IRC07:49
*** markus_z has joined #openstack-horizon07:56
*** davidmichaelkarr has quit IRC07:57
*** bluex-pl has joined #openstack-horizon08:01
*** mrunge_ is now known as mrunge08:02
*** ZZelle has quit IRC08:02
*** ZZelle has joined #openstack-horizon08:03
*** jcoufal has joined #openstack-horizon08:08
*** jcoufal has quit IRC08:09
*** jcoufal has joined #openstack-horizon08:10
*** mpavlase has joined #openstack-horizon08:14
*** ygbo has joined #openstack-horizon08:16
*** ttrifonov is now known as zz_ttrifonov08:17
*** chlong has quit IRC08:18
*** zz_ttrifonov is now known as ttrifonov08:18
*** kztsv_mbp has joined #openstack-horizon08:30
*** bluex-pl has quit IRC08:30
*** belmoreira has quit IRC08:33
*** belmoreira has joined #openstack-horizon08:33
openstackgerritKirill Zaitsev proposed openstack/horizon: Fixes a typo 'use_strict' -> 'use strict'  https://review.openstack.org/19254908:39
*** bluex-pl has joined #openstack-horizon08:47
*** akrivoka has joined #openstack-horizon08:52
*** sjmc7 has joined #openstack-horizon08:56
*** sjmc7 has quit IRC09:01
*** kkiegler has joined #openstack-horizon09:05
*** kkiegler has quit IRC09:06
openstackgerritKirill Zaitsev proposed openstack/horizon: Fixes a typo 'use_strict' -> 'use strict'  https://review.openstack.org/19254909:09
openstackgerritYves-Gwenael Bourhis proposed openstack/horizon: Allow to attach FIP without a router  https://review.openstack.org/18921509:13
openstackgerritYves-Gwenael Bourhis proposed openstack/horizon: Allow to attach FIP without a router  https://review.openstack.org/18921509:13
*** kztsv_mbp has quit IRC09:16
openstackgerritRomain Hardouin proposed openstack/horizon: DataTable column level policy  https://review.openstack.org/16401009:22
openstackgerritMerged openstack/horizon: LB method column is added in pools table  https://review.openstack.org/19055609:24
*** wznoinsk has joined #openstack-horizon09:24
*** dguerri` is now known as dguerri09:31
*** jtomasek has joined #openstack-horizon09:32
svashekamrunge, mpavlase hi guys09:35
*** e0ne has joined #openstack-horizon09:36
mpavlasesvasheka: Hi!09:36
svashekamrunge, mpavlase we did fix couple integration tests, no it's only sahara tests are failing. and we need activate sahara in gate devstack (not it is not active), or exclude these tests09:36
svashekato make it all green :)09:37
svashekamrunge, mpavlase, tests aren't very stable yet either. but we will work on that also09:38
mpavlasesvasheka: I'm just wondering that isn't enabled... I didn't find line in code that explicitely enable it, but in past sahara tests were running fine.09:39
svashekayeah, I did find out in infra chat that it was disabled09:40
svashekaI even got patch, but I can't find it atm09:40
svashekampavlase, they work localy on devstack with sahara though09:40
svashekampavlase, atm we only need come up with decision on whether we should enable sahara (I don't think it was disabled without reason), or move these tests somewhere else09:41
svashekampavlase, I've tried comunicate this with david-lyle , but time difference doesnt' make it easy :(09:41
mpavlasesvasheka: hmm.. why should be that tests moved to some other place? It's 'component' of horizon...09:41
mpavlasesvasheka: what is his timezone?09:42
*** e0ne is now known as e0ne_09:43
svashekampavlase, If there's no reason to move them, I think we should create a bug on openstack-infra to enable it again09:43
*** MaxV has quit IRC09:44
svashekampavlase, I don't know exactly his time zone, but his workday  start around that time when my ends )09:44
mpavlasesvasheka: one my colleague created that sahara tests, so I can ask him more09:44
mpavlasesvasheka: what is your current local time?09:45
svasheka12:4509:45
svashekampavlase, I totaly behind using them in this gate09:45
svashekampavlase, we need to get on enabling sahara back then09:45
*** e0ne_ is now known as e0ne09:47
svashekampavlase, I believe this will make gate green at least some times. tests are still able to fail randomly09:48
mpavlasesvasheka: i'm -1h against you, I can ask him09:48
svashekampavlase, It would be great if you do that09:48
mpavlasesvasheka: btw, can you point me to your patches? I couldn't find them on review..09:49
svashekahttps://review.openstack.org/#/c/191784/209:50
svashekahttps://review.openstack.org/#/c/190596/509:50
svashekampavlase, first one made by tsufiev09:51
svashekampavlase, and it fixes not tests itself, but the reason test failed09:52
*** tosky has joined #openstack-horizon09:52
mpavlasesvasheka: thx for the links09:54
mrungesvasheka, mpavlase david-lyle is in US West09:54
svashekamrunge, mpavlase most likley we only need to include sahara in gate devstack back09:55
mpavlasemrunge: ou... it's almost other side of world compared to middle of europe..09:55
mrungeyepp.09:55
mrungewe have an upstream meeting today at 20 UTC09:55
mrungethat's a good topic for the meeting09:56
mrungenext week will be at 12 UTC09:56
mpavlasemrunge: good point09:56
mrunge^ svasheka just fyi, that should be fine with you then?09:56
svashekamrunge, meening meeting on next week?09:57
mrungeIf we can enable this back this week, the better.... ;-)09:57
svashekamrunge, sure time is good. it would be better to rise this question on todays meeting though09:57
mrungeyes, that's my thought09:57
svashekamrunge, meeting held here? irc chanel?09:58
mrungesvasheka, in #openstack-meeting-309:58
mpavlasesvasheka: http://eavesdrop.openstack.org/, search for Horizon Team Meeting09:58
mrungehttps://wiki.openstack.org/wiki/Meetings/Horizon09:59
svashekamrunge, mpavlase thanks09:59
*** romainh has quit IRC09:59
svashekamrunge, mpavlase I'll try to attend, but can't promise aything yeat09:59
mrungesvasheka, that would be awesome09:59
mrungebut I acknowledge, it's quite late for you09:59
svashekamrunge, is there some agenda, we could put this into?10:00
mrungesvasheka, I was about to do it right now10:00
mpavlasesvasheka: mrunge I usually don't go to bed before midnight (it would be at 10PM my localtime)10:00
mrungesvasheka, mpavlase the agenda is directly on https://wiki.openstack.org/wiki/Meetings/Horizon10:01
mrungewhere an item for today should be added10:01
svashekamrunge, mpavlase in my understanding disabled sahara is the only thing holding us from green integration-dsvm gate10:01
mrungesvasheka, I just added something for today10:02
*** mou has joined #openstack-horizon10:02
mrungebut you might be able to specify it a bit more10:02
svashekamrunge, thanks. saw it. will add some description10:02
*** MaxV has joined #openstack-horizon10:02
mrungeawesome!10:02
mpavlasesvasheka: can I add also you to the bullet in agenda?10:06
svashekampavlase, sure10:06
mpavlasesvasheka: done10:07
*** oro has joined #openstack-horizon10:07
svashekampavlase, thanks.10:11
svashekamrunge, mpavlase https://github.com/openstack-infra/devstack-gate/commit/56fc5627a1ed785b2c3081c1a8b2246f2762d647 can't find gerrit thread for this, but this is the change disabling sahara I believe10:13
svashekamrunge, mpavlase jfyi10:13
mpavlasetosky: ^^^ do you know why was sahara removed from default configuration?10:14
*** oro has quit IRC10:14
toskympavlase: maybe as follow-up to the "big tent" project - sahara is not exactly core10:15
toskyjust my speculation10:15
*** mpavlase is now known as mpavlase|afk10:15
toskympavlase|afk: no, different reason, there is a dedicated job: https://review.openstack.org/#/c/181230/10:16
*** kztsv_mbp has joined #openstack-horizon10:19
*** mpavlase|afk is now known as mpavlase10:25
openstackgerritKirill Zaitsev proposed openstack/horizon: Fixes a typo 'use_strict' -> 'use strict'  https://review.openstack.org/19254910:33
*** kiran-r has quit IRC10:39
*** jasondotstar has joined #openstack-horizon10:41
*** neelabh_ has joined #openstack-horizon10:45
*** sjmc7 has joined #openstack-horizon10:45
*** neelabh has quit IRC10:47
*** e0ne is now known as e0ne_10:49
*** aix has joined #openstack-horizon10:49
robcresswellr1chardj0n3s: In that case it's just a matter of asking around, as clu_ said. Perhaps we should etherpad it.10:49
*** sjmc7 has quit IRC10:50
robcresswellr1chardj0n3s: I'll try and hang around late tonight so we can all be online and discuss.10:50
*** yamamoto has quit IRC10:54
*** e0ne_ has quit IRC10:54
*** e0ne has joined #openstack-horizon10:56
*** kztsv_mbp has quit IRC10:58
neelabh_Hi Guys, I am searching JavaScript or angularJS file which they are using for making graph In ResourceUsage under stats tab, Please help me on this..11:00
neelabh_robcresswell, sorry to interrupt you, Could you tell me Javascript file, which is use to fill the graph in ResouceUsage/stats tab...11:06
*** jasondotstar has quit IRC11:06
*** kztsv_mbp has joined #openstack-horizon11:09
*** oro has joined #openstack-horizon11:16
*** romainh has joined #openstack-horizon11:18
*** rushiagr is now known as rushiagr_away11:24
*** e0ne is now known as e0ne_11:29
*** yamamoto has joined #openstack-horizon11:31
*** e0ne_ has quit IRC11:34
*** ericksonsantos has joined #openstack-horizon11:36
*** pauloewerton has joined #openstack-horizon11:36
*** yamamoto_ has joined #openstack-horizon11:38
*** kiran-r has joined #openstack-horizon11:38
*** pauloewerton has quit IRC11:41
*** ducttape_ has joined #openstack-horizon11:41
*** ericksonsantos has quit IRC11:41
*** yamamoto has quit IRC11:42
*** MaxV has quit IRC11:43
*** ducttape_ has quit IRC11:52
openstackgerritYves-Gwenael Bourhis proposed openstack/horizon: Allow to attach FIP without a router  https://review.openstack.org/18921511:53
*** tosky has quit IRC12:05
*** htruta has joined #openstack-horizon12:06
*** julim has joined #openstack-horizon12:08
*** rushiagr_away is now known as rushiagr12:11
*** MaxV has joined #openstack-horizon12:12
*** tosky has joined #openstack-horizon12:15
openstackgerritIgor Malinovskiy proposed openstack/manila-ui: Add mock manilaclient to APITestCase class  https://review.openstack.org/18535112:19
openstackgerritIgor Malinovskiy proposed openstack/manila-ui: Add extend support to manila-ui  https://review.openstack.org/18535212:19
*** e0ne has joined #openstack-horizon12:19
*** oro has quit IRC12:23
*** pauloewerton has joined #openstack-horizon12:23
*** raildo has joined #openstack-horizon12:26
*** neelabh_ has quit IRC12:34
*** sjmc7 has joined #openstack-horizon12:34
*** oro has joined #openstack-horizon12:36
*** sjmc7 has quit IRC12:39
*** jtriley has joined #openstack-horizon12:45
*** jtriley has quit IRC12:50
mrungesvasheka, you might want to weight in: https://review.openstack.org/#/c/192645/12:52
mrunge^ tsufiev12:52
*** Ctina_ has joined #openstack-horizon12:52
*** petertr7_away is now known as petertr712:53
tsufievmrunge, sure!12:53
svashekamrunge, great, thanks!12:55
*** e0ne is now known as e0ne_12:55
*** e0ne_ is now known as e0ne12:57
*** julim has quit IRC13:01
*** masco has quit IRC13:02
*** julim has joined #openstack-horizon13:05
*** jpomero has joined #openstack-horizon13:08
*** jamielennox is now known as jamielennox|away13:13
*** amotoki_ has joined #openstack-horizon13:14
*** davidmichaelkarr has joined #openstack-horizon13:17
openstackgerritIgor Malinovskiy proposed openstack/manila-ui: Remove usage of unexciting openstack.common code  https://review.openstack.org/19265913:17
*** _crobertsrh is now known as crobertsrh13:19
openstackgerritVlad Okhrimenko proposed openstack/horizon: Logout user if he has no valid tokens  https://review.openstack.org/14248113:20
*** jamielennox|away is now known as jamielennox13:21
*** lblanchard has joined #openstack-horizon13:26
*** stevemar has joined #openstack-horizon13:30
*** tosky has quit IRC13:31
*** jamielennox is now known as jamielennox|away13:33
*** cardeois has joined #openstack-horizon13:36
*** tosky has joined #openstack-horizon13:37
*** jtriley has joined #openstack-horizon13:40
*** jamielennox|away is now known as jamielennox13:42
*** peristeri has joined #openstack-horizon13:45
*** tvanderwiel has joined #openstack-horizon13:46
*** Longgeek has quit IRC13:48
*** Longgeek has joined #openstack-horizon13:49
openstackgerritTimur Sufiev proposed openstack/horizon: Sort images list in ascending alphabetical order  https://review.openstack.org/13084413:50
openstackgerritIgor Malinovskiy proposed openstack/manila-ui: Remove usage of openstack.common._i18n module  https://review.openstack.org/19265913:51
*** doug-fish has joined #openstack-horizon13:52
*** katyafervent_awa is now known as katyafervent13:53
openstackgerrittinytmy proposed openstack/django_openstack_auth: Add message show for switch project  https://review.openstack.org/16957713:58
*** masco has joined #openstack-horizon14:00
*** kbee has joined #openstack-horizon14:00
*** yamamoto has joined #openstack-horizon14:02
*** yamamoto_ has quit IRC14:02
*** sjmc7 has joined #openstack-horizon14:02
*** jingliuqing has joined #openstack-horizon14:03
*** eandersson has quit IRC14:13
*** Drago has joined #openstack-horizon14:15
*** kbee has quit IRC14:20
*** kbee has joined #openstack-horizon14:21
*** mrunge has quit IRC14:21
*** iamjarvo has joined #openstack-horizon14:22
*** eandersson has joined #openstack-horizon14:23
*** jtriley has quit IRC14:26
*** kbee has quit IRC14:27
*** jtriley has joined #openstack-horizon14:28
*** absubram has joined #openstack-horizon14:33
*** Drago has quit IRC14:40
*** kiran-r has quit IRC14:41
*** belmoreira has quit IRC14:45
*** Piet has joined #openstack-horizon14:49
openstackgerritIgor Malinovskiy proposed openstack/manila-ui: Remove usage of openstack.common._i18n module  https://review.openstack.org/19265914:51
*** tjones1 has joined #openstack-horizon14:52
*** Drago has joined #openstack-horizon14:57
*** clu_ has joined #openstack-horizon14:59
*** tyr has joined #openstack-horizon14:59
*** rhagarty__ has quit IRC15:01
*** rhagarty has quit IRC15:02
PietWe are have a design review if anyone is interested in attending. https://cisco.webex.com/join/rcresswe15:02
*** rhagarty__ has joined #openstack-horizon15:02
*** rhagarty has joined #openstack-horizon15:02
wznoinskhi all15:03
wznoinskis angularjs planned to be default in Liberty?15:04
*** openstackgerrit has quit IRC15:05
*** openstackgerrit has joined #openstack-horizon15:05
*** amotoki_ has quit IRC15:06
robcresswellwznoinsk: As in, default language? We would encourage new contributors to write in AngularJS. However, it is not mandatory, and 99% of the existing code is still python based.15:06
wznoinskrobcresswell: how about Launch Instance then?15:08
*** amotoki_ has joined #openstack-horizon15:08
*** iamjarvo has quit IRC15:09
*** masco has quit IRC15:10
openstackgerritJiri Tomasek proposed openstack/tuskar-ui: Update Neutron initialization setup  https://review.openstack.org/19272615:10
*** kztsv_mbp has quit IRC15:10
*** iamjarvo has joined #openstack-horizon15:12
*** iamjarvo has quit IRC15:12
*** iamjarvo has joined #openstack-horizon15:13
*** jingliuqing has quit IRC15:16
*** kztsv_mbp has joined #openstack-horizon15:20
*** bpokorny has joined #openstack-horizon15:21
*** absubram has quit IRC15:21
*** yamamoto has quit IRC15:30
wznoinskso if old 'Launch instance' will not be developed then the angularJS wizard becomes default for Liberty?15:32
*** alexvictorchan has joined #openstack-horizon15:37
*** jamielennox is now known as jamielennox|away15:38
*** KunalGandhi has joined #openstack-horizon15:39
*** Kunal has joined #openstack-horizon15:39
robcresswellwznoinsk: The aim is to make the angular Launch Instance the primary launch instance during the Liberty cycle afaik.15:40
*** vishwana_ has quit IRC15:40
robcresswellwznoinsk: But it will depend on community decision, obviously :)15:41
*** vishwanathj has joined #openstack-horizon15:41
*** esp has joined #openstack-horizon15:41
wznoinskI have a plan to implement an additional feature request support in launch instance, would I do it in both 'launch instance' workflows?15:41
wznoinskrobcresswell: what's ptl/core plans for that?15:41
*** jprovazn has joined #openstack-horizon15:41
robcresswellwznoinsk: The PTL is david-lyle, so you can ask him here15:42
robcresswellwznoinsk: Personally, I would add new features to the new Launch Instance. I would expect that to be the main workflow at the Liberty release.15:42
*** yamamoto has joined #openstack-horizon15:42
robcresswellnew meaning angular.15:42
openstackgerritAna Krivokapic proposed openstack/tuskar-ui: Fix get_nodes_stats()  https://review.openstack.org/19273715:44
*** KunalGandhi has quit IRC15:45
*** ericksonsantos has joined #openstack-horizon15:46
*** garthb has joined #openstack-horizon15:46
*** garthb_ has joined #openstack-horizon15:46
*** jamielennox|away is now known as jamielennox15:47
*** MaxV has quit IRC15:48
*** petertr7 is now known as petertr7_away15:48
*** Kunal has quit IRC15:48
*** hurgleburgler has joined #openstack-horizon15:49
*** jbell8 has joined #openstack-horizon15:50
*** stevemar has quit IRC15:50
*** bethelwell has joined #openstack-horizon15:52
openstackgerritMerged openstack/manila-ui: Remove usage of openstack.common._i18n module  https://review.openstack.org/19265915:52
*** kiran-r has joined #openstack-horizon15:52
*** stevemar has joined #openstack-horizon15:52
*** nlahouti has joined #openstack-horizon15:52
*** tjones1 has quit IRC15:54
*** tjones1 has joined #openstack-horizon15:56
*** kiran-r has quit IRC15:56
*** kiran-r has joined #openstack-horizon15:57
*** tosky has quit IRC15:57
*** jamielennox is now known as jamielennox|away15:58
*** tosky has joined #openstack-horizon15:58
*** Sukhdev has joined #openstack-horizon15:58
*** iamjarvo has quit IRC16:00
*** jtriley has quit IRC16:02
*** kiran-r has quit IRC16:03
*** kiran-r has joined #openstack-horizon16:03
*** jamielennox|away is now known as jamielennox16:06
*** kbee has joined #openstack-horizon16:06
*** jtriley has joined #openstack-horizon16:06
openstackgerritPaul Karikh proposed openstack/horizon: Fix broken header dropdowns  https://review.openstack.org/16589316:06
krotscheckdavid-lyle: There's a patch pending to make the karma test job voting. If you think horizon's ready for that, a +1 on this review would be appreciated: https://review.openstack.org/#/c/191919/16:06
openstackgerritPaul Karikh proposed openstack/horizon: Fix broken header dropdowns  https://review.openstack.org/16589316:07
krotscheckAlso, is the gate-horizon-jshint test still relevant?16:07
*** jcoufal has quit IRC16:10
*** kiran-r has quit IRC16:10
*** absubram has joined #openstack-horizon16:11
robcresswellkrotscheck: Sorry, missed the reply yesterday. Just wanted to say that my mailer reply was not intended to imply that Horizon should not change its tooling, just that I was curious about the workload involved16:12
robcresswellkrotscheck: Your reply to my email made me think I'd perhaps phrased that badly. I was by no means stating Horizons importance over the other projects :)16:12
krotscheckrobcresswell: Oh, gotcha.16:13
krotscheckrobcresswell: Yeah, I'm not entirely happy with the workload either, except to say that it's something we would have had to do eventually anyway, simply because JSCS doesn't apply certain rules which we probably want to use.16:13
robcresswellkrotscheck: Yes, and it seems JSHint is bad due to licensing. I hadn't realised this.16:14
*** kztsv_mbp has quit IRC16:15
krotscheckrobcresswell: And it's not even that bad! It's one single file (the language lexer), which is about 75% brand new code, which still has 25% legacy from the jslint fork. But that 25% is killer.16:15
*** dguerri is now known as dguerri`16:15
krotscheckFurthermore, it's a license clause which will never hold up in court.16:16
krotscheckIt's just that nobody's willing to test that license.16:16
robcresswellkrotscheck: Gah, yes, I hate these stupid licenses.16:16
krotscheckrobcresswell: You and me both.16:17
krotscheckrobcresswell: With that in mind though, I can conceive of a path forward where we tune the .eslintrc file to be papa-guides only, and then slowly enable rules on a case-by-case basis.16:17
krotscheckIt's just hard to do that when the existing codebase isn't yet error free.16:18
robcresswellkrotscheck: I think its the Debian Project (?) that had a really nice article about training people, and why non-standard licenses are a pain. Anyway, thankyou for looking into the issue and trying to find some common ground between the projects.16:18
openstackgerritMerged openstack/manila-ui: Use UPDATE_HORIZON_CONFIG for manila_ui.overrides  https://review.openstack.org/19221416:18
krotscheckrobcresswell: Of course! I really just want OpenStack to have available API abstractions published to NPM and bower so the app development community can go hogwild.16:19
robcresswellkrotscheck: Realistically, most of the rules will cross over. We should quickly tune eslint for JP, then swap and keep fixing. Light ruling at first IMO, then add a rule and fix etc.16:19
krotscheckAnd that means standardization.16:19
krotscheckrobcresswell: I may have a patch I'm working on for that :) https://review.openstack.org/#/c/192327/16:19
krotscheckAlso, in other news, npm run lint is now a non-voting check job.16:20
robcresswellkrotscheck: Yes, saw this earlier, yet to comment. What are your thoughts on strictness? Do we turn on all rules we need at once? Or a few and fix quicker, so the gate can be voting?16:21
robcresswellOh, that makes the jshint test redundant then I assume.16:21
krotscheckrobcresswell: My opinion depends on which hat I'm wearing :)16:21
krotscheckrobcresswell: If I'm wearing my "I have a german citizenship" hat, the ALL THE RULES MUST BE FOLLOWED NOW.16:22
krotscheckrobcresswell: If i'm wearing my "I'm doing infra work" hat, then I want voting builds faster.16:22
krotscheckrobcresswell: If I'm wearing my JS engineer hat, I think all y'alls rules are crazy and I want to nuke it all and start over :)16:22
krotscheckRight now I'm wearing my infra hat.16:23
robcresswellI will wear my British hat, so I will grumble quietly about changing and then get on with the fixes16:23
*** yamamoto has quit IRC16:23
robcresswellBut, I sit on the infra-hat scenario personally16:24
robcresswellBetter to have a few bugs actually caught, than none caught until 3 months down the line.16:24
robcresswellEspecially with the pace of JS changes.16:24
*** dguerri` is now known as dguerri16:25
*** mpavlase has quit IRC16:26
*** masco has joined #openstack-horizon16:27
*** markus_z has quit IRC16:27
krotscheckYep16:27
krotscheckI've managed to get the rules down to 7000 errors so far :)16:27
*** ygbo has quit IRC16:28
robcresswellOof.16:29
* robcresswell waves goodbye to sleep.16:29
*** tqtran_afk_gowar has joined #openstack-horizon16:30
*** kbee has quit IRC16:30
*** jtomasek has quit IRC16:30
*** tqtran_afk_gowar is now known as tqtran16:30
*** kbee has joined #openstack-horizon16:30
*** dguerri is now known as dguerri`16:32
*** openstackgerrit has quit IRC16:33
*** clu_ has quit IRC16:34
*** sjmc7 has quit IRC16:34
krotscheckWoo, down to 1500!16:34
*** openstackgerrit has joined #openstack-horizon16:34
*** jamielennox is now known as jamielennox|away16:35
robcresswellkrotscheck: 1500 isn't so bad. I don't think JSCS is much off that.16:38
*** sjmc7 has joined #openstack-horizon16:38
PietWe are planning to have design reviews within the community every other week.  Go ahead and place your name in the wiki if your would like feedback on a design - https://etherpad.openstack.org/p/horizon-ux-core16:39
openstackgerritPaul Karikh proposed openstack/horizon: Fix broken header dropdowns  https://review.openstack.org/16589316:41
*** rhagarty_ has joined #openstack-horizon16:43
*** oro_ has joined #openstack-horizon16:43
*** gyee_ has joined #openstack-horizon16:43
*** fifieldt_ has joined #openstack-horizon16:43
*** rhagarty has quit IRC16:45
*** rhagarty__ has quit IRC16:45
*** oro has quit IRC16:45
*** fifieldt has quit IRC16:45
*** josecastroleon has quit IRC16:45
*** operator99 has quit IRC16:45
*** josecastroleon1 has joined #openstack-horizon16:45
*** crobertsrh has left #openstack-horizon16:45
*** a| has joined #openstack-horizon16:46
*** a| has quit IRC16:46
*** mfisch has quit IRC16:47
*** logan2 has joined #openstack-horizon16:47
*** KunalGandhi has joined #openstack-horizon16:49
*** jamielennox|away is now known as jamielennox16:49
*** crobertsrh has joined #openstack-horizon16:49
openstackgerritMichael Krotscheck proposed openstack/horizon: Switched from JSCS to ESLint  https://review.openstack.org/19232716:49
*** mfisch has joined #openstack-horizon16:49
krotscheckrobcresswell: 1127 John papa rules remaining ^^16:50
*** mfisch has quit IRC16:50
*** mfisch has joined #openstack-horizon16:50
krotscheck(Plus about 20K 'Other' errors that have been deactivated')16:50
*** kiran-r has joined #openstack-horizon16:50
*** alexpilotti has joined #openstack-horizon16:51
*** gyee has joined #openstack-horizon16:52
*** romainh has left #openstack-horizon16:52
*** bethelwell has quit IRC16:55
*** jmolo has joined #openstack-horizon16:56
*** belmoreira has joined #openstack-horizon16:57
*** kiran-r has quit IRC16:59
*** kiran-r has joined #openstack-horizon16:59
*** e0ne has quit IRC17:00
*** dscottsf has joined #openstack-horizon17:02
*** dsneddon has quit IRC17:02
*** dscottsf has quit IRC17:04
*** rushiagr is now known as rushiagr_away17:04
*** kbee has quit IRC17:05
*** ducttape_ has joined #openstack-horizon17:05
*** mou has quit IRC17:07
*** mou has joined #openstack-horizon17:07
*** petertr7_away is now known as petertr717:10
*** jamielennox is now known as jamielennox|away17:13
*** mrunge has joined #openstack-horizon17:13
*** Ala has quit IRC17:16
*** jtriley has quit IRC17:17
*** dsneddon has joined #openstack-horizon17:18
*** clu_ has joined #openstack-horizon17:18
*** dsneddon has quit IRC17:18
*** dsneddon has joined #openstack-horizon17:19
*** masco has quit IRC17:19
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style guide cleanup for wizard  https://review.openstack.org/18998317:24
*** yamamoto has joined #openstack-horizon17:24
*** siaras-alexd has joined #openstack-horizon17:26
siaras-alexdHello. I am looking to debug Horizon's python code with pycharm. Is there any guides out there that could give me some pointers?17:27
*** yamamoto has quit IRC17:29
*** ybathia has joined #openstack-horizon17:31
openstackgerritMerged openstack/horizon: Fixes a typo 'use_strict' -> 'use strict'  https://review.openstack.org/19254917:31
*** crobertsrh has quit IRC17:33
*** tosky has quit IRC17:33
*** belmoreira has quit IRC17:38
*** crobertsrh has joined #openstack-horizon17:40
*** jtriley has joined #openstack-horizon17:42
*** aix has quit IRC17:42
*** amotoki_ has quit IRC17:43
*** Longgeek has quit IRC17:48
*** eandersson has quit IRC17:48
*** petertr7 is now known as petertr7_away17:49
*** mpavlase has joined #openstack-horizon17:49
*** jingjing_ren has joined #openstack-horizon17:50
*** kiranr has joined #openstack-horizon17:51
*** jingjing_ren has quit IRC17:51
*** e0ne has joined #openstack-horizon17:51
*** jingjing_ren has joined #openstack-horizon17:51
*** mrunge has quit IRC17:52
*** akrivoka has quit IRC17:52
*** petertr7_away is now known as petertr717:55
*** jtriley has quit IRC17:55
*** kiran-r has quit IRC17:55
*** sambetts has quit IRC17:56
*** sambetts has joined #openstack-horizon17:57
*** kiranr has quit IRC17:58
*** Sukhdev has quit IRC17:58
*** jingjing_ren has quit IRC18:00
*** cody-somerville has quit IRC18:01
*** Sukhdev has joined #openstack-horizon18:01
*** cody-somerville has joined #openstack-horizon18:02
openstackgerritTimur Sufiev proposed openstack/horizon: Sort images list in ascending alphabetical order  https://review.openstack.org/13084418:04
*** annashen has joined #openstack-horizon18:07
*** dsneddon is now known as dsneddon_biab18:09
*** akrivoka has joined #openstack-horizon18:10
*** annashen has quit IRC18:13
*** annashen has joined #openstack-horizon18:15
*** dsneddon_biab is now known as dsneddon18:25
*** bluex-pl has quit IRC18:30
*** jingjing_ren has joined #openstack-horizon18:31
*** lapalm has joined #openstack-horizon18:34
*** lapalm has left #openstack-horizon18:34
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style cleanup for Flavor Step  https://review.openstack.org/19282818:35
*** jingjing_ren has quit IRC18:35
openstackgerritAaron Sahlin proposed openstack/horizon: JSCS cleanup - style guide cleanup for table and basic-table  https://review.openstack.org/19035418:36
*** ZZelle_ has joined #openstack-horizon18:41
*** lhcheng has joined #openstack-horizon18:43
*** akrivoka has quit IRC18:48
*** Longgeek has joined #openstack-horizon18:48
*** mtecer has joined #openstack-horizon18:50
*** ttrifonov is now known as zz_ttrifonov18:53
*** Longgeek has quit IRC18:53
*** tqtran_ has joined #openstack-horizon18:55
*** oro_ has quit IRC18:55
*** sjmc7 has quit IRC18:56
*** jingjing_ren has joined #openstack-horizon18:56
*** jingjing_ren has quit IRC18:57
*** mtecer has quit IRC19:02
*** jtriley has joined #openstack-horizon19:03
*** siaras-alexd has quit IRC19:04
*** Sukhdev_ has joined #openstack-horizon19:10
*** fifieldt_ has quit IRC19:12
*** Sukhdev has quit IRC19:13
*** openstackgerrit has quit IRC19:16
*** openstackgerrit has joined #openstack-horizon19:17
*** jtriley has quit IRC19:18
*** Piet has quit IRC19:19
openstackgerritDuk Loi proposed openstack/horizon: Add support for root enable and show  https://review.openstack.org/18319619:20
*** cardeois has quit IRC19:22
*** cardeois has joined #openstack-horizon19:23
*** gyee has quit IRC19:25
*** jtriley has joined #openstack-horizon19:26
*** mtecer has joined #openstack-horizon19:27
*** jingjing_ren has joined #openstack-horizon19:27
*** tjones1 has quit IRC19:29
*** fifieldt_ has joined #openstack-horizon19:29
*** jingjing_ren has quit IRC19:32
*** jingjing_ren has joined #openstack-horizon19:33
asahlinclu_:  I see you started JP cleanup on Launch Instance wizard.   Has the cleanup effort been divided up for that already?  Or looking for assistance?19:33
*** nlahouti has quit IRC19:39
*** kztsv_mbp has joined #openstack-horizon19:43
*** kztsv_mbp has quit IRC19:48
*** jphor has joined #openstack-horizon19:49
*** Longgeek has joined #openstack-horizon19:49
*** kztsv_mbp has joined #openstack-horizon19:51
*** jtriley has quit IRC19:52
*** Piet has joined #openstack-horizon19:53
*** zz_ttrifonov is now known as ttrifonov19:53
*** jphor has quit IRC19:54
*** Jean-Paul has joined #openstack-horizon19:55
r1chardj0n3smorning19:58
*** alexvictorchan has quit IRC19:58
*** alexvictorchan_ has joined #openstack-horizon19:58
*** Ctina_ has quit IRC19:59
*** mrunge has joined #openstack-horizon19:59
*** stevemar has quit IRC20:00
mpavlasesvasheka: are you still here? mtng already started...20:01
*** tjones1 has joined #openstack-horizon20:02
*** jtriley has joined #openstack-horizon20:04
*** neillc_away is now known as neillc20:05
*** sjmc7 has joined #openstack-horizon20:06
*** Longgeek has quit IRC20:06
openstackgerritpratap vedula proposed openstack/horizon: Made changes per doc conventions to 2012_1.rst, 2012_2.rst, 2013_1.rst ,2013_2.rst, 2014_1.rst and  2014_2.rst  https://review.openstack.org/17504520:07
*** harlowja has joined #openstack-horizon20:13
*** klindgren_ has joined #openstack-horizon20:13
*** Jean-Paul has quit IRC20:22
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style cleanup for Flavor Step  https://review.openstack.org/19282820:25
*** jprovazn has quit IRC20:29
*** e0ne has quit IRC20:32
openstackgerritCindy Lu proposed openstack/horizon: JSCS Cleanup - style guide cleanup for wizard  https://review.openstack.org/18998320:33
*** e0ne has joined #openstack-horizon20:33
*** mtecer has quit IRC20:33
*** mou has quit IRC20:37
*** mou has joined #openstack-horizon20:38
*** e0ne has quit IRC20:41
tqtran_ducttape_:question, what is your real name? i have no idea who you are lol20:41
ducttape_eric peterson20:42
ducttape_you know me ;)20:43
*** absubram has quit IRC20:44
*** gyee has joined #openstack-horizon20:46
*** nlahouti has joined #openstack-horizon20:47
tqtran_oh wth lol, why the name change?20:48
tqtran_ericpeterson not good enough for you?20:49
lhchengdavid-lyle: the magic search tar contains the .git folder https://pypi.python.org/pypi/XStatic-Magic-Search20:49
lhchengdavid-lyle: is this something for infra or we need to fix on our side?20:49
ducttape_tqtran_ - ducttape_ is my name in other spots, it's all about consistent branding  ;)20:49
tqtran_i see20:50
tqtran_i should rebrand as well :/20:50
r1chardj0n3sIRC really needs the ability to attach real names to accounts :20:53
tqtran_time for a startup r1chardj0n3s20:53
r1chardj0n3s(actually, it probably does have that, but I'm just too clueless)20:53
*** josecastroleon1 has quit IRC20:53
klindgren_david-lyle, its seems like the tarball that should have been uploaded to pypi is actually the xstatic-magic-search/dist/XStatic-Magic-Search-0.2.0.1.tar.gz - seems like someone built a dist package and then tar'd up the entire git repo that was checked out and uploaded that to pypi- vs's the built dist package.20:53
tqtran_r1chardj0n3s:looks like you can request info on the nick20:53
*** josecastroleon has joined #openstack-horizon20:54
r1chardj0n3soh, look, "/whois ducttape_"20:55
*** dguerri` is now known as dguerri20:55
r1chardj0n3sdoesn't always work, for eg hurgleburgler20:55
*** alexvictorchan_ has quit IRC20:56
hurgleburglerNope, its completely accurate: real name: Adium User20:56
ducttape_TravT Piet david-lyle - if I can help with any offsite stuff, please let me know.  Maybe some type of hike or other event in old town / brewery tour, I can try to get something going.20:58
ducttape_offsite/midcycle20:59
PietRoughly how many people?  Need to look into getting a conference room for a few days.21:00
* r1chardj0n3s AFKs for a while21:01
r1chardj0n3s(and I have no idea how to set my "away" message, so I'll be going fishing)21:01
tqtran_ducttape_: ooo hike and brewery21:01
krotscheckSo, I need help mapping the jscs rules to eslint rules.21:02
ducttape_Piet - I'd bet 5-15, but hp might send a ton21:02
tqtran_you guys have shade in fort collins or should i bring an umbrella?21:02
krotscheckBecause i wasn't part of the discussion when horizon set its exceptions.21:02
*** pauloewerton has quit IRC21:02
*** lblanchard has quit IRC21:03
*** gyee has quit IRC21:03
PietThe rattlers are in the shade21:03
krotscheckr1chardj0n3s: You seem to be the most opinionated about enforcing rules. Would you like to help?21:03
ducttape_in the morning, they are in the sun.  once it reaches 105F they like to cool off ;)21:03
*** petertr7 is now known as petertr7_away21:03
ducttape_krotscheck - he is AFK for a bit21:03
tqtran_krotscheck: i think clu_ is volunteering to help you21:04
PietYeah, I always run into them on the trail in the evening when it cools21:04
*** bluex-pl has joined #openstack-horizon21:04
*** annashen has quit IRC21:05
PietReal quick: take a look at the patterns library and feel free to make changes: https://wiki.openstack.org/wiki/UX/PatternsLibrary21:05
PietResearch results with downloadable PDF presentations here:21:06
Piethttps://wiki.openstack.org/wiki/HorizonUsability_Testing21:06
lhchengklindgren_: seems like there is already a bug reported - https://bugs.launchpad.net/horizon/+bug/145156721:06
openstackLaunchpad bug 1451567 in OpenStack Dashboard (Horizon) "XStatic-Magic-Search pypi package has errors" [Undecided,New]21:06
lhchengklindgren_: no idea if its an infra issue or horizon config issue21:07
mrungelhcheng, klindgren_ that's an issue of how the package was produced21:08
klindgren_lhcheng, pretty sure its in infra issue - looks like someone tar'd up the git directory that was checked out, vs's uploading the dist tarball21:08
mrungethose packages live on stackforge21:08
kztsv_mbpSince the tests were brought up in the meeting, I'd want to note, that horizon still runs it's tests under PYTHONHASHSEED=0. I've been tinkering with the test for a while, and came up with this https://review.openstack.org/#/c/191567/ patch to disable that requirement. I get that it's not top priority (given how long this has been a thing) but still would be happy to help with the issue =)21:09
r1chardj0n3skrotscheck: I'm not the one who's opinionated about us making a tool change :)21:09
r1chardj0n3skrotscheck: on a more serious note, my plate is full at the moment, sorry :/21:09
lhchengmrunge: I supposed we need to contact " Author: Randy Bertram " ?21:10
*** Sukhdev_ has quit IRC21:10
mrungelhcheng, yes, that'll be my best guess21:10
lhchengrbertram: ping21:10
mrungeor tqtran as he also packaged xstatic up21:10
tqtran_Piet: i am interested to see what you have for simple modal, i think the responsive table should be pretty solid21:11
r1chardj0n3syou can't blame tqtran_ for that package ;)21:11
mrunger1chardj0n3s, right.21:11
r1chardj0n3srbertram needs to fix it21:11
r1chardj0n3sxstatic needs to die in a fire, also21:11
tqtran_lol21:11
*** jtriley has quit IRC21:11
mrungebut tqtran is currently the person with most experience there21:11
openstackgerritTyr Johanson proposed openstack/horizon: JSCS - Demo patch for error filter  https://review.openstack.org/19030721:12
mrungesince rdopiera left21:12
r1chardj0n3soh, man, I thought you *liked* thai too21:12
tqtran_lol21:12
r1chardj0n3sand you go and say something like that? :)21:12
* tqtran_ ducks under21:12
mrungewh?21:12
openstackgerritTyr Johanson proposed openstack/horizon: JSCS - Allow ignoring specific kinds of errors  https://review.openstack.org/19030521:12
mrungewho?21:12
Piettqtran: which modal are you working on?21:12
tqtran_Identity users modal21:12
PietAdd/edit user?21:13
tqtran_basically it looks the same way as it does today, i didnt do any styling on it, but since we're changing it anyway, would be good to have it look more like the launch instance21:13
openstackgerritMartin Pavlásek proposed openstack/horizon: Integration tests - Object store  https://review.openstack.org/15118721:13
Pietk21:13
tqtran_add/edit/change password/etc....21:13
openstackgerritTyr Johanson proposed openstack/horizon: JSCS - Allow ignoring specific kinds of errors  https://review.openstack.org/19030521:13
tqtran_delete21:13
tqtran_the whole shebang21:13
openstackgerritMartin Pavlásek proposed openstack/horizon: Rename helpers.py to basetestcases.py  https://review.openstack.org/15496521:13
openstackgerritMartin Pavlásek proposed openstack/horizon: Use default values in horizon.conf  https://review.openstack.org/16510221:14
r1chardj0n3skrotscheck so Tyr is someone you should reach out to - he's never on here AFAICT which is a shame21:14
openstackgerritMartin Pavlásek proposed openstack/horizon: Use gen_resource_name in create/delete user test  https://review.openstack.org/17285821:14
Piettqtran: Are you working on it now?21:14
openstackgerritMartin Pavlásek proposed openstack/horizon: Refactor of BaseTestCase  https://review.openstack.org/19007721:14
r1chardj0n3skrotscheck: given that he has a patch in flight for JSCS tweaking21:14
tqtran_Piet: not actively, still working on pushing translation and autodiscovery through first21:14
tqtran_once the infra pieces are in, i will push for the identity panel21:15
*** bluex-pl has quit IRC21:15
Piettqtran: how soon do you need mocks?21:15
tqtran_the sooner the better, just so we can start discussions21:15
openstackgerritTyr Johanson proposed openstack/horizon: JSCS - Demo patch for error filter  https://review.openstack.org/19030721:16
klindgren_lhcheng, rbertram - updated that bug with what I see - https://bugs.launchpad.net/horizon/+bug/1451567/comments/1 looks like the correct tarball jsut needs to be uploaded to pypi21:17
openstackLaunchpad bug 1451567 in OpenStack Dashboard (Horizon) "XStatic-Magic-Search pypi package has errors" [Undecided,New]21:17
*** tqtran_ has quit IRC21:19
lhchengklindgren_: bumped up the priority of the bug21:19
*** mpavlase has quit IRC21:19
david-lyleklindgren_: I'll try to track that down, the publish script that pushed to pypi doesn't like the ...# releases21:21
*** peristeri has quit IRC21:21
david-lyleand doesn't push them21:21
tqtranneillc: do you have some time to work on the makemessages patch today?21:22
*** openstackgerrit has quit IRC21:24
*** openstackgerrit has joined #openstack-horizon21:24
neillctqtran: sure do21:25
tqtrancoolios, lets try and get that patch merge21:25
tqtranso we can proceed to the next step21:26
neillcSounds like a plan. Just have to wake my wife up with coffee and then I'll start on your latest comments.21:26
asahlinr1chardj0n3s: ongk: robcresswell:  Cindy started JP cleanup on Launch Instance wizard's flavor step.   Just checking to see if any of you have started JP'ing any other Lauch Instance's steps?21:27
asahlinr1chardj0n3s: ongk: robcresswell:  If not, I will start at the top with configuration21:27
r1chardj0n3sasahlin: nope, I'm still trying to figure out what's up for grabs ;)21:27
asahlinr1chardj0n3s: afaik, I think the horizon branch is well underway, dashboard side not so much.21:29
r1chardj0n3sok21:29
*** kztsv_mbp has quit IRC21:30
*** jbell8 has quit IRC21:32
*** asahlin is now known as asahlin_away21:32
*** jingjing_ren has quit IRC21:33
krotscheckclu_: So, tqtran mentioned you'd be interested in helping figuring out the leftover style rules?21:33
*** alexvictorchan has joined #openstack-horizon21:36
clu_hi krotscheck21:37
clu_yes, i can help figure those out21:38
krotscheckclu_: Excellent, thanks!21:40
krotscheckclu_: I'm currently trying to find the correct mapping for requireCamelCaseOrUpperCaseIdentifiers21:40
*** kztsv_mbp has joined #openstack-horizon21:40
*** annashen has joined #openstack-horizon21:42
tyrr1chardj0n3s: You were looking for me?21:43
clu_krotscheck: http://eslint.org/docs/rules/camelcase#options - {"camelcase": [2, {"properties": "never"}]} -- seems equivalent21:43
*** jingjing_ren has joined #openstack-horizon21:44
krotscheckclu_: Thanks!21:45
r1chardj0n3styr: ohai, krotscheck is trampling all over your jscs work at the moment by switching us to eslint, thought you should get in on the action :)21:46
* r1chardj0n3s ducks21:46
krotscheckr1chardj0n3s: Can we please not use aggressive words like "Trample"?21:46
tyrlol21:46
krotscheckAnyone know how to express "space-unary-ops": [1, { "words": true, "nonwords": true }] in YAML?21:47
r1chardj0n3skrotscheck: :)21:47
* krotscheck is unclear about the object-in-a-list thing21:47
r1chardj0n3skrotscheck: "stomp"? :)21:47
r1chardj0n3s(sorry, I'll try to reign in my Australian Sarcasm)21:48
krotschecktyr, clu_: I'm currently converting line30 of https://review.openstack.org/#/c/192327/2/.jscsrc over21:49
*** tjones1 has quit IRC21:51
*** crobertsrh has quit IRC21:51
tyrany background on the motivation for the eslint change?21:52
r1chardj0n3styr: consistency of tool use across openstack projects - there was an openstack-dev mail about it21:52
openstackgerritDoug Hellmann proposed openstack/horizon: Update version for Liberty  https://review.openstack.org/19240321:53
krotschecktyr: Several. 1) It's on the roadmap for horizon, 2) JSCS is only limited to code style, not bug detection, to which it defers to JSHint, 3) We can't use JSHint because of licensing, 4) ESlint does both JSCS and JSHint's job in one tool.21:54
tyrlooks better documented and easier to tweak to boot21:54
krotscheckIf JSHint didn't have a stupid license, I'd be recommending that.21:54
krotschecktyr: That too21:55
r1chardj0n3sthanks for the more detailed response krotscheck21:55
* r1chardj0n3s is preparing breakfast and trying to get daughter ready for school21:55
* krotscheck is peering at requireSpaceAfterKeywords21:55
tyrkrotscheck: with jscs I was able to add a filter so that errors in certain well known situations (like gettext line too long) could be ignored without littering the code with comments.21:56
krotschecktyr: That seems useful.21:57
krotschecktyr: That also seems like something x-project-relevant21:57
*** ZZelle_ has quit IRC21:57
r1chardj0n3syeah, my main concern was that all the discussion we've had around getting jscs configuration right-for-Horizon isn't lost in the switch to eslint21:57
tyrhave you seen ways we can get similar error filtering in the eslint rule configs?21:57
krotscheckChecking21:57
krotscheckI haven't.21:57
krotscheckBut I can look21:57
krotscheckHuhn. We can publish eslint-config-openstack.21:58
krotscheckThat's useful.21:58
*** doug-fish has left #openstack-horizon21:58
r1chardj0n3swhat does "publish eslint-config-openstack" mean? As in encapsulate it and put it out in the tubes for discovery?22:00
krotscheckr1chardj0n3s: npm publish.22:00
r1chardj0n3soh, cool22:00
r1chardj0n3saltho ... packagers ain't gonna like it :/22:00
krotscheckr1chardj0n3s: Well, right now linting and karma tests are "Developer tools" not required to build the package.22:02
krotscheckr1chardj0n3s: Sooner or later, I expect all of horizon will become a "Developer tool"22:02
krotscheck;)22:02
r1chardj0n3ssure, but deployers like to be able to just use system packages, and deployers like to create their own extensions...22:02
r1chardj0n3s*I* understdand the insanity of that, don't you worry :)22:02
r1chardj0n3sjust flagging a potential hurdle22:02
krotscheckr1chardj0n3s: Well then, packagers are more than happy to help us maintain the code necessary to do the things that they need for packaging.22:03
krotscheckDon't get me wrong, I've got "Fix NPM" and "Fix Bower" on my roadmap.22:03
r1chardj0n3ssmall TODO list then ;)22:03
krotscheckIt's just that "Get OpenStack to publish to those two" Is ahead of that in the priority list.22:03
*** Longgeek has joined #openstack-horizon22:03
r1chardj0n3smmm22:03
*** mrunge has quit IRC22:03
krotscheckr1chardj0n3s: You have seen my roadmap, right? https://etherpad.openstack.org/p/modern-javascript-roadmap22:03
r1chardj0n3syep, I'm just not sure packages have seen it22:04
r1chardj0n3sI know you want to solve the problem, but I worry :)22:05
krotschecktyr: I don't see anything that explicitly permits error filters. There might be a way that we can write our own custom rule for those things.22:05
tyrare you using any custom rules so far?22:05
*** tvanderwiel has quit IRC22:06
tyrlooks like existing max-len at the moment.22:06
*** crobertsrh has joined #openstack-horizon22:08
tyrah ha! "Runtime Rules" --rulesdir22:09
krotschecktyr: Other than the angular plugin, no. I wanted to get everyone on the same tool before I create eslint-plugin-openstack22:10
*** KunalGandhi has quit IRC22:11
tyrkrotscheck: Looks like we can provide our own rules via --rulesdir and a directory in the horizon source. I'll experiment with a custom version of max-len and make it dependent on your patch.22:11
krotschecktyr: Thanks22:11
*** KunalGandhi has joined #openstack-horizon22:11
krotschecktyr: Once I get the eslint plugin repo set up, we can share it, too.22:12
tyrkrotscheck: r1chardj0n3s: presumably I should just abandon the JSCS error filter patches now?22:13
r1chardj0n3syeah22:13
tyrroger. thx22:13
r1chardj0n3ssorry for the wasted effort, altho it was very useful to have the conversation around it!22:13
tyrnp. on the surface eslint looks like a better tool anyhow22:14
tyrand the error filter gives us an example of exceptions that we want whatever tool to be capable of.22:15
openstackgerritAndrew Lazarev proposed openstack/horizon: [Sahara] Added support of placeholders in datasource URLs  https://review.openstack.org/15891822:16
krotschecktyr: disallowMultipleLineBreaks - > Is there a max to the number of line breaks? I can configure that.22:17
*** julim has quit IRC22:19
tyrkrotscheck: I don't have any special knowledge about the rules selected for JSCS. Of the top of my head, anything more than 1 blank line...someone will disagree about it :)22:19
krotschecktyr: Works for me.22:20
krotschecktyr: For the record: There's a bunch of rules that are implicit and/or defaulted in JSCS, that need to be manually enabled in eslint.22:21
krotschecktyr: That's really the tricky part to figure out22:21
tyrWith great power comes great responsibility22:21
tyrkrotscheck: you are running eslint by hand for now?22:23
openstackgerritMichael Krotscheck proposed openstack/horizon: Switched from JSCS to ESLint  https://review.openstack.org/19232722:23
krotschecktyr: `npm run lint`22:23
tyrok...just curious why your patch didn't modify run_tests.sh22:24
krotscheckThere. That patch adds the rules from the .jscrc. It moves the needle up to about 1800 style violations.22:24
krotschecktyr: Oooh, good catch.22:24
tyrconsider a few comments in the commit msg for those of us new to this tool22:25
tyr(about how to run)22:25
openstackgerritMichael Krotscheck proposed openstack/horizon: Switched from JSCS to ESLint  https://review.openstack.org/19232722:26
openstackgerritMichael Krotscheck proposed openstack/horizon: Switched from JSCS to ESLint  https://review.openstack.org/19232722:27
krotschecktyr: ^^ Done22:27
tyrkrotscheck: not adding a eslint option?22:27
krotschecktyr: Isn;'t run_tests.sh deprecated?22:27
tyrnot sure. We had updated it for karma22:28
tyrkrotscheck: when I run this, I get the 1127 problems output, but then "npm ERR!"...is that expected?22:29
krotschecktyr: Yep. If the tests passed, that ERR wouldn't be tehre.22:29
krotschecktyr: What's actually happening there is that NPM is setting up a venv-like environment in which to execute the installed eslint, and is then coming back and saying: Hey that didn't work.22:30
tyrmaybe dumb question...why npm run lint instead of "eslint" ?22:30
krotscheckThe error messages are not helpful.22:30
krotschecktyr: If you have eslint installed globally, go for it.22:30
tyri meant, instead of "npm run eslist"22:31
krotschecktyr: The npm invocation just simplifies all the various commandline options (see package.json -> scripts -> lint)22:31
krotscheckOh22:31
tyrer..."npm run eslint" was what I was expecting22:32
krotschecktyr: https://review.openstack.org/#/c/188133/3/jenkins/jobs/javascript.yaml22:32
krotschecklint is the generic "Hey do a linting thing" in infra.22:32
tyrI see. ok.22:32
krotscheckI called it that because, quite frankly, the speed at which javascript evolves means that eslint might not be a thing 2 years down the road.22:32
krotscheckBut we want to keep the command the same.22:33
* krotscheck doesn't really have an opinion on that name.22:33
krotscheckWe can always change it.22:33
krotscheckOpinions?22:33
tyrmakes sense. Just groking it as a makefile target name22:34
*** dguerri is now known as dguerri`22:34
krotscheckkk22:35
krotscheckThere's a bunch of rules I had to deactivate which made me a little leery.22:35
krotscheckFor example: semi22:35
*** Longgeek has quit IRC22:36
tyrwhy semi deactivated for example?22:37
*** yamamoto has joined #openstack-horizon22:37
*** yamamoto has quit IRC22:42
krotschecktyr: Why is semi deactivated?22:43
krotschecktyr: Because I was told "Do only what JSCS does and nothing more.22:43
tyrah. sure.22:44
tqtrantyr: could you get sqchen online?22:44
tyrsemi seems sensible, but maybe we only apply it to non-angular code22:44
tqtranwanted to help him debug the tempest issue22:45
tqtrani think im onto something22:45
tyrgreat! I just pinged him. Thanks tqtran22:45
*** jasondotstar has joined #openstack-horizon22:45
krotscheckMind you, there's only 2 occurrences of it.22:45
krotscheckAnd one duplicate semi22:45
tyronly two errors flagged by semi?22:45
krotscheckYep.22:46
krotscheckMight as well just turn it on.22:46
tyrno objection here22:46
openstackgerritMichael Krotscheck proposed openstack/horizon: Switched from JSCS to ESLint  https://review.openstack.org/19232722:46
*** josecastroleon has quit IRC22:47
*** josecastroleon has joined #openstack-horizon22:48
*** KunalGandhi has quit IRC22:50
krotschecktyr: What timezone are you in?22:51
*** oro_ has joined #openstack-horizon22:51
tyrUS Mountain22:51
tyrGMT-722:51
krotschecktyr. PDT for me, Seattle.22:51
tyroops. GMT-6 currently.22:52
tyrFort Collins22:52
krotschecktyr: I'm done for the day though. I'll be able to throw some hours at reducing the linting violations tommorrow, how are you guys splitting up the work?22:52
krotschecktyr: HP?22:52
tyryep22:52
krotschecktyr: Hah. Me too.22:52
krotscheckTHere's a lot of us :/22:53
*** cardeois has quit IRC22:53
*** Ephur has quit IRC22:53
tyrHA! Sheesh. I joined this org in Jan so I'm still learning who is who :)22:53
tyrsure enough...you in HipChat ever?22:54
krotschecktyr: No worries. I'm with mordred's team, so we're the wacky special snowflakes who get to work upstream.22:54
krotschecktyr: WHen it works, yeah.22:54
tyrgotta split in a few too. At the moment, Sean and I are able to focus upstream, the rest of the HP Horizon team has "real" jobs ;)22:55
*** ducttape_ has quit IRC22:55
*** dboik_ has quit IRC22:56
*** dboik has joined #openstack-horizon22:56
tyrat least for the last few weeks. The upstream emphasis comes in waves.22:57
*** lhcheng has quit IRC22:59
*** sqchen has joined #openstack-horizon22:59
sqchenHi tqtran:23:00
tqtranhi sean, i left a comment on your patch23:00
sqchenlet me take a look...23:01
openstackgerritNeill Cox proposed openstack/horizon: Replace makemessages with babel  https://review.openstack.org/18866523:01
tqtrani think it has something to do with compression?23:01
*** gyee has joined #openstack-horizon23:01
*** lhcheng has joined #openstack-horizon23:01
*** oro_ has quit IRC23:02
*** lhcheng has quit IRC23:02
*** lhcheng has joined #openstack-horizon23:02
*** Drago has quit IRC23:03
*** KunalGandhi has joined #openstack-horizon23:04
tqtransqchen: https://github.com/openstack/horizon/blob/master/openstack_dashboard/templates/horizon/_scripts.html#L11723:07
tqtrannotice how the discovered files are included inside of a compress block23:07
r1chardj0n3stqtran: heh, you ran into that thing in my patch that annoyed me and I filed a bug about it because we all missed it in Ryan's API patch :)23:07
tqtranreally? linky23:08
r1chardj0n3shttps://bugs.launchpad.net/horizon/+bug/146588523:08
openstackLaunchpad bug 1465885 in OpenStack Dashboard (Horizon) "API reorg retained some framework/dashboard crossover" [Undecided,New]23:08
tqtran:( yeah i didnt catch that either23:09
tqtranugh... what a nightmare, we need to fix that23:09
r1chardj0n3syeah. I'm still to look into how to fix it. I suspect it's because the framework config thing can look up settings stuff through the API23:10
sqchenI haven’t got it yet, what is the issue with tempest?23:10
tqtransqchen: im not 100% sure, but i think the autodiscovery introduced something that is causing js compression to fail23:11
tqtranwhat that "something" is requires further investigation23:11
sqchenOk I see, I will turn on my comtressor and try.23:12
tqtranr1chardj0n3s: so i did a search for openstack-service-api in horizon/horizon23:13
tqtrankarma.conf.js and dashboard-app.module.js are the only 2 files using it23:13
tqtranmy recommendation would be to simply remove it from horizon/karma.conf23:13
r1chardj0n3stry it ;)23:13
r1chardj0n3ssomething depends on it :)23:13
*** tjones1 has joined #openstack-horizon23:13
tqtranok i shall try23:14
tqtranlet me pull down your patch23:14
r1chardj0n3snono, just do it in master23:14
tqtranwell of course i will fail in master23:14
tqtranbecause you havent move dashboard module yet23:14
r1chardj0n3sah, yeah, good point. but even so, it's not related to that I think23:15
r1chardj0n3sas in, there's other failures. let me investigate23:15
r1chardj0n3syou've got other things you could be doing, I'm sure ;)23:15
tqtranlol like the xstatic stuff?23:16
* tqtran ducks.23:16
r1chardj0n3shmm. I can't pull down from git.o.o :/23:16
*** sjmc7 has quit IRC23:18
r1chardj0n3sugh, I wish karma wouldn't spit out these angular $injector error URLs when injection failed :/23:18
tqtransqchen: just enabled compression in settings.py, its passing still ;/23:20
tqtranhttps://github.com/django-compressor/django-compressor/issues/16923:20
sqchenhm23:20
tqtran:) got it!!!!!!!!!!!!!!!!!!!23:21
tqtranadd COMPRESS_OFFLINE = True to settings.py23:22
sqchenwhat is it!?23:22
tqtranyou will get the same error in tempest23:22
sqchenYes, this is what I was thinking about, there is no JS to be found yet.23:23
tqtranthat cant be true23:24
tqtranbecause once you start the server, you see the log outputting the discovered files23:25
tqtranand i believe compression happens when you make a request to django23:25
tqtranlet me try somethings and see if it helps23:26
sqchenbut if COMPRESS_OFFLINE = True if should be compressed before the server get started.23:26
sqchenThx a log for your help, tqtran:23:27
tqtranhm that might be true too lol23:27
* david-lyle never gets logs :(23:27
tqtransqchen: https://review.openstack.org/#/c/191592/10/openstack_dashboard/utils/settings.py L11623:28
tqtranthis is where you are invoking the autodiscovery right?23:28
tqtranthe question is, does this happen before or after compression?23:29
sqchenThis is where I discover files from enabled dashboards.23:30
tqtranbut.... does it matter? if there is nothing there, it should still pass right?23:30
r1chardj0n3stqtran: ok, this is weird. that whole thing about that line in karma.conf isn't a thing any more and I'm not sure I understand why :)23:31
*** ttrifonov is now known as zz_ttrifonov23:31
sqchenIt happens before the setting.py23:31
tqtranr1chardj0n3s: lol its not weird, it make sense to me23:31
tqtranif its not getting use in horizon, then removing it from karma.conf shouldnt be an issue right?23:31
r1chardj0n3shaha, sure. it was BROKEN yesterday I tell you BROKEN!!!!~!!!111!!!23:31
tqtranlol23:32
* r1chardj0n3s slinks away23:32
sqchentqtran, so if other files from framework get discovered, these files from openstack_dashoard already discovered.23:32
r1chardj0n3stqtran:  and you really, really want me to still log "an error occurred" eh? OK then23:32
tqtranr1chardj0n3s: lol yes, that would be preferable23:35
sqchentqtran: the system works in this order: discover files for enabled dashboards first, and then the others.23:35
openstackgerritRichard Jones proposed openstack/horizon: ngReorg - move dashboard-app to dashboard  https://review.openstack.org/18519123:36
tqtransqchen: sorry, im not following. so you're saying compression happens before settings.py is invoke?23:36
tqtranand hence, there is actually no files in there?23:36
*** mou has quit IRC23:36
sqchenI said two things:23:36
sqchen1) The offline compression happens without running the settings.py23:37
*** mou has joined #openstack-horizon23:37
*** chlong has joined #openstack-horizon23:38
sqchen2) During the discovery, the files from openstack_dashboard get discovered first, and then:23:38
sqchen a. openstack-service-api23:38
sqchenb. dashboard/core/23:39
sqchenc. ./horizon/static/23:39
*** jingjing_ren has quit IRC23:39
sqchenYes, if compressed offline, there is no JS files form angular there yet.23:40
sqchenand the page got broken, since…23:40
openstackgerritRichard Jones proposed openstack/horizon: ngReorg - move dashboard-app to dashboard  https://review.openstack.org/18519123:40
sqchenthe old JS now has dependencies on the angular js files.23:40
neillctqtran: do you have time to look at https://review.openstack.org/#/c/188665/1023:40
tqtransqchen: i'll have to read more about offline compression, not really following.....23:41
tqtranbut im debugging the compressor atm23:41
tqtranso should be able to narrow down the snippet that is causing us trouble23:41
sqchenyeah, we are making progess. :)23:41
tqtranneillc: did you get the comment about moving those keywords and stuff out into setup.cfg?23:42
neillcyes. I've replied on the patchset.23:42
neillcdid most of them :)23:42
neillckeywords turn out to be more complicated I think, would like to deferr moving into cfg23:42
tqtrani dont see your comment, did you submit it?23:43
neillctqtran: sigh no because I suck at gerrit.23:45
tqtransqchen: ok got it to work23:48
*** sqchen has left #openstack-horizon23:48
neillctqtran: comments should be there now23:48
*** sqchen has joined #openstack-horizon23:48
tqtransqchen: we need to run "manage.py compress" first23:49
tqtranthat solves the compression issue23:49
sqchentqtran: ok, let me try.23:50
tqtran./tools/with_venv.sh ./manage.py compress23:50
tqtranrun that inside the horizon folder23:50
*** nlahouti has quit IRC23:52
sqchenyes, the console listed all the discovered files.23:54
sqchenlooks correct to me.23:55
*** garthb_ has quit IRC23:57
*** garthb has quit IRC23:57
tqtranthat should solve your tempest problem23:57
tqtrani'll do a bit more reading about offline compression23:57
tqtranand where it make sense for us to run that cmd23:58
*** yamamoto has joined #openstack-horizon23:58
tqtranneillc: i'll also do a bit more reading on setup.cfg, would be ideal if we can get it right first time around23:58
tqtranif its too complicated, i'll go ahead and +2 it through, otherwise, look forward to more comments! lol23:58
sqchenwait there are missing files from enabled dashboards.23:59

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