*** yarkot_ has joined #storyboard | 01:24 | |
*** b3rnard0 is now known as b3rnard0_away | 01:31 | |
*** yarkot_ has quit IRC | 01:33 | |
*** aswadr_ has joined #storyboard | 03:44 | |
SotK | Zara: For the cancel button, I set the ng-model of the text fields to reference an object that isn't the actual story/task ($scope.modifications): https://github.com/openstack-infra/storyboard-webclient/blob/master/src/app/boards/controller/card_detail_controller.js#L28 | 09:27 |
---|---|---|
SotK | Then in the `toggleEditTitle` function for example, if the title isn't currently being edited (ie, when you click to enter edit mode) the relevant attribute of $scope.modifications ($scope.modifications.title) is set to the story/task title | 09:29 |
SotK | the cancel button also calls that function, which doesn't do anything special that way, but it means that the next time the edit button is clicked $scope.modifications.title will be reset to the original task/story title | 09:30 |
SotK | The final thing is the functions which save the edits (eg. editTitle()) use $scope.modifications to update the story/task, and then sets the original story/task title (card.task.title for example) to the new value, as returned from the update | 09:32 |
* SotK goes back to curling up in a ball of fever and coughing | 09:33 | |
* fay_ hopes SotK feels better soon | 09:35 | |
* SotK too :( | 09:36 | |
*** mrmartin has joined #storyboard | 09:53 | |
* Zara three | 10:15 | |
Zara | SotK: thanks for the tip. :) I had no idea how it worked and tried all sorts of weird things with angular.copy, to little avail | 10:16 |
*** mrmartin has quit IRC | 10:17 | |
Zara | I'll take another look at that modal today, and ask around about emails once more people are up. | 11:00 |
-openstackstatus- NOTICE: Gerrit is going to be restarted | 11:15 | |
*** mrmartin has joined #storyboard | 11:32 | |
-openstackstatus- NOTICE: Gerrit had to be restarted because was not responsive. As a consequence, some of the test results have been lost, from 08:30 UTC to 10:30 UTC approximately. Please recheck any affected jobs by this problem. | 11:34 | |
-openstackstatus- NOTICE: Gerrit had to be restarted because was not responsive. As a consequence, some of the test results have been lost, from 09:30 UTC to 11:30 UTC approximately. Please recheck any affected jobs by this problem. | 11:37 | |
Zara | (ahaha, so I remembered I'd been looking into updating the db schema diagram, and got completely distracted by it, because pictures! found some things, managed to almost make it. only, the resulting svg has displayed all the tables on top of each other, so their relations are a mystery.) | 11:47 |
Zara | http://imgur.com/HH2FdYu for the curious | 11:57 |
pedroalvarez | hah, I understand now | 12:01 |
Zara | xD | 12:01 |
*** mrmartin has quit IRC | 12:04 | |
Zara | version where all fields are readable, though still no relations; I'm not going to spend any more time on it today: http://imgur.com/zfAoD1C | 12:11 |
Zara | it's vaaaaaaguely grouped according to what things are | 12:12 |
*** b3rnard0_away is now known as b3rnard0 | 12:57 | |
* Zara : 'why isn't my code working?' | 13:49 | |
Zara | "Error: $scpoe is not defined" | 13:49 |
Zara | ;_; | 13:49 |
Zara | the weirder thing is that there was nothing called 'scpoe' in my code, and it worked fine on a reset | 13:53 |
Zara | cancel button finally works properly, anyway | 13:56 |
Zara | I ended up rewriting the whole thing | 13:56 |
Zara | since I didn't know how to adapt SotK's approach to what I'd already done, and using the same approach made it consistent with the existing code anyway. | 13:57 |
Zara | it looks better like this, anyway, though I'm a bit sad | 13:58 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Edit task notes from board https://review.openstack.org/291755 | 14:01 |
Zara | code's still got a bunch of odd leftovers hanging around, will tidy it up now-- but it should work | 14:01 |
Zara | I also redid the html. which means we have markdown previews this time. | 14:02 |
*** Guest41345 has quit IRC | 14:03 | |
*** mrmartin has joined #storyboard | 14:05 | |
Zara | argh, it stopped working again, what | 14:21 |
Zara | oh, it just changed the branch it was running from | 14:24 |
Zara | must've got stuck when I rebased or something. | 14:24 |
*** mrmartin has quit IRC | 14:26 | |
Zara | *shrug* | 14:26 |
Zara | hm, my network just went | 14:26 |
*** mrmartin has joined #storyboard | 14:44 | |
*** mrmartin has quit IRC | 14:45 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Edit task notes from board https://review.openstack.org/291755 | 14:53 |
Zara | ^ actually ready for reviews now, I think | 14:54 |
-openstackstatus- NOTICE: Launchpad OpenID SSO is currently experiencing issues preventing login. The Launchpad team is working on the issue | 15:00 | |
*** ChanServ changes topic to "Launchpad OpenID SSO is currently experiencing issues preventing login. The Launchpad team is working on the issue" | 15:00 | |
*** mrmartin has joined #storyboard | 15:01 | |
Zara | ^ means I can't login to s.o.o or my test instance | 15:14 |
Zara | entertaining since I was writing a patch to improve the behaviour of task notes when logged out | 15:14 |
Zara | but now I can't check if it works when logged in :P | 15:14 |
Zara | iiits back | 15:18 |
pedroalvarez | good! | 15:19 |
pedroalvarez | you could configure your storyboard to use a different one | 15:20 |
pedroalvarez | also use incognito windows instead of loggin out | 15:20 |
pedroalvarez | but anyway, it's back | 15:20 |
Zara | yeah, I haven't needed to use a different so far and figured it was more trouble than it was worth to set up, but it's nice having the option | 15:21 |
Zara | hadn't thought of using incognito windows | 15:21 |
Zara | thanks | 15:21 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Make task notes visible for logged-out users https://review.openstack.org/292957 | 15:26 |
Zara | ^ small tweak; they were invisible before because I hadn't got round to hiding the edit buttons | 15:26 |
Zara | so should now be visible to all but editable only to logged-in users | 15:26 |
-openstackstatus- NOTICE: Launchpad SSO is back to normal - happy hacking | 15:33 | |
*** ChanServ changes topic to "StoryBoard - A task tracker for OpenStack development needs :: http://storyboard.openstack.org/ :: https://wiki.openstack.org/wiki/StoryBoard" | 15:33 | |
* Zara fights with some css, gives up | 15:58 | |
*** mrmartin has quit IRC | 16:02 | |
*** mrmartin has joined #storyboard | 16:14 | |
Zara | I've noted reasons for wanting sb dev instance on sb dev instance story | 16:30 |
Zara | may have missed some | 16:30 |
Zara | https://storyboard.openstack.org/#!/story/2000028 , anyway | 16:30 |
Zara | I'm heading off soon, in advance of infra meeting, will be back in a bit | 16:38 |
* Zara wonders if our board should have a 'needs-rework' lane to differentiate from 'doing (not yet pushed to review)' | 16:47 | |
Zara | (brackets mine, but that's how it feels like it should be used) | 16:47 |
*** mrmartin has quit IRC | 16:50 | |
Zara | 'night-for-a-bit! | 16:51 |
Zara | would love review for https://review.openstack.org/#/c/291755/ , if anyone has time | 16:52 |
* pedroalvarez is going to be busy the next few days/weeks. Apologies.. :( | 16:57 | |
*** openstackgerrit has quit IRC | 17:14 | |
*** openstackgerrit_ is now known as openstackgerrit | 17:14 | |
*** openstackgerrit has quit IRC | 17:15 | |
*** openstackgerrit_ has joined #storyboard | 17:15 | |
*** openstackgerrit_ is now known as openstackgerrit | 17:16 | |
*** openstackgerrit_ has joined #storyboard | 17:16 | |
*** mrmartin has joined #storyboard | 17:24 | |
Zara | np, thanks for the heads-up | 17:25 |
Zara | HEY BETHERLY I HEARD YOU LIKE REVIEWING | 17:25 |
* Zara runs away | 17:25 | |
pedroalvarez | hah :) | 17:25 |
Zara | most of my patches are tiny, anyway; that's the only one I care about merging asap. aaand we can't really merge it until SotK is back, anyway. so I can't make a fuss. :P | 17:27 |
betherly | Haha Zara! Thursday for sure | 17:30 |
Zara | :D | 17:30 |
betherly | Just so you all know I'm off tomorrow | 17:30 |
betherly | Heading out now and back Thursday am :D | 17:30 |
Zara | cool, have a good holiday! and thanks for letting us know in advance | 17:31 |
Zara | I'm in a good mood because I remembered to buy ketchup. | 17:31 |
Zara | yesterday I cooked chicken + chips, then realised I had none. was gonna go with salt and vinegar... but there was no vinegar, either | 17:31 |
Zara | so I raided the condiments and went with soy sauce and mustard, was... okay... | 17:32 |
Zara | I'm not sure I should be allowed to make my own food. anyway. | 17:33 |
Zara | wanted to ask about email config, but it seems zuul has been on fire today | 17:33 |
Zara | er, in a bad way | 17:33 |
pedroalvarez | is the meeting still going? | 17:34 |
Zara | the storyboard meeting? | 17:36 |
Zara | I'm not sure, if it's just me then I think I'll cancel | 17:37 |
persia | The infra meeting is at 19:00 UTC. The Storyboard meeting is at 15:00 UTC tomorrow, or else my clock is broken. | 17:37 |
Zara | oh, I thought pedro was asking if we were still doing the meeting tomorrow, since SotK might be ill and betherly will be on holiday | 17:38 |
Zara | if other people want a meeting then we can have one, if it's just me then I'll skip it | 17:38 |
persia | Ah, that makes more sense than my interpretation. I'm likely confused because all the local clocks changed a couple days ago. | 17:39 |
Zara | heh | 17:39 |
pedroalvarez | oh, my comment was regarding raising the emails issue in the infra meeting | 17:39 |
persia | Last week the meeting seemed to have moderately wide attendance: if it is to be cancelled, I think sending something to a mailing list announcing the cancellation today would be best. | 17:39 |
persia | That hasn't started yet. Another 80 minutes (I think) | 17:39 |
Zara | true, I'm okay with running a ghost meeting (I don't want to cancel now in case SotK's well tomorrow), so I'll probably just do that instead | 17:41 |
*** mrmartin has quit IRC | 17:42 | |
Zara | ah, I was planning to mention emails in infra's open discussion | 17:42 |
Zara | suppose they might not get to it, though | 17:42 |
Zara | should we put it on the agenda? | 17:43 |
persia | Could do. | 17:43 |
persia | My understanding of the issue is that all the patches to make it work appear to have landed, but it isn't working. Is that correct? | 17:44 |
Zara | yeah | 17:44 |
persia | If this is correct, just asking in -infra is probably more productive. | 17:44 |
persia | If folk have time to look at it, they can do so. If they don't, they won't. | 17:44 |
persia | In the meeting, folk definitely don't have time. | 17:44 |
Zara | yeah, would feel a bit pushy putting it on the agenda | 17:45 |
persia | Agenda means someone has to take a note and examine it later. | 17:46 |
persia | Just ask in -infra :) | 17:47 |
* Zara does so | 17:48 | |
Zara | infra-incident has quieted down now | 17:48 |
persia | heh :) I should watch that more carefully to know when is a good time. | 17:49 |
*** aswadr_ has quit IRC | 17:50 | |
Zara | there was a lot of traffic today. I didn't pay attention beyond 'zuul is being weird' | 17:50 |
*** mrmartin has joined #storyboard | 17:51 | |
persia | Unless one is active in infra, the volume, frequency, and timing of messages on that channel is more informative than the content | 17:53 |
persia | Well, active in incident response, really. | 17:53 |
Zara | we have a response in -infra if anyone with some exim knowledge is about | 17:56 |
pedroalvarez | I'm reading the conversation, and it's going on the right direction | 17:57 |
pedroalvarez | we basically need to figure out what email use to send emails | 17:58 |
*** fay_ has quit IRC | 18:00 | |
*** mrmartin has quit IRC | 18:10 | |
*** mrmartin has joined #storyboard | 18:16 | |
pedroalvarez | we are +1 workflow away :) | 18:21 |
Zara | \o/ | 18:21 |
Zara | tbf it could all still fail for some unknown reason | 18:21 |
* Zara is jaded | 18:22 | |
Zara | if they do merge for tomorrow, I hope SotK is well enough to see it | 18:28 |
Zara | well I hope he's well anyway, but you know what I mean | 18:28 |
*** mrmartin has quit IRC | 18:29 | |
Zara | such a momentous occasion; maybe I'll have to -1 so he doesn't miss out | 18:29 |
persia | Please no :) | 18:31 |
Zara | pah, have it your way! ;_; | 18:35 |
SotK | \o/ | 19:06 |
Zara | he's alive! :D | 19:07 |
Zara | how're you doing? | 19:07 |
SotK | coughy with a sore throat to the extent of hardly being able to talk, but much improved on yesterday and the weekend's horror | 19:10 |
Zara | \o/ | 19:10 |
Zara | well, not \o/ about the weekend being horrible | 19:10 |
Zara | but glad you're feeling a bit better | 19:10 |
* SotK is also glad | 19:11 | |
Zara | I should probably be telling you off for being on irc, but eh, it probably isn't making any difference to your health. | 19:11 |
SotK | hopefully I'll be something approximating fully healthy in the morning | 19:11 |
Zara | yeah, but take it easy | 19:12 |
*** krotscheck is now known as kro_death_by_sin | 19:14 | |
Zara | ??? | 19:14 |
*** kro_death_by_sin is now known as kro_sinus_hell | 19:14 | |
Zara | I'm missing some context | 19:14 |
Zara | about kro_sinus_hell / kro_death_by_sin /krotscheck | 19:15 |
*** jtomasek has quit IRC | 21:16 | |
*** jtomasek has joined #storyboard | 21:18 | |
*** jtomasek has quit IRC | 21:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!