fluid-work IRC Logs-2014-01-08
[10:48:49 CST(-0600)] <yzen> Justin_o_: cindyli : tests https://github.com/GPII/universal/blob/master/gpii/node_modules/flowManager/test/UpdateTests.js
[10:49:03 CST(-0600)] <yzen> Justin_o_: cindyli: configuration https://github.com/GPII/universal/blob/master/gpii/node_modules/flowManager/test/configs/update.json
[10:53:12 CST(-0600)] <cindyli> cool. thanks, yzen
[10:54:04 CST(-0600)] <colinclark> hey michelled, I'm just looking at your comment on this pull request: https://github.com/GPII/universal/pull/177/files#r8730333
[10:54:32 CST(-0600)] <colinclark> Am I wrong to read it as a whitespace-related change to the org.gnome.desktop.a11y.keyboard setting, rather than an addition?
[10:54:38 CST(-0600)] <colinclark> in Andrei
[10:55:31 CST(-0600)] <michelled> you're right colinclark - I didn't see line 29
[10:55:32 CST(-0600)] <michelled> thanks
[10:57:21 CST(-0600)] <Justin_o_> yzen: thanks
[10:57:29 CST(-0600)] <yzen> np
[10:57:31 CST(-0600)] <Justin_o_> kasparnet: do you have jiras for the work that we talked about on Skype today?
[11:01:03 CST(-0600)] <Justin_o_> yzen: do we have documentation about how to get all the gpii stuff up and running for dev work and testing
[11:03:42 CST(-0600)] <kasparnet> Justin_o_: http://issues.gpii.net/browse/GPII-226
[11:03:59 CST(-0600)] <kasparnet> Justin_o_: I think that should cover it
[11:06:30 CST(-0600)] <yzen> Justin_o_: it's more like kettle documentation
[11:06:34 CST(-0600)] <yzen> should be on fluid wiki
[11:06:47 CST(-0600)] <yzen> plus readies in the repo have some examples
[11:07:22 CST(-0600)] <Justin_o_> kasparnet: thanks
[11:08:14 CST(-0600)] <jhung> colinclark: a few weeks ago we had a conversation where you were describing why using EMs should be the standard practice for doing CSS media queries. Do you have a link handy I can use to pass on to someone else?
[11:08:35 CST(-0600)] <Justin_o_> yzen: okay.. are all of the servers run on a local machine or will be connecting to remote servers as well?
[11:08:59 CST(-0600)] <yzen> i think most of them you need to deploy
[11:09:05 CST(-0600)] <jhung> danaayotte: I'm going to take a look at those jiras you filed yesterday. I'll let you know if there is anything.
[11:09:10 CST(-0600)] <yzen> the only one that we have running externally is the preferences server
[11:09:35 CST(-0600)] <Justin_o_> yzen: okay.. is there a list of all the servers that need to be deployed?
[11:09:48 CST(-0600)] <colinclark> This might have been it, jhung, but I'm not entirely sure: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
[11:10:29 CST(-0600)] <yzen> Justin_o_: so these are all the apps that are deployed in a typical deployment https://github.com/yzen/universal/blob/master/gpii/configs/fm.ps.sr.dr.mm.os.lms.development.json
[11:11:51 CST(-0600)] <colinclark> Or it might have been this one, jhung: http://bradfrostweb.com/blog/post/7-habits-of-highly-effective-media-queries/ Or maybe even this one: http://tympanus.net/codrops/2013/11/19/techniques-for-responsive-typography/
[11:12:57 CST(-0600)] <jhung> colinclark: that's all great stuff, thanks! Those links will also go into our jira that addresses this issue for the Metadata editor.
[11:13:09 CST(-0600)] <colinclark> cool, thanks
[11:13:39 CST(-0600)] <Justin_o_> yzen: thanks.. i'll take a look at that
[11:16:53 CST(-0600)] <cindyli> yzen: do we need to deploy kettle first of all or that would be all?
[11:17:39 CST(-0600)] <yzen> cindyli: universal (architecture) is built using kettle, which is our server side framework
[11:20:38 CST(-0600)] <Justin_o_> yzen: so we only need to install and launch universal?
[11:21:15 CST(-0600)] <yzen> Justin_o_: yes, it will pull kettle as a dependency
[11:22:26 CST(-0600)] <Justin_o_> and there are no other repos we need to checkout.. other than universal and the prefsEditor one
[11:23:33 CST(-0600)] <Justin_o_> yzen: ^
[11:24:00 CST(-0600)] <yzen> yep if you are on mac nothing else
[11:24:09 CST(-0600)] <Justin_o_> yzen: thanks
[11:24:27 CST(-0600)] <yzen> np
[11:26:02 CST(-0600)] <cindyli> yzen: i pulled universal and ran "npm install" and having "SSL Error: CERT_UNTRUSTED". do I need to update the configuration content that you gave to somewhere before running "npm install"?
[11:26:50 CST(-0600)] <Justin_o_> cindyli: i ran npm install but didn't see any errors
[11:26:59 CST(-0600)] <cindyli> oh no
[11:28:31 CST(-0600)] <yzen> try again cindyli remove node_modules
[11:28:36 CST(-0600)] <yzen> check your version of npm and node
[11:28:40 CST(-0600)] <yzen> i suggest get the latest one
[11:28:41 CST(-0600)] <cindyli> ok, thanks
[11:32:24 CST(-0600)] <cindyli> yzen: upgrading node and npm fixes the issue. what's the next step? update config file somewhere?
[11:32:49 CST(-0600)] <yzen> cindyli: well what exactly are you trying to do right now ?
[11:32:57 CST(-0600)] <cindyli> set up gpii server locally
[11:33:50 CST(-0600)] <yzen> cindyli: right
[11:33:54 CST(-0600)] <yzen> so once you did that you are deon
[11:33:57 CST(-0600)] <yzen> to deploy just run
[11:34:40 CST(-0600)] <yzen> NODE_ENV=fm.ps.sr.dr.mm.os.lms.development node node_modules/kettle/lib/init.js gpii/configs
[11:35:08 CST(-0600)] <yzen> what it does is it starts the system based on the config located at: gpii/configs/fm.ps.sr.dr.mm.os.lms.development.json
[11:35:12 CST(-0600)] <yzen> Justin_o_: cindyli ^
[11:35:33 CST(-0600)] <cindyli> cool trying
[11:35:36 CST(-0600)] <Justin_o_> yzen: thanks.. do we need to know what those initials mean?
[11:36:17 CST(-0600)] <yzen> just an acronym of what components are deployed: flow manager, preferences server, solutions registry etc
[11:36:32 CST(-0600)] <yzen> but name is irrelevant
[11:37:01 CST(-0600)] <Justin_o_> yzen: okay.. thanks
[11:37:09 CST(-0600)] <yzen> np
[11:37:12 CST(-0600)] <cindyli> yzen: got this error at the launch: ASSERTION FAILED: Cannot autoInit component gpii.deviceReporter which does not have an initFunction and gradeNames defined
[11:37:26 CST(-0600)] <yzen> one sec
[11:37:26 CST(-0600)] <Justin_o_> yzen: looks like something's running.. anyway to test it out?
[11:39:03 CST(-0600)] <yzen> Justin_o_: sure curl to it by issues a request curl localhost:8081/user/nisha/login
[11:39:10 CST(-0600)] <yzen> you should get a successful message
[11:39:29 CST(-0600)] <Justin_o_> yzen: great, works, thanks
[12:35:56 CST(-0600)] <sgithens_> kasparnet: Sorry, for cutting out, the call was over by the time I got rebooted
[13:44:26 CST(-0600)] <jhung> Justin_o_, cindyli, danaayotte: Should we continue tasking? Justin_o_ if you think it's a good idea, that we tape out multiple iterations, not just the next one (sort of how we did it in Decapod where we knew roughly what each iteration was going to accomplish).
[13:56:14 CST(-0600)] <Justin_o_> jhung: it might be a good idea to do multiple iterations since we have more than enough work. However, cindyli and I have been pulled off metadata for the moment.. probably for the rest of the week.. we need to help out with some gpii work that needs to be done for friday.
[13:56:28 CST(-0600)] <Justin_o_> sorry, we mentioned it at standup, but forgot to tell you about it.
[13:59:12 CST(-0600)] <jhung> Justin_o_: No prob.
[14:03:31 CST(-0600)] <jhung> danaayotte: I'm going to go through the FLOE iteration plan page and split off the design tasks from the other tasks.
[14:03:43 CST(-0600)] <danaayotte> great, thanks
[14:03:58 CST(-0600)] <jhung> danaayotte: after that perhaps we can go through and chat about them so we know what we're going to do
[14:03:59 CST(-0600)] <jhung> ?
[14:05:10 CST(-0600)] <danaayotte> sounds good jhung. i've been doing some thinking about the decoupled design but it would be good to check in
[14:05:53 CST(-0600)] <jhung> danaayotte: great! I'll ping you in a few minutes
[14:13:11 CST(-0600)] <Justin_o_> cindyli: i've created a new branch in my repo GPII-226 https://github.com/jobara/prefsEditors/tree/GPII-226
[14:13:20 CST(-0600)] <Justin_o_> it basically just has chris' code merged in at this point
[14:13:32 CST(-0600)] <cindyli> nice, thanks, Justin_o_
[14:23:59 CST(-0600)] <jhung> danaayotte: sync up in 10 minutes on skype?
[14:24:14 CST(-0600)] <danaayotte> yes
[19:45:06 CST(-0600)] <Bosmon> sgithens_ !
[20:28:48 CST(-0600)] <sgithens_> Bosmon !!
[20:29:09 CST(-0600)] <Bosmon> GGGITTHUEN!
[20:29:57 CST(-0600)] <sgithens_> ARE YOU IN COLORADER?!?