openstackgerrit | A change was merged to openstack-infra/storyboard-webclient: Fix StoryBoard spelling https://review.openstack.org/93406 | 01:06 |
---|---|---|
*** david-lyle has joined #storyboard | 04:01 | |
*** david-lyle has quit IRC | 04:57 | |
*** david-lyle has joined #storyboard | 04:57 | |
*** david-lyle has quit IRC | 05:02 | |
*** jcoufal has joined #storyboard | 07:28 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Project Groups API https://review.openstack.org/90736 | 08:30 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/storyboard-webclient: Fixes misaligned comments on very long lines Using <span> container also for main text, and switching orders of it Closes-Bug: #93 https://review.openstack.org/96128 | 10:19 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/storyboard-webclient: Fixes misaligned comments on very long lines Using <span> container also for main text, and switching orders of it Closes-Bug: #93 https://review.openstack.org/96128 | 10:24 |
*** miqui has quit IRC | 11:51 | |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/storyboard: Added new priority changed event for tasks Defined new constants and created new methods to generate event https://review.openstack.org/96151 | 12:31 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/storyboard: Added new priority changed event for tasks https://review.openstack.org/96151 | 12:43 |
*** miqui has joined #storyboard | 12:53 | |
*** jcoufal has quit IRC | 12:56 | |
*** jcoufal has joined #storyboard | 12:57 | |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/storyboard-webclient: Added priority on task row https://review.openstack.org/96156 | 13:11 |
*** mfer has joined #storyboard | 13:32 | |
*** jcoufal has quit IRC | 13:54 | |
*** jcoufal has joined #storyboard | 13:55 | |
*** jcoufal has quit IRC | 13:56 | |
*** jcoufal has joined #storyboard | 13:56 | |
*** david-lyle has joined #storyboard | 14:24 | |
*** jcoufal has quit IRC | 14:33 | |
*** hashar has joined #storyboard | 16:31 | |
krotscheck | Awwww yeah | 16:52 |
SergeyLukjanov | krotscheck, you earned the level of angular understanding? | 16:59 |
krotscheck | Maybe? Not certain what you mean, actually. | 16:59 |
krotscheck | SergeyLukjanov: What can I help you with? | 17:04 |
SergeyLukjanov | krotscheck, it was try to write a joke | 17:05 |
SergeyLukjanov | heh_ | 17:05 |
krotscheck | Hah | 17:05 |
SergeyLukjanov | krotscheck, it was re "[20:52:56] <krotscheck> Awwww yeah" | 17:05 |
krotscheck | Oh, got it. | 17:05 |
krotscheck | Sorry, my brain had already switched contexts. | 17:05 |
krotscheck | You back home now? | 17:05 |
SergeyLukjanov | krotscheck, not yet | 17:07 |
*** hashar has quit IRC | 17:12 | |
openstackgerrit | Michael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Configure Timeline from Story details https://review.openstack.org/93563 | 17:22 |
openstackgerrit | Michael Krotscheck proposed a change to openstack-infra/storyboard: Remove unnecessary files https://review.openstack.org/95741 | 17:27 |
krotscheck | NikitaKonovalov: Don’t worry, just rebasing your things. | 17:28 |
krotscheck | Know what the world needs? amioauthcompliant.com, an online hosted test suite that signs API compliance. | 17:38 |
krotscheck | ….Hrm. The RFC for OAuth does _not_ specify a minimum expiration time. | 17:58 |
krotscheck | So, someone could arguably ask for a token with an expiration time of 1 second. | 17:59 |
krotscheck | Which seems silly | 18:30 |
*** hashar has joined #storyboard | 18:52 | |
NikitaKonovalov | krotscheck: re: rebasing: Just do what you think is necessary | 19:31 |
krotscheck | NikitaKonovalov: There were some outdated dependencies, everything’s good now. | 19:32 |
davidlenwell | krotscheck: you can't fix stupid. | 19:46 |
davidlenwell | So i was trying to build the web client over the weekend .. | 19:46 |
krotscheck | And? | 19:47 |
davidlenwell | put my hands in there air trying to get the dependacies installed on ubuntu | 19:47 |
davidlenwell | so im still trying to work out my work flow here | 19:47 |
krotscheck | Alright, I should be able to help out. | 19:47 |
davidlenwell | usually i like to have a running copy of a thing and to see things change when I work on them and confirm they work | 19:47 |
krotscheck | davidlenwell: That’s how the client dev build is set up. | 19:48 |
davidlenwell | right this second im trying to get a patch readyf or nova.. so im distracted.. I'll ping you in a little while to get help. | 19:48 |
davidlenwell | I got the api up and running with minimal fuss tho | 19:49 |
krotscheck | Alright, I’ll be online until 3PM PST. | 19:49 |
davidlenwell | okay | 19:49 |
davidlenwell | I'll hit you up in an hour or so | 19:49 |
krotscheck | davidlenwell: Just for the sake of simplicity, here’s the three commands I always run. | 19:49 |
krotscheck | (sorry, making sure they run in a clean checkout) | 19:50 |
krotscheck | tox -egrunt --notest | 19:50 |
krotscheck | (This will error. That’s ok) | 19:50 |
krotscheck | (I lied) | 19:50 |
krotscheck | source .tox/grunt/bin/activate | 19:51 |
krotscheck | Actually, ignore everything I just said | 19:52 |
davidlenwell | done | 19:52 |
davidlenwell | ;) | 19:52 |
* krotscheck is waiting on a clean tox env build to make sure his recommendation is sane | 19:54 | |
davidlenwell | I usually prefer sane recomendations | 19:54 |
krotscheck | tox -egrunt test — that should work on a clean install to ensure everything’s working | 19:56 |
krotscheck | tox -egrunt server — the toxy way of running the dev server. It’ll watch everything in your src directory and refresh the browser when something changes. | 19:57 |
krotscheck | For more atomic control (which is what I do), I set up the venv, manually activate it via ‘source .tox/grunt/bin/activate’, and then run “grunt server” | 19:57 |
krotscheck | Mind you, that one will assume that you also have a local instance of the API running | 19:59 |
krotscheck | Because of proxy things. | 19:59 |
krotscheck | Let me know where your own build falls down. | 19:59 |
davidlenwell | I was having problems getting dependancies installed | 20:04 |
davidlenwell | node stuff | 20:04 |
davidlenwell | but I might have been tired | 20:04 |
davidlenwell | I'll try here again when im done with the distraction | 20:05 |
krotscheck | kk | 20:05 |
*** miqui has quit IRC | 20:56 | |
*** mfer has quit IRC | 21:09 | |
krotscheck | I love it when puppetforge goes down… | 21:23 |
krotscheck | davidlenwell: Still being distracted? I’m running out of time. | 21:26 |
davidlenwell | we can do it tomorrow if you are around | 21:29 |
davidlenwell | I've got like 8 specs for refstack I need to write | 21:29 |
krotscheck | davidlenwell: That works, I’ll be in the office with a standard 9-5 PST | 21:31 |
davidlenwell | awesome .. talk to you then | 21:33 |
*** david-lyle has quit IRC | 21:35 | |
*** hashar has quit IRC | 21:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!