*** anteaya has quit IRC | 02:02 | |
ttx | Heads-up: Questions on StoryBoard in the "Tools for tracking the Scientific WG" thread on openstack-infra | 08:53 |
---|---|---|
Zara | will take a look, thanks! :) | 08:58 |
Zara | will try to review the task-tracking spec today | 10:12 |
Zara | latest reworks of private stories patches still await review | 11:30 |
*** jtomasek_ has joined #storyboard | 11:58 | |
persia | Looking 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 IRC | 12:08 | |
persia | Oh, 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 |
Zara | https://review.openstack.org/#/c/312124/ awaits review | 12:15 |
persia | https://review.openstack.org/310287 seems to claim "Needs Verified", but Jenkins voted +1 : does it need recheck or something? | 12:30 |
SotK | It needs https://review.openstack.org/#/c/309481/3 to merge | 12:31 |
persia | and that needs Workflow+1. Got it. Thanks. | 12:31 |
Zara | yeah, 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 |
persia | That sounds sensible: I was just confused as I was looking through things. | 12:33 |
Zara | np :) I didn't realise the order signified 'depends on' for ages | 12:34 |
Zara | hm, 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 +A | 12:35 | |
Zara | I'll give it a little time | 12:35 |
*** jseutter has joined #storyboard | 13:07 | |
Zara | hm, I haven't had any emails from gerrit about the patches I gave +A since they got a +1 | 13:23 |
persia | The lack of anything in either gate or post is also suspicious | 13:25 |
Zara | yeah, just looked on status.openstack.org , couldn't find anything :/ | 13:27 |
persia | I 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 |
Zara | yeah some depend on other things but the db tables one should be going through... | 13:32 |
Zara | I've asked in #infra | 13:32 |
* Zara rechecks :) | 13:39 | |
betherly | hey hey! | 13:39 |
Zara | hi betherly! | 13:40 |
Zara | how's it going? | 13:40 |
betherly | trying to see if i can setup storyboard in a slightly different environment | 13:40 |
betherly | got 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 |
betherly | ive got mysql and got to the 'Add MySQL user and create database:' part | 13:41 |
betherly | do 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 stuck | 13:42 | |
Zara | ahh, right. so it's `mysql -u root -p` | 13:43 |
SotK | if you do `mysql -u root -p$DB_PASSWORD` then you will get an interactive mysql prompt where you can run the commands | 13:43 |
Zara | ^ then that lol | 13:43 |
Zara | yeah, the docs have put it all on one line, I see it | 13:43 |
SotK | `mysql -u $DB_USER -p$DB_PASSWORD -e 'DROP DATABASE IF EXISTS storyboard;'` will just run that one command | 13:44 |
* SotK finds the former method more useful | 13:44 | |
Zara | ah wait I was looking further down | 13:44 |
betherly | thats what i figured but then im just getting access denied :/ | 13:44 |
Zara | ignore me | 13:45 |
Zara | hahaha | 13:45 |
Zara | I wonder if it's the right password? | 13:45 |
SotK | ah, I should've said `mysql -u $DB_USER -p$DB_PASSWORD` :) | 13:45 |
betherly | so i was running `mysql -u $DB_USER -p$DB_PASSWORD -e 'DROP DATABASE IF EXISTS storyboard;' | 13:46 |
betherly | which said ERROR 1045 (28000): Access denied for user '-p'@'localhost' (using password: NO) | 13:46 |
SotK | are $DB_USER and $DB_PASSWORD set to something useful in your environment? | 13:47 |
betherly | but accessing the command prompt with 'mysql -u root -p' seems to work | 13:47 |
betherly | weirdness | 13:47 |
persia | betherly: Are the spaces in your command above accurate? You may need to add or remove one of them. | 13:47 |
betherly | exit | 13:47 |
betherly | woops | 13:47 |
betherly | sorry | 13:47 |
persia | Also, `echo $DB_USER $DB_PASSWORD` may be useful, if you can clear your screen afterwards. | 13:47 |
betherly | comes back null | 13:48 |
persia | That 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 |
Zara | so yeah, you want to replace $DB_USER with the username and $DB_PASSWORD with the password in that command. | 13:50 |
betherly | gotcha. and im in. fingers crossed that all seemed to work | 13:50 |
Zara | \o/ | 13:50 |
betherly | thank youuuuu | 13:50 |
*** anteaya has joined #storyboard | 13:54 | |
*** fay__ has joined #storyboard | 14:03 | |
*** fay_ has quit IRC | 14:03 | |
openstackgerrit | Merged openstack-infra/storyboard: Add a table for story permissions https://review.openstack.org/310951 | 14:03 |
openstackgerrit | Merged openstack-infra/storyboard: Allow the creation of private stories https://review.openstack.org/310952 | 14:04 |
Zara | huh, that was fast | 14:04 |
* Zara +As ui | 14:05 | |
SotK | \o/ | 14:05 |
betherly | aaand i have storyboard on my mac :D | 14:07 |
SotK | \o/ | 14:07 |
betherly | that was fairly painless | 14:08 |
SotK | that is good news :) | 14:08 |
* betherly likes productive days like today :D :D | 14:08 | |
betherly | as 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 |
betherly | ahh yes i need to make myself an admin too dont i | 14:19 |
betherly | SotK: can you remember offhand the quick code to do that? | 14:19 |
Zara | I'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 |
Zara | betherly: it's in the docs at http://docs.openstack.org/infra/storyboard/install/development.html#make-user-an-admin-current-bug , if that's handy | 14:20 |
betherly | thanks SotK and Zara :D | 14:21 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Add UI for making stories private to a list of people https://review.openstack.org/312663 | 14:22 |
Zara | I'm following instructions in https://galaxy.ansible.com/detail#/role/6187; smooth so far; wonder what tweaks the vars.yml file needs | 14:24 |
*** fay_ has joined #storyboard | 14:36 | |
*** fay__ has quit IRC | 14:38 | |
Zara | aw, seems there's a missing part. | 14:40 |
Zara | `ansible-playbook -i hosts instance-config.yml` fails for me. ;_; | 14:41 |
openstackgerrit | Beth Elwell proposed openstack-infra/storyboard-webclient: Enabled placeholders to be used for custom directives https://review.openstack.org/314615 | 15:00 |
Zara | guessing 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 |
Zara | also, \o/. I'll take a look at that | 15:01 |
Zara | ugh, computer just died | 15:19 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Complex priorities UI in stories https://review.openstack.org/312666 | 15:32 |
SotK | persia: you may find the above of interest | 15:33 |
Zara | hm, I wonder if the emptyPrompt and emptyDisabledPrompt do anything these days... | 15:38 |
Zara | my understanding was that those were meant to act as placeholders, but I'm not sure | 15:38 |
Zara | hah, massive panic because my screen was full of errors, but it's just because I downgraded my db and forgot to upgrade again | 15:42 |
Zara | that was scary; I was just on my test instance but I thought I was on s.o.o | 15:43 |
Zara | ooh, looks like private stories are showing up on s.o.o. | 15:44 |
Zara | I'll leave it a bit before making noise about it, in case we find anything weird | 15:45 |
Zara | heading off to buy food before meetingness, back in a bit | 15:55 |
persia | SotK: non-WIP? Indeed, that's very exciting. | 16:05 |
persia | Merge conflict in the dependency though :( | 16:06 |
persia | (And no clear Depends-On: or similar to force the dependency) | 16:06 |
*** fay_ has quit IRC | 16:08 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Enabled placeholders to be used for custom directives https://review.openstack.org/314615 | 16: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 |
krotscheck | durm dee durm. | 17:28 |
Zara | hallo | 17:34 |
Zara | (I keep vanishing to make dinner) | 17:34 |
persia | Amusing 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 |
SotK | persia: +1 | 17:40 |
SotK | (re tag links) | 17:40 |
Zara | ooh, thanks for the review, krotscheck! hoping to get back to that patch later this week. it's been a while. | 18:08 |
krotscheck | Zara NO worries :) | 18:10 |
krotscheck | I finally got my review board filters to a point where I feel productive. | 18:10 |
Zara | :D | 18:10 |
Zara | is that using storyboard, then? are they useful? :D | 18:19 |
krotscheck | :-P | 19:09 |
*** jseutter has quit IRC | 22:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!