Wednesday, 2016-08-17

*** davidlenwell has quit IRC04:42
*** davidlenwell has joined #storyboard04:55
*** matthewbodkin has joined #storyboard08:00
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard: Fix docs so it is easy to understand  https://review.openstack.org/35588608:14
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard: Fix docs so it is easy to understand  https://review.openstack.org/35588609:04
*** matthewbodkin has quit IRC09:26
*** matthewbodkin has joined #storyboard09:31
*** openstack has joined #storyboard10:17
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Send notifications to subscribers for worklists  https://review.openstack.org/35473010:26
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Create timeline events for boards and worklists  https://review.openstack.org/35014610:26
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Make it possible to get worklist/board timeline events via the API  https://review.openstack.org/35472910:26
SotKmorning :)10:26
Zara¬_¬10:29
Zarathe sun is really hot today :011:26
SotKheh, its surprisingly cool here11:31
matthewbodkinFor now...11:33
Zara'tis my fault for sitting outside. may be burning. hm.11:34
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: Make sidebar submenu the same length as sidebar  https://review.openstack.org/35555411:40
*** alexismonville has joined #storyboard11:49
*** alexismonville has quit IRC11:53
matthewbodkinArgh there's still one thing I want to do with the docs, sorry for the constant reviewing11:54
Zarahahah11:54
Zaranp, let us know when you feel it's ready11:55
Zarawe could always just merge that and you send a followup patch later11:55
matthewbodkinIt's nothing major it literally takes 2 minutes to fix it's just annoying haha11:56
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard: Fix docs so it is easy to understand  https://review.openstack.org/35588611:57
Zaratesting first of events timeline patches now. hm, my events worker is reporting errors when I move cards, that I don't seem to get with other actions12:17
Zarahttp://paste.openstack.org/show/559005/12:17
Zarait seems to be expecting a subscription to the board and then panicking when there isn't one12:20
Zaraoh, actually, no, i think it's expecting a story to which the user is subscribed12:20
Zaraand then panicking when *that's* missing12:20
Zara(same thing happens with subscribed worklists)12:21
Zarathe PUT itself works fine and it doesn't seem to have any bigger consequences12:21
Zarayeah, seems to be the case for any actions on boards, including adding cards and changing description. probably same for worklists12:23
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Send notifications to subscribers for worklists  https://review.openstack.org/35473012:27
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Create timeline events for boards and worklists  https://review.openstack.org/35014612:27
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Make it possible to get worklist/board timeline events via the API  https://review.openstack.org/35472912:28
SotKshould be fixed now12:29
Zarahahaha12:29
ZaraI wasn't even sure if it was expected behaviour that was fixed elsehwere in the series. thank you!12:30
Zara*elsewhere12:30
SotKwell, it didn't actually cause any issues since the workers handle errors being raised gracefully12:31
*** alexismonville has joined #storyboard12:31
SotKand there can't be any notifications to be sent for those things until later patches12:31
SotKbut, its the kind of thing that would be confusing to see in your logs12:32
Zarayeah12:32
ZaraI wasn't expecting to see any notifications12:32
Zarajust thought it might suggest something was broken12:32
ZaraI'll give the new version a test-drive now12:33
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add recent events templates for worklist notifications  https://review.openstack.org/35644112:46
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: StoryBoard 'about' page tweak  https://review.openstack.org/35457013:01
Zarareminder that we have the storyboard meeting at 15:00 UTC13:19
Zarahm, seem to still be getting the same error, just checking13:23
Zarahttp://paste.openstack.org/show/559026/13:24
Zarawhen moving a card into a new lane13:24
Zaras/new/different13:24
Zaraand moving cards' position in worklists13:25
Zaraaaand changing board descriptions. suggests it's everywhere13:26
* persia reads patches and mumbles about using nine, rather than six, for backwards, rather than forwards, compatibility13:27
persia(although I also hear good things about eight, but haven't seen anyone use it much)13:28
ZaraI imagine that'll involve changing a lot of existing code13:29
persiaThe patch which inspired the thought was one that newly imported six because some new construct required code that wasn't both python2 and python3 compatible, so was introducing the python2 semantics, which means more code changes later, if it lands.13:29
persiaAny code that doesn't invoke six that passes both the 2.7 and 3.3 tests is fine.13:30
persiaCode that doesn't pass both suites needs to have a compat library.13:30
persiaI believe that six is no longer the right choice for a compat library for new code.13:30
persia(but not enough to block things)13:30
matthewbodkinIn the new sidebar patch when you go into mobile view, there is an option to scroll sideways in the sidebar as well as up, when you scroll it changes very minimally if anything and without scrolling nothing is cut off like it was last time. Is this option to scroll sideways still a problem?13:39
persiaFor verification, with how many different resolutions have you validated that response?13:43
persiaWithout digging, it looks to me like it might be true for some chosen resolution, but that it might not all fit at some other resolution.13:44
* persia also doesn't understand how Storyboard decides "mobile", which confuses any commentary on this13:44
* SotK used six because its already used in many other places in storyboard and I didn't want to add a new dependency13:45
persiaI figured as much :)13:46
SotKI'm happy to switch to using nine at some point, but would rather not be using both at the same time13:46
openstackgerritMerged openstack-infra/storyboard: Fix docs so it is easy to understand  https://review.openstack.org/35588613:46
SotKit decides "mobile" based on the window width13:46
persiaI can understand how that would make code hard to read.13:46
persiaSotK: WIth some threshold?13:47
* persia happens to particularly dislike that way of measuring things, as using a half-width browser + half-width terminal is a nice way to split the screen for many webpage-involved development workflows13:47
SotKpersia: yes13:48
* SotK goes to find the actual values13:48
persiaSo, while there are plenty of "mobile" devices that handle 720px, or even 1080px width in portrait view, there are also many that still only handle 400x or 640x in portrait view.13:48
persias/0x/0px/g13:49
persiaWhich makes me worry about assuming that no scrollbar is OK, unless one can be confident that it is true at very low widths.13:49
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: Make sidebar submenu the same length as sidebar  https://review.openstack.org/35555413:52
matthewbodkinIf it turns out to be a problem then let me know and I'll see what I can do I just wanted to know your opinions on it :)13:53
persiaLooking at theme/storyboard/theme.less, I'm guessing that the minimum supported is 400, 401-719 is "mobile", 720-939 is "tablet", 940-1139 is "desktop" and 1140+ is "large desktop"13:53
persiaIf those are the right numbers, that means that it needs to work at 401 pixels wide without a scrollbar to not need one.13:54
SotKthe actual breakpoints are at 0, 750, 970, and 1170 (bootstrap defaults)13:55
persiaDo the values for @container-foo in theme.less override those?13:56
matthewbodkinI think its okay :/13:56
persiaOh, nevermind, I'm missing the math.  The potentially overriding values get changed by calculation anyway, so mine are wrong.13:56
SotKnope, they are `@screen-{xs,sm,md,lg}-min` AIUI13:57
matthewbodkinThe option for 'Mobile S' is 302 pixels wide and it's fine on that13:57
SotKthe @container-foo things don't seem to be used (anymore?)13:57
persiaOh, heh.  Thanks for the correction.13:57
persiamatthewbodkin: If it works with no scrollbar at 302 pixels, that's probably safe.  Most folk with 240px-wide devices don't tend to use the browser very much.13:58
* persia , personally, doesn't like to use a browser with less than 480px horizontal13:58
ZaraI'll wait for the draft build and take a look then. concerned it'll give users the impression there are other hidden options. I don't think changing the length should affect the width, so that seems strange.14:00
matthewbodkinNow that I've tried it again the scrollbar is there no matter what the width is14:01
* matthewbodkin hmmm's14:02
matthewbodkinI think that might mean it needs some work but I'll let you all have a look at it first to give your opinion14:02
Zarayeah, it sounds like it does but I also don't know how to fix it so I won't have anything useful to add yet.14:03
* Zara today: https://67.media.tumblr.com/1ce2a8db6f085bcdcd0cf9c01025eed9/tumblr_n3w9bq1xha1ruc976o1_500.jpg14:04
matthewbodkinI'm sure I can do something about it, but at least it fits on now so yay?14:06
bethwhite__Zara: it's a shame fay isn't here to enjoy that14:06
persiaYes, yay.  Next: striving for Hurrah!14:07
Zarabethwhite__: print it out and stick it on her monitor. :D14:07
bethwhite__Plan.14:07
SotKI can't seem to cause it to have a horizontal scrollbar with Chromium's mobile emulation14:13
SotKhowever I am now seeing the submenu not reach the bottom of the screen when the main nav menu doesn't require a scrollbar14:14
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: StoryBoard 'about' page tweak  https://review.openstack.org/35457014:20
Zarastoryboard meeting in 20 mins14:39
Zarain #openstack-meeting14:39
Zarahave updated agenda, feel free to add anything14:46
*** openstackgerrit has quit IRC15:03
*** openstackgerrit has joined #storyboard15:04
SotKI sent https://review.openstack.org/#/c/356542/15:58
Zaraoh, hah15:58
* SotK is openstackgerrit again15:58
Zarathanks15:58
Zarawell openstackgerrit isn't openstackgerrit today, so I guess you have to be :P15:58
Zarathough I picture openstackgerrit as being small and wearing glasses15:59
* SotK is apparently the anti-openstackgerrit then15:59
matthewbodkinThe link in Jenkins' check for the sidebar patch is strange...16:01
matthewbodkinIgnore me nevermind it's fine :)16:03
Zara:)16:03
Zarahaving looked at that boards patch, heehee16:04
Zaradouble-checking in case it reveals any broken things16:05
*** matthewbodkin has quit IRC16:07
persiaLooking at older patches, what is happening with https://review.openstack.org/325294 ?16:08
SotKI think it wants rebasing in order to pass the lint gate16:09
persiaAlso 355912 and 354570 conflict: which is best rebased over the other?16:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Make task notes read-only by default  https://review.openstack.org/32529416:09
Zarahave finally +A'd that, thanks for noticing16:11
openstackgerritMerged openstack-infra/storyboard-webclient: Make task notes read-only by default  https://review.openstack.org/32529416:35
Zara\o/16:38
persia26 minutes from submission to merge indicates the queues are nice and light today :)16:39
persiaAlthough I don't understand why 356542 is still waiting for the initial +V: I would have thought that would happen first.16:40
ZaraI figured if it hates it, it'll block it anyway16:41
Zaraotherwise it can go in slightly faster. and I try to prioritize glaring bugfixes above other things.16:42
persiaThat the engine has preferences might be part of it, but I think the preferences are more likely to be "ready to merge" or "old submission" than about the content/16:44
persias|/| :)|16:44
Zarayeah, it just takes a while16:45
Zarajust explaining why it got a +A so fast (+ we've known about it for some time, and it's something that can stand alone, and requires no detailed input from me, so it's easy to review.)16:45
Zaraa patch that requires more input tends to get seen later when I have more time/energy to devote, especially if I have to learn a bunch of stuff to review it.16:46
*** alexismonville has quit IRC17:14
*** alexismonville has joined #storyboard17:47
*** alexismonville has quit IRC18:23
*** alexismonville has joined #storyboard19:01
*** alexismonville has quit IRC19:06
*** alexismonville has joined #storyboard19:06
*** alexismonville has quit IRC19:44
*** alexismonville has joined #storyboard19:44
-openstackstatus- NOTICE: The volume for logs.openstack.org filled up rather suddenly, causing a number of jobs to fail with a POST_FAILURE result and no logs; we're manually expiring some logs now to buy breathing room, but any changes which hit that in the past few minutes will need to be rechecked and/or approved again19:46
*** alexismonville has quit IRC19:56
*** alexismonville has joined #storyboard20:23
*** alexismonville has quit IRC20:39
*** alexismonville has joined #storyboard21:02
*** alexismonville has quit IRC21:11

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