Thursday, 2019-02-21

*** jamesmcarthur has quit IRC00:01
*** tosky has quit IRC00:19
*** whoami-rajat has joined #storyboard01:12
*** openstackgerrit has joined #storyboard01:18
openstackgerritKendall Nelson proposed openstack-infra/storyboard master: Add documentation for private stories  https://review.openstack.org/63623501:18
openstackgerritMerged openstack-infra/storyboard master: Imported Translations from Zanata  https://review.openstack.org/62539302:04
*** jamesmcarthur has joined #storyboard02:10
openstackgerritMerged openstack-infra/storyboard master: Use python3 for basepython in tox.ini  https://review.openstack.org/63335202:30
openstackgerritMerged openstack-infra/storyboard master: Remove upper limit on PyMySQL version  https://review.openstack.org/63335502:30
*** jamesmcarthur has quit IRC02:37
*** jamesmcarthur has joined #storyboard02:42
*** jamesmcarthur has quit IRC03:08
*** jamesmcarthur has joined #storyboard03:32
*** udesale has joined #storyboard03:51
*** jamesmcarthur has quit IRC04:00
*** jamesmcarthur has joined #storyboard04:01
*** jamesmcarthur has quit IRC04:05
*** ianychoi has quit IRC04:31
*** diablo_rojo has quit IRC05:05
*** jtomasek has joined #storyboard05:09
*** ivoline has joined #storyboard05:47
*** ivoline has quit IRC07:42
*** persia_ has quit IRC07:58
*** jaosorior has quit IRC08:08
*** jpich has joined #storyboard08:23
*** tosky has joined #storyboard08:26
*** dtantsur|afk is now known as dtantsur\08:53
*** dtantsur\ is now known as dtantsur08:53
*** ivoline_ has joined #storyboard08:56
*** jaosorior has joined #storyboard09:57
*** jaosorior has quit IRC10:55
*** jaosorior has joined #storyboard11:15
*** udesale has quit IRC11:26
*** samueldmq has joined #storyboard11:54
*** ivoline_ has quit IRC11:56
*** jamesmcarthur has joined #storyboard13:43
*** jamesmcarthur has quit IRC13:58
*** jamesmcarthur has joined #storyboard13:58
*** jamesmcarthur has quit IRC14:03
*** jaosorior has quit IRC14:08
*** core_ivy has joined #storyboard14:14
*** core_ivy has quit IRC14:15
*** mkarray has joined #storyboard14:17
*** core_ivy has joined #storyboard14:17
*** udesale has joined #storyboard14:22
*** jamesmcarthur has joined #storyboard14:29
*** jaosorior has joined #storyboard14:30
*** jamesmcarthur has quit IRC14:34
*** jaosorior has quit IRC15:08
*** core_ivy has quit IRC15:09
*** core_ivy has joined #storyboard15:09
*** jamesmcarthur has joined #storyboard15:10
*** core_ivy has quit IRC15:11
*** ravy has joined #storyboard15:11
*** ravy has quit IRC15:16
*** jamesmcarthur has quit IRC15:17
*** ivoline_ has joined #storyboard15:25
*** ivoline_ is now known as ivy15:26
*** ivy is now known as ivy_15:26
*** jaosorior has joined #storyboard15:46
*** jamesmcarthur has joined #storyboard15:48
*** ivy_ has quit IRC15:48
*** ivy has joined #storyboard15:49
*** jamesmcarthur has quit IRC15:53
*** tosky has quit IRC15:53
*** tosky has joined #storyboard15:54
*** jamesmcarthur has joined #storyboard15:58
*** jamesmcarthur has quit IRC15:58
*** jamesmcarthur has joined #storyboard15:58
*** diablo_rojo has joined #storyboard16:00
*** udesale has quit IRC16:11
*** jamesmcarthur has quit IRC16:13
*** jamesmcarthur has joined #storyboard16:27
mkarrayFor each storyboard component (stories, worklists, etc.) there are different parameters that the user is limited to searching for. As an example, under stories I can only search for assignee_id's but not creator_id's, for boards it's the exact opposite.16:32
mkarrayDoes anyone know why this implementation was used? It seems to just limit the user in terms of what they can search. If there's no good reason for it I plan to remove this limitation16:32
diablo_rojoI imagine it was implemented that way to try to help narrow the field of what the user was searching for, but I think a lot of that could be removed as I know people have asked to be able to search for stories by creator16:37
ivyI am working on fixing a bug. And I will like to test the changes I am making locally to make sure it works before pushing my code.  The problem is, when I run webclient and click on login, the page keeps loading and nothing happens.16:46
ivyIs there something I'm not doing?16:46
ivyI understand I can build the code with the zuul service. But it like fungi suggested, it may be useful to figure out why it doesn't work locally.16:46
fungii have a feeling it may be the authentication config, but i've not tried to do this myself so can't be sure16:47
fungido people who run local instances of sb set it up to use internal accounts instead of openid?16:47
diablo_rojoI only ever use openid16:51
ivyAccording the developers guide, you have to define a few superuser ids, with openid16:51
ivyI actually defined my openid and it has been added to the database. But the login page doesn't load, for me to try logging in16:54
fungiyou're able to log into https://storyboard.openstack.org/ though, right?16:55
ivyYes I am16:56
ivyI can also log into https://storyboard-dev.openstack.org/16:58
fungiokay, so we know it's not your browser failing to reach ubuntuone sso17:01
ivyyeah17:02
*** jpich has quit IRC17:06
ivyIn the mean time, I can test changes with zuul while trying to figure out what's going on with the local environment17:08
*** jamesmcarthur_ has joined #storyboard17:24
*** jamesmcarthur has quit IRC17:27
*** dtantsur is now known as dtantsur|afk17:29
SotKDo you have the API running?17:32
ivyaahhh that should be it. Only webclient is running17:35
ivyThat was the problem. The login page appears.17:41
ivyBut now when I login, it says "A server error occurred.  Please contact the administrator."17:42
fungisounds like progress! ;)17:43
ivyyes :)17:43
SotKAny output from wherever the API is running?18:02
ivyYes. DBDuplicateEntry: Database object already exists.18:07
ivyYaayyy. Now, it works. Was able to figure out why there were duplicates18:15
ivyThanks for all the help18:16
fungiso any takeaways from that exercise as to whether we can more clearly document local setup, or if there's anything we should fix related to that?18:33
ivyA clearer documentation on how to set up locally will be useful. Almost everything that's supposed to be done is already in the developer's guide here https://docs.openstack.org/infra/storyboard/install/development.html18:44
ivyBut the users have to figure out a few things on their own18:45
diablo_rojo_phonivy: if there are things you've found to be missing, please add them and we'd be happy to review them!18:46
mkarrayI guess it's also dependant on the environment that those instructions are being run, I didn't have the same problems ivy had, but also came across a few of my own18:47
ivyOkay. I'll do that. mkarray is right too. Some of the errors maybe environment dependent. I'll see if I can come up with a better way to present the content on the installation18:50
fungithis is absolutely how our documentation improves over time ;)18:50
ivyAlso, there is the sql dump we were talking about yesterday. After setting up, the users need the information from the database in order to continue18:50
*** jamesmcarthur_ has quit IRC19:56
*** ivy has quit IRC19:57
*** jamesmcarthur has joined #storyboard19:57
*** jamesmcarthur has quit IRC20:01
*** whoami-rajat has quit IRC20:02
*** jamesmcarthur has joined #storyboard20:18
*** jamesmcarthur has quit IRC20:40
*** jamesmcarthur has joined #storyboard20:40
*** jamesmcarthur has quit IRC20:45
*** jamesmcarthur has joined #storyboard20:53
mkarrayHey all, this bit of code has been stumping me for a bit. Nothing seems too complex I'm just new to angular https://github.com/openstack-infra/storyboard-webclient/blob/master/src/app/services/service/resource_factory.js#L138-L19320:58
fungilooks like the first half of that chunk is stuff krotscheck wrote nearly 5 years ago, and the latter half SotK touched almost 3 years ago to handle automatic worklists and tags21:05
fungialso i know almost zero when it comes to javascript, so i'm not going to make an armchair attempt to decode that21:06
mkarrayI figured SotK would be my best bet too, don't think he's around today though so thought I'd give it a shot in here21:10
mkarrayI'll keep poking around though in the meantime :)21:10
mkarrayI think I just found my issue, ignore my above messages21:18
diablo_rojoOof yeah, I am looking at it now and I am not immediately seeing wtf is happening there either.21:25
*** jamesmcarthur has quit IRC21:57
*** jamesmcarthur has joined #storyboard22:05
*** jamesmcarthur has quit IRC22:07
*** jtomasek has quit IRC22:37
*** tosky has quit IRC23:11

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