IRC Chat : 2012-08-17 - OpenMRS

00:08:53 *** Echidna has quit IRC
00:08:53 *** Echidna_ has joined #openmrs
01:45:52 *** jkeiper_ has joined #openmrs
01:50:01 *** jkeiper_ has quit IRC
01:50:41 *** jkeiper_ has joined #openmrs
01:54:05 *** bwolfe has joined #openmrs
01:54:05 *** ChanServ sets mode: +o bwolfe
01:59:43 *** jkeiper_ has quit IRC
02:00:10 *** jkeiper_ has joined #openmrs
02:01:15 *** jkeiper_ has quit IRC
02:36:40 *** rfriedman_away has quit IRC
02:51:06 *** kishoreyekkanti has joined #openmrs
02:55:37 *** suranga has joined #openmrs
02:55:37 *** ChanServ sets mode: +v suranga
03:11:15 *** upul1 has joined #openmrs
03:11:15 *** ChanServ sets mode: +v upul1
03:12:39 *** kishoreyekkanti has quit IRC
03:17:15 *** suranga_ has joined #openmrs
03:17:26 <suranga_> hi.. good evening bwolfe :)
03:17:35 *** suranga has quit IRC
03:18:08 <suranga_> bwolfe, I ment to discuss hl7 release plans with you yesterday, but ended up falling asleep :-(
03:18:57 <bwolfe> np
03:19:05 <bwolfe> its still today here, so you're good
03:19:34 <suranga_> bwolfe, hi :)
03:19:48 <suranga_> bwolfe, so breifly, I need to work on your comments for ticket 26
03:20:09 <suranga_> some of the changes you specified are linked to ticket 37, which Judy is working on
03:20:38 <suranga_> bwolfe, she said she would be commiting in her changes yesterday, so im lurking about to find her online today...
03:21:29 <suranga_> bwolfe, pending those changes, i think we're good to release ? :)
03:22:21 <bwolfe> suranga_, thats up to you. are you releasing as an alpha, beta, or 1.0?
03:23:06 <suranga_> bwolfe, I was hoping to use a number such s 0.5 actually...
03:23:33 <bwolfe> why 0.5?
03:24:22 <suranga_> bwolfe, because its very very basic as the moment, and im hoping that we can do a lot of changes to it ...
03:24:32 <suranga_> bwolfe, but beta, detfinitely....
03:25:03 <suranga_> bwolfe, one reason for 0.5 is also because the module (at this moment) does not cover all possible error conditions
03:25:08 <bwolfe> usually alpha == 0.8. beta = 0.9
03:25:23 <bwolfe> suranga_, it doesn't have to cover them all
03:25:32 <bwolfe> people can add them! thats the beauty of this approach
03:25:38 <bwolfe> its just whether it works or not
03:26:26 <suranga_> bwolfe, in that case I would go with 0.9, beta
03:26:26 *** kishoreyekkanti has joined #openmrs
03:26:27 <suranga_> :)
03:27:22 <suranga_> bwolfe, im rather tied up at the moment. (received summons to present myself at uni.
03:27:29 <suranga_> gotta run.. sorry
03:27:40 *** suranga_ has quit IRC
03:27:43 <bwolfe> suranga_, sure, cya
03:43:57 <kishoreyekkanti> bwolfe: hey ben are you there by any chance
03:44:02 <bwolfe> yep
03:44:10 <bwolfe> good morning kishoreyekkanti
03:44:36 <kishoreyekkanti> bwolfe: :) thank you! I've pushed the latest code to github without jars repo
03:45:15 <bwolfe> kishoreyekkanti, ah, there are all those missing commits! :-)
03:45:20 <bwolfe> did you forget the push last time?
03:45:41 <kishoreyekkanti> bwolfe: :) seems like. I was operating with different versions of openmrs repos
03:46:08 <kishoreyekkanti> bwolfe: can we transfer the repo now?
03:46:21 <kishoreyekkanti> bwolfe: I've tested the code locally and every thing seems to work fine.
03:47:12 <kishoreyekkanti> bwolfe: Can you add more files to .gitignore(like any eclipse specific files which need not be in vas)
03:47:28 <kishoreyekkanti> bwolfe: i mean *vcs
03:48:22 <bwolfe> sure
03:49:07 <kishoreyekkanti> bwolfe: I'm transferring the repo now. In the process first i'm renaming the current without jars repo to "openmrs-core" is that the right name?
03:50:27 <bwolfe> kishoreyekkanti, yep
03:50:38 <kishoreyekkanti> bwolfe: renamed the without jars repo to "openmrs-core" now
03:51:29 <kishoreyekkanti> bwolfe: done! \o/ https://github.com/openmrs/openmrs-core
03:52:24 <kishoreyekkanti> bwolfe: are there any commits to svn since yday? I guess the last commit is by Mark Goodrich with commit message "TRUNK-3688: dateField tag: Need ability to specify input id that is unique from input name"
03:53:39 <bwolfe> kishoreyekkanti, fyi: git/github seems picky about the case in the project url. I tried using the lowercase version in git and it crapped out on me
03:53:46 <bwolfe> needs to be "OpenMRS" for some reason
03:54:31 <bwolfe> kishoreyekkanti, the last commit by mark was this morning. so you are missing one commit. see https://source.openmrs.org/changelog/OpenMRS/trunk
03:54:32 <kishoreyekkanti> you mean you want to rename the repo "openmrs-core" to "OpenMRS-core" ?
03:55:36 <kishoreyekkanti> bwolfe: Ok. I'll get that commit and push it to github. I haven't understood the lowercase version thing you were saying.
03:58:36 <bwolfe> kishoreyekkanti, the url that git publishes has "OpenMRS" instead of "openmrs". see the links offered on the repo page for http/ssh/git readonly.
03:58:58 <bwolfe> if you try to use https://github.com/openmrs/openmrs-core as the url in git, it fails. if you use https://github.com/OpenMRS/openmrs-core, it works
03:59:30 <kishoreyekkanti> bwolfe: github checkouts are case sensitive
04:00:20 <kishoreyekkanti> bwolfe: do you think its a problem? I guess most of the people would just copy the url rather than directly typing it.
04:02:43 <bwolfe> kishoreyekkanti, its annoying, thats all
04:02:55 <kishoreyekkanti> bwolfe: :)
04:02:58 <bwolfe> kishoreyekkanti, buy yes, hopefully people copy and paste unlike me when I type it
04:05:30 <kishoreyekkanti> bwolfe: ok, I've got that last commit into openmrs-core now.
04:06:13 <kishoreyekkanti> bwolfe: I liked this view on github openmrs-core " mogoodrich authored 14 hours ago
04:06:13 <kishoreyekkanti> kishoreyekkanti committed 2 minutes ago" I haven't seen this before
04:08:14 <bwolfe> kishoreyekkanti, ? link?
04:08:36 <kishoreyekkanti> bwolfe: on the home page "https://github.com/OpenMRS/openmrs-core"
04:08:52 <kishoreyekkanti> bwolfe: for the latest commit it shows that view
04:09:27 <bwolfe> quotes--
04:09:42 <bwolfe> yeah, interesting
04:10:05 <bwolfe> git apparently stores a crapton of metadata
04:10:24 <kishoreyekkanti> bwolfe: Cool. I'm leaving to office now.
04:10:31 <kishoreyekkanti> bwolfe: Does every thing looks fine?
04:11:17 <bwolfe> yeah, looks right
04:11:48 <kishoreyekkanti> bwolfe: Awesome! do mail me if you find any thing else. I'll be traveling to night to kampala.
04:12:07 <kishoreyekkanti> bwolfe: Might be will be on and off on irc. But would be full time on mail.
04:12:12 <bwolfe> kishoreyekkanti, to uganda?
04:12:17 <kishoreyekkanti> bwolfe: yes
04:12:26 <bwolfe> kishoreyekkanti, you should meet up with dkayiwa and have lunch. :-)
04:12:51 <kishoreyekkanti> bwolfe: Yep. I'll plan this time definitely. I've missed him the past 2 times when i was there
04:12:59 <bwolfe> twice?
04:13:03 <bwolfe> c'mon...
04:13:05 <kishoreyekkanti> bwolfe: This time i would be there for 3 weeks. Hopefully will meet him this time.
04:14:58 <kishoreyekkanti> bwolfe: Cool. really leaving to office now. catch you soon. bye for now.
04:23:43 *** kishoreyekkanti has quit IRC
04:39:42 *** aam has joined #openmrs
04:41:36 *** bwolfe has quit IRC
04:42:58 <aam> some one got a definition for "NARROWER THAN"
04:43:03 <aam> ?
05:06:15 *** aam has quit IRC
05:19:44 *** harshadura has quit IRC
05:19:46 *** harshadura_ has joined #openmrs
05:30:29 *** rram_ has joined #openmrs
05:31:11 *** mgielow has joined #openmrs
05:53:15 *** kishoreyekkanti has joined #openmrs
06:27:40 *** suranga has joined #openmrs
06:27:40 *** ChanServ sets mode: +v suranga
06:36:35 *** kishoreyekkanti has quit IRC
06:36:54 *** kishoreyekkanti has joined #openmrs
06:40:33 *** kavuri has joined #openmrs
07:10:14 *** kishoreyekkanti_ has joined #openmrs
07:12:53 *** kishoreyekkanti has quit IRC
07:14:10 *** dawn_ has joined #openmrs
07:14:11 *** ChanServ sets mode: +v dawn_
07:14:23 <dawn_> suranga: hi!!!! :)
07:14:50 <dawn_> suranga: can you email me your itinerary? also, do you have a car arranged from the airport?
07:19:20 <suranga> howdy dawn_ !!1
07:19:35 <suranga> dawn_, nice to see that people are awaiting my return :):)
07:19:50 <dawn_> suranga: i've had it marked on my calendar since you told me :D hhaha!
07:20:02 <suranga> dawn_, I was just joking, the jembi people are going to send someone over to pick me up :)
07:20:15 <dawn_> suranga: haha! cool
07:20:19 <dawn_> yay!
07:20:26 <suranga> dawn_, i'll be there on Sunday...will you be there at allll the trainings ?
07:21:17 <dawn_> suranga: yes, i will be there for the training! it seems i am also facilitating client registry, so i will go to 2 trainings this month
07:22:48 *** dkayiwa has joined #openmrs
07:38:23 *** rafa has joined #openmrs
07:38:23 *** ChanServ sets mode: +v rafa
07:46:46 *** goutham has joined #openmrs
07:54:01 *** snoppy has joined #openmrs
07:54:28 *** dawn_ has quit IRC
07:58:03 *** dawn_ has joined #openmrs
07:58:03 *** ChanServ sets mode: +v dawn_
08:01:18 *** rram_ has quit IRC
08:03:19 *** rram_ has joined #openmrs
08:18:28 *** harshadura_ has quit IRC
08:30:50 *** goutham has quit IRC
08:35:05 *** goutham has joined #openmrs
08:40:13 *** dawn__ has joined #openmrs
08:40:13 *** ChanServ sets mode: +v dawn__
08:42:07 *** dawn_ has quit IRC
08:42:08 *** dawn__ is now known as dawn_
08:53:48 <suranga> hi dkayiwa :-)
08:53:55 <dkayiwa> hi suranga
08:53:56 <suranga> dkayiwa, are you around ?
08:54:02 <dkayiwa> suranga: oh yes :)
08:54:10 <suranga> dkayiwa, sorry to bug you. I have a teeny weeny question
08:54:17 <dkayiwa> suranga: ok
08:54:21 <suranga> dkayiwa, we were working on the patient mathing module
08:54:28 <suranga> the current version is 1.2.4
08:54:35 <suranga> 1.2.4-SNAPSHOT
08:55:07 <suranga> dkayiwa, we've done a lot of improvements to it, so I want to release it as 1.2.4
08:55:34 <dkayiwa> ok
08:56:00 <suranga> dkayiwa, dkayiwa or is a release something that happens very rarely for 'stable' code, so shall I just move the name to 1.2.5-SNAPSHOT instead ?
08:57:31 <dkayiwa> suranga: you are encouraged to release as often as possible :)
08:57:48 <dkayiwa> suranga: you can use the maven release plugin
08:58:07 <suranga> dkayiwa, aha, so you recommend a release as 1.2.4 ? as per instrcutions on https://wiki.openmrs.org/display/docs/Module+Tagging+and+Releasing
08:58:07 <dkayiwa> suranga: so are you worried that you are releasing sooner than you should?
08:58:18 <dkayiwa> suranga: yes
08:58:45 <suranga> dkayiwa, am having nightmares regarding bugs and showstoppers :)
08:59:18 <dkayiwa> suranga: do you have more bugs than the last version you released?
08:59:29 *** harshadura has joined #openmrs
08:59:31 <suranga> dkayiwa, I sure hope not ::):)
08:59:59 <dkayiwa> suranga: then if not (less bugs and some new features) i think do not get scared to release
09:00:00 <suranga> dkayiwa, in what kind of scenario should we go from 1.2.4-SNAPSHOT to 1.2.5SNAPSHOT ?
09:00:33 <dkayiwa> suranga: the maven release plugin will automatically change that in the pom
09:00:49 <dkayiwa> suranga: it asks you for the next version
09:01:09 <suranga> dkayiwa, aha, I get it
09:01:19 <suranga> dkayiwa, thanks a lot, i reallt appreciate it :)
09:01:35 <suranga> dkayiwa, that was very helpful :):)
09:01:36 <dkayiwa> suranga: but if the change is majoy with lots of new features, then you are free to jump to 1.3 :)
09:01:43 <dkayiwa> majoy = major
09:03:01 <dkayiwa> suranga: but ofcourse since you have 1.2.4-SNAPSHOT, then next release should be 1.2.4 :)
09:03:35 <dkayiwa> suranga: and the one following that is where you need to decide whether make it 1.2.5 or 1.3 :)
09:04:20 <suranga> dkayiwa, aha... 1.2.4 sounds good for now ...
09:04:49 <dkayiwa> suranga: 1.2.4 is what 1.2.4-SNAPSHOT means :)
09:05:37 <suranga> dkayiwa, so until its released, it has the 'SNAPSHOT' nickname added right ? after release, we remove it ?
09:06:16 <dkayiwa> suranga: the maven release plugin will take care of that. (it will release 1.2.4) :)
09:24:00 <suranga> hi dkayiwa one more quick one, im afraid -(
09:24:16 <dkayiwa> suranga: why do you keep getting afraid? :)
09:24:34 <suranga> dkayiwa, I dont want to annoy you too much
09:24:45 <suranga> dkayiwa, you created person attributes, right ?
09:24:58 <dkayiwa> suranga: asking is not annoying :)
09:25:09 <dkayiwa> suranga: i too keep asking people and am happy when they respond :)
09:25:22 <dkayiwa> suranga: am not the person attribute creator :)
09:25:25 <suranga> dkayiwa, :)
09:25:29 <suranga> dkayiwa, oops
09:25:44 <suranga> dkayiwa, dkayiwa, we're using it on 1.6.5, but it seems that we cant add person attrbutes to person objects.. do you know anything about that, please ?
09:25:50 *** goutham has quit IRC
09:26:10 <dkayiwa> suranga: what do you mean you you cannot add person attributes?
09:26:23 <dkayiwa> suranga: do you mean that you get errors when you try to?
09:26:49 <suranga> dkayiwa, if I create a person, and set its role to 'provider' it does not turn up on the admin page where I can edit it and add the attribute... :(
09:27:35 <dkayiwa> suranga: so is it the person creation that fails? or attribute addition?
09:27:42 <suranga> dkayiwa, 1.6.5 does not have a 'Manage Persons' link, that the others have... :(
09:28:09 <suranga> dkayiwa, it only has a 'manage patients' link, so I cant find a way to add them via the ui.
09:28:19 <dkayiwa> suranga: oh i see
09:28:36 <suranga> dkayiwa, is there a workaround please .. ?
09:28:49 <dkayiwa> suranga: for adding persons via the ui?
09:29:32 <suranga> dkayiwa, on the 1.6.5 admin page, there is no "manage persons' link, so I cant manually add person attributes via the ui
09:29:41 <suranga> dkayiwa, not sure if you understood what I ment..
09:29:46 <dkayiwa> suranga: yes i do
09:30:04 <dkayiwa> how about adding that page yourself and release 1.6.6? :)
09:30:12 <suranga> dkayiwa, ah, I see
09:30:21 <dkayiwa> suranga: or switch to 1.7 :)
09:30:29 <suranga> dkayiwa, so there is no way to add person attributes via the UI ?
09:30:37 <suranga> dkayiwa, but does the underlying code exist ?
09:32:11 <dkayiwa> suranga: not yet looked at the api, but i think it should
09:32:23 <dkayiwa> suranga: could just be missing the page
09:32:38 <suranga> dkayiwa, oh, I seee.. it might be worth checking out :-)
09:32:47 <dkayiwa> suranga: sure!!!
09:34:29 <suranga> dkayiwa, does this exist in 1,7 ?
09:34:41 <dkayiwa> suranga: i do not know :)
09:34:57 <suranga> dkayiwa, ooops. no worries... lets see
09:55:10 *** dawn_ has quit IRC
10:25:01 *** upul1 has quit IRC
10:54:13 *** kishoreyekkanti has joined #openmrs
10:56:10 *** kishoreyekkanti_ has quit IRC
11:01:11 *** goutham has joined #openmrs
11:07:30 *** goutham has quit IRC
11:07:44 *** bwolfe has joined #openmrs
11:07:44 *** ChanServ sets mode: +o bwolfe
11:10:09 *** sunbiz has joined #openmrs
11:10:09 *** ChanServ sets mode: +v sunbiz
11:13:18 *** applecool has joined #openmrs
11:13:18 *** ChanServ sets mode: +v applecool
11:13:24 <applecool> hi rafa
11:13:57 <applecool> i have a small problem can you please tell me how to fix the Permgen Out of Memory error rafa
11:14:43 <applecool> rafa: I have been bugged by this error from past two hours while recording the video
11:16:40 *** james_regen has joined #openmrs
11:16:40 *** ChanServ sets mode: +v james_regen
11:17:17 *** kishoreyekkanti has quit IRC
11:22:26 <dkayiwa> rafa: do we still need to fork even for openmrs-core?
11:23:19 <suranga> applecool, are you using jetty ? easiest fix is to switch to tomcat...
11:24:13 <applecool> suranga: no tomcat sucks on my system! Jetty is only simpler on my system! After a long time i am seeing this idiotic PErmGen Space error! :D
11:24:58 <applecool> suranga: i remember that i need to change some arguments in the eclipse! but i am unable to find out where! do you have any idea? :)
11:25:27 <dkayiwa> applecool: change the vm arguments using the run configurations dialog box
11:26:00 <applecool> dkayiwa: okay! can you give me the arguments ? :)
11:26:02 <dkayiwa> applecool: under the JRE tab
11:27:01 <sunbiz> also one can always do: mvn tomcat:run
11:27:06 <sunbiz> just like jetty:run
11:27:40 <applecool> dkayiwa: under the JRE tab i need to add the arguments to the VM Arguments text area right?
11:27:50 <dkayiwa> applecool: yes
11:30:53 <dkayiwa> applecool: on mine i use: -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m
11:31:11 <applecool> oh Thanks :) dkayiwa
11:32:15 <applecool> dkayiwa:
11:33:00 <applecool> so do i need to paste these arguments in the text areaa and say run or should i click on the variables button which is present at the right corner? dkayiwa
11:33:29 <dkayiwa> applecool: just paste and run
11:33:34 <applecool> okay
11:36:26 *** harshadura has quit IRC
11:37:29 *** suranga has quit IRC
11:38:20 *** suranga has joined #openmrs
11:39:12 *** harshadura has joined #openmrs
11:48:51 *** kavuri has quit IRC
11:56:53 *** suranga has quit IRC
11:59:43 *** sunbiz has quit IRC
12:00:01 *** rram_ has quit IRC
12:00:50 *** sunbiz has joined #openmrs
12:00:50 *** ChanServ sets mode: +v sunbiz
12:02:08 *** kishoreyekkanti has joined #openmrs
12:05:43 *** kishoreyekkanti has quit IRC
12:18:46 *** jriley has joined #openmrs
12:29:24 <applecool> rafa: there?
12:29:31 <rafa> applecool: yes
12:29:34 <applecool> dkayiwa: Thanks once again :)
12:30:05 <applecool> rafa: Can i copy paste the details from the Metadata Sharing Server Project Wiki to the Metadata Repository wiki page
12:30:05 <applecool> ?
12:30:30 <rafa> applecool: you mean just some?
12:30:36 <applecool> yes
12:30:40 <rafa> applecool: it's ok
12:30:49 <applecool> i mean the background, purpose
12:31:13 <applecool> Then the features will be listed
12:31:18 <rafa> applecool: yeah sure
12:31:43 <applecool> okay :) At the end the github link and the video link would be added
12:31:46 <applecool> thats it right?
12:32:01 <rafa> applecool: yes
12:34:03 <applecool> rafa: http://www.youtube.com/watch?v=R81hicmW2Jw&feature=youtu.be
12:34:08 <OpenMRSBot> <http://ln-s.net/$eBz> (at www.youtube.com)
12:37:13 *** jkeiper_ has joined #openmrs
12:39:44 *** jkeiper_ has quit IRC
12:42:57 <rafa> applecool: it's nice
12:43:14 <applecool> Thanks rafa :)
12:43:20 <rafa> applecool: we need to change the default sorting from ascending to descending number of downloads
12:43:45 <applecool> okay
12:44:04 <rafa> applecool: and also an administration should be able to edit/delete any package
12:44:07 *** dkayiwa has quit IRC
12:44:25 <rafa> applecool: *administrator
12:44:27 <applecool> oh
12:44:30 <applecool> okay
12:44:59 *** jkeiper has joined #openmrs
12:45:27 <rafa> applecool: but no need to record the video again ;)
12:45:35 <applecool> Thank god :D
12:45:40 <rafa> applecool: haha
12:45:52 <applecool> i took almost 25 retakes :D :P
12:46:03 <rafa> applecool: lol
12:46:08 <applecool> haha :S
12:46:12 <applecool> :D
12:46:24 <rafa> applecool: you now a master of screencasts
12:46:30 *** ChanServ sets mode: +v jkeiper
12:46:45 <rafa> applecool: I've never done one :D
12:47:14 <applecool> haha :P
12:54:35 <applecool> rafa: https://wiki.openmrs.org/display/RES/Metadata+Repository
13:04:50 <applecool> rafa: i will be back :) cya
13:05:26 *** applecool has quit IRC
13:07:14 *** downey has joined #openmrs
13:07:14 *** ChanServ sets mode: +o downey
13:07:14 *** OpenMRSBot sets mode: +o downey
13:09:50 *** dkayiwa has joined #openmrs
13:26:17 *** rfriedman has joined #openmrs
13:26:39 <rfriedman> hey rafa, got a minute?
13:26:45 *** downey has quit IRC
13:26:51 <rafa> rfriedman: hi, yes
13:26:56 *** downey has joined #openmrs
13:26:56 *** ChanServ sets mode: +o downey
13:26:56 *** OpenMRSBot sets mode: +o downey
13:27:12 <rfriedman> rafa, i'm trying to set up to use git for openmrs-core
13:27:27 <rafa> ok
13:27:28 *** Maurya_ has joined #openmrs
13:27:53 <rfriedman> rafa, i've cloned to my pc and i've used eclipse git to add the local repo to the list of repos
13:28:26 <rfriedman> when i do eclipse maven import scm git local repo i get the message invalid remote
13:29:03 <rafa> rfriedman: if you cloned with command line you can just use: import maven project
13:29:14 <rafa> rfriedman: import existing maven project
13:29:38 <rfriedman> ok and i create my working branch before or after importing?
13:29:53 <rafa> rfriedman: your working branch?
13:30:04 <rfriedman> the branch where i'm going to make my changes
13:30:22 <rafa> rfriedman: have you forked openmrs-core to your github account?
13:30:27 <rfriedman> yes
13:30:34 <rfriedman> that was what i cloned to my local
13:30:49 <rafa> rfriedman: ok so it's already your working copy
13:31:08 <rfriedman> ok notes indicate importance of using branches
13:31:20 <rafa> rfriedman: you will create branches to work on tickets
13:31:31 <rafa> rfriedman: a branch per ticket
13:31:46 <rfriedman> right, so that's my question, do I do it before or after importing the project in to eclipse?
13:31:55 <rfriedman> before = command line
13:32:01 <rafa> rfriedman: after
13:32:08 <rafa> rfriedman: the moment you need it
13:32:15 <rfriedman> ok tks, will give it a try, rafa
13:32:36 <rafa> rfriedman: np
13:33:08 <rafa> rfriedman: after you import an existing maven project, you need to right click on the projects and choose team -> share
13:33:54 <rafa> rfriedman: to enable egit for them
13:34:31 *** sunbiz has quit IRC
13:35:40 <dkayiwa> rafa: what would be the difference if i do not fork, but simply create branches and work on them, then commit and push?
13:35:59 <dkayiwa> rafa: what would i lose?
13:36:19 <rafa> dkayiwa: you must not push your working branches to the main repo
13:36:27 <rafa> dkayiwa: we don't want to see them there :)
13:36:43 <dkayiwa> rafa: because they would look ugly? :)
13:36:45 <rfriedman> rafa, i am only seeing head, not 1.8.x or 1.9.x branches which i need
13:36:56 <rafa> dkayiwa: you need to merge your local branches to master and push only master
13:37:11 <dkayiwa> rafa: ok
13:37:35 <rafa> rfriedman: run: git checkout -b 1.9.x origin/1.9.x
13:37:58 <rfriedman> ok tks
13:38:13 <rafa> rfriedman: it's only the first time to make it available
13:38:19 <rafa> rfriedman: then you just run git checkout 1.9.x
13:38:48 <rafa> rfriedman: if you want to see all remote branches you run: git branch -a
13:39:12 <rfriedman> no origin/ on that?
13:39:36 <rafa> rfriedman: origin means what is in your fork on github
13:39:47 <rfriedman> ok
13:39:54 <rafa> rfriedman: without origin means what is on your hdd
13:39:56 <dkayiwa> rafa: i had forgotten to fork. good enough rfriedman asked and i was reminded :)
13:40:48 *** suranga has joined #openmrs
13:40:48 *** ChanServ sets mode: +v suranga
13:41:04 <rfriedman> dkayiwa, anytime you need me to ask a stupid question, i'm here
13:41:21 <dkayiwa> rfriedman: hhahaha :D
13:41:22 <rafa> rfriedman: basically you have now 3 repositories to handle :) one is on your hdd, the other is your fork on github and the third is upstream OpenMRS
13:44:01 *** sunbiz has joined #openmrs
13:44:01 *** ChanServ sets mode: +v sunbiz
13:49:20 *** dkayiwa_ has joined #openmrs
13:49:48 <rfriedman> rafa, i did git branch -a and got a reasonable looking output
13:50:03 *** dkayiwa has quit IRC
13:50:03 <rfriedman> but import maven project still saw only 1.10
13:50:03 *** dkayiwa_ is now known as dkayiwa
13:50:22 <rfriedman> rafa, i did git checkout -b 1.9.x origin/1.9.x
13:50:39 <rfriedman> got reasonable looking output, but import maven still saw only 1.10
13:50:55 <rfriedman> i don't see any directory strucutre under openmrs-core in my local repo
13:51:04 <rafa> rfriedman: no when you run git checkout you're already on the 1.9.x branch
13:51:09 <rafa> rfriedman: git branch
13:51:21 <rfriedman> rafa, i may be but eclipse maven import isn't
13:51:25 <rafa> rfriedman: the command tells you on which branch you're currently
13:51:46 <rafa> rfriedman: ?
13:51:52 <rfriedman> rafa, yep, but eclipse is only showing 1.10 artifacts
13:52:03 <rafa> rfriedman: just import it in eclipse
13:52:17 <rfriedman> i can't, it's not there
13:52:21 *** goutham has joined #openmrs
13:52:43 <rafa> rfriedman: what are you looking for there?
13:53:05 <rafa> rfriedman: import openmrs-core
13:53:12 <rfriedman> the last git command was -b for 1.8 and it says it has switched
13:53:14 <rafa> rfriedman: and all its artifacts
13:53:30 <rfriedman> but in in eclipse, the artifacts are still 1.10
13:53:46 <rafa> rfriedman: have you imported 1.10?
13:53:52 <rfriedman> no
13:53:58 <rafa> rfriedman: please do, trust me :)
13:54:13 <dkayiwa> rafa: rfriedman :D
13:54:22 <rafa> rfriedman: it's not like in svn that you had every version imported to eclipse separately
13:54:33 <rafa> rfriedman: you just import one and switch between them
13:54:39 <rfriedman> rafa, will they come in as 1.10 or 1.8? i need to choose my working set
13:54:58 <rafa> rfriedman: they will come as whatever git checkout you run
13:55:14 <rafa> rfriedman: if you run git checkout 1.8.x then you'll get 1.8 artifacts
13:55:19 <rfriedman> ok, i will trust you (gulp!)
13:55:33 <rafa> rfriedman: then at any time you can git checkout master and you'll get 1.10 artifacts
13:56:06 <rfriedman> nope, they imported as 1.10
13:56:29 <rafa> rfriedman: what does: "git branch" says?
13:56:41 *** dkayiwa has left #openmrs
13:57:04 <rfriedman> 1.8.x*, 1.9.x, master
13:57:12 <rafa> rfriedman: so you're on 1.8.x
13:57:18 <rafa> rfriedman: open pom.xml
13:57:23 <rfriedman> yes, but i don't think eclipse is
13:57:25 <rafa> rfriedman: see what version you're on
13:58:26 <rfriedman> pom says 1.8.4!!! even though all artifact-version names say 1.10, makes that feature pretty useless
13:58:47 <rafa> rfriedman: you shouldn't specify artifact names
13:58:56 <rafa> rfriedman: it should just be openmrs-core, openmrs-core-api
13:59:15 <rfriedman> yes, but i need to have both 1.8 and 1.9 in eclipse so i need to distinguish them
13:59:18 *** cpower has joined #openmrs
13:59:38 <rafa> rfriedman: it's not how you work with git
13:59:51 <rafa> rfriedman: right click on all artifacts and do team -> share project
14:00:08 <cpower> Hello everyone
14:00:14 <rafa> rfriedman: after completing this, you'll see next to artifacts which branch you're on
14:00:35 <rfriedman> ok, will do, gotta run, tks, rafa
14:00:43 <rafa> rfriedman: you're welcome
14:01:29 <cpower> I hope everyone's Friday and some people's Saturday I'm guessing is going well
14:02:19 <cpower> Are we ready to Scrum!
14:03:17 <rafa> cpower: hi
14:03:20 *** harshadura has quit IRC
14:03:22 <djazayeri> scrum! scrum! scrum!
14:04:41 <rfriedman> @scrum is an anagram of muscrat
14:05:07 <djazayeri> hmm, that is an interesting side-effect of git that I hadn't thought of (that rfriedman mentions): you can't have multiple openmrs core projects, in eclipse, with multiple run configurations set up for them...
14:05:34 <djazayeri> In my case I think that's 60% good, 40% bad
14:05:49 <djazayeri> Actually, maybe 80% good, 20% bad
14:05:50 <rafa> djazayeri: I think you can
14:06:00 *** Maurya_ is now known as maurya
14:06:01 <rafa> djazayeri: you just need to clone to a different folder
14:06:02 <djazayeri> rafa: just do multiple clones?
14:06:17 *** ChanServ sets mode: +v maurya
14:06:21 <djazayeri> hmm, I guess so. I'll probably avoid doing that though regardless, and just go with one
14:06:55 <rafa> djazayeri: I haven't tried that and I don't think I'll need it either
14:07:13 <djazayeri> cpower: want to do the scrum?
14:07:27 <cpower> yep, sorry had to change rooms
14:07:34 <cpower> let's doooo it
14:07:39 <cpower> !scrumon cpower
14:07:39 * 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:08:19 <cpower> Order: suranga, rafa, jkeiper, djazayeri, bwolfe
14:08:51 <suranga> umm.. can someone go before me please :(
14:08:57 <rafa> Today:
14:08:57 <rafa> * Dev list e-mails
14:08:57 <rafa> * Played with git and openmrs-core
14:08:57 <rafa> * Continued with META-239: Convert concepts between their 1.8 and 1.9 representations
14:08:57 <rafa> No blockers.
14:10:00 <djazayeri> jkeiper: ?
14:10:18 <jkeiper> sorry
14:10:40 <jkeiper> yesterday and today: Git-ifying AMRS Reports, reconciling with a rogue repo.
14:10:56 <jkeiper> blockers: git unfamiliarity ...
14:11:25 <djazayeri> All week
14:11:26 <djazayeri> * OpenMRS Calls
14:11:26 <djazayeri> * Mirebalais work
14:11:26 <djazayeri> * I-TECH work
14:11:26 <jkeiper> (FYI gitg is pretty awesome)
14:11:26 <djazayeri> Yesterday
14:11:26 <djazayeri> * Mockups for META-247
14:11:26 <cpower> well git use to it
14:11:27 <djazayeri> * Worked on UIFR-11 - You should be able to indicate exactly which provider you want a fragment or page to come from
14:11:28 <djazayeri> Today
14:11:28 <djazayeri> * Check out OpenMRS from git!
14:11:29 <djazayeri> * Finish off UIFR-11
14:11:30 <djazayeri> No blockers
14:11:55 <cpower> Bwolfe you are up
14:11:56 *** harshadura has joined #openmrs
14:13:49 <suranga> let me jump the queue, since he's away :)
14:13:52 <suranga> today :
14:13:53 <suranga> gsoc mentoring stuff / planing
14:13:53 <suranga> working on Bens comments on hl7qry -26
14:13:53 <suranga> some of hl7qry - 26 changes depend on ticket 37, need to make this a joint effort to get both tickets done
14:13:53 <suranga> doing
14:13:55 <suranga> waiting to contact Judy regarding hl7qry - 37
14:14:09 <suranga> no blocker
14:14:10 <suranga> s
14:14:12 <cpower> ok, Ben is away from his PC as I see.
14:14:23 <cpower> Anyone else have an update?
14:15:30 <cpower> Ok Blockers: Getting use to Github
14:15:46 <cpower> Discussion: No discussion
14:15:50 <cpower> !scrumoff
14:15:50 * 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:21:40 *** goutham has quit IRC
14:22:46 *** goutham has joined #openmrs
14:27:05 *** pompey has joined #openmrs
14:27:18 <downey> Hi pompey and welcome to the #openmrs IRC channel.
14:27:50 <pompey> Hi Downey. Thanks :)
14:30:27 *** pompey has quit IRC
14:31:13 *** Jibesh has joined #openmrs
14:38:38 *** Jibesh has quit IRC
14:44:58 <sunbiz> What does "curated" label on tickets signify??
14:45:52 <sunbiz> is that just that the issue has been evaluated by someone?? i.e. moved from Needs Assessment?
14:48:44 *** suranga has quit IRC
14:56:59 *** jriley has quit IRC
14:58:21 *** rafa has quit IRC
15:01:03 <sunbiz> how are the pull requests to be sent?? all the backports and commits together or can be separate??
15:03:45 *** jordank has joined #openmrs
15:13:16 *** sunbiz has quit IRC
15:22:09 *** jordank has quit IRC
15:23:37 *** jordank has joined #openmrs
15:28:34 *** harshadura has quit IRC
15:29:14 *** rafa has joined #openmrs
15:29:14 *** ChanServ sets mode: +v rafa
15:46:21 *** rafa has quit IRC
15:49:05 *** harshadura has joined #openmrs
15:49:27 *** jordank has quit IRC
15:49:30 *** goutham has quit IRC
15:52:17 *** lh has quit IRC
15:53:12 *** lh has joined #openmrs
15:53:54 <rfriedman> djazayeri, time for a git question?
15:55:07 *** goutham has joined #openmrs
15:58:16 <rfriedman> bwolfe, time for a git question?
16:01:25 *** suranga has joined #openmrs
16:01:25 *** ChanServ sets mode: +v suranga
16:02:27 *** sunbiz has joined #openmrs
16:02:27 *** ChanServ sets mode: +v sunbiz
16:04:37 <rfriedman> djazayeri, bwolfe, figured it out
16:06:30 *** mccallumg has joined #openmrs
16:06:30 *** ChanServ sets mode: +v mccallumg
16:06:39 *** snoppy has quit IRC
16:19:20 *** jkeiper has quit IRC
16:44:31 *** deadpool has quit IRC
16:47:06 *** goutham_ has joined #openmrs
16:47:23 *** goutham has quit IRC
16:48:05 *** robbyoconnor has joined #openmrs
16:48:05 *** ChanServ sets mode: +v robbyoconnor
16:50:48 <goutham_> djazayeri: Hi , i have a question
16:51:04 <djazayeri> on a phone call, but I can answer with 10% of brain
16:51:27 <goutham_> djazayeri: :) its a very basic question
16:51:39 <goutham_> djazayeri: if my module depends on openmrs version 1.7.0 . Can i deploy it on openmrs 1.8.2 and expect it to have same behavior as i deployed it on openmrs 1.7.0
16:52:53 *** harshadura has quit IRC
16:55:58 <djazayeri> goutham_: mostly, but there are occasionally things that differ
16:56:05 <djazayeri> goutham_: not much change from 1.7 to 1.8
16:56:10 <djazayeri> goutham_: significant changes from 1.8 to 1.9
16:57:28 <goutham_> djazayeri: Ok :) thanks
16:57:53 *** deadpool has joined #openmrs
17:06:22 *** kishoreyekkanti has joined #openmrs
17:13:13 <djazayeri> Does anyone here have experience using mirth?
17:14:03 *** snoppy has joined #openmrs
17:17:16 <suranga> djazayeri, unfortunately, not me... I;ve only read very basic stuff about it
17:17:31 <suranga> djazayeri, if you mail the dev list, maybe grahame will comment ?
17:17:49 <djazayeri> suranga: yeah, but that's a misuse of our mailing list. :-)
17:18:54 <suranga> djazayeri, since its you, and we all try to exploit your knowlege to fix our own bugs, I dont think anyone would mind you doing it just this once :-)
17:23:56 *** cpower has quit IRC
17:25:10 *** cpower has joined #openmrs
17:27:18 <goutham_> djazayeri: can you give me dependency for BaseModuleWebContextSensitiveTest for Openmrs 1.7.0 version
17:28:04 *** rafa has joined #openmrs
17:28:04 *** ChanServ sets mode: +v rafa
17:28:18 <djazayeri> goutham_: I don't understand the question.
17:29:55 *** james_regen has left #openmrs
17:31:50 <goutham_> djazayeri: http://pastebin.com/RbBHuWRy this my openmrs omod pom.xml . My test classes are not able to recognize BaseModuleWebContextSensitiveTest . So i need dependency for it
17:35:39 <djazayeri> goutham_: look at the pom.xml in the webservices.rest module (find it in svn)
17:36:04 <djazayeri> goutham_: note that you also need to include dependencies with type=test-jar and scope=test
17:36:28 *** rfriedman has quit IRC
17:37:09 <goutham_> djazayeri: ok
17:41:20 *** bwolfe has quit IRC
17:42:08 <goutham_> djazayeri: i have the same dependencies but still no luck
17:44:04 <djazayeri> goutham_: you've changed both pom.xml and api/pom.xml and web/pom.xml?
17:44:32 <djazayeri> goutham_: also, in the standard configuration you only get access to openmrs web tests in your module's omod project, not in the api project
17:45:54 <goutham_> djazayeri: yes i checked with parent , api and omod pom.xml
17:46:29 <goutham_> djazayeri: yes my tests are in omod only. So i should be able to access it but iam unable to
17:47:18 <djazayeri> goutham_: I don't know then. try project -> clean, and maven -> update project configuration in eclipse...
17:48:32 *** kishoreyekkanti has quit IRC
17:51:21 <goutham_> djazayeri: :( still no luck
18:02:48 <djazayeri> goutham_: sorry, I don't know
18:10:28 <goutham_> djazayeri: i added this and its working <dependency> <groupId>org.openmrs.web</groupId> <artifactId>openmrs-web</artifactId> <version>1.7.3</version> <type>test-jar</type> <scope>test</scope> </dependency>
18:11:05 <goutham_> djazayeri: dont know its fair to include 1.7.3 version in 1.7.0 :/
18:27:15 <sunbiz> does anyone else see changes to these files... OpenmrsSecurityManager.java, PatientProgramValidator.java and PatientProgramValidatorTest.java
18:27:27 <sunbiz> I think they are changes by the formatter
18:27:46 <sunbiz> should I make the pull request by commiting these changes in a separate commit??
18:30:39 <sunbiz> anyone??
18:30:44 <sunbiz> djazayeri: ??
18:31:08 <djazayeri> sunbiz: dunno, I need to do another clean checkout now
18:32:30 <sunbiz> I've tried it in different places and seems like those have diff line endings
18:32:36 <sunbiz> and the formatter is chaning them
18:33:47 <djazayeri> sunbiz: that's not rare. Usually when I see that I use svn to show annotations, determine who checked the unformatted code, and send them an email reminding them to please never check in code without doing a maven build, which both runs all unit tests, and the formatter.
18:34:01 <djazayeri> sunbiz: but yes, you can do a pull request for it
18:43:41 <sunbiz> djazayeri: so whoever is merging will do the backports... right??
18:44:17 <djazayeri> sunbiz: I guess… we need to make sure our processes work right there, since usually backports have been ticket-based so far
18:44:20 <sunbiz> I hope simple fixes dont need their own branches... right??
18:44:21 <djazayeri> not commit-based
18:44:40 <sunbiz> yes, I opened a pull request
19:05:28 <sunbiz> djazayeri: can you please merge?
19:05:51 <djazayeri> sunbiz: no i can't now sorry, or at least i can't backport
19:06:00 <djazayeri> on a phone call and need to buy a plane ticket asap!
19:06:01 <djazayeri> :-)
19:06:09 <sunbiz> :) okies
19:06:13 <djazayeri> sunbiz: if you just want me to click to automatically merge, I can do that
19:06:14 <sunbiz> can I commit more??
19:06:31 <sunbiz> add more things to the pull request?
19:06:44 <djazayeri> sunbiz: do you _want_ to?
19:07:00 <sunbiz> its the autoformatted changes
19:07:08 <sunbiz> its not related to the ticket
19:07:11 <djazayeri> sunbiz: fine to add more autoformatted changes
19:07:27 <djazayeri> sunbiz: oh, you mean you want to add the autoformat changes to some real changes for a ticket?
19:07:31 <djazayeri> sunbiz: no, don't do that
19:08:06 <sunbiz> :(
19:08:17 <sunbiz> I have a pull request open for a ticket
19:08:38 <sunbiz> and now if I commit the autoformat changes... it will become part of the pull request
19:08:51 <sunbiz> :(
19:09:37 <djazayeri> sunbiz: yeah, that's annoying. any idea how people typically manage this?
19:09:54 <djazayeri> sunbiz: perhaps the problem is that your original pull request should have been in a branch?
19:09:57 <sunbiz> through branches
19:10:21 <sunbiz> yes, but I dont think we should do branches for simplefixes
19:10:26 <djazayeri> i.e. if the ticket work were in a branch, it would be safe to do the formatting without a branch
19:10:42 <sunbiz> but alas!! :(
19:13:10 <sunbiz> jazayeri so now??
19:13:38 <djazayeri> sunbiz: what's the pull request?
19:13:41 <djazayeri> url please?
19:14:03 <sunbiz> https://github.com/OpenMRS/openmrs-core/pull/1
19:33:03 *** mgielow has quit IRC
19:36:00 *** suranga_ has joined #openmrs
19:39:27 <sunbiz> djazayeri: do u think it's well baked?? :P
19:39:59 *** suranga has quit IRC
19:40:24 *** Jibesh has joined #openmrs
19:40:40 *** Jibesh has quit IRC
19:48:23 *** goutham_ has quit IRC
19:48:56 *** goutham has joined #openmrs
20:15:20 *** applecool has joined #openmrs
20:15:20 *** ChanServ sets mode: +v applecool
20:31:54 *** cpower has quit IRC
20:55:16 *** maurya has quit IRC
21:01:14 <sunbiz> djazayeri: merger?? acquisition??
21:02:05 *** goutham has quit IRC
21:02:32 * sunbiz hates a silent IRC room
21:02:42 <sunbiz> where is r0bby!!?!!
21:02:54 <sunbiz> robbyoconnor: where art thou?
21:03:21 <sunbiz> !boom
21:03:22 <OpenMRSBot> sunbiz: "boom" --- BOOOOOOOMMMMMMMMM!!!!!!!!!!!!
21:03:35 <sunbiz> !seen djazayeri
21:03:35 <OpenMRSBot> sunbiz: djazayeri was last seen in #openmrs 1 hour, 49 minutes, and 54 seconds ago: <djazayeri> url please?
21:03:47 <sunbiz> djazayeri--
21:04:00 <sunbiz> !seen robbyoconnor
21:04:00 <OpenMRSBot> sunbiz: robbyoconnor was last seen in #openmrs 5 weeks, 4 days, 21 hours, 50 minutes, and 57 seconds ago: <robbyoconnor> rfriedman: o/
21:04:12 <sunbiz> !karma sunbiz
21:04:12 <OpenMRSBot> sunbiz: Karma for "sunbiz" has been increased 1 time and decreased 1 time for a total karma of 0.
21:04:19 <sunbiz> !karma djazayeri
21:04:19 <OpenMRSBot> sunbiz: Karma for "djazayeri" has been increased 15 times and decreased 1 time for a total karma of 14.
21:04:21 <djazayeri> sunbiz: sorry, i am backing hurriedly before rushing to airport
21:04:33 <djazayeri> sunbiz: don't count on me for this
21:04:35 <sunbiz> djazayeri: u r here!! :)
21:04:44 <sunbiz> rafa: §§!!§§
21:05:08 <sunbiz> who else with org access... downey§§!!§§
21:05:26 <sunbiz> OpenMRSBot--
21:05:32 <sunbiz> !karma OpenMRSBot
21:05:32 <OpenMRSBot> sunbiz: Karma for "OpenMRSBot" has been increased 3 times and decreased 8 times for a total karma of -5.
21:06:22 <downey> !summon ekrub
21:06:23 <OpenMRSBot> downey: Error: "summon" is not a valid command.
21:06:27 <downey> o.O
21:06:33 <downey> sunbiz: let me see what i can do
21:08:37 <robbyoconnor> oh my god sunbiz!
21:08:39 <robbyoconnor> hi =)
21:18:02 <downey> sunbiz: merged. hopefully i don't get fired ;-)
21:22:08 <sunbiz> downey: awesome!! u rock!!
21:22:12 <sunbiz> robbyoconnor: hi!!
21:22:24 <sunbiz> robbyoconnor: u are on the wait list...
21:22:29 <downey> sunbiz: trying to make up for not getting with you this week. it's been a rough week
21:22:42 <sunbiz> downey: when do we meet next??
21:23:25 <sunbiz> downey: there is another pull request up for grabs!! :P
21:23:33 <downey> sunbiz: i can try monday again unless bwolfe springs a surprise meeting on me
21:24:51 <downey> sunbiz: asking ben for an OK on it. i need that one so i can update our bamboo builds
21:28:27 <sunbiz> downey: whats LGTM?
21:28:33 <downey> Looks Good To Me
21:28:50 <sunbiz> downey: can you backport the earlier one that you merged as well??
21:29:07 <sunbiz> the TRUNK-3151
21:29:11 <downey> sunbiz: i'll leave that for bwolfe, maybe you can send him a note?
21:29:21 <sunbiz> to 1.7.x, 1.8.x and 1.9.x
21:29:25 <sunbiz> okies :)
21:29:46 <sunbiz> downey: another pull request up for grabs!! - https://github.com/OpenMRS/openmrs-core/pull/3
21:30:19 <downey> o.O
21:34:16 <sunbiz> downey: thanks!! :)
21:41:51 *** rafa has quit IRC
21:41:54 *** snoppy has quit IRC
21:53:27 *** lh has quit IRC
21:53:28 *** suranga_ has quit IRC
21:54:04 *** lh has joined #openmrs
22:15:40 <robbyoconnor> sunbiz: yes
22:17:33 *** downey has quit IRC
22:17:56 <robbyoconnor> michael added
22:30:12 *** sunbiz has left #openmrs
22:40:26 *** lh has quit IRC
22:41:01 *** lh has joined #openmrs
23:31:50 *** lh has quit IRC