Monday, 2016-06-20

-openstackstatus- NOTICE: static.openstack.org (which hosts logs.openstack.org) is currently migrating due to a hardware failure. It should be back up shortly.03:09
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable and linkable  https://review.openstack.org/33150903:32
dmsimardlarsks: I spent way too much time on that ^03:33
dmsimardbut your wish is granted, sir.03:33
-openstackstatus- NOTICE: static.openstack.org (which hosts logs.openstack.org and tarballs.openstack.org among others) is currently being rebuilt. As jobs can not upload logs they are failing with POST_FAILURE. This should be resolved soon. Please do not recheck until then.05:18
*** ChanServ changes topic to "static.openstack.org (which hosts logs.openstack.org and tarballs.openstack.org among others) is currently being rebuilt. As jobs can not upload logs they are failing with POST_FAILURE. This should be resolved soon. Please do not recheck until then."05:18
*** ChanServ changes topic to "ARA - Ansible Run Analysis: Recording Ansible Playbook runs to make them easier to visualize, understand and troubleshoot | Git: https://github.com/dmsimard/ara - Docs: https://ara.readthedocs.io/en/latest/ - One month and 200 commits later: https://dmsimard.com/2016/06/07/ara-one-month-and-200-commits-later/"10:35
-openstackstatus- NOTICE: static.openstack.org is back up. If you have POST_FAILURE and are missing logs from your CI jobs, please leave a 'recheck'.10:35
*** myoung|afk has quit IRC12:29
*** myoung|afk has joined #ara12:29
-openstackstatus- NOTICE: OpenID login from review.o.o is experiencing difficulties, possibly due to transatlantic network performance issues. Things are being investigated12:55
*** ChanServ changes topic to "OpenID login from review.o.o is experiencing difficulties, possibly due to transatlantic network performance issues. Things are being investigated"12:55
larsksdmsimard: going to take a look!12:56
*** ChanServ changes topic to "ARA - Ansible Run Analysis: Recording Ansible Playbook runs to make them easier to visualize, understand and troubleshoot | Git: https://github.com/dmsimard/ara - Docs: https://ara.readthedocs.io/en/latest/ - One month and 200 commits later: https://dmsimard.com/2016/06/07/ara-one-month-and-200-commits-later/"13:09
-openstackstatus- NOTICE: OpenID logins are back to normal13:09
dmsimardlarsks: I'll submit a follow up review with links from dashboard cards today13:57
* dmsimard really wants to tag a release before going in vacation13:57
*** myoung|afk is now known as myoung14:07
dmsimardlarsks: god damnit it doesn't work14:11
dmsimardthe line number link works "in page" but not when linked from outside the page14:11
*** jrist has joined #ara14:20
larsksThat's weird.14:21
dmsimardyeah, screw trying to do it in javascript, I'll just try to do something using pygments14:22
*** jrist has quit IRC14:22
larsksHuh, I see what you mean.  I wonder what is up with that...14:22
*** jrist has joined #ara14:22
dmsimardlarsks: not something I want to do for *this* release but I want to split the web/cli portions from the callback14:26
larsksOh, you mean, like have two different projects?14:26
dmsimardto try and not install requirements that aren't needed if just using the callback14:26
larsksAh, okay.14:27
dmsimarddear lord14:49
dmsimardpygments is so easy, why didn't I go that route first14:49
*** myoung is now known as myoung|mtg15:06
*** myoung|mtg is now known as myoung17:04
*** myoung is now known as myoung|lunch18:06
dmsimardlarsks: I got it :D18:57
dmsimardcleaning up and submitting new patchset.18:57
larsksWoo!18:57
*** myoung|lunch is now known as myoung19:07
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150919:13
dmsimardoh, some improvements to do.19:19
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150919:21
dmsimardlarsks: should be good ^19:23
larsksyup, just looking at it now! :)19:23
dmsimardthere's links in there too so easier to test and it makes sense to put them in the same commit19:23
larsksHouston, we have a problem.  Let me post a screenshot...19:25
dmsimardoh noes19:25
larsksWhen I initially followed a link to a file, I got this:19:27
larskshttp://chunk.io/f/27d738cf8a694082be5eae0bc33d62bb19:27
larsksand scrolling down a bit, I finally found the top of the file...19:27
larskshttp://chunk.io/f/12328c38c0f441999bb53c7fdc57946719:27
larsksThis appears to be related to font size/wrapping somehow.19:27
dmsimardwow weird19:28
larsksIf I reduce the font size a couple points, it all works out.  I notice that we seem to be artificially restricting the width of the file content (e.g., look at tall the whitespace to the right)19:28
dmsimarddon't see this here19:28
dmsimardare you zoomed or something ?19:28
dmsimardctrl+0 doesn't do anything ?19:28
larsksIn that second image, you can see where a stray "s" got wrapped onto the next line, even though there was a lot of free space on the right of the page.19:28
larsksIt may have been zoomed (firefox remembers zoom levels for a given page), but given all that whitespace available on the right it shouldn't be wrapping at all.19:29
larsksI'm trying to figure out if there's a max-width set or something.19:29
dmsimardk I'll wait until the static version is generated in the review, don't have that problem locally19:30
larsksFound the culprit: The .col-md-6 class has a "width: 50%"19:32
larsksI don't think there should be any width restriction on this content (I mean, other than the current size of the window).19:32
dmsimardok the max size is col-md-1119:32
dmsimardit's really col-md-12 but we offset by 1 so it doesn't bump into the left navbar19:33
dmsimardI'll set it to md-1119:33
larsksWhere is this stuff documented?  I'm looking through the patternfly docs...19:33
dmsimardhttps://getbootstrap.com/examples/grid/19:34
dmsimardpatternfly is based off of bootstrap19:34
dmsimardthere's a nowrap attribute we can pass to pygments19:35
larsksI don't think we want nowrap, necessarily (that is, we probably want to wrap on the window width, maybe?)19:35
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150919:37
dmsimardlarsks: with page size fix ^19:37
dmsimarddiv*19:37
dmsimardfwiw I can't reproduce on my end, neither in chrome or in firefox19:37
dmsimardbut it should be full width anyway19:37
dmsimardso fixed that19:37
larsksMuch better!19:40
dmsimardcool19:41
dmsimardand doh, pep819:41
dmsimardreinstalled laptop during the weekend and lost column width setting in my editor19:41
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150920:05
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150920:12
openstackgerritDavid Moreau Simard proposed openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150920:13
dmsimardlarsks: ^ lgtm20:44
dmsimardlarsks: minor change, what do you say to changing the "statistics" header to "Hosts" ? So the cards at the top fit the headers21:20
dmsimardand we could make the cards link to the headers when nothing else is relevant21:20
dmsimardohhhhhhhhhhhhh21:21
dmsimardI have an idea21:21
openstackgerritMerged openstack/ara: Make line numbers highlightable, clickable and linkable  https://review.openstack.org/33150921:22
larsksI will await your idea.  I am going to go start makin' dinner. :)21:27
dmsimardeh nevermind22:03
dmsimardI'm kinda burned out on frontend22:03
*** myoung|remote has joined #ara23:07
*** myoung has quit IRC23:11

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