IRC Chat : 2014-01-13 - OpenMRS

00:51:21 *** rday has quit IRC
00:51:46 *** rday has joined #openmrs
01:00:32 *** rday has quit IRC
01:00:58 *** rday has joined #openmrs
01:03:15 *** Ch3ck_ has quit IRC
01:42:51 *** rday has quit IRC
01:43:15 *** rday has joined #openmrs
02:18:03 *** robbyoconnor has quit IRC
02:35:51 *** robbyoconnor has joined #openmrs
02:35:51 *** ChanServ sets mode: +v robbyoconnor
03:00:40 *** mcunha08 has joined #openmrs
03:01:03 *** harshadura has joined #openmrs
03:01:04 *** ChanServ sets mode: +v harshadura
03:11:09 *** mcunha08 has quit IRC
03:18:52 *** wluyima has joined #openmrs
04:33:12 *** rday has quit IRC
04:33:38 *** rday has joined #openmrs
04:39:06 *** wluyima has quit IRC
05:13:30 *** rday has quit IRC
05:13:56 *** rday has joined #openmrs
05:21:07 *** geekgugi has joined #openmrs
05:22:09 *** rday has quit IRC
05:38:25 *** harshadura has quit IRC
05:54:30 *** k-joseph has joined #openmrs
05:58:19 *** djazayeri has joined #openmrs
05:58:19 *** ChanServ sets mode: +o djazayeri
06:48:18 *** Ch3ck_ has joined #openmrs
06:52:45 *** djazayeri1 has joined #openmrs
06:52:45 *** djazayeri has quit IRC
06:53:43 *** dkayiwa has joined #openmrs
07:15:44 *** Ch3ck__ has joined #openmrs
07:15:52 *** Ch3ck_ has quit IRC
07:30:54 *** Ch3ck__ is now known as Ch3ck_
07:32:55 *** djazayeri1 has quit IRC
07:35:10 <k-joseph> dkayiwa: number one, am Creating provider accounts for all users who have placed orders for patients and have no associated provider accounts already and i have designed my query to look like the changeset with id= "201401081823-TRUNK-4202" at http://pastebin.com/RsdmDdV3 i have made some changes to the one i had at https://github.com/k-joseph/openmrs-core/commit/e2b4c8626bdd642bd796f4591fe05fa376fb7178 and would want to wish to know whether my
07:35:11 <k-joseph> understanding satisfies what is required
07:35:18 <k-joseph> dkayiwa: hi
07:36:48 <dkayiwa> k-joseph: did you test it?
07:40:59 *** k-joseph_ has joined #openmrs
07:41:27 *** k-joseph has quit IRC
08:19:10 *** Ch3ck_ has quit IRC
08:29:34 *** GitHub73 has joined #openmrs
08:29:34 <GitHub73> [openmrs-core] vinayvenu opened pull request #526: Trunk 4133 (1.10.x...TRUNK-4133) http://git.io/QYjLKQ
08:29:34 *** GitHub73 has left #openmrs
08:52:05 *** vinayv has joined #openmrs
09:02:17 *** geekgugi has quit IRC
09:03:39 *** madawarc has joined #openmrs
09:03:48 <madawarc> hello
09:09:40 <dkayiwa> madawarc: hi
09:15:12 *** geekgugi has joined #openmrs
09:21:53 *** vinayv_ has joined #openmrs
09:22:33 <madawarc> hello dkayiwa,
09:22:41 <dkayiwa> madawarc: hi
09:23:09 *** vinayv has quit IRC
09:23:35 <madawarc> I have an issue with adding unit testing to few classes in th reporting module. How can I learn about unit testing?
09:25:12 <madawarc> I have already read wiki pages but as I'm new to unit testing, I didn't understand how to start
09:25:19 <dkayiwa> madawarc: have you done some googling about "openmrs unit testing" ?
09:26:15 *** vinayv_ has quit IRC
09:26:40 *** vinayv has joined #openmrs
09:28:59 <madawarc> yes, found out open mrs wiki pages. but no luck in understanding how to start
09:31:40 *** GitHub155 has joined #openmrs
09:31:40 <GitHub155> [openmrs-core] akshika47 opened pull request #527: Trunk 2136 (master...Trunk_2136) http://git.io/uXPciw
09:31:40 *** GitHub155 has left #openmrs
09:40:47 <dkayiwa> madawarc: you need to include my name every time you type for my irc client to notify me :)
09:43:35 <madawarc> dkayiwa : sorry I'm new to OpenMRS, I'll use it afterwards
09:44:11 <dkayiwa> madawarc: which links did you read?
09:45:13 <madawarc> dkayiwa: https://wiki.openmrs.org/display/docs/Unit+Tests
09:45:23 <madawarc> https://wiki.openmrs.org/display/docs/Generate+Test+Case+Plugin
09:45:24 <OpenMRSBot> <http://ln-s.net/8zPd> (at wiki.openmrs.org)
09:46:09 <dkayiwa> madawarc: have you also looked at the existing unit tests in the reporting module?
09:51:51 <madawarc> dkayiwa: yes I have, I understood the content of the unit test. But as the wiki says when i right click on the class and click Generate Test Cases, I'm getting an error "No test folder is defined for source folder 'main/src/java' . Please define it in project properties
09:52:17 <dkayiwa> madawarc: just manually create the init test without using the plugin
09:53:18 <madawarc> dkayiwa: I have to log out now, I have a lab class in 10 minutes. Thanks for chatting. I'll do bit more googling and try to understand
09:53:21 <madawarc> thanks again
09:56:15 *** madawarc has quit IRC
10:08:08 <k-joseph_> dkayiwa:
10:08:16 *** k-joseph_ is now known as k-joseph
10:08:23 <dkayiwa> k-joseph: hi
10:08:23 <k-joseph> dkayiwa
10:08:48 <k-joseph> dkayiwa: what is wrong with this precondition:
10:09:00 <k-joseph> <preConditions onFail="MARK_RAN">
10:09:01 <k-joseph> <columnExists tableName="orders" columnName="orderer" />
10:09:01 <k-joseph> <not><sqlCheck expectedResult="0">select count(*) from orders</sqlCheck></not>
10:09:01 <k-joseph> </preConditions>
10:09:21 <dkayiwa> k-joseph: who says its wrong?
10:09:47 <k-joseph> dkayiwa: it genertaes a Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml
10:10:07 <dkayiwa> k-joseph: that is not enough for me to tell :)
10:10:15 <k-joseph> dkayiwa: Caused By: Precondition Error
10:11:21 <k-joseph> dkayiwa: here is the stack trace http://pastebin.com/uirgMpCt
10:11:52 <dkayiwa> k-joseph: also pastebin the liquibase change section
10:13:14 <k-joseph> dkayiwa: here is the whole changeset http://pastebin.com/egEMBD72
10:14:10 <dkayiwa> k-joseph: what is your precondition supposed to be doing?
10:15:37 <k-joseph> dkayiwa: the first <columnExists tableName="orders" columnName="orderer" /> is supposed to ensure that the column am working with orderer is availablel with in the orders table and then the second
10:15:53 <dkayiwa> k-joseph: i mean in english
10:16:16 <dkayiwa> k-joseph: explain to me what you are trying to accomplish by the precondition (in english)
10:18:52 <k-joseph> dkayiwa: am not sure if am getting you well, to me precondition is checked before the changeset is run, and it can only be run if the precondition passes
10:19:25 <dkayiwa> k-joseph: what is your procondition supposed to be checking? (in english)
10:19:43 <k-joseph> dkayiwa: <not><sqlCheck expectedResult="0">select count(*) from orders</sqlCheck></not> is supposed to ensure that this chageset doesn't get excecuted if the orders table is empty
10:19:52 <dkayiwa> k-joseph: if you wanted to assign a developer to write that precondition for you, what would you tell them?
10:20:00 <dkayiwa> k-joseph: am not asking for the syntax
10:20:12 <dkayiwa> k-joseph: i mean in english (requirements spec)
10:21:13 <k-joseph> dkayiwa: i would tell the dev, to write for me the precondition that checks whether the orders table is not empty
10:24:53 *** dkithmal has joined #openmrs
10:25:36 <dkayiwa> k-joseph: ok that is what i wanted
10:30:04 <dkayiwa> k-joseph: is the failing changeset done by you?
10:30:17 <dkayiwa> k-joseph: that is as per the error message
10:30:34 <k-joseph> dkayiwa: yes,
10:30:50 <dkayiwa> k-joseph: what is the chageset id as per the error message?
10:32:02 <k-joseph> dkayiwa: sorry, i had not noticed that before, was not done by me, here is the id 201312271827-TRUNK-4156::vinay:
10:32:25 <dkayiwa> k-joseph: so thats not your problem
10:32:27 <k-joseph> dkayiwa: am running out of battery, i need to change position to get a power source, geting back soon so that i can have this resolved, meanwhile does my changeset satisfy this?
10:32:41 <dkayiwa> k-joseph: you need to test it
10:32:45 <dkayiwa> first
10:33:09 <k-joseph> dkayiwa: still am failing to test it since this is breaking the way forward
10:33:32 <dkayiwa> k-joseph: do you have the latest changes for 1.10.x?
10:34:04 <dkayiwa> k-joseph: if it still fails when you have the latest 1.10.x changes. then send an email to the dev list reporting about it
10:34:11 <k-joseph> dkayiwa: i may not be uptodate, i need to commit so that i can pull
10:34:42 <dkayiwa> k-joseph: whatever is easier for you. all i care about is running the latest changes
10:35:02 <dkayiwa> k-joseph: because that failing changeset could have been fixed already when you just do not have the latest changes
10:39:06 *** k-joseph has quit IRC
10:40:13 *** dkayiwa has quit IRC
11:22:11 *** geekgugi has quit IRC
11:37:30 *** vinayv has quit IRC
12:15:11 *** dkithmal has quit IRC
12:15:35 *** harshadura has joined #openmrs
12:15:35 *** ChanServ sets mode: +v harshadura
12:51:10 *** dkithmal has joined #openmrs
12:57:40 *** elly__ has joined #openmrs
13:11:51 *** vinayv has joined #openmrs
13:14:00 *** cioan has joined #openmrs
13:14:28 *** vinayv has quit IRC
13:20:00 *** vinayv has joined #openmrs
13:40:24 *** ryates_ has joined #openmrs
13:51:31 *** ryates_ is now known as ryates
13:51:38 *** ChanServ sets mode: +o ryates
13:54:33 *** suranga_ has joined #openmrs
13:54:52 <suranga_> join #openmrs-indy
14:00:19 *** suranga_ has quit IRC
14:12:04 *** vinayv has quit IRC
14:13:42 *** wluyima has joined #openmrs
14:25:26 *** Mkop has joined #openmrs
14:50:31 *** dkayiwa has joined #openmrs
15:00:22 *** djazayeri has joined #openmrs
15:00:22 *** ChanServ sets mode: +o djazayeri
15:12:46 *** GitHub11 has joined #openmrs
15:12:46 <GitHub11> [openmrs-core] wluyima pushed 1 new commit to 1.10.x: http://git.io/_Xo46g
15:12:46 <GitHub11> openmrs-core/1.10.x 44606b3 wyclif: Follow up to fix faulty changeset
15:12:46 *** GitHub11 has left #openmrs
15:15:46 <cpower> Hello everyone sorry I'm late shall we scrum?
15:16:00 <cpower> !scrumon cpower
15:16:00 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster cpower- you may begin when ready.
15:16:34 <cpower> Order: wluyima , rafa , dkayiwa , djazayeri
15:17:28 <wluyima> Friday:
15:17:29 <wluyima> - TRUNK-4187 Add a liquibase changeset that checks that all text units are mapped to concepts
15:17:30 <wluyima> - reviewing and merging code
15:17:32 <wluyima> Monday:
15:17:33 <wluyima> - Design call
15:17:34 <wluyima> - review and merge code
15:17:35 <wluyima>
15:17:36 <wluyima> Blockers: None
15:18:18 <rafa> Today:
15:18:18 <rafa> * Adding validation for TRUNK-4135 Modify DrugOrder.frequency and TRUNK-4052 Add a way to test liquibase changesets
15:18:18 <rafa> (will commit in a minute)
15:18:18 <rafa> * Respond to review comments for TRUNK-3644 Define which resources to load for module based on OpenMRS version
15:18:18 <rafa> No blockers.
15:18:38 <dkayiwa> I have not done much today as i have just come from a burial of my friend who lost her daughter
15:18:38 <dkayiwa> Will be on the Design Call
15:18:38 <dkayiwa> No Blockers
15:19:07 <cpower> djazayeri: you are up!
15:19:35 <cpower> dkayiwa: sorry to hear about you friends loss
15:19:43 <djazayeri> I've been working on Reporting-related stuff, driven by Mirebalais
15:19:46 <djazayeri> Recently:
15:19:47 <djazayeri> * REPORT-592 - CsvReportRenderer does not follow the CSV "standard"
15:20:06 <djazayeri> * Working on Ad Hoc Analysis tool (cohort builder replacement) which should have a beta release this week.
15:20:07 <dkayiwa> cpower: it was too terrible for a daughter who was almost finishing University
15:21:29 *** vinayv has joined #openmrs
15:21:41 <djazayeri> (no blockers)
15:21:53 <cpower> ok! Product Owner call with India group in 9 mins, Design call just after that, looking for topics for Wednesday's call!
15:22:00 <cpower> !scrumoff
15:22:00 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
15:32:31 <wluyima> djazayeri: how are we having the meeting?
15:32:40 <djazayeri> wluyima: uberconference
15:54:36 *** harsz89 has joined #openmrs
15:54:36 *** ChanServ sets mode: +v harsz89
15:58:02 *** r0bby_ has joined #openmrs
15:58:02 *** ChanServ sets mode: +v r0bby_
15:58:02 *** robbyoconnor has quit IRC
16:00:37 *** r0bby_ is now known as robbyoconnor
16:06:07 *** dkithmal_ has joined #openmrs
16:08:24 *** cioan1 has joined #openmrs
16:09:06 *** dkithmal has quit IRC
16:10:23 *** cioan has quit IRC
16:31:57 *** harshadura_ has joined #openmrs
16:35:49 *** harshadura has quit IRC
16:56:50 *** dkithmal_ has quit IRC
17:01:48 *** dkithmal has joined #openmrs
17:02:37 *** harshadura_ has quit IRC
17:04:18 *** vinayv has quit IRC
17:05:56 *** GitHub16 has joined #openmrs
17:05:56 <GitHub16> [openmrs-core] akshika47 closed pull request #527: Trunk 2136 (master...Trunk_2136) http://git.io/uXPciw
17:05:56 *** GitHub16 has left #openmrs
17:07:11 *** GitHub106 has joined #openmrs
17:07:11 <GitHub106> [openmrs-core] dkayiwa closed pull request #524: TRUNK-3903: makes sure getDisplayPrecision is properly get/set from ConceptNumeric t... (master...TRUNK-3903) http://git.io/Qzb7IQ
17:07:11 *** GitHub106 has left #openmrs
17:07:12 *** GitHub53 has joined #openmrs
17:07:12 <GitHub53> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/wjvzAw
17:07:12 <GitHub53> openmrs-core/master 142e5c6 Marv Cool: makes sure getDisplayPrecision is properly get/set from ConceptNumeric to ConceptFormBackingObject...
17:07:12 <GitHub53> openmrs-core/master d9af11e dkayiwa: Merge pull request #524 from openmrs-codejam-hamburg/TRUNK-3903...
17:07:12 *** GitHub53 has left #openmrs
17:09:16 *** dkayiwa has quit IRC
17:26:45 *** travis-ci has joined #openmrs
17:26:45 <travis-ci> [travis-ci] [openmrs/openmrs-core] [d9af11e] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/16879039
17:26:45 *** travis-ci has left #openmrs
17:51:32 *** k-joseph has joined #openmrs
18:04:44 *** dkayiwa has joined #openmrs
18:07:35 *** k-joseph has quit IRC
18:07:49 <rafa> wluyima: hi
18:07:59 <wluyima> hi rafa
18:08:06 <rafa> wluyima: did you have a chance to look at https://github.com/openmrs/openmrs-core/pull/511 ?
18:08:23 <wluyima> rafa: the follow up?
18:08:34 <rafa> wluyima: yes...
18:08:56 <wluyima> rafa: not yet, had 2 meetings this morning, but i will today because i need to merge that code today
18:09:07 <rafa> wluyima: it would be great
18:09:24 <wluyima> rafa: because we need to add more tests based on the work you did
18:09:42 <rafa> wluyima: yeah, I keep discovering new bugs in 1.10.x changesets
18:09:56 <rafa> wluyima: we need to write more tests
18:10:03 <rafa> wluyima: it's a bit overwhelming for one person
18:10:04 <wluyima> rafa: yeah
18:12:11 <wluyima> rafa: i will see if i can add a hook similar to what i did to support running a single change set or a another liquibase file
18:12:28 *** dkithmal has quit IRC
18:12:31 *** harsz89 has quit IRC
18:13:33 *** harsz89 has joined #openmrs
18:13:34 *** ChanServ sets mode: +v harsz89
18:15:07 <rafa> wluyima: cool, just get that merged as soon as possible
18:42:26 <wluyima> rafa: sure
18:42:33 *** wluyima has quit IRC
18:53:30 *** mukherjeerohit93 has joined #openmrs
18:54:25 <mukherjeerohit93> dkayiwa: hey, I'm working on the JUnit test for HibernateFormDao
18:54:42 <mukherjeerohit93> dkayiwa: I ran into an issue
18:58:51 <mukherjeerohit93> dkayiwa: JDBCException Could not execute query
18:59:32 <dkayiwa> mukherjeerohit93: pastebin the full stack trace
19:00:43 <mukherjeerohit93> dkayiwa: http://pastebin.com/eFrSzair
19:02:01 <dkayiwa> mukherjeerohit93: pastebin your changes
19:02:01 <mukherjeerohit93> dkayiwa: All I'm doing is adding a formField to containingAnyFormField and then invoking getForms
19:02:44 *** djazayeri has quit IRC
19:03:01 *** djazayeri has joined #openmrs
19:03:01 *** ChanServ sets mode: +o djazayeri
19:03:02 <mukherjeerohit93> dkayiwa: Haven't changed anything, just made the change you did (Restrictions.in(formfield...) to formfields)
19:03:35 <mukherjeerohit93> dkayiwa: http://pastebin.com/LNJg2S3a
19:05:35 *** Tajha has joined #openmrs
19:07:23 <dkayiwa> mukherjeerohit93: not the entire file :)
19:08:07 *** wluyima has joined #openmrs
19:08:31 <mukherjeerohit93> dkayiwa: whoops sorry
19:08:39 <mukherjeerohit93> dkayiwa: Only changes I made to the hibernateFormTest were
19:09:04 <mukherjeerohit93> dkayiwa: http://pastebin.com/41BX0e9c
19:09:19 <mukherjeerohit93> dkayiwa: I saw the JdbcException and tried changing the query parameters
19:09:35 <mukherjeerohit93> dkayiwa: Initially the stack trace showed parameter 1 was not being set
19:09:44 <mukherjeerohit93> dkayiwa: Now it shows parameter 3 is not being set
19:11:07 <dkayiwa> mukherjeerohit93: i do not understand yo last pastebin
19:11:27 *** harsz89 has quit IRC
19:13:23 <mukherjeerohit93> dkayiwa: If you look at the large paste
19:13:34 <mukherjeerohit93> dkayiwa: The second test is the change I made
19:13:42 <mukherjeerohit93> dkayiwa: I am getting the exception while executing the second test
19:13:51 <mukherjeerohit93> dkayiwa: because of some malformed query
19:19:12 <dkayiwa> mukherjeerohit93: is HibernateFormDAOTest an existing class? or have you just added it?
19:20:43 <mukherjeerohit93> dkayiwa: Added it
19:21:10 <dkayiwa> mukherjeerohit93: is FormServiceTest-initialFieldTypes.xml" also a new file?
19:27:24 <mukherjeerohit93> dkayiwa: No It is present already
19:34:24 *** k-joseph has joined #openmrs
19:38:57 *** GitHub184 has joined #openmrs
19:38:58 <GitHub184> [openmrs-core] akshika47 opened pull request #528: Trunk 2136 (master...TRUNK_2136) http://git.io/R-jaew
19:38:58 *** GitHub184 has left #openmrs
19:39:58 <k-joseph> dkayiwa: hi
19:40:04 <dkayiwa> k-joseph: hi
19:40:35 <k-joseph> dkayiwa: sorry i failed getting bback soon, i beg that we pick it up from where we had stopped
19:44:09 *** mukherjeerohit93 has quit IRC
19:44:23 <dkayiwa> k-joseph: where
19:48:09 <k-joseph> dkayiwa: my branch is now uptodate and am getting another failure that i have added at http://pastebin.com/62Nd5GQV which is comming as a result of some other changeset still
19:50:09 <dkayiwa> k-joseph: did u pull?
19:51:46 <k-joseph> dkayiwa: yes i did pull and i have confirmed even just a few minutes before and my branch is uptodate
19:53:57 <dkayiwa> k-joseph: manually add a units column to your drug_order table and run again
20:00:13 <ibewes> is anyone on that can help with a REST WS issue?
20:01:43 <ibewes> specifically, I'm having trouble getting resources to work properly with supertypes that define generic properties
20:04:06 *** djazayeri has quit IRC
20:10:47 *** davidpardz has joined #openmrs
20:10:47 *** ChanServ sets mode: +v davidpardz
20:12:51 <k-joseph> dkayiwa: looks like that resulted into the same error that we had before, i have decided to drop my database and re-install openmrs!!!
20:13:08 <dkayiwa> k-joseph: pastebin the log
20:32:22 *** GitHub99 has joined #openmrs
20:32:22 <GitHub99> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/dgL8Fw
20:32:22 <GitHub99> openmrs-core/master 67deaff dkayiwa: Unable to invoke getForms after adding FormField to...
20:32:22 *** GitHub99 has left #openmrs
20:45:38 <k-joseph> dkayiwa: finished re-installing openmrs, and the process got stuck, after creating only 99 tables, with trace
20:46:01 <k-joseph> There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml::201312271827-TRUNK-4156::vinay: Reason: liquibase-update-to-latest.xml : Not precondition failed : Caused By: Preconditions Failed Error while trying to update to the latest database version
20:46:27 <k-joseph> dkayiwa: this is the same issue as was before during the afternoon
20:48:32 <dkayiwa> k-joseph: pastebin
20:51:21 <k-joseph> dkayiwa: http://pastebin.com/uN2QLF33
20:55:43 *** travis-ci has joined #openmrs
20:55:43 <travis-ci> [travis-ci] [openmrs/openmrs-core] [67deaff] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/16890101
20:55:43 *** travis-ci has left #openmrs
20:58:37 *** harsz89 has joined #openmrs
20:58:38 *** ChanServ sets mode: +v harsz89
21:02:25 *** GitHub59 has joined #openmrs
21:02:25 <GitHub59> [openmrs-core] dkayiwa pushed 1 new commit to 1.10.x: http://git.io/IDx26Q
21:02:25 <GitHub59> openmrs-core/1.10.x 983f6d7 dkayiwa: Adding missing onFail="MARK_RAN" for: Add careSetting property to Order...
21:02:25 *** GitHub59 has left #openmrs
21:02:41 <dkayiwa> k-joseph: update you code. i have just made a commit for it
21:02:48 *** k-joseph has quit IRC
21:03:19 *** harsz89 has quit IRC
21:20:59 *** upul has joined #openmrs
22:14:04 *** GitHub175 has joined #openmrs
22:14:04 <GitHub175> [openmrs-core] wluyima pushed 1 new commit to 1.10.x: http://git.io/dfgNvw
22:14:04 <GitHub175> openmrs-core/1.10.x 5a57379 wyclif: Cleaned up changesets that add and set order number so that the not-null constraint is added after setting order numbers for existing orders
22:14:04 *** GitHub175 has left #openmrs
22:15:21 *** cioan1 has quit IRC
22:24:04 *** GitHub64 has joined #openmrs
22:24:04 <GitHub64> [openmrs-core] wluyima force-pushed 1.10.x from 5a57379 to 4779d95: http://git.io/RBORLQ
22:24:04 <GitHub64> openmrs-core/1.10.x 4779d95 wyclif: Cleaned up changesets that add and set order number so that the not-null constraint is added after setting order numbers for existing orders...
22:24:04 *** GitHub64 has left #openmrs
22:24:52 *** wluyima has quit IRC
22:25:25 *** dkayiwa has quit IRC
22:55:32 *** harsz89 has joined #openmrs
22:55:32 *** ChanServ sets mode: +v harsz89
22:59:40 *** harsz89 has quit IRC
23:20:07 *** breeze has joined #openmrs
23:23:00 *** harsz89 has joined #openmrs
23:23:00 *** ChanServ sets mode: +v harsz89
23:27:12 *** breeze has quit IRC
23:53:02 *** harsz89 has quit IRC