Wednesday, 2017-04-19

*** Guest38979 has joined #storyboard01:05
*** Guest38979 has quit IRC01:18
*** lifeless has quit IRC03:38
*** lifeless has joined #storyboard03:46
*** Dobroslaw has quit IRC04:29
*** Dobroslaw has joined #storyboard04:33
*** bethwhite has joined #storyboard08:23
*** Dobroslaw has quit IRC14:50
*** bethwhite has quit IRC16:04
*** diablo_rojo has joined #storyboard16:27
*** bethwhite has joined #storyboard16:36
*** diablo_rojo has quit IRC17:31
*** diablo_rojo has joined #storyboard17:35
*** diablo_rojo has quit IRC17:41
SotKreminder for our meeting in #openstack-meeting in about half an hour18:33
* zara_the_lemur__ waves18:50
zara_the_lemur__intend to spend this evening reviewing18:52
zara_the_lemur__and testing the remaining migrations I wanted to get to18:53
*** bethwhite has quit IRC18:57
zara_the_lemur__browse is acting funny19:07
zara_the_lemur__as in, I type the thing I want to jump to, click on it, sb hangs and doesn't load it19:08
SotKso that unicode character appears to be a robot face emoji20:13
zara_the_lemur__hahaha20:14
zara_the_lemur__I haven't even got round to looking yet!20:14
zara_the_lemur__wonderful20:14
zara_the_lemur__I'm so happy20:14
zara_the_lemur__if an import was going to be broken, I'm glad it was broken by something like that20:14
SotKthat explains the giant grey splodge in my title bar when I view the profile in question20:15
zara_the_lemur__heh20:16
zara_the_lemur__this i18n import log is too long to paste20:18
zara_the_lemur__and sprunge failed20:18
* zara_the_lemur__ tries fpaste20:19
zara_the_lemur__ended up using pastebinit20:25
zara_the_lemur__linking in here shortly...20:25
zara_the_lemur__https://pastebin.com/E9VUmSgn20:26
zara_the_lemur__that does not look good20:26
zara_the_lemur__wondering if something was made private or deleted or what20:29
SotKhttps://http.cat/41020:29
* SotK wonders if it is related to https://answers.launchpad.net/launchpad/+question/29018320:31
SotKgiven the content of the page in that log20:31
zara_the_lemur__it looks like it only imported one story in my instance20:32
zara_the_lemur__so I can believe that the 410 was for something that wasn't a story20:32
zara_the_lemur__though maybe it's weird in itself that it's only showing 120:34
zara_the_lemur__oh no, it's fine20:34
zara_the_lemur__those were just merged20:34
zara_the_lemur__ignore me20:34
zara_the_lemur__there are like 1120:34
SotKyeah, the traceback suggests it was a user (`display_name = lp_user.display_name` is in there), and that user's name is in the login link of the not found page20:34
zara_the_lemur__your methodology was more effective than mine :)20:35
SotKhttps://launchpad.net/~linux-davidryman appears to indeed be the page so wonderfully displayed in that log20:36
zara_the_lemur__yay20:38
zara_the_lemur__glad it was quick to solve20:39
zara_the_lemur__I guess the lp migration scripts should handle 410s?20:39
zara_the_lemur__on a different note, I've changed the migration story to refer to openstack-manuals instead of 'docs', since that's the name the migration script expects (unless I've got the wrong project, anyway)20:39
zara_the_lemur__I've mainly done it so I remember it, thought I should mention it so people know what's going on there20:40
zara_the_lemur__I still have got to no boards patches20:41
zara_the_lemur__or any patches20:41
SotKyeah, we should catch the ClientError and fallback to a default openid somehow20:42
zara_the_lemur__make an openid for that cat20:42
zara_the_lemur__eh, one probably already exists20:42
SotKwell, it doesn't have to be a working openid20:42
SotKthough I guess this is problematic when the user wants to log in20:42
zara_the_lemur__well, if they've been banned for spam, maybe it's great!20:43
SotKyeah, but I wouldn't want to give arbitrary openids if we happened to have a network outage or something20:44
SotKso we'd need to raise the error unless it was a 41020:44
zara_the_lemur__oh I figured we handled other clienterrors already20:44
* SotK is assuming that launchpadlib makes that fairly easy20:44
* SotK doesn't know20:44
zara_the_lemur__but yeah I don't know if we do20:44
zara_the_lemur__we should definitely be handling them20:45
SotKgoing off that explosion I'm assuming not20:45
zara_the_lemur__yay for low hanging fruit20:45
SotKI think most should sensibly result in "stop with useful information"20:45
*** openstackgerrit has joined #storyboard20:46
openstackgerritMerged openstack-infra/storyboard master: Increase project and project group name length limitation  https://review.openstack.org/44596520:46
openstackgerritMerged openstack-infra/storyboard master: Decrease projects and project_groups name MIN length limitation  https://review.openstack.org/45264120:47
* zara_the_lemur__ wonders how we would distinguish between a case where we should stop and a case where we should use a default20:47
* SotK is hoping that the ClientError we would catch will make it easy to get the response code20:47
zara_the_lemur__sure, just wondering how well response codes map to 'reasons user isn't found'20:48
zara_the_lemur__in an ideal world, they map, not sure how far we can expect it20:48
zara_the_lemur__(I'd guess we'd only find out by doing it, anyway)20:49
zara_the_lemur__(a small number of erroneously-set default openids wouldn't be the end of the world since they could be changed manually, and specific cases that stop the script when they shouldn't can be handled as they come up)20:50
zara_the_lemur__thanks for merging those btw :)20:51
zara_the_lemur__also I like how openstackgerrit joined just for the occasion20:52
zara_the_lemur__what a thoughtful bot20:52
zara_the_lemur__I've updated the task notes for Charms and i18n so the results of the debugging are recorded20:56
zara_the_lemur__the cute little robot face loads in my browser20:58
* SotK is vaguely jealous20:58
zara_the_lemur__I'll take a screenshot20:58
SotKftr, I think we can make it supported by using the utf8mb4 charset instead21:00
SotKwhat happens if you try to make a story with an emoji in ooi?21:02
zara_the_lemur__I'll test in a sec21:03
zara_the_lemur__I've put the screenshot in the 'test charms' task here: https://storyboard.openstack.org/#!/story/200087621:03
zara_the_lemur__now I want to be able to get a link to a task that goes to the right place on the page and expands the task21:04
openstackgerritMerged openstack-infra/storyboard-webclient master: Change maxlength to 100 for projects and project_groups name  https://review.openstack.org/45263721:04
SotKheh, that would be useful in stories with numerous tasks21:05
SotKrobot is somewhat cutre21:05
SotKs/re/e/21:05
zara_the_lemur__500 post error21:06
SotKalso, https://review.openstack.org/#/c/456125/1 needs more reviewers21:06
SotKgood21:06
zara_the_lemur__'incorrect string value'21:06
zara_the_lemur__indeed21:06
zara_the_lemur__I'm very glad it doesn't let us post it21:06
* SotK hugs sqlalchemy21:06
zara_the_lemur__never thought I'd see the day21:06
zara_the_lemur__oh yeah, sorry, I haven't got to that one yet since it depended on another that wasn't ready21:07
zara_the_lemur__now other has been merged, thanks for reminding me21:07
SotKoh, maybe I should be hugging modern mysql instead21:08
zara_the_lemur__heh21:08
zara_the_lemur__I have not got to boards patches as I intended, import of last project is still going and after that I will probaly wander off since it's past 10pm now21:08
SotKfair enough :)21:08
zara_the_lemur__there was more import excitement than I expected21:08
zara_the_lemur__but I'm still pretty pleased there was a robot emoji involved21:09
zara_the_lemur__docs import stilllll running21:16
zara_the_lemur__I suppose it's a good test of a bigger project21:16
jpmaxmanIs this where you'd submit story board "stories" ?21:27
jpmaxmanhttps://storyboard.openstack.org/#!/project/88121:27
zara_the_lemur__ah no, that's a product working group thing21:28
zara_the_lemur__https://storyboard.openstack.org/#!/project/456 is the one for storyboard21:28
jpmaxmanahhhh makes more sense!21:29
zara_the_lemur__:)21:30
zara_the_lemur__the webclient is over at https://storyboard.openstack.org/#!/project/457 for UI stories21:30
* zara_the_lemur__ heads off to bed; night, all! :)21:33

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