IRC Chat : 2013-01-25 - OpenMRS

01:02:42 *** wyclif_ has joined #openmrs
01:23:14 *** andreap_ has quit IRC
03:16:39 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Dashboard Frame Module 1.0-SNAPSHOT uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=dashboardframe&ampversion=&amp1.0-SNAPSHOT>
04:11:24 *** kishoreyekkanti has joined #openmrs
04:15:29 *** mseaton has quit IRC
05:59:07 *** kishoreyekkanti has quit IRC
05:59:24 *** kishoreyekkanti has joined #openmrs
06:38:56 *** upul has quit IRC
06:51:22 *** k-joseph has joined #openmrs
07:18:25 *** magoo has joined #openmrs
07:19:19 *** magoo has quit IRC
07:19:59 *** djadmin has joined #openmrs
07:41:00 *** k-joseph has quit IRC
07:46:45 *** k-joseph has joined #openmrs
07:53:30 *** djadmin has quit IRC
08:09:56 *** djadmin has joined #openmrs
08:12:01 *** k-joseph has quit IRC
08:26:06 *** djadmin has quit IRC
08:57:12 *** k-joseph has joined #openmrs
10:27:59 *** rkorytkowski has joined #openmrs
10:27:59 *** ChanServ sets mode: +v rkorytkowski
10:30:40 *** rkorytkowski is now known as rafa
10:31:15 *** rafa has quit IRC
10:43:48 *** djadmin has joined #openmrs
10:55:26 *** k-joseph has quit IRC
11:16:30 *** hybridivy has joined #openmrs
11:19:33 <hybridivy> hi how to know the version of the openmrs cloned?
11:20:07 <hybridivy> i recently cloned but dont remember the version
11:39:29 *** rafa has joined #openmrs
11:39:29 *** ChanServ sets mode: +v rafa
11:46:26 *** hybridivy has quit IRC
11:51:20 *** dkayiwa has joined #openmrs
11:58:05 *** sara_ has joined #openmrs
11:58:14 <sara_> hi
11:58:24 <dkayiwa> hi sara_
11:58:31 <sara_> m new to openmrs and m trying to create a demo module
11:59:30 <sara_> but when trying maven install(after importing demo into eclipse) its giving me errors saying
11:59:31 <sara_> error: error reading C:\Users\SSF\.m2\repository\commons-collections\commons-collections\3.2\commons-collections-3.2.jar; error in opening zip file
12:00:11 <sara_> Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project demo-api:
12:14:19 *** djadmin has quit IRC
12:19:10 *** k-joseph has joined #openmrs
12:19:21 <k-joseph> dkayiwa: hi
12:19:27 <dkayiwa> k-joseph: hi
12:21:58 <k-joseph> dkayiwa: please take a look at this http://pastebin.com/A6p5WgXG
12:22:03 <dkayiwa> k-joseph: ok
12:23:23 <dkayiwa> k-joseph: you do not need to initialize locationId with null at declaration. do you know why?
12:23:31 <rafa> dkayiwa: good afternoon Sir :D
12:23:48 <dkayiwa> rafa: hahaha good afternoon to you too sirrrr :D
12:23:54 <rafa> dkayiwa: do you have commit rights to patientsummary?
12:24:08 <dkayiwa> rafa: i have not tried so. but can try now
12:24:28 <rafa> dkayiwa: in other words can you see merge pull request here: https://github.com/openmrs/openmrs-module-patientsummary/pull/7
12:24:32 <OpenMRSBot> <http://ln-s.net/+WXs> (at github.com)
12:24:37 <k-joseph> dkayiwa: please tell me, that was what even disturbed me on the previous issue
12:24:37 <dkayiwa> rafa: checking
12:25:48 <dkayiwa> rafa: i do not see the merge pull request button there
12:25:48 <dkayiwa> k-joseph: when variables are declared, what values do they start with?
12:26:09 <rafa> dkayiwa: ok, thx
12:26:45 <k-joseph> dkayiwa: null, 0, or false
12:27:32 <dkayiwa> k-joseph: so why then do you initialize locationId with null?
12:28:04 <k-joseph> dkayiwa: removed that initialisation of locationId to null, thanks
12:28:18 <dkayiwa> k-joseph: does everything compile well?
12:28:48 <k-joseph> dkayiwa: yes
12:29:30 <dkayiwa> k-joseph: commit and show me the url
12:29:47 <k-joseph> dkayiwa: ok
12:36:51 <k-joseph> dkayiwa: https://github.com/k-joseph/openmrs-core/commit/TRUNK-3883
12:36:55 <OpenMRSBot> <http://ln-s.net/+WYC> (at github.com)
12:40:15 <dkayiwa> hi k-joseph
12:40:27 <k-joseph> dkayiwa: hi
12:40:46 <dkayiwa> k-joseph: the javadoc for getLocation() should not mention anything to do with locationId
12:41:12 <dkayiwa> k-joseph: that would be exposing the method's underlying implementation to the outsiders
12:41:38 <dkayiwa> k-joseph: in otherwards, the outsiders should not know that internally we are storing a locationId instead of location object
12:42:10 <dkayiwa> k-joseph: so change the javadoc to its original value
12:42:25 *** djadmin has joined #openmrs
12:42:33 <k-joseph> dkayiwa: ok
12:42:58 <dkayiwa> k-joseph: same with the javadoc for setUserLocation(). it should also not have locationId. it should stay as it was before
12:43:40 <dkayiwa> k-joseph: change those two and make a followup commit
12:43:51 <dkayiwa> k-joseph: after which create pull request
12:44:00 <dkayiwa> k-joseph: tell me when you are ready for the next ticket
12:45:26 <k-joseph> dkayiwa: ok
12:45:41 *** downey has joined #openmrs
12:45:41 *** ChanServ sets mode: +o downey
12:45:41 *** OpenMRSBot sets mode: +o downey
12:53:05 <k-joseph> dkayiwa: https://github.com/k-joseph/openmrs-core/commit/TRUNK-3883
12:53:06 <OpenMRSBot> <http://ln-s.net/+WYC> (at github.com)
12:53:36 *** hybridivy has joined #openmrs
12:54:47 <k-joseph> dkayiwa: am through
12:55:41 <dkayiwa> k-joseph: did you finish all the above?
12:56:13 <k-joseph> dkayiwa: yes
12:57:28 <dkayiwa> k-joseph: did you create a pull request?
12:57:39 <k-joseph> dkayiwa: yes
12:59:27 <dkayiwa> k-joseph: and have you done all the steps you have been doing in the past for each ticket you finish?
13:00:21 <k-joseph> dkayiwa: yes
13:00:53 <dkayiwa> k-joseph: ok good
13:01:00 <dkayiwa> can you pick another ticket?
13:02:45 <hybridivy> hi dkayiwa
13:02:51 <dkayiwa> hybridivy: hi
13:03:17 <hybridivy> i would like to solve some introductory tickets
13:03:23 <hybridivy> could you suggest me one?
13:03:42 <hybridivy> i was checking out a ticket https://tickets.openmrs.org/browse/TRUNK-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
13:03:42 *** djadmin has quit IRC
13:03:51 <hybridivy> but couldnot reproduce it
13:04:00 <dkayiwa> hybridivy: checking
13:06:08 <dkayiwa> hybridivy: i wonder why such a ticket of medium complexity was put as intro. i guess it was a mistake.
13:06:35 <dkayiwa> hybridivy: are you getting the tickets from here? https://wiki.openmrs.org/display/docs/Getting+Started+as+a+Developer
13:06:36 <OpenMRSBot> <http://ln-s.net/8bkO> (at wiki.openmrs.org)
13:06:44 <hybridivy> yes
13:07:01 <dkayiwa> hybridivy: do you think you can try to choose another one?
13:09:04 <hybridivy> yes , but could you advice me on some, so that i understand the workflow and architecture of openmrs
13:09:30 <k-joseph> wyclif_: hi
13:10:40 <dkayiwa> k-joseph: do all unit tests in the api project pass?
13:11:04 <k-joseph> dkayiwa: they do
13:11:22 <dkayiwa> k-joseph: how about for all other projects?
13:11:40 <k-joseph> dkayiwa: they pass too
13:11:43 <dkayiwa> k-joseph: in otherwards, does mvn install run successfully?
13:13:34 <k-joseph> dkayiwa: mvn clean install has from the previous month been failing, i posted an issue at the dev list reporting that but was not helped upto now??
13:13:51 *** jblaya has joined #openmrs
13:13:55 <dkayiwa> so how do you tell that all unit tests pass?
13:14:50 <jblaya> hi guys, quick question, I'm trying to push a commit to the openmrs-module-dashboardframe repository on the openmrs github, and I get the following error
13:14:54 <jblaya> An internal Exception occurred during push: https://github.com/openmrs/openmrs-module-dashboardframe.git: not authorized
13:14:58 <k-joseph> dkayiwa: ???, i just run from eclipse?
13:15:13 <jblaya> how do I resolve that error?
13:15:41 <dkayiwa> k-joseph: for which project?
13:15:50 <dkayiwa> k-joseph: did you try for all of them?
13:15:59 <k-joseph> wyclif_: hi
13:16:14 <k-joseph> dkayiwa: yes,
13:16:23 <dkayiwa> jblaya: did you get prompted to enter a user name and password?
13:16:31 <jblaya> dkayiwa, no
13:16:50 <jblaya> dkayiwa, I placed my username and password in the git box before that
13:16:54 <dkayiwa> jblaya: was your account give commit access to that repo?
13:17:01 <dkayiwa> given
13:17:14 <hybridivy> k-joseph: i was facicng the same issue, i just removed the Openmrs folder from the C:\Users\E4300\AppData\Roaming and it worked
13:17:29 <jblaya> dkayiwa, I talked to Burke yesterday and he said yes, but now I'm beginning to doubt it, who would be able to see if I have commit rights?
13:18:56 <k-joseph> i have read wyclif_ comment, This looks like a repetition, the validator would have already handled this since you called it above, at https://github.com/openmrs/openmrs-core/pull/193#discussion_r2753936 i did that just to ensure display of a user friendly message even for recipients field, any problem with that?
13:18:58 *** dkayiwa has quit IRC
13:19:01 <OpenMRSBot> <http://ln-s.net/+WZV> (at github.com)
13:20:21 <jblaya> downey, Hi Michael, who should I talk to about seeing if I have commit rights to an openmrs module repository?
13:20:52 <downey> jblaya: I can help you with that. What module?
13:21:12 <jblaya> downey, openmrs-module-dashboardframe, my user is jblaya
13:21:16 <k-joseph> hybridivy: meaning you deleted it?
13:22:23 <hybridivy> yes i removed the folder and again did mvn clean install, and it worked compiling it without any error
13:22:30 <downey> jblaya: You didn't, but you do now, with your OpenMRS ID.
13:22:47 <jblaya> downey, awesome, let me check if I can do the commit
13:24:26 <jblaya> downey, my OpenMRS ID is jblaya, right? because I'm still getting the same error
13:24:51 <downey> jblaya: That's correct. What is the error message?
13:25:21 <jblaya> downey, An internal Exception occurred during push: https://github.com/openmrs/openmrs-module-dashboardframe.git: not authorized
13:26:13 <jblaya> downey, should I be using https or ssh? or does it matter?
13:27:36 <downey> jblaya: Oh, sorry. Thought you were referring to the OpenMRS Module Repository. You seem to be in our partial committers team for GitHub, and that team has access to that repository. Sounds like you're not successfully authenticating with Github.
13:27:41 <jblaya> downey, I get similar errors using ssh or git, ssh says it's down and git: says I can't I can't push
13:28:45 <k-joseph> hybridivy: that is not working for me, thanks for that
13:29:21 <jblaya> downey, so should I be using my openmrs or my github password? (for both usernames I have jblaya)
13:29:39 <downey> jblaya: Your GitHub ID is separate, so you may have a different password for it.
13:30:04 <jblaya> downey, yep, I do have a different password, but which one should I enter when I go to push the commit?
13:30:11 <downey> Your GitHub ID.
13:30:22 <downey> s/ID/password/
13:30:36 <jblaya> downey, ok
13:32:27 <jblaya> downey, gotta run, but will try when I get back, thanks
13:32:40 <downey> jblaya: If you still have problems let us know :)
13:37:18 *** wyclif_ has quit IRC
13:37:44 *** suranga has joined #openmrs
13:44:46 <hybridivy> k-joseph: wat is actually happening when you do mvn clean install? can you pastebin it
13:47:26 <k-joseph> hybridivy: the failure trace is http://pastebin.com/ecKPkbY2
13:51:29 <k-joseph> hybridivy: seen that
13:51:42 <k-joseph> ?
13:51:50 <hybridivy> k-joseph: yes
13:52:55 <k-joseph> hybridivy: any way that i can use to clear that, ?, will be glad if help, thanks
13:59:12 *** k-joseph has quit IRC
13:59:24 <suranga> hi rafa , I saw your response. Please give me some time to respond, Im trying out something new to resolve this :(
14:00:20 *** mseaton has joined #openmrs
14:00:20 *** ChanServ sets mode: +v mseaton
14:00:28 <rafa> suranga: I'm sure you won't need my help soon ;)
14:01:04 <suranga> rafa, hopefully, I would be able to fix this myself (crosses fingers :P)
14:01:11 *** kishoreyekkanti has quit IRC
14:19:34 <mseaton> rafa: hey, saw your email about the github repo
14:19:53 <rafa> mseaton: hey
14:20:08 <mseaton> rafa: i'm not sure i have privileges to do this. i don't see where to do it in github at least
14:20:40 <rafa> downey: can you help us out? add partial committers for github.com/openmrs/openmrs-module-patientsummary
14:21:15 <downey> rafa: let's take a look
14:21:38 <downey> rafa: try it now
14:22:10 <rafa> downey: all good, thanks!
14:22:18 <mseaton> downey: can we also do whatever else is expected to this? like disable wiki, etc?
14:22:59 <downey> mseaton: yep, done
14:23:08 <mseaton> downey: thanks
14:33:11 *** djadmin has joined #openmrs
14:48:53 *** suranga has quit IRC
14:55:37 *** wyclif_ has joined #openmrs
14:58:59 *** djadmin has quit IRC
14:59:14 *** djadmin has joined #openmrs
15:02:50 <rafa> cpower: hi
15:03:46 *** andrea_ has joined #openmrs
15:05:01 <mseaton> cpower: scrumtime?
15:05:38 <mseaton> shall we just go ahead?
15:05:44 <rafa> !scumon mseaton
15:05:45 <OpenMRSBot> rafa: Error: "scumon" is not a valid command.
15:05:48 <rafa> !scumon mseaton
15:05:49 <OpenMRSBot> rafa: Error: "scumon" is not a valid command.
15:05:55 <rafa> !scrumon mseaton
15:05:55 * 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 mseaton- you may begin when ready.
15:05:56 <rafa> :D
15:06:23 <mseaton> order for today: mseaton,rafa,andrea_,wyclif_
15:06:28 <mseaton> i don't see daniel
15:06:35 <mseaton> any others i'm missing?
15:06:41 <mseaton> jkeiper?
15:06:47 <mseaton> anyway, i'll start:
15:07:03 <mseaton> Yesterday: Sprint preparation, mockups, ticket curation, PS-16
15:07:04 <mseaton> Today: Code reviews, one ore more "Demonstrate" tickets to use as a model for future such tickets.
15:07:04 <mseaton> Discussion: rafa we should discuss PS-17 briefly since you picked it up
15:07:04 <mseaton> No blockers
15:07:16 <rafa> Yesterday:
15:07:16 <rafa> * Committed:
15:07:16 <rafa> + META-310: Configure required does not disappear
15:07:16 <rafa> https://tickets.openmrs.org/browse/META-310
15:07:16 <rafa> + META-309: SessionFactory must not be stored in a static field
15:07:17 <rafa> https://tickets.openmrs.org/browse/META-309
15:07:17 <rafa> + META-311: Allow for hiding specific types using MetadataTypesHandler
15:07:18 <rafa> https://tickets.openmrs.org/browse/META-311
15:07:18 <rafa> + Follow up to REPORT-464: Support Metadata Sharing of all Reporting Module metadata
15:07:19 <rafa> https://tickets.openmrs.org/browse/REPORT-464
15:07:19 <rafa> * Calls
15:07:20 <rafa> No blockers.
15:07:20 <rafa> Today:
15:07:21 <rafa> * Committed PS-15: Rename PatientSummary object to PatientSummaryTemplate
15:07:21 <rafa> https://tickets.openmrs.org/browse/PS-15
15:07:22 <rafa> * Working on PS-17: Move functionality from svn version of patientsummary module
15:07:22 <rafa> https://tickets.openmrs.org/browse/PS-17
15:07:23 <rafa> No blockers.
15:07:23 <rafa> Question: mseaton, which tickets should go next? are they ordered on the todo list?
15:07:49 <mseaton> rafa: let's discuss after updates at end of scrum
15:08:07 <rafa> mseaton: ok
15:08:15 <andrea_> Thursday
15:08:15 <andrea_> Patient Summary Sprint Kickoff
15:08:15 <andrea_> Dev call
15:08:15 <andrea_> More Testing on bugs found in Reporting Module
15:08:16 <andrea_>
15:08:16 <andrea_> Friday
15:08:18 <andrea_> Write tickets on bugs found
15:08:20 <andrea_> Start work on Patient Summary
15:08:22 <andrea_> No blockers
15:08:42 <mseaton> wyclif_: ?
15:08:53 <wyclif_> Thursday:
15:08:53 <wyclif_> Development team call
15:08:53 <wyclif_> dev call
15:08:53 <wyclif_> Reviewed and applied pull requests
15:08:53 <wyclif_> sprint kick off meeting
15:08:54 <wyclif_> Design discussion with Jer and Burke about TRUNK-3841 - Create a complex obs handler to store value of the "relationships" complex observation
15:08:57 <wyclif_> Prepare for releasing atlas module version 1.1
15:08:59 <wyclif_> Friday
15:09:01 <wyclif_> Release atlas version 1.1
15:09:03 <wyclif_> Review and apply pull requests
15:09:05 <wyclif_> Probably pair with a dev to do a ticket
15:09:09 <wyclif_>
15:09:11 <wyclif_> Blockers: None
15:09:13 <mseaton> wyclif_: are you on this sprint? or are you doing swimlane?
15:09:21 <wyclif_> mseaton, swimlane
15:09:22 <cpower> Good work guys,
15:09:32 <rafa> mseaton: btw I'd recommend to merge the reporting sprint-201301 branch before more testing
15:09:47 <mseaton> rafa: oh right. i thought you did that :)
15:10:01 <wyclif_> mseaton, i meant do a swimlane ticket when pairing
15:10:35 <mseaton> wyclif_: yep, no worries, i'm just trying to get a sense of who is available
15:10:40 <wyclif_> mseaton, ok
15:10:54 <mseaton> rafa: re: PS-17
15:11:03 <mseaton> rafa: what are your plans for that?
15:11:44 <rafa> mseaton: actually, I wasn't able to find a link from the old patient summary module...
15:11:57 <mseaton> rafa: a link?
15:12:14 <mseaton> rafa: http://svn.openmrs.org/openmrs-modules/patientsummary
15:12:29 <rafa> mseaton: yes, it appears to add LinkExt
15:12:49 *** jkeiper has joined #openmrs
15:12:49 *** ChanServ sets mode: +v jkeiper
15:13:09 <mseaton> rafa: yes, right. i need to fire it up on my rwanda test environment and see what it does exactly
15:13:15 <rafa> mseaton: though it defines <point>org.openmrs.patientDashboard.patientSummary</point>
15:13:30 <mseaton> rafa: correct
15:13:47 <mseaton> rafa: are you saying that when you tried the module out, no link appeared on the dashboard?
15:13:59 <rafa> mseaton: yeah
15:14:15 <mseaton> rafa: oh. what version of openmrs?
15:14:34 <rafa> mseaton: 1.8.4
15:15:16 <rafa> mseaton: I can quickly test with 1.9.2
15:15:36 <rafa> mseaton: ohh and I loaded the version from module repository
15:15:44 <mseaton> rafa: not sure that will make a difference.
15:15:58 <mseaton> rafa: ah, i see. not sure what is in the module repo compared to svn
15:16:33 <mseaton> rafa: in any event, migrating that actual functionlity is a low priority compared to the other tickets.
15:17:17 <mseaton> the important thing to do from that is just make sure our next release version comes out with a 2.0 or higher. the rest of that ticket (around actually moving the functionality over, etc) can be punted until later in the sprint or never.
15:17:18 <rafa> mseaton: it's ant and omrs 1.6.x so that's why I wasn't that much into building it :)
15:18:09 <rafa> mseaton: ok
15:18:45 <mseaton> rafa: i'm much rather see you taking on the highest priority ( and highest difficulty :) ) ticket first, which is probably PS-13 (though doing that after PS-10 and PS-11 makes more sense ordering-wise)
15:19:39 <mseaton> andrea_: how are you situated? are you available? do you need help choosing the best ticket?
15:19:41 <rafa> mseaton: okay so the order on the todo list is correct
15:19:50 <rafa> mseaton: we should just go from up to bottom
15:19:51 <mseaton> rafa: yeah
15:20:34 <cpower> !scrumoff
15:20:34 * 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:20:46 <mseaton> rafa: i'm going to need to fill more tickets in from the backlog most likely. i'm going to do so by going through joaquin's wish-list requirements and seeing how much we can cover, once we have these basics done.
15:21:31 <rafa> mseaton: just remember that you have me (for the first week and a day), daniel and andrea_ :)
15:22:03 <mseaton> andrea_: if you are looking for a good ticket to get introduced into the module, i'd recommend looking at PS-3
15:22:11 <mseaton> rafa: are you saying we have too little work to do?
15:22:47 <rafa> mseaton: not for now ;)
15:23:22 <cpower> Let's get through the must have's and see how that pace goes we can always grab from the backog
15:23:26 <cpower> backlog
15:23:30 <mseaton> rafa: i've been resisting the urge to add a ton of tickets, as burke is very keen on seeing us actually finish a sprint early, and get a useful deliverable out the door (as am i). but if there is too little for parallel development among the 4 of us for more than a day or two, we need more.
15:23:42 <cpower> mseaton++
15:24:00 <mseaton> rafa: let's re-visit on monday or tuesday
15:24:07 <rafa> mseaton: sounds good
15:24:35 <andrea_> mseaton, ok - are there any other pages with PRINT button I can look at?
15:25:43 <mseaton> andrea_: i'm not sure. there was a recent dev list discussion around a jquery plugin for printing. you might want to look at the list archives for that.
15:26:12 <andrea_> mseaton, ok
15:45:24 *** r0bby has joined #openmrs
15:45:24 *** ChanServ sets mode: +v r0bby
15:46:28 *** robbyoconnor has quit IRC
15:50:29 *** Mkop1 has quit IRC
15:59:04 *** r0bby is now known as robbyoconnor
16:06:55 *** wyclif_ has quit IRC
16:08:41 *** wyclif has joined #openmrs
16:09:40 *** rafa has quit IRC
16:12:47 <jblaya> wyclif, hi, do you think you'll have a sec to look at the task that is not starting correctly to see what could be wrong? The one I emailed about on the dev list
16:13:23 <wyclif> jblaya, the scheduled task?
16:13:40 <jblaya> wyclif, yes
16:14:08 <wyclif> jblaya, is it in a module?
16:14:29 <jblaya> wyclif, yes, do you want the repository for it?
16:15:15 <wyclif> jblaya, nope
16:15:21 <wyclif> jblaya, where it is hosted
16:15:48 <jblaya> wyclif, ie a URL where there is an instance of openmrs running the module?
16:19:52 <jblaya> wyclif, the code is hosted here https://bitbucket.org/ehs/callscheduler/src
16:20:10 <jblaya> wyclif, and there's a server running it at http://dev.ehs.cl/midoctor
16:21:01 *** hybridivy has quit IRC
16:22:24 *** downey has quit IRC
16:47:37 *** kishoreyekkanti has joined #openmrs
16:54:37 <wyclif> hi jblaya
16:54:58 <jblaya> wyclif, hi
16:55:50 <wyclif> i havent used bit bucket before so i need to first figure out how to use it to checkout the code
16:56:03 <wyclif> jblaya, i probably try to find time later today
16:56:48 <jblaya> wyclif, ok, great, should I give you a user and password for that test server with the OpenMRS instance with the module?
17:07:57 *** djadmin has quit IRC
17:11:04 *** andrea_ has quit IRC
17:12:47 *** djadmin has joined #openmrs
17:46:46 *** djadmin has quit IRC
17:49:02 *** djadmin has joined #openmrs
18:02:23 <cpower> djazayeri, are you in a hangout with Burke?
18:02:38 <djazayeri> cpower: I will be in seconds
18:04:04 *** suranga has joined #openmrs
18:04:04 *** ChanServ sets mode: +v suranga
18:08:18 *** djadmin has quit IRC
18:11:46 *** djadmin has joined #openmrs
18:27:47 *** djadmin has quit IRC
18:37:01 *** jblaya has quit IRC
18:53:23 *** sara_ has quit IRC
19:26:31 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Atlas Module 1.1 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=atlas&ampversion=&amp1.1>
19:37:14 *** kishoreyekkanti has quit IRC
20:11:58 *** suranga has quit IRC
21:05:10 *** mseaton has quit IRC
21:51:17 *** jkeiper has quit IRC
22:01:06 *** wyclif has quit IRC