Tuesday, 2016-05-10

*** anteaya has quit IRC02:02
ttxHeads-up: Questions on StoryBoard in the "Tools for tracking the Scientific WG" thread on openstack-infra08:53
Zarawill take a look, thanks! :)08:58
Zarawill try to review the task-tracking spec today10:12
Zaralatest reworks of private stories patches still await review11:30
*** jtomasek_ has joined #storyboard11:58
persiaLooking at https://review.openstack.org/310952 : is there any way to remove permissions from someone if they aren't supposed to see something?  I realise that the entire state of things is presumed to be leaked beforehand, but perhaps one wishes to remove access afterward, to prevent leakage of further discussion, new tasks, etc.12:07
*** jtomasek_ has quit IRC12:08
persiaOh, nevermind, I just failed to read carefully.  Of course there isn't: one just updates with a smaller list.  Apologies for the noise.12:09
Zara\o/12:13
Zarahttps://review.openstack.org/#/c/312124/ awaits review12:15
persiahttps://review.openstack.org/310287 seems to claim "Needs Verified", but Jenkins voted +1 : does it need recheck or something?12:30
SotKIt needs https://review.openstack.org/#/c/309481/3 to merge12:31
persiaand that needs Workflow+1.  Got it.  Thanks.12:31
Zarayeah, I thought it'd make sense to get the permissions patches in first, in case there were merge conflicts between the two features, so that we land a feature instead of half of each. should've made that explicit (and maybe there won't be conflicts anyway)12:33
persiaThat sounds sensible: I was just confused as I was looking through things.12:33
Zaranp :) I didn't realise the order signified 'depends on' for ages12:34
Zarahm, I merged a webclient patch, but maybe I shouldn't have done (if a backend patch gets stuck in the gate, things could get odd)12:35
* Zara removes +A12:35
ZaraI'll give it a little time12:35
*** jseutter has joined #storyboard13:07
Zarahm, I haven't had any emails from gerrit about the patches I gave +A since they got a +113:23
persiaThe lack of anything in either gate or post is also suspicious13:25
Zarayeah, just looked on status.openstack.org , couldn't find anything :/13:27
persiaI see 5 Storyboard things authorised for merge, and I would expect 4 of them to be in gate (the other has a merge conflict)13:31
Zarayeah some depend on other things but the db tables one should be going through...13:32
ZaraI've asked in #infra13:32
* Zara rechecks :)13:39
betherlyhey hey!13:39
Zarahi betherly!13:40
Zarahow's it going?13:40
betherlytrying to see if i can setup storyboard in a slightly different environment13:40
betherlygot to the same problem i faced before with mysql and i cnt for the life of me remember what SotK did to sort me out :'(13:40
betherlyive got mysql and got to the 'Add MySQL user and create database:' part13:41
betherlydo i need to start mysql to run those commands (i.e. mysql -uroot followed by mysql -u $DB_USER -p$DB_PASSWORD -e 'DROP DATABASE IF EXISTS storyboard;') or just run those commands straight up?13:42
* betherly should totally amend the documentation to reflect the fact that this is where i get stuck13:42
Zaraahh, right. so  it's `mysql -u root -p`13:43
SotKif you do `mysql -u root -p$DB_PASSWORD` then you will get an interactive mysql prompt where you can run the commands13:43
Zara^ then that lol13:43
Zarayeah, the docs have put it all on one line, I see it13:43
SotK`mysql -u $DB_USER -p$DB_PASSWORD -e 'DROP DATABASE IF EXISTS storyboard;'` will just run that one command13:44
* SotK finds the former method more useful13:44
Zaraah wait I was looking further down13:44
betherlythats what i figured but then im just getting access denied :/13:44
Zaraignore me13:45
Zarahahaha13:45
ZaraI wonder if it's the right password?13:45
SotKah, I should've said `mysql -u $DB_USER -p$DB_PASSWORD` :)13:45
betherlyso i was running `mysql -u $DB_USER -p$DB_PASSWORD -e 'DROP DATABASE IF EXISTS storyboard;'13:46
betherlywhich said ERROR 1045 (28000): Access denied for user '-p'@'localhost' (using password: NO)13:46
SotKare $DB_USER and $DB_PASSWORD set to something useful in your environment?13:47
betherlybut accessing the command prompt with 'mysql -u root -p' seems to work13:47
betherlyweirdness13:47
persiabetherly: Are the spaces in your command above accurate?  You may need to add or remove one of them.13:47
betherlyexit13:47
betherlywoops13:47
betherlysorry13:47
persiaAlso, `echo $DB_USER $DB_PASSWORD` may be useful, if you can clear your screen afterwards.13:47
betherlycomes back null13:48
persiaThat means the variables aren't set, so if you aren't interpolating them manually, using them on the command line won't help (hence "-u root" working)13:49
Zaraso yeah, you want to replace $DB_USER with the username and $DB_PASSWORD with the password in that command.13:50
betherlygotcha. and im in. fingers crossed that all seemed to work13:50
Zara\o/13:50
betherlythank youuuuu13:50
*** anteaya has joined #storyboard13:54
*** fay__ has joined #storyboard14:03
*** fay_ has quit IRC14:03
openstackgerritMerged openstack-infra/storyboard: Add a table for story permissions  https://review.openstack.org/31095114:03
openstackgerritMerged openstack-infra/storyboard: Allow the creation of private stories  https://review.openstack.org/31095214:04
Zarahuh, that was fast14:04
* Zara +As ui14:05
SotK\o/14:05
betherlyaaand i have storyboard on my mac :D14:07
SotK\o/14:07
betherlythat was fairly painless14:08
SotKthat is good news :)14:08
* betherly likes productive days like today :D :D14:08
betherlyas a celebration i am treating myself to not looking at d3 and trying to work out this placeholder issue. i want to stay in a happy mood ;)14:09
Zara\o/14:18
betherlyahh yes i need to make myself an admin too dont i14:19
betherlySotK: can you remember offhand the quick code to do that?14:19
ZaraI'm making a new storyboard VM, too, though trying to use ansible role so we can have some ops docs (I'd be up for doing it for puppet, too; just seemed to be a more obvious way in with anisble role)14:19
SotK`UPDATE users SET is_superuser = 1;` iirc (assuming you have only one user in your db)14:20
Zarabetherly: it's in the docs at http://docs.openstack.org/infra/storyboard/install/development.html#make-user-an-admin-current-bug , if that's handy14:20
betherlythanks SotK and Zara :D14:21
openstackgerritMerged openstack-infra/storyboard-webclient: Add UI for making stories private to a list of people  https://review.openstack.org/31266314:22
ZaraI'm following instructions in https://galaxy.ansible.com/detail#/role/6187; smooth so far; wonder what tweaks the vars.yml file needs14:24
*** fay_ has joined #storyboard14:36
*** fay__ has quit IRC14:38
Zara aw, seems there's a missing part.14:40
Zara`ansible-playbook -i hosts instance-config.yml` fails for me. ;_;14:41
openstackgerritBeth Elwell proposed openstack-infra/storyboard-webclient: Enabled placeholders to be used for custom directives  https://review.openstack.org/31461515:00
Zaraguessing I'll have to ask pedroalvarez more about it when he returns. I think maybe I need to add more hosts to vars.yml, but I'm not sure.15:01
Zaraalso, \o/. I'll take a look at that15:01
Zaraugh, computer just died15:19
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Complex priorities UI in stories  https://review.openstack.org/31266615:32
SotKpersia: you may find the above of interest15:33
Zarahm, I wonder if the emptyPrompt and emptyDisabledPrompt do anything these days...15:38
Zaramy understanding was that those were meant to act as placeholders, but I'm not sure15:38
Zarahah, massive panic because my screen was full of errors, but it's just because I downgraded my db and forgot to upgrade again15:42
Zarathat was scary; I was just on my test instance but I thought I was on s.o.o15:43
Zaraooh, looks like private stories are showing up on s.o.o.15:44
ZaraI'll leave it a bit before making noise about it, in case we find anything weird15:45
Zaraheading off to buy food before meetingness, back in a bit15:55
persiaSotK: non-WIP?  Indeed, that's very exciting.16:05
persiaMerge conflict in the dependency though :(16:06
persia(And no clear Depends-On: or similar to force the dependency)16:06
*** fay_ has quit IRC16:08
openstackgerritMerged openstack-infra/storyboard-webclient: Enabled placeholders to be used for custom directives  https://review.openstack.org/31461516:11
Zara\o/16:54
* persia thinks it would be cool to have tag display be links to tag-filtered story lists.17:19
persia(Or maybe I need a newer browser again)17:20
krotscheckdurm dee durm.17:28
Zarahallo17:34
Zara(I keep vanishing to make dinner)17:34
persiaAmusing side effect: when browsing between pages in a list with low bandwidth, the m-of-n count is replaced with "0 items found" while the data is loading.  I do not expect this to be visible in most situations.17:40
SotKpersia: +117:40
SotK(re tag links)17:40
Zaraooh, thanks for the review, krotscheck! hoping to get back to that patch later this week. it's been a while.18:08
krotscheckZara NO worries :)18:10
krotscheckI finally got my review board filters to a point where I feel productive.18:10
Zara:D18:10
Zarais that using storyboard, then? are they useful? :D18:19
krotscheck:-P19:09
*** jseutter has quit IRC22:47

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