IRC Chat : 2014-01-21 - OpenMRS

00:18:07 *** djazayeri has joined #openmrs
00:18:07 *** ChanServ sets mode: +o djazayeri
01:11:29 <Tajha> When I run omrs-version where is bash looking to find out where it should look for the version info?
01:16:37 <OpenMRSBot> Recent updates in the world of openmrsci: HFEUI-HFEUI-282 has FAILED (1 tests failed) : Dependant of APPUI-APPUI-289 <https://ci-stg.openmrs.org/browse/HFEUI-HFEUI-282>
01:16:42 <Tajha> (I'm sorry if that's a dumb question, I know I'm a newb, but I'm trying to unnewb myself)
01:40:32 *** harsz89 has quit IRC
03:21:07 <OpenMRSBot> Recent updates in the world of openmrsci: EMRAPI-EMRAPI-399 has FAILED (59 tests failed) : Dependant of PMM-PMM-69 <https://ci-stg.openmrs.org/browse/EMRAPI-EMRAPI-399>
03:23:21 *** Gareth has joined #openmrs
03:23:28 <Gareth> Greetings.
03:56:02 *** robbyoconnor has quit IRC
04:24:00 *** bmanth60 has joined #openmrs
04:57:14 *** bmanth60 has quit IRC
05:24:10 *** k-joseph has joined #openmrs
05:27:53 *** harsz89 has joined #openmrs
05:27:54 *** ChanServ sets mode: +v harsz89
05:28:31 <harsz89> Hi Tajha
05:28:45 <harsz89> harsz89, did u installed the openmrs sdk?
05:29:51 <Tajha> Hi
05:31:23 <harsz89> Tajha, hi
05:31:43 <Tajha> harsz89, hi
05:32:00 <harsz89> Tajha, yeas what's your quesstion :D
05:32:30 <Tajha> I don't have one anymore >.>
05:33:39 <Tajha> apparently the problems I was having worked themselves out while I was off eating dinner XD
05:34:48 <harsz89> Tajha, oh
05:34:52 <harsz89> Tajha, then fine :)
05:35:55 <Tajha> If I run into any more snags tonight, I'll poke you about it, if that's okay ^.^;
05:44:42 <harsz89> Tajha, cool :)
05:51:16 *** GitHub71 has joined #openmrs
05:51:16 <GitHub71> [openmrs-core] k-joseph opened pull request #562: [#TRUNK-4202] Convert Order.orderer to be a Provider (1.10.x...TRUNK-4202) http://git.io/f-G53Q
05:51:16 *** GitHub71 has left #openmrs
05:52:32 <Tajha> harsz89, well that didn't take long >.<
05:54:30 <Tajha> harsz89, I didn't notice this before, just saw the Build Success notice. When I did omrs-run, I got this error right at the end:
05:54:32 <Tajha> Exception in thread "main" java.io.IOException: Wrong path to module:
05:55:13 <harsz89> Which version you use ?
05:56:24 <Tajha> So it doesn't seem like it's actually active at http://localhost:8080/openmrs I'm using the sdk version 1.0.7
05:57:24 <harsz89> Tajha, did you create a new module?
05:57:30 <Tajha> (sorry for slow typing, I'm learning colemak and use it for chatting to help me get better)
05:57:48 <harsz89> Tajha, it's fine
05:58:26 <Tajha> harsz89, no =/ I'm following the new dev guide, and it says to run it and then log in
05:59:34 <harsz89> Tajha, did you try run it as admin
06:03:24 <Tajha> I don't know how =/
06:03:24 *** GitHub138 has joined #openmrs
06:03:24 <GitHub138> [openmrs-core] k-joseph closed pull request #562: [#TRUNK-4202] Convert Order.orderer to be a Provider (1.10.x...TRUNK-4202) http://git.io/f-G53Q
06:03:24 *** GitHub138 has left #openmrs
06:04:30 <harsz89> Tajha, which os are you in?
06:04:43 <Tajha> ubuntu
06:04:47 <harsz89> Tajha, sometimes creating a mdoule will solve this problem
06:04:55 <harsz89> sudo omrs-run will done it
06:05:14 <harsz89> harsz89, just try create a module and go inside to it and execute omrs-run
06:06:09 <Tajha> I tried that and it said command not found
06:06:20 *** upul has quit IRC
06:08:23 <Tajha> and I'm not sure how to create a module... the guide says "in the module you just created" but doesn't actually seem to say anything about creating a module? x.X maybe I missed something... I'll go read it again
06:10:50 *** GitHub87 has joined #openmrs
06:10:50 <GitHub87> [openmrs-core] k-joseph opened pull request #563: [#TRUNK-4202] Convert Order.orderer to be a Provider (1.10.x...TRUNK-4202) http://git.io/qwX43g
06:10:50 *** GitHub87 has left #openmrs
06:11:07 <harsz89> Tajha, creating a module is easy
06:11:16 <harsz89> Tajha, you just need to run a command
06:11:22 <harsz89> harsz89, that's it :)
06:23:35 <Tajha> harsz89, what is "Group ID"?
06:23:37 <OpenMRSBot> Recent updates in the world of openmrsci: HFEUI-HFEUI-286 has FAILED (1 tests failed) : Dependant of APPUI-APPUI-294 <https://ci-stg.openmrs.org/browse/HFEUI-HFEUI-286>
06:37:28 <harsz89> Tajha, anything you like defaults also okey
06:39:41 <Tajha> harsz89, what's it for, though?
06:40:06 *** djazayeri has quit IRC
06:40:17 <harsz89> Tajha, when you creating a module
06:40:31 <harsz89> Tajha, you needs to specify them
06:41:41 <Tajha> harsz89, but what grouping is it identifying?
06:42:43 <harsz89> Tajha, group id is specified the particular group which module contains
06:42:53 <harsz89> org.openmrs will be the group id
06:43:32 <harsz89> artifact id is d particular module name
06:52:48 <Tajha> welp I apparently did something wrong because when I tried omrs-run from within the module I got a whole bunch of errors
06:53:22 <harsz89> Tajha,
06:53:32 <harsz89> oopz whats d main error u getting
06:53:33 <harsz89> ?
06:54:29 <Tajha> Sec, trying something else
06:58:27 <Tajha> woo, seem to have gotten it working ^.^
06:59:32 <Tajha> oh, wait... it's still doing things... but at least I can do to localhost:8080/openmrs now
07:01:40 <harsz89> Tajha, cool :)
07:01:48 <harsz89> Tajha, yey!
07:01:57 <harsz89> harsz89, so send me some chocolates :P
07:03:20 <Tajha> hmmm... more errors and warnings....
07:06:52 <Tajha> CommonsLoggingOutput.error(75) <--- going to google it, but does this mean anything to you?
07:09:34 <Tajha> annnnnd it seems to be hanging >.<
07:11:48 *** djazayeri has joined #openmrs
07:11:48 *** ChanServ sets mode: +o djazayeri
07:11:50 <OpenMRSBot> Recent updates in the world of openmrsci: HFEUI-HFEUI-287 has FAILED (1 tests failed) : Dependant of APPUI-APPUI-295 <https://ci-stg.openmrs.org/browse/HFEUI-HFEUI-287>
07:12:47 <Tajha> I think I have gotten to the "too tired to look at this any more" point... will continue tomorrow
07:22:56 <harsz89> Tajha, okey
07:23:11 <harsz89> Tajha, is this comes when u run d initial setup?
07:23:37 <harsz89> Tajha, any way cool :)
07:24:32 *** k-joseph has quit IRC
07:48:38 *** dkayiwa has joined #openmrs
08:00:52 *** robbyoconnor has joined #openmrs
08:00:52 *** ChanServ sets mode: +v robbyoconnor
08:51:10 <tobin_g_> hi dkayiwa
08:51:23 <dkayiwa> tobin_g_: hi
08:51:38 <tobin_g_> dkayiwa: long time no talk!
08:51:46 <tobin_g_> dkayiwa: how is everything with you?
08:52:39 <dkayiwa> tobin_g_: hahaha. long time
08:52:46 <dkayiwa> tobin_g_: all is well. and you?
08:53:02 <tobin_g_> dkayiwa: also well! I've been spending a full month in the refugee clinic in tel aviv which has been a lot of fun
08:53:14 <dkayiwa> tobin_g_: oh great :)
08:53:15 <tobin_g_> dkayiwa: although my to-do list for openmrs has grown drastically :P
08:53:21 <dkayiwa> tobin_g_: lollllll :)
08:53:22 <tobin_g_> dkayiwa: funny how that works
08:53:25 <dkayiwa> ;0
08:53:27 <dkayiwa> :)
08:53:36 <tobin_g_> dkayiwa: being here and really understanding the issues has been good
08:54:00 <tobin_g_> dkayiwa: one of those issues is searching patient attributes which I was SOOOO happy to see the code get committed for :)
08:54:45 <tobin_g_> dkayiwa: Do you have any idea when I'll be able to use it? I saw that it's not supposed to be released until version 1.11?
08:55:42 <dkayiwa> tobin_g_: you could talk nicely to wolf to see if he can back port it :)
08:57:59 <tobin_g_> dkayiwa: ok I will try :)
08:58:11 <tobin_g_> dkayiwa: knowing the code, would that be a very difficult thing to do?
08:58:20 <tobin_g_> dkayiwa: I suspect it could be a year or more before 1.11 comes out right?
08:59:41 <dkayiwa> tobin_g_: yes 1.11 is still a long way to be out. As for the back port, it shouldn't be hard. Although the Arthur himself would be the fastest at back porting it :)
09:01:39 <tobin_g_> dkayiwa: Wolf is Arthur?
09:03:19 <dkayiwa> tobin_g_: spelling mistake. was supposed to mean the committer :)
09:03:35 <tobin_g_> dkayiwa: perfect I'll speak to wolf
09:03:41 <tobin_g_> dkayiwa: thanks for the help I have to go see a patient!
09:03:47 <tobin_g_> dkayiwa: will catch up with you soon
09:03:57 <dkayiwa> tobin_g_: sure
09:21:31 *** GitHub6 has joined #openmrs
09:21:32 <GitHub6> [openmrs-core] jkondrat closed pull request #481: #TRUNK-3751: Saying that a module requires OpenMRS 1.9.2-SNAPSHOT fails (master...TRUNK-3751) http://git.io/x0cM8Q
09:21:32 *** GitHub6 has left #openmrs
09:21:36 *** GitHub8 has joined #openmrs
09:21:37 <GitHub8> [openmrs-core] jkondrat reopened pull request #481: #TRUNK-3751: Saying that a module requires OpenMRS 1.9.2-SNAPSHOT fails (master...TRUNK-3751) http://git.io/x0cM8Q
09:21:37 *** GitHub8 has left #openmrs
10:22:51 *** isaac__ has joined #openmrs
10:23:36 <isaac__> dkayiwa:hello
10:23:42 <dkayiwa> isaac__: hi
10:24:59 <isaac__> dkayiwa: through all the installations of maven, it cant be recognised when pinged at command prompt, i tried googling all through the internet but still i failed, what do you think would be the problem?
10:25:28 <dkayiwa> isaac__: which page did you follow when installing maven?
10:27:33 *** VaibhavAgarwal has joined #openmrs
10:27:52 <isaac__> dkayiwa: i followed through the link https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers
10:27:53 <OpenMRSBot> <http://ln-s.net/8_PW> (at wiki.openmrs.org)
10:31:53 <dkayiwa> isaac__: have you tried googling with some thing like "how to setup maven on windows" ?
10:33:52 <isaac__> dkayiwa: well i have, up to an extent of setting up environmental variable paths of maven and java
10:34:08 <dkayiwa> isaac__: which page did you use?
10:36:26 <isaac__> dkayiwa: i've used various links. One of them http://www.mkyong.com/maven/how-to-install-maven-in-windows/
10:36:27 <OpenMRSBot> <http://ln-s.net/:xim> (at www.mkyong.com)
10:36:44 <dkayiwa> isaac__: did you restart your computer?
10:38:59 <isaac__> dkayiwa: i didnt at that time.
10:39:24 <dkayiwa> isaac__: have you restarted it ever since?
10:40:31 <isaac__> dkayiwa: yes, and it still persists
10:40:47 <dkayiwa> isaac__: what does mvn –version return?
10:42:58 <isaac__> dkayiwa: 'mvn' is not reognized as an internal or external, operable program or batch file
10:43:59 <dkayiwa> isaac__: what is the value of your MAVEN_HOME?
10:48:47 <isaac__> dkayiwa: C:\Program Files\maven\apache-maven-3.0.4-bin
10:49:40 <dkayiwa> isaac__: and what is the value for your Path environmental variable?
10:52:01 <isaac__> dkayiwa: C:\program Files\Java\jdk 1.6.0_13
10:53:22 <dkayiwa> isaac__: does it match with that page that you gave me above?
10:55:25 *** dkayiwa has quit IRC
11:03:01 *** dkithmal has joined #openmrs
11:10:18 *** isaac__ has quit IRC
11:17:42 *** dkayiwa has joined #openmrs
11:19:47 *** jblaya has joined #openmrs
11:20:26 <jblaya> Hi dkayiwa, you around?
11:20:36 <dkayiwa> jblaya: yes
11:21:47 <jblaya> hey, do you mind if we keep seeing what the problem is with that form dkayiwa?
11:26:36 <dkayiwa> jblaya: ok
11:27:19 <jblaya> dkayiwa, where you able to see anything else from the xml I sent as to what could be the problem?
11:28:30 <dkayiwa> jblaya: can u send it again
11:31:49 *** jblaya has quit IRC
11:40:49 *** GitHub195 has joined #openmrs
11:40:49 <GitHub195> [openmrs-core] suraj5 opened pull request #564: changes for trunk3987 (1.8.x...Trunk-3987(1.8.x)) http://git.io/Z3PQdA
11:40:49 *** GitHub195 has left #openmrs
11:44:21 *** jblaya has joined #openmrs
11:59:14 <jblaya> dkayiwa, so are the answer concepts supposed to say false as in the text I sent yesterday?
12:07:31 <dkayiwa> jblaya: can you send the form again?
12:07:31 *** GitHub167 has joined #openmrs
12:07:31 <GitHub167> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/TAIEcQ
12:07:31 <GitHub167> openmrs-core/master f081bf0 dkayiwa: Bug in PersonAttribute.compareTo - TRUNK-3826
12:07:31 *** GitHub167 has left #openmrs
12:10:41 *** GitHub72 has joined #openmrs
12:10:42 <GitHub72> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/qWUtsg
12:10:42 <GitHub72> openmrs-core/master edd0339 dkayiwa: Renaming unit test method for: Bug in PersonAttribute.compareTo -...
12:10:42 *** GitHub72 has left #openmrs
12:15:49 *** GitHub155 has joined #openmrs
12:15:49 <GitHub155> [openmrs-core] dkayiwa closed pull request #561: TRUNK-3826 Bug in PersonAttribute.compareTo (master...TRUNK-3826) http://git.io/iTyUHQ
12:15:49 *** GitHub155 has left #openmrs
12:21:49 <jblaya> dkayiwa, sure here it is http://pastebin.com/dgjzia2b
12:22:27 <jblaya> dkayiwa, you should look at the field Conclusiones and this is what is being submitted <conclusiones_llamada_falta_de_acciones_preventivas openmrs_concept="226^Conclusiones llamada falta de acciones preventivas^99DCT" openmrs_datatype="CWE" multiple="1">
12:22:27 <jblaya> <jblaya> <datexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
12:22:27 <jblaya> <jblaya> <timexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
12:22:27 <jblaya> <jblaya> <cita_a_control openmrs_concept="227^cita a control^99DCT">false</cita_a_control>
12:22:30 <jblaya> <jblaya> <cita_a_examenes openmrs_concept="228^cita a examenes^99DCT">false</cita_a_examenes>
12:22:32 <jblaya> <jblaya> <instrucciones_cuidado_en_casa openmrs_concept="229^instrucciones cuidado en casa^99DCT">false</instrucciones_cuidado_en_casa>
12:22:35 <jblaya> <jblaya> <instrucciones_consulta_sapu openmrs_concept="230^instrucciones consulta SAPU^99DCT">false</instrucciones_consulta_sapu>
12:22:38 <jblaya> <jblaya> <controles_habituales openmrs_concept="231^controles habituales^99DCT">false</controles_habituales>
12:22:41 <jblaya> <jblaya> <xforms_value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></conclusiones_llamada_falta_de_acciones_preventivas>
12:23:27 *** travis-ci has joined #openmrs
12:23:27 <travis-ci> [travis-ci] [openmrs/openmrs-core] [edd0339] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17335773
12:23:27 *** travis-ci has left #openmrs
12:24:05 *** dkayiwa has quit IRC
12:34:24 *** GitHub162 has joined #openmrs
12:34:25 <GitHub162> [openmrs-core] lukgas6 opened pull request #565: TRUNK-4226: Performance - Method concatenates strings using + in a loop (master...TRUNK-4226) http://git.io/Nqzjcw
12:34:25 *** GitHub162 has left #openmrs
12:38:39 *** dkayiwa has joined #openmrs
12:59:13 *** VaibhavAgarwal has quit IRC
13:03:17 *** GitHub89 has joined #openmrs
13:03:18 <GitHub89> [openmrs-core] tadeitto opened pull request #566: TRUNK-4232: SonarQube - Write to static field from instance method (master...TRUNK-4232) http://git.io/33Pk3w
13:03:18 *** GitHub89 has left #openmrs
13:08:09 *** GitHub80 has joined #openmrs
13:08:09 <GitHub80> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/j0VaXg
13:08:09 <GitHub80> openmrs-core/master 720f548 dkayiwa: Doing some maven formatting
13:08:09 *** GitHub80 has left #openmrs
13:20:29 *** travis-ci has joined #openmrs
13:20:29 <travis-ci> [travis-ci] [openmrs/openmrs-core] [720f548] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17338437
13:20:29 *** travis-ci has left #openmrs
13:24:38 *** dkithmal_ has joined #openmrs
13:25:34 *** dkithmal has quit IRC
13:34:33 <jblaya> dkayiwa, did I miss a response from you?
13:35:02 <dkayiwa> jblaya: yes u did. wanted you to resend the form
13:35:58 <jblaya> dkayiwa, I did that :D sure here it is http://pastebin.com/dgjzia2b
13:36:53 <dkayiwa> jblaya: can you create a form with just that one field here? APPLICATION_DATA_DIRECTORY_FALLBACK_UNIX
13:37:07 <dkayiwa> jblaya: i did mean here http://demo.openmrs.org/openmrs/index.htm :)
13:37:53 <jblaya> dkayiwa, in a new form?
13:38:21 <dkayiwa> jblaya: yes create a new form
13:38:25 <jblaya> dkayiwa, we also have our dev server if you want
13:38:55 <dkayiwa> jblaya: no problem. as long as its a new form with just one obs field :)
13:39:05 *** nhutuan has joined #openmrs
13:40:49 *** nhutuan has quit IRC
13:46:30 *** GitHub176 has joined #openmrs
13:46:30 <GitHub176> [openmrs-core] tadeitto closed pull request #566: TRUNK-4232: SonarQube - Write to static field from instance method (master...TRUNK-4232) http://git.io/33Pk3w
13:46:30 *** GitHub176 has left #openmrs
13:48:10 <jblaya> dkayiwa, here it is
13:48:38 <jblaya> dkayiwa, username is: daniel@openmrs, pass: Daniel123, here is the URl http://dev.ehs.cl/midoctor/module/xforms/xformDesigner.form?formId=34
13:48:43 <OpenMRSBot> <http://ln-s.net/AXqi> (at dev.ehs.cl)
13:50:29 <dkayiwa> jblaya: ok
13:51:38 <dkayiwa> jblaya: i get: Usuario/contraseña inválida. Por favor intente de nuevo.
13:52:27 <jblaya> dkayiwa, sorry, daniel@openmrs.org
13:54:16 *** cioan has joined #openmrs
14:08:36 <dkayiwa> jblaya: ok that worketh :)
14:10:19 <jblaya> dkayiwa, ok, great, let me know if you need anything else
14:10:33 <dkayiwa> jblaya: are these boolean concepts?
14:10:50 <dkayiwa> jblaya: i mean the children of: Conclusiones llamada falta de acciones preventivas
14:18:05 <jblaya> no, they are N/A
14:18:44 <jblaya> dkayiwa, they are N/A
14:20:55 <dkayiwa> jblaya: remind me of what the problem was
14:32:28 <jblaya> dkayiwa, that the answers were not getting filled in
14:32:48 <jblaya> dkayiwa, sorry, I'm in another meeting and responding slow, so the question concept is there, but it has no answers
14:33:49 <jblaya> dkayiwa, and the xml that is submitted has false by the answer concepts and I don't know if that's the problem, so this is how the xform is being submitted <conclusiones_llamada_falta_de_acciones_preventivas openmrs_concept="226^Conclusiones llamada falta de acciones preventivas^99DCT" openmrs_datatype="CWE" multiple="1">
14:33:49 <jblaya> <jblaya> <datexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
14:33:49 <jblaya> <jblaya> <timexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
14:33:49 <jblaya> <jblaya> <cita_a_control openmrs_concept="227^cita a control^99DCT">false</cita_a_control>
14:33:49 <jblaya> <jblaya> <cita_a_examenes openmrs_concept="228^cita a examenes^99DCT">false</cita_a_examenes>
14:33:51 <jblaya> <jblaya> <instrucciones_cuidado_en_casa openmrs_concept="229^instrucciones cuidado en casa^99DCT">false</instrucciones_cuidado_en_casa>
14:33:54 <jblaya> <jblaya> <instrucciones_consulta_sapu openmrs_concept="230^instrucciones consulta SAPU^99DCT">false</instrucciones_consulta_sapu>
14:33:57 <jblaya> <jblaya> <controles_habituales openmrs_concept="231^controles habituales^99DCT">false</controles_habituales>
14:34:00 <jblaya> <jblaya> <xforms_value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></conclusiones_llamada_falta_de_acciones_preventivas>
14:34:59 <jblaya> dkayiwa, I've placed a beep now so that I'll answer you more quickly
15:00:52 <cpower_> Let's get ready to SCRUMBLE!!!
15:01:51 <cpower_> !scrumon cpower
15:01:51 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster cpower- you may begin when ready.
15:02:23 <cpower_> Order: djazayeri , rafa , dkayiwa , and Wyclif if he appears
15:03:41 *** wluyima has joined #openmrs
15:03:44 <cpower_> djazayeri: you are up!
15:05:22 <cpower_> ok rafa
15:08:01 <cpower_> oook how about dkayiwa !
15:08:25 <dkayiwa> Done some ticket administration
15:08:26 <dkayiwa> Reviewing and merging pull requests
15:08:26 <dkayiwa> No Blockers
15:08:39 <wluyima> let me go
15:08:44 <cpower_> yep go
15:08:53 *** dkithmal_ has quit IRC
15:09:15 *** dkithmal_ has joined #openmrs
15:10:01 <wluyima> Friday:
15:10:01 <wluyima> - Code reviews and merging code
15:10:03 <wluyima> - Address review comments for TRUNK-4187 - Add a liquibase changeset that checks that all text units are mapped to concepts
15:10:04 <wluyima> - Curated some rest WS order entry tickets
15:10:06 <wluyima> Tuesday:
15:10:07 <wluyima> - Code reviews and merginf code
15:10:09 <wluyima> - Curate more rest WS order entry tickets
15:10:10 <wluyima>
15:10:10 <wluyima> Blockers: None
15:10:57 *** dkayiwa has quit IRC
15:12:18 *** GitHub6 has joined #openmrs
15:12:18 <GitHub6> [openmrs-core] tadeitto opened pull request #567: TRUNK-4232: SonarQube - Write to static field from instance method (master...TRUNK-4232) http://git.io/lrjJXA
15:12:18 *** GitHub6 has left #openmrs
15:14:34 <cpower_> ok was going to ask Daniel how ticket generation or the release was going...
15:15:20 <cpower_> Group scrum with India and Kenya in 45mins
15:15:24 <cpower_> !scrumoff
15:15:24 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
15:32:39 *** harsz89 has quit IRC
15:41:37 *** GitHub126 has joined #openmrs
15:41:38 <GitHub126> [openmrs-core] tadeitto opened pull request #568: TRUNK-4228: SonarQube - Nullcheck of value previously dereferenced (master...TRUNK-4228) http://git.io/czul-A
15:41:38 *** GitHub126 has left #openmrs
15:44:18 *** harsz89 has joined #openmrs
15:44:19 *** ChanServ sets mode: +v harsz89
16:03:45 *** dkithmal has joined #openmrs
16:04:32 *** dkithmal_ has quit IRC
16:18:07 *** jblaya has quit IRC
16:19:17 *** Ch3ck_ has quit IRC
16:22:10 <OpenMRSBot> Recent updates in the world of openmrsci: CONTRIB-UITESTFR-1 has FAILED : First build for this plan <https://ci-stg.openmrs.org/browse/CONTRIB-UITESTFR-1>
16:24:19 *** Ch3ck has joined #openmrs
16:30:57 *** jblaya has joined #openmrs
16:31:04 *** dkithmal has quit IRC
16:31:28 *** dkithmal has joined #openmrs
16:35:16 *** GitHub14 has joined #openmrs
16:35:17 <GitHub14> [openmrs-core] aniketha opened pull request #569: updating (master...master) http://git.io/e-rpHg
16:35:17 *** GitHub14 has left #openmrs
16:35:35 *** wluyima has quit IRC
16:36:22 *** GitHub63 has joined #openmrs
16:36:23 <GitHub63> [openmrs-core] aniketha closed pull request #569: updating (master...master) http://git.io/e-rpHg
16:36:23 *** GitHub63 has left #openmrs
16:38:25 *** GitHub28 has joined #openmrs
16:38:26 <GitHub28> [openmrs-core] aniketha opened pull request #570: Merge pull request #1 from openmrs/master (master...master) http://git.io/vsrOPA
16:38:26 *** GitHub28 has left #openmrs
16:38:35 *** GitHub194 has joined #openmrs
16:38:36 <GitHub194> [openmrs-core] aniketha closed pull request #570: Merge pull request #1 from openmrs/master (master...master) http://git.io/vsrOPA
16:38:36 *** GitHub194 has left #openmrs
16:43:50 *** dkithmal has quit IRC
16:44:14 *** dkithmal has joined #openmrs
16:48:55 *** cioan1 has joined #openmrs
16:51:49 *** cioan has quit IRC
16:53:27 *** k-joseph has joined #openmrs
17:00:07 *** jblaya has quit IRC
17:00:10 <OpenMRSBot> Recent updates in the world of openmrsci: REPUI-REPUI-404 has FAILED (1 tests failed) : Updated by Glauber Ramos <https://ci-stg.openmrs.org/browse/REPUI-REPUI-404>
17:06:18 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1640 has FAILED (2 tests failed) : Updated by Darius Jazayeri <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1640>
17:06:28 *** Ch3ck_ has joined #openmrs
17:06:40 *** dkithmal_ has joined #openmrs
17:09:10 *** Ch3ck has quit IRC
17:09:20 *** dkithmal has quit IRC
17:12:16 *** jblaya has joined #openmrs
17:12:29 <Gareth> I /w 6
17:16:44 *** VaibhavAgarwal has joined #openmrs
17:23:49 *** jblaya has quit IRC
17:32:26 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1641 has FAILED (2 tests failed) : Dependant of CA-CA-614 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1641>
17:36:43 *** jblaya has joined #openmrs
17:56:31 *** jblaya has quit IRC
17:56:53 *** VaibhavAgarwal has quit IRC
18:01:25 *** cioan has joined #openmrs
18:01:32 *** cioan1 has quit IRC
18:08:25 *** jblaya has joined #openmrs
18:08:49 *** wluyima has joined #openmrs
18:10:56 *** djazayeri has quit IRC
18:18:54 *** jblaya has quit IRC
18:24:24 *** khayam has joined #openmrs
18:24:59 *** dkithmal_ has quit IRC
18:30:12 *** jblaya has joined #openmrs
18:38:41 *** k-joseph has quit IRC
18:40:28 *** djazayeri has joined #openmrs
18:40:29 *** ChanServ sets mode: +o djazayeri
18:56:40 *** jblaya has quit IRC
19:03:51 *** cioan1 has joined #openmrs
19:04:08 *** khayam has quit IRC
19:05:12 *** cioan has quit IRC
20:22:19 *** dkayiwa has joined #openmrs
20:50:32 *** djazayeri has quit IRC
20:50:59 *** djazayeri has joined #openmrs
20:50:59 *** ChanServ sets mode: +o djazayeri
20:58:33 *** djazayeri has quit IRC
20:59:08 *** djazayeri has joined #openmrs
20:59:13 *** ChanServ sets mode: +o djazayeri
21:00:27 *** djazayeri has quit IRC
21:04:47 *** robbyoconnor has quit IRC
21:05:15 *** robbyoconnor has joined #openmrs
21:05:16 *** ChanServ sets mode: +v robbyoconnor
21:19:46 *** robbyoconnor has quit IRC
21:21:17 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1642 has FAILED (2 tests failed) : Dependant of CA-CA-615 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1642>
21:21:52 *** robbyoconnor has joined #openmrs
21:21:52 *** ChanServ sets mode: +v robbyoconnor
21:28:35 *** wluyima has quit IRC
22:04:01 *** cioan1 has quit IRC
22:04:57 *** djazayeri has joined #openmrs
22:04:57 *** ChanServ sets mode: +o djazayeri
22:06:58 *** dkayiwa has quit IRC
22:10:26 *** dkayiwa has joined #openmrs
22:22:58 *** dkayiwa has quit IRC
23:00:15 *** dkithmal_ has joined #openmrs
23:11:42 *** wluyima has joined #openmrs