IRC Chat : 2013-04-10 - OpenMRS

00:11:45 *** h3llborn has quit IRC
00:23:20 *** janinaj_ has quit IRC
00:26:19 *** cospih has joined #openmrs
00:31:56 *** andreap has quit IRC
00:35:08 <davidpardz> hi wyclif hope you are doing well. I have a question about the Community Developers which I hope you could answer. I would like to know if apart from tackling issues that matter most, they also review code committed by others, even if this code doesn't solve a high-priority bug
00:38:21 *** djazayeri has quit IRC
00:41:46 *** djazayeri has joined #openmrs
00:41:46 *** ChanServ sets mode: +o djazayeri
00:46:08 *** janinaj_ has joined #openmrs
00:47:28 <djazayeri> wyclif: hey, two of the builds are broken by your commit: https://ci-stg.openmrs.org/allPlans.action
00:49:07 *** janinaj_ has quit IRC
01:05:01 <davidpardz> hi djazayeri hope you are well. I was wondering if apart from tackling issues that matter most, the Community Developers also reviews code committed by others, even if this code doesn't solve a high-priority bug
01:05:46 <djazayeri> davidpardz: Generally, yes.
01:06:04 <djazayeri> davidpardz: the idea is that there is always one full-time person assigned to this role: https://wiki.openmrs.org/x/RwBDAg
01:07:27 <djazayeri> davidpardz: currently that's Rafal Korytkowski (OpenMRS ID = raff), though on Thursday we switch to someone new.
01:07:58 <djazayeri> Normally that would be documented here ( https://wiki.openmrs.org/x/twjn ) but the calendar appears down
01:08:21 <djazayeri> davidpardz: that said we do prioritize by perceived utility
01:08:34 <djazayeri> davidpardz: is there a specific ticket you've committed code to that you want reviewed?
01:09:37 <davidpardz> djazayeri thank you, for the information, I was reading this one https://wiki.openmrs.org/display/RES/Community+Development+Swim+Lane
01:11:28 <davidpardz> djazayeri and yes, I'd love to receive some feedback about HTMLWIDGETS-13 and REPORT-419
01:12:11 <djazayeri> davidpardz: you can @mention raff on them and see if he has time to review tomorrow.
01:12:39 <djazayeri> davidpardz: alternately Mike Seaton will probably review these at some point (but he's in Haiti now, so I imagine it will take him some time.)
01:13:18 <davidpardz> djazayeri thank you, I'll do that
01:14:05 <davidpardz> djazayeri ok good to know, I mentioned only Mike Seaton on the ticket
01:15:26 *** jb360 has joined #openmrs
01:29:57 *** rajith has joined #openmrs
01:36:47 *** h3llborn has joined #openmrs
01:39:06 *** cospih has quit IRC
01:39:13 *** harsz89 has quit IRC
01:54:50 *** rajith has quit IRC
02:27:17 *** harshadura has joined #openmrs
02:29:19 <harshadura> Hi jkeiper
03:00:46 *** harsz89 has joined #openmrs
03:04:20 *** tfen has joined #openmrs
03:04:37 *** jenn_ has quit IRC
03:20:52 *** tfen has quit IRC
03:21:14 *** djazayeri has quit IRC
03:24:25 *** djazayeri has joined #openmrs
03:24:25 *** ChanServ sets mode: +o djazayeri
03:24:34 *** h3llborn has quit IRC
03:25:16 *** h3llborn has joined #openmrs
03:29:55 *** h3llborn has quit IRC
03:45:02 *** portablejim has joined #openmrs
03:45:02 *** portablejim has joined #openmrs
03:50:46 *** jenn_ has joined #openmrs
03:51:27 *** khayamuddin31 has joined #openmrs
03:53:59 *** harshadura has quit IRC
03:57:57 *** khayamuddin31 has quit IRC
04:00:59 *** davidpardz has left #openmrs
04:02:41 *** harshadura has joined #openmrs
04:02:41 *** ChanServ sets mode: +v harshadura
04:16:10 *** ekuo has joined #openmrs
04:24:48 *** djazayeri has quit IRC
04:46:19 *** h3llborn has joined #openmrs
04:54:09 *** djazayeri has joined #openmrs
04:54:09 *** ChanServ sets mode: +o djazayeri
05:01:40 *** robbyoconnor has quit IRC
05:02:13 *** robbyoconnor has joined #openmrs
05:02:13 *** ChanServ sets mode: +v robbyoconnor
05:22:57 *** kavuri has joined #openmrs
05:36:00 *** jenn_ has quit IRC
05:50:54 *** shortend has joined #openmrs
05:58:09 *** joeseff has joined #openmrs
06:08:39 *** ibewes has joined #openmrs
06:16:04 *** ekuo has quit IRC
06:21:43 *** harshadura has quit IRC
06:33:45 <portablejim> Is there any more information on modules adding roles on install via the config.xml
06:41:14 *** diadara has joined #openmrs
06:49:51 *** djazayeri has quit IRC
06:54:24 <ibewes> portablejim: I'm not sure about adding roles... adding privileges is pretty easy though
06:56:15 <portablejim> Just had a look at the code and there are no mentions of roles in {api,web}/src/main/java/org/openmrs/module/ . So I am going to assume it is not possible.
06:58:13 *** dkayiwa has joined #openmrs
07:08:57 *** shortend has quit IRC
07:11:26 *** kavuri has quit IRC
07:21:42 *** joeseff has quit IRC
07:24:10 *** kavuri has joined #openmrs
07:31:22 *** jb360 has quit IRC
07:37:16 *** h3llborn has quit IRC
07:37:36 *** dmulindwa has joined #openmrs
07:46:51 <portablejim> How would I go about loading and saving roles? I am guessing going through the context, but I am having trouble finding how to do it.
07:51:41 <ibewes> portablejim: we've just done it manually as a post-install step
07:51:43 *** dkayiwa has quit IRC
07:52:39 <portablejim> Is there an api for modules to add roles?
07:54:31 *** dkayiwa has joined #openmrs
07:55:21 <portablejim> I found it. YAY!
07:56:01 <ibewes> portablejim: do tell
07:56:51 <portablejim> UserService has getAllRoles() and saveRole()
08:09:46 *** kavuri has quit IRC
08:25:37 *** shortend has joined #openmrs
08:35:35 *** kavuri has joined #openmrs
08:38:20 *** shortend has quit IRC
08:50:34 *** shortend has joined #openmrs
08:57:01 *** diadara has quit IRC
08:58:13 *** ibewes has quit IRC
09:09:59 *** nimby has quit IRC
09:10:40 *** ibewes has joined #openmrs
09:11:57 *** diadara has joined #openmrs
09:23:45 *** rkorytkowski has joined #openmrs
09:23:45 *** ChanServ sets mode: +v rkorytkowski
09:36:00 *** khayamuddin31 has joined #openmrs
09:36:00 *** khayamuddin31 is now known as khayam
09:38:05 <khayam> dkayiwa-What Rafal told about https://tickets.openmrs.org/browse/TRUNK-3094 ?
09:46:25 <rkorytkowski> khayam: hi
09:46:37 *** rkorytkowski is now known as rafa
09:46:51 <rafa> khayam: did you want to ask me about something?
09:48:47 *** khayam has quit IRC
09:49:09 *** garima has joined #openmrs
09:49:40 <garima> rafa, hi
09:49:46 <rafa> garima: hi
09:50:13 <garima> rafa, i read your mail which said search handlers could be added for all the resources
09:50:55 <rafa> garima: yes, it's just an idea I'd like to hear feedback
09:51:16 <garima> rafa, i would like to take up the task, it would help me in getting with the system for GSoC
09:51:44 <rafa> garima: it would be great :) let's just wait for more devs to respond to that
09:51:53 <rafa> garima: maybe people have other thoughts
09:52:21 <garima> rafa, ok :)
09:52:34 <rafa> garima: thanks for the pull request!
09:52:45 <garima> rafa, you reviewed it?
09:52:53 <rafa> garima: not yet, but will try asap
09:53:09 <garima> rafa, ok :) thanks for all your help :)
09:53:45 <garima> rafa, can you tell me how to proceed with the Data Comparison Module Idea, maybe direct me to some resources
09:53:46 *** khayamuddin31 has joined #openmrs
09:54:20 <rafa> garima: I expect to create a wiki page for that project soon. By the end of this week at most
09:54:36 <rafa> garima: stay tuned :)
09:54:57 <garima> rafa, sure I will :) meanwhile is there something I can do to get started ?
09:55:18 <rafa> garima: you're doing very well by sending us pull requests :)
09:56:02 <rafa> garima: we value these contributions very much!
09:56:24 <garima> rafa: glad to hear that :)
09:56:30 *** khayamuddin31 has quit IRC
10:07:29 *** shortend has quit IRC
10:13:22 *** harsz89 has quit IRC
10:21:09 <OpenMRSBot> Recent updates in the world of openmrs: Shazin Sadakath: Best Practice in Web Services Usage <http://shazsterblog.blogspot.com/2013/04/best-practice-in-web-services-usage.html>
10:25:13 *** rajith has joined #openmrs
10:26:14 *** harshadura has joined #openmrs
10:47:35 *** k-joseph has joined #openmrs
10:53:31 *** shortend has joined #openmrs
10:57:12 *** cospih has joined #openmrs
10:59:37 *** garima has quit IRC
11:07:09 *** rajith has quit IRC
11:10:13 *** k-joseph has quit IRC
11:15:12 *** rafa has quit IRC
11:18:24 *** rkorytkowski has joined #openmrs
11:18:24 *** rkorytkowski is now known as rafa
11:18:24 *** ChanServ sets mode: +v rafa
11:22:55 *** kavuri has quit IRC
11:24:49 *** dkayiwa_ has joined #openmrs
11:26:39 *** dkayiwa has quit IRC
11:26:39 *** dkayiwa_ is now known as dkayiwa
11:28:51 *** k-joseph has joined #openmrs
11:32:41 *** rajith has joined #openmrs
11:36:34 *** k-joseph has quit IRC
11:39:48 *** dkayiwa has quit IRC
11:43:52 *** dkayiwa has joined #openmrs
12:09:09 *** rajith has quit IRC
12:12:48 *** harsz89 has joined #openmrs
12:18:38 *** k-joseph has joined #openmrs
12:18:43 *** skyobad has joined #openmrs
12:22:25 *** rajith has joined #openmrs
12:31:00 *** wyclif has quit IRC
12:36:02 <harsz89> hi rafa
12:36:07 <rafa> harsz89: hi
12:36:18 <harsz89> rafa, i'm looking at https://tickets.openmrs.org/browse/RESTWS-287
12:36:45 <harsz89> rafa, it says not return null values in get request
12:37:41 <rafa> harsz89: can you please e-mail the dev list about it?
12:37:42 <harsz89> rafa, for achieve it i though remove null value fields in the return object :)
12:37:59 <harsz89> rafa, ah okey rafa i'll drop a mail :)
12:38:03 <rafa> harsz89: I'm not sold on this i.e. I don't think it's a bug
12:38:37 <harsz89> rafa, yeah :) djazayeri also mention it
12:38:51 <harsz89> rafa, i'll drop a mail
12:38:56 <rafa> harsz89: just ask if anyone else has opinions :)
12:38:56 <harsz89> rafa, thanks
12:39:00 <rafa> harsz89: thank you
12:39:10 <harsz89> rafa, okey rafa i'll do :)
12:41:21 *** GitHub176 has joined #openmrs
12:41:21 <GitHub176> [openmrs-core] gordonbr opened pull request #271: TRUNK-3959 - Comparison of strings using != instead of .equals (master...master) http://git.io/jBlOrQ
12:41:21 *** GitHub176 has left #openmrs
12:49:25 *** cpower_ has quit IRC
12:54:49 *** harshadura_ has joined #openmrs
12:56:02 *** skyobad is now known as Obad
12:56:36 *** cpower_ has joined #openmrs
13:02:58 *** Obad has quit IRC
13:04:23 *** breeze has joined #openmrs
13:04:56 *** djazayeri has joined #openmrs
13:04:56 *** ChanServ sets mode: +o djazayeri
13:20:08 <djazayeri> downey: can I get permission to delete a bad artifact from our nexus repository
13:20:53 <downey> Seems like you should already have it. No?
13:21:38 *** dkayiwa has quit IRC
13:22:38 *** dkayiwa has joined #openmrs
13:22:54 *** ningosi has joined #openmrs
13:23:19 <djazayeri> downey: oh, maybe a different password than my openmrs id one
13:24:45 *** ningosi is now known as Ojwanganto
13:25:08 *** wyclif has joined #openmrs
13:25:30 <downey> djazayeri: id is the same but paid
13:25:36 <downey> Password is different perhaps
13:25:40 *** dkayiwa has quit IRC
13:26:00 *** k-joseph has quit IRC
13:27:39 <djazayeri> downey: found it, thanks, password was differet
13:31:47 *** sashrika has joined #openmrs
13:32:08 <downey> djazayeri: ok, cool
13:44:36 *** wyclif has quit IRC
13:45:12 *** wyclif has joined #openmrs
13:47:01 <djazayeri> wyclif: hey, we lost you
13:47:22 *** h3llborn has joined #openmrs
13:47:28 <wyclif> djazayeri, yeah, i had just passed a disclaimer about my machine
13:47:37 <djazayeri> wyclif: yeah. :-)
13:48:03 <wyclif> djazayeri, can you send me the link to the hangout?
13:48:43 *** Ojwanganto has quit IRC
13:52:24 *** harshadura_ has quit IRC
13:54:28 *** jkeiper has quit IRC
13:54:46 *** jkeiper has joined #openmrs
13:54:46 *** ChanServ sets mode: +v jkeiper
13:55:41 *** wyclif_ has joined #openmrs
13:55:41 *** dmulindwa has quit IRC
13:55:52 *** wyclif has quit IRC
13:56:05 <jkeiper> cospih++
13:56:07 *** dmulindwa has joined #openmrs
13:56:32 <djazayeri> wyclif_: maybe it's easier for you to do an ls and just paste the output. :-)
13:57:57 <wyclif_> djazayeri, i have many modules
13:58:15 <djazayeri> wyclif_: maybe that's why your computer is crashing. :-)
13:58:19 *** jblaya has joined #openmrs
13:58:40 *** harshadura_ has joined #openmrs
13:58:57 <wyclif_> djazayeri, but the started ones that are related to the sprint are coreapps, referenceapplication, emr, appframework,uicommons and uiframework
13:59:32 <jblaya> rafa, sunbiz, any idea why if I changed the version in all three pom.xml in a module, why the version that is displayed in the openmrs panel is different?
13:59:55 <rafa> jblaya: it's read from config.xml
14:00:02 <rafa> jblaya: see what stands there
14:00:04 <sunbiz> jblaya: its from config.xml
14:00:09 * cpower only so many hours in the day, and I manage to fill all of them with the wrong stuff...
14:00:14 <sunbiz> rafa: beat me to that :D
14:00:19 <cpower> Are we ready to scrum!
14:00:43 <cpower> Silence is golden
14:01:04 <cpower> !scrumon cpower
14:01:04 * 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.
14:01:47 <cpower> Order: mseaton , djazayeri , rafa , breeze , wyclif_ , and Andrea when she appears.
14:01:56 *** andreapat has joined #openmrs
14:02:31 <cpower> mseaton: you are up
14:03:09 <cpower> Ok, djazayeri how about you, you are next!
14:03:28 <djazayeri> * Working on how to share scss files across multiple modules, for shared style sheets
14:03:28 <djazayeri> * Working on allowing confirmed vs presumed diagnoses in Mirebalais / RA
14:03:28 <djazayeri> * Working on getting Reference Application demo server up
14:03:31 <djazayeri> no blockers
14:03:46 *** garima has joined #openmrs
14:04:20 <cpower> rafa: how about you?
14:05:04 <cpower> breeze: Do you have an update?
14:05:38 <breeze> scrum report...working on adding more modules to refapp
14:06:02 <cpower> any blockers or questions for the group?
14:06:10 <breeze> no blockers.
14:06:15 <wyclif_> Tuesday:
14:06:15 <wyclif_> -Google hangout with sprinters
14:06:15 <wyclif_> -Created and worked on AF-15 - Add method to AppFrameworkService to fetch extensions by extentionPointId
14:06:15 <wyclif_> -Worked on AppFramework, Reference app, core apps and emr modules to ensure that things are working as expected in relation RA-37
14:06:15 <wyclif_> Wednesday:
14:06:17 <wyclif_> -Google hangout with sprinters
14:06:19 <wyclif_> -Fix CI tests and ci builds for AppFramework and Reference Application
14:06:21 <wyclif_> -design call
14:06:23 <wyclif_> -Pick a new task in the current sprint
14:06:25 <wyclif_>
14:06:27 <wyclif_> Blockers: None
14:06:34 <cpower> andreapat: you are up
14:06:55 <andreapat> Tuesday
14:06:56 <andreapat> Still working on TRUNK-3721 to accept alpha versionsand format them correctly.
14:06:56 <andreapat> Formats correctly now but still failing a few tests
14:06:56 <andreapat> Still need to remove hardcode from checkRequiredVersion
14:06:56 <andreapat>
14:06:56 <andreapat> Wednesday
14:06:58 <andreapat> Finish code
14:07:00 <andreapat> Write new tests
14:07:02 <andreapat> No blockers
14:07:14 *** k-joseph has joined #openmrs
14:07:40 <cpower> Ok, No blockers, No Discussion topics
14:08:04 <cpower> Design call today, still has space for your topics!
14:08:16 <cpower> !scrumoff
14:08:16 * 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.
14:10:28 *** garima has quit IRC
14:13:31 <andreapat> rafa, sorry missed that
14:16:26 *** garima has joined #openmrs
14:16:27 *** lh has joined #openmrs
14:16:28 *** lh has joined #openmrs
14:16:35 <garima> rafa, hi
14:18:12 <breeze> djazayeri: I think I froze in the hangout, fyi
14:19:03 <djazayeri> yes, lost you
14:22:40 *** rafa has quit IRC
14:32:22 <downey> djazayeri: are you using djazayeri_may_be ?
14:32:44 *** downey sets mode: +o ryates
14:32:44 *** ChanServ sets mode: -o ryates
14:34:01 *** ChanServ sets mode: +o ryates
14:34:09 *** ChanServ sets mode: +o ryates
14:34:10 <djazayeri> downey: I have that running in irccloud
14:34:31 <downey> djazayeri: ah ok
14:34:32 <djazayeri> djazayeri means I'm definitely online, djazayeri_may_be means I may or may not actively be.
14:34:40 <downey> djazayeri: heh
14:34:47 <downey> djazayeri: fyi that's why they have the /away flag :)
14:35:13 <downey> although if IRCcloud is ddos'd you can't very easily set away heh
14:40:14 *** dmulindwa has quit IRC
14:43:30 *** harshadura_ has quit IRC
14:47:55 <breeze> wyclif_: I don'r see paperrcord module in github
14:47:57 *** garima has quit IRC
14:48:31 <wyclif_> i think it is in the PIH repo
14:48:57 <wyclif_> breeze, i think it is in the PIH repo at https://github.com/PIH/
14:48:59 <breeze> wyclif_: ok. what's the url to that repo?
14:49:04 <breeze> thanks
15:01:58 *** JW8828 has joined #openmrs
15:02:31 <JW8828> Hi Im attempting to install the demo data of the 5000 people into the openmrs demo download
15:02:34 <JW8828> how do I do so
15:03:50 <breeze> downey: you there?
15:03:57 <downey> breeze: yep
15:04:23 <downey> JW8828: did you try the directions at https://wiki.openmrs.org/display/RES/Demo+Data ?
15:04:32 <breeze> downey: so I'm setting up a bamboo plan that uses a PIH git repo....do we need to exchange keys with that one or anything?
15:05:02 <downey> breeze: if the repo is public, you shouldn't need to do any kind of authentication to get the code from there
15:05:21 <breeze> downey: that's what I thought....
15:05:56 <downey> breeze: but ironically i never had any luck working with public repos using the Bamboo "GitHub" setting. rather used the plain old "Git" setting
15:06:21 <JW8828> downey: I am a extreme beginner with this program, and coding in general. I am not sure where to input the queries of the sql code.
15:06:37 <breeze> downey: that's what I started with...I'm just trying a git clone from the command line on that bamboo box to see what happens
15:08:05 <downey> JW8828: ah no worries. probably simplest to use the mysql command line tool to connect to your database installation then source (load) the file as shown in the above link. see http://dev.mysql.com/doc/refman/5.0/en/mysql.html
15:08:07 <OpenMRSBot> <http://ln-s.net/76LD> (at dev.mysql.com)
15:08:09 *** nyoman has joined #openmrs
15:08:14 <downey> breeze: yeah, should work in theory
15:08:40 <breeze> downey: weird same problem on the cmd on the dimako...works fine on my laptop though
15:08:58 <downey> breeze: error msg?
15:09:23 <breeze> breeze@gw78:~$ git clone git@github.com:PIH/openmrs-module-paperrecord.git
15:09:23 <breeze> Cloning into 'openmrs-module-paperrecord'...
15:09:23 <breeze> Permission denied (publickey).
15:09:23 <breeze> fatal: The remote end hung up unexpectedly
15:12:16 <breeze> downey: http works at least....will do that
15:12:58 <downey> breeze: yeah, otherwise you would in fact have to add the publickey into the PIH org's profile
15:13:34 <downey> breeze: i did just add that repo as a shared source repo in bamboo on ci-stg
15:13:38 *** JW8828 has left #openmrs
15:15:32 *** Anuruddha has joined #openmrs
15:20:26 *** diadara has quit IRC
15:20:40 *** ibewes has quit IRC
15:21:30 *** k-joseph has quit IRC
15:23:10 *** jblaya has quit IRC
15:25:32 *** Mkop has joined #openmrs
15:25:32 *** ChanServ sets mode: +v Mkop
15:26:34 *** portablejim has quit IRC
15:38:57 *** nimby has joined #openmrs
15:39:10 *** dkayiwa has joined #openmrs
15:39:20 <breeze> downey: the other day when you reset the admin pw on devtest...ever come across how it changed?
15:40:18 <downey> breeze: My guess is those previous bamboo tasks that re-deployed a demo DB had a different password, or someone manually changed the pw
15:41:13 <breeze> downey: ok.....was wondering because the pw for my local instance isn't what it used to be
15:41:32 <downey> breeze: got hacked? :)
15:41:35 *** garima has joined #openmrs
15:42:11 <breeze> downey: I hope not, but now you're making my want to double check my firewall
15:42:39 <downey> breeze: perhaps you loaded some data that replaced the users table?
15:43:24 <breeze> downey: that's more along the lines of what I was thinking might have happened, but not familiar enough with things to know what if anythiing would do that
15:43:37 <breeze> downey: I'll just reset the db for now
15:43:58 <downey> breeze: the two most common times that could happen would be either loading the openmrs demo data, or running through the initialsetup wizard via the web UI where you have to set a password
15:44:03 <djazayeri> downey: hey, approx how many people are on the dev email list?
15:44:57 <downey> djazayeri: 784 developers are subscribed to dev@o.o
15:45:10 <breeze> downey: does loading the demo data change the admin pw to something other than the "standard"?
15:45:17 <djazayeri> downey: thx
15:45:41 <downey> breeze: it may be that wyclif_ 's newest version of the demo data has a different password. he might know or we could just grep the file :)
15:45:53 *** garima has quit IRC
15:46:15 <breeze> downey: which file?
15:46:47 <downey> breeze: i'm thinking of the demo-1.9.0.sql at https://wiki.openmrs.org/display/RES/Demo+Data that wyclif_ uploaded on 14 march
15:47:50 <breeze> wyclif_: is the admin pw chnaged in the sql file downey is referring to?
15:48:00 <wyclif_> breeze, probably
15:55:19 <wyclif_> hi djazayeri
15:55:30 <djazayeri> wyclif_: hi
15:55:43 <wyclif_> what is the key for the emr module?
15:55:58 <wyclif_> djazayeri, i cant find the project in jira
15:56:09 <djazayeri> wyclif_: it isn't in JIRA
15:56:18 <djazayeri> wyclif_: it's been largely a PIH module so far
15:56:41 <djazayeri> wyclif_: just assume that if we were to create it, it would be EMR, but let's not create it unless we really need to.
15:56:44 <breeze> djazayeri: can i ask you about Paper Record Management Module?
15:56:52 <djazayeri> breeze: yes
15:57:32 <breeze> djazayeri: it currently has a requirement on org.openmrs.module.idgen 2.4, but the refapp distro is using 2.5
15:57:44 <djazayeri> breeze: that shouldn't be a problem
15:57:50 <djazayeri> breeze: higher versions should be fine
15:58:17 <breeze> djazayeri: ok
15:58:55 <breeze> djazayeri: ah..it still needs emrapi as well which isn't there yet
15:59:33 *** diadara has joined #openmrs
15:59:42 <djazayeri> breeze: ah yes
16:01:52 *** toushea has joined #openmrs
16:02:41 *** andreapat has quit IRC
16:09:11 *** shortend has quit IRC
16:15:21 *** rajith has quit IRC
16:19:32 *** harshadura_ has joined #openmrs
16:27:46 <djazayeri> dkayiwa: progress on RA-22 ?
16:29:03 *** h3llborn has quit IRC
16:29:04 *** crina has joined #openmrs
16:29:11 <dkayiwa> djazayeri: what you suggested greatly improved the speed. But it still takes long for the MirebalaisHospitalActivatorComponentTest test to run and i test out my changes
16:30:10 <djazayeri> dkayiwa: okay, how about the changes to remove @Ignore on the unit test in emrapi?
16:30:52 <djazayeri> breeze: can you log work on RA-29? (Clearly my original estimate of 2 hours was way off.)
16:31:12 <breeze> djazayeri, ok....
16:31:53 <djazayeri> breeze: (Personally I'm not a fan time tracking this way, and I hope we move to story points or t-shirt sizes at some point. But for now…)
16:32:08 <dkayiwa> djazayeri: am not sure i understand the last statement :)
16:32:25 *** shortend has joined #openmrs
16:33:20 <djazayeri> dkayiwa: I commented on the commit on github. The cause of the ZipException is that you need to tell maven not to filter the .zip file that's in testResources
16:33:32 <djazayeri> dkayiwa: comment is here: https://github.com/openmrs/openmrs-module-emrapi/commit/a0a96871dff1c394949e1ae83ec908eb2d48ea51
16:33:37 <OpenMRSBot> <http://ln-s.net/+z:i> (at github.com)
16:33:59 <dkayiwa> djazayeri: checking...
16:40:08 *** shortend has quit IRC
16:44:21 *** h3llborn has joined #openmrs
16:49:12 *** sashrika has quit IRC
16:49:16 *** h3llborn has joined #openmrs
16:51:40 <wyclif_> djazayeri, does emr module have to depend on paper record module? Or i remove the tests?
16:52:02 <breeze> wyclif_: which module you working on at the moment?
16:53:15 <djazayeri> wyclif_: it has to for the moment (it's in the midst of refactoring)
16:53:23 *** harshadura_ has quit IRC
16:56:50 <wyclif_> djazayeri, i created the ci build for the emr branch but the unit tests are failing because it has tests that have to do with paper record
16:58:03 <djazayeri> wyclif_: the error I'm seeing when looking at the failed build is Caused by: java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
16:58:24 <djazayeri> wyclif_: that's an OpenMRS 1.9.4-SNAPSHOT issue, right?
16:58:41 *** nyoman has quit IRC
17:05:00 *** djazayeri1 has joined #openmrs
17:07:33 *** djazayeri has quit IRC
17:14:59 <breeze> wyclif_: I'm going to start setting up CI for calculation which is another dependency of reporting, fyi
17:15:13 *** harshadura has quit IRC
17:15:22 *** h3llborn has quit IRC
17:18:27 *** k-joseph has joined #openmrs
17:21:14 *** nyoman has joined #openmrs
17:21:55 *** harshadura has joined #openmrs
17:23:39 *** DraggonZ has joined #openmrs
17:26:41 *** kavuri has joined #openmrs
17:27:45 *** shortend has joined #openmrs
17:28:09 *** crina has quit IRC
17:30:42 *** shortend has quit IRC
17:36:39 *** k-joseph has quit IRC
17:37:24 *** k-joseph has joined #openmrs
17:38:53 *** kavuri has quit IRC
17:41:23 <dkayiwa> breeze: hi
17:46:48 <djazayeri1> breeze: oh right, I forgot that, yes, that one too
17:49:40 <wyclif_> breeze, sure
17:49:53 <wyclif_> djazayeri1, i fixed that
17:50:08 <wyclif_> djazayeri1, there are so many issued i have to fix in emr module
17:50:42 <djazayeri1> wyclif_: if you push the fixes up so I can see the error messages in CI, I can probably help point to what to do.
17:51:24 <wyclif_> djazayeri1, i have checked out paperrecord module and it doesnt seem to compile for me
17:51:41 *** kavuri has joined #openmrs
17:52:26 *** igor_stama has joined #openmrs
17:59:33 *** cpower_ has quit IRC
18:04:36 *** wyclif_ has quit IRC
18:15:50 *** kavuri has quit IRC
18:15:51 *** cpower_ has joined #openmrs
18:18:53 *** robbyoconnor has quit IRC
18:24:06 *** k-joseph has quit IRC
18:24:18 *** k-joseph has joined #openmrs
18:27:45 *** wyclif has joined #openmrs
18:28:22 *** wyclif has joined #openmrs
18:33:20 *** lh has quit IRC
18:33:36 *** wyclif has quit IRC
18:33:54 *** wyclif has joined #openmrs
18:34:10 *** wyclif has joined #openmrs
18:36:20 *** wyclif has quit IRC
18:36:47 *** wyclif has joined #openmrs
18:45:26 *** wyclif has quit IRC
18:45:26 *** wyclif_ has joined #openmrs
18:45:37 <harsz89> hi mseaton
18:46:05 *** wyclif has joined #openmrs
18:48:28 *** toushea has quit IRC
18:49:17 *** DraggonZ has quit IRC
18:49:51 *** DraggonZ has joined #openmrs
18:49:55 *** djazayeri has joined #openmrs
18:49:55 *** ChanServ sets mode: +o djazayeri
18:52:29 *** djazayeri1 has quit IRC
18:52:50 <djazayeri> breeze: The module load failures I'm seeing on devtest seem like somehow the maven variables aren't being substituted right.
18:53:07 <djazayeri> breeze: e.g. required modules are not available: org.openmrs.module.providermanagement ${providermanagementModuleVersion}
18:53:41 <breeze> djazayeri: I'll take a look in a min...about to add the reporting mod
18:54:07 <djazayeri> breeze: okay, I figured you were the one working on this and being blocked
18:54:46 <breeze> djazayeri: I think that's a problem I created so only blovking myself :)
18:55:12 *** wyclif has quit IRC
18:55:26 *** dkayiwa has quit IRC
18:55:40 *** wyclif has joined #openmrs
19:00:23 *** Anuruddha has quit IRC
19:02:08 <breeze> djazayeri: actually not my fault :) there was a missing end curly brace in the config.xml
19:02:09 *** harsz89 has quit IRC
19:06:22 *** wyclif_ has joined #openmrs
19:06:23 *** wyclif has quit IRC
19:12:51 *** wyclif has joined #openmrs
19:12:52 *** wyclif_ has quit IRC
19:18:56 *** h3llborn has joined #openmrs
19:19:55 <djazayeri> breeze: hey, did you know that tomorrow's OpenMRS dev call is on Continuous Delivery?
19:20:15 <djazayeri> breeze: we'd love to have your expertise there
19:20:22 <breeze> djazayeri: I did not. where can I find the details for calling in, etc?
19:20:54 <breeze> djazayeri although I have to go to a physical therapy appt tomorrow so hopefully it won't conflict
19:21:01 <djazayeri> breeze: https://wiki.openmrs.org/display/RES/Developers+Forum
19:21:09 <djazayeri> breeze: 10-11am ET
19:22:05 <breeze> djazayeri: should be able to make it
19:24:44 <djazayeri> breeze: here's the topic "https://wiki.openmrs.org/display/RES/2013-04-11+Developers+Forum"
19:25:00 <breeze> djazayeri: thanks
19:25:08 *** robbyoconnor has joined #openmrs
19:25:08 *** ChanServ sets mode: +v robbyoconnor
19:25:09 <djazayeri> breeze: "Continuous Delivery: versioning data, test cases"
19:30:16 <breeze> djazayeri: ok...all modules getting deployed and staring on dev test now....http://devtest01.openmrs.org:8080/openmrs/admin/modules/module.list
19:31:08 <breeze> djazayeri: though, I'd like it if people who knew how to smoke test the functionality involved with each of them would take a look
19:31:54 *** ekuo has joined #openmrs
19:32:51 <breeze> I'm just restarting tomcat on devtest in case anyone was about to take a look
19:33:00 <djazayeri> breeze: I was trying.
19:33:15 <breeze> djazayeri: sorry
19:33:23 <djazayeri> breeze: that's the devops version of a popup snake in a pringles can, right?
19:34:04 <breeze> djazayeri: yes. I usually use a different form of humor
19:36:16 <djazayeri> breeze: beautiful
19:36:36 <djazayeri> breeze: I see you locked down module loading too
19:36:48 *** k-joseph has quit IRC
19:37:06 <breeze> djazayeri: yes, it was originally, before today, but I turned it off while I was working on these
19:37:18 <djazayeri> wyclif: now you just need to get the referenceapplication module up there!
19:37:56 <breeze> wycliff: I know. I kept it out because it was keeping away from the manage modules UI
19:39:12 <breeze> I have to look at my IRC window more closely
19:40:40 *** h3llborn has quit IRC
19:41:46 <wyclif> djazayeri, its is already there
19:45:12 *** DraggonZ has left #openmrs
19:48:48 *** ekuo has quit IRC
19:49:02 <breeze> wyclif: you mean the ref app module?
19:50:13 <breeze> djazayeri: then RA-3 and RA-4 are done as well, correct?
19:50:14 *** k-joseph has joined #openmrs
19:50:59 <djazayeri> wyclif: then why don't I see a new login screen at http://devtest01.openmrs.org:8080/openmrs/index.htm ?
19:51:03 *** ekuo has joined #openmrs
19:51:33 <breeze> djazayeri, wyclif: the module is not currently being bundled
19:52:10 <wyclif> djazayeri, that is what i maent by i need to add alink to the login page on the home page
19:52:33 <breeze> but the reason for that is it was still a WIP a few days ago. not sure what the status is now, but I'll try it locally
19:52:36 <djazayeri> wyclif: won't you just override the requestmapping for it?
19:53:08 *** h3llborn has joined #openmrs
19:53:33 *** shirinr has joined #openmrs
19:58:08 <breeze> djazayeri: the reference app module needs ui commons which is broken right now because of that weird maven error
19:59:02 *** robbyoconnor has quit IRC
19:59:09 *** k-joseph has quit IRC
19:59:16 <djazayeri> breeze: but that's being built successfully by PIH's bamboo
19:59:32 <djazayeri> breeze: so you should be able to just depend on it anyway
19:59:38 <breeze> djazayeri: right....ok
20:01:06 *** robbyoconnor has joined #openmrs
20:01:06 *** ChanServ sets mode: +v robbyoconnor
20:01:37 *** evmw has joined #openmrs
20:02:07 *** shirinr has quit IRC
20:04:51 *** toushea has joined #openmrs
20:04:53 <breeze> wyclif: the reference application still does not provide a login page
20:05:59 *** Mkop has quit IRC
20:06:22 *** Mkop has joined #openmrs
20:06:22 *** ChanServ sets mode: +v Mkop
20:12:38 *** ekuo has quit IRC
20:14:08 <wyclif> hi djazayeri
20:14:34 <djazayeri> hi wyclif
20:15:11 <wyclif> djazayeri, seems to me like paper record service package is supposed to be removed from the emr module with the assumption things were moved to paperrecord module
20:15:34 <djazayeri> wyclif: hmm, you branched the emr module, right?
20:15:46 <djazayeri> wyclif: maybe you need to merge from emr/master to your branch
20:17:43 <wyclif> djazayeri, do you mean it has already been done in master
20:17:56 *** r0bby has joined #openmrs
20:17:56 *** ChanServ sets mode: +v r0bby
20:18:13 <djazayeri> wyclif: yeah, I think so.
20:18:53 *** robbyoconnor has quit IRC
20:23:14 *** k-joseph has joined #openmrs
20:31:50 *** dkayiwa has joined #openmrs
20:38:03 *** r0bby has quit IRC
20:48:18 *** lh has joined #openmrs
20:58:22 *** k-joseph has quit IRC
21:06:57 *** diadara has quit IRC
21:07:23 *** nyoman has quit IRC
21:13:54 *** wyclif has quit IRC
21:19:19 *** breeze has quit IRC
21:25:33 *** h3llborn has quit IRC
21:48:32 *** breeze has joined #openmrs
21:57:49 *** breeze has quit IRC
21:59:42 *** h3llborn has joined #openmrs
22:03:49 *** nyoman has joined #openmrs
22:09:43 *** toushea has quit IRC
22:26:31 *** h3llborn has quit IRC
22:28:05 *** wyclif has joined #openmrs
22:39:34 *** toushea has joined #openmrs
22:43:44 *** wyclif_ has joined #openmrs
22:43:44 *** wyclif has quit IRC
23:12:16 *** h3llborn has joined #openmrs
23:24:31 *** k-joseph has joined #openmrs
23:38:50 *** cospih has quit IRC
23:40:52 *** cospih has joined #openmrs
23:41:13 *** dkayiwa has quit IRC
23:59:05 *** k-joseph has quit IRC