https://github.com/jamesagnew/hapi-fhir

sort by:
Revision Author Date Message Commit Date
adfbfcb Site and dist updates for 0.9 release 13 March 2015, 21:59:55 UTC
6a5bb46 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 13 March 2015, 13:59:22 UTC
3c6febb Preparing for 0.9 release 13 March 2015, 12:34:52 UTC
745876c Fix unit test for #108 13 March 2015, 02:19:52 UTC
7540203 Fix #108 - Don't check the server version from the client until the first actual request 13 March 2015, 02:15:15 UTC
f7e300d Documentation updates 12 March 2015, 21:43:37 UTC
595f8f5 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir Conflicts: hapi-fhir-base/src/main/java/ca/uhn/fhir/util/ResourceReferenceInfo.java 12 March 2015, 14:36:04 UTC
bac290b #77 - Fixed wildcard string compare that was breaking inclusion 12 March 2015, 14:32:22 UTC
4c4ea1b Change default bundle inclusion behaviour back to original behaviour, new behaviour is reported to be buggy 12 March 2015, 14:07:36 UTC
c9e54e3 Disable automatic bundle inclusion for now 12 March 2015, 14:01:49 UTC
7f9b1ba Fix build problem 12 March 2015, 02:31:20 UTC
df3c812 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 11 March 2015, 21:19:03 UTC
8434f96 Fix #111 - Don't return stack traces in server responses y default 11 March 2015, 21:18:42 UTC
1685740 Just work on examples of new functionality 11 March 2015, 20:17:27 UTC
c6f65b0 Merge pull request #121 from esteban-aliverti/hl7org-dstu2_fix Added net.sf.saxon:saxon-he 11 March 2015, 19:51:03 UTC
9da8c96 Merge pull request #118 from ilpianista/patch-2 Add missing dependence to structures-hl7org-dstu2 11 March 2015, 19:48:46 UTC
4ac0ef4 Add the ability to configure the default pretty-print and encoding for a server 11 March 2015, 18:16:32 UTC
a2e562d Implement sorting on _id and clean up create/update semantics for DSTU2 11 March 2015, 16:49:47 UTC
b491178 Add sorting to Web Testing UI 11 March 2015, 15:15:51 UTC
1a4a23b Credit for #120 11 March 2015, 13:11:36 UTC
18f1c57 Site updates 11 March 2015, 01:55:38 UTC
9a9501c JPA demo enhancements and site work 10 March 2015, 21:56:55 UTC
0098157 Site updates 10 March 2015, 12:40:15 UTC
102f509 Merging #117 09 March 2015, 23:29:54 UTC
2ca0b5e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 09 March 2015, 23:21:18 UTC
4682f95 Fix #122 - Thanks to Ryan for reporting! 09 March 2015, 23:20:48 UTC
1fec2d0 -Accept content type of "application/fhir+xml" as XML encoding -Correctly handle back button in testing UI for Firefox searches 09 March 2015, 17:35:21 UTC
d083bfb Sort improvements 09 March 2015, 12:25:51 UTC
5fd987c Work on sort support in JPA 09 March 2015, 12:01:13 UTC
a5c6091 Added net.sf.saxon:saxon-he 09 March 2015, 07:53:09 UTC
da1d49a Correctly index Observation.applies[x] in JPA server 08 March 2015, 20:55:42 UTC
32ad3ab Complete Extended Operations support 08 March 2015, 19:40:04 UTC
06ea9a1 More work on operation support for DSTU2 06 March 2015, 22:55:35 UTC
6732efc Merge branch 'master' of github.com:jamesagnew/hapi-fhir 06 March 2015, 18:36:20 UTC
7a953bf More work on operations support for DSTU2 06 March 2015, 18:05:56 UTC
7905e9d Add support for quantity search params in tester UI 06 March 2015, 14:53:50 UTC
47c98ff Fix broken build 05 March 2015, 14:39:29 UTC
967d443 Reinstate DEV structures for now 05 March 2015, 13:37:50 UTC
7c63421 Add missing dependence to structures-hl7org-dstu2 saxon is used in Utilities.java 05 March 2015, 10:54:07 UTC
082b9cf Performance enhancements 04 March 2015, 18:50:58 UTC
b68d07b Work on operation support in client 04 March 2015, 13:44:31 UTC
533339c Merge branch 'master' of github.com:jamesagnew/hapi-fhir 03 March 2015, 23:31:22 UTC
fc4fb07 Work on history suport for fluent client 03 March 2015, 23:31:01 UTC
5225976 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir.git 03 March 2015, 20:03:21 UTC
27e1262 More work on operations in client 03 March 2015, 13:22:26 UTC
45f30de Start working on operations in client 03 March 2015, 12:45:37 UTC
dae2a81 Update resource definitions for DSSTU2 03 March 2015, 03:39:53 UTC
722f08d Site updates 02 March 2015, 22:04:09 UTC
748efc4 Site updates 02 March 2015, 11:56:16 UTC
a81e081 Work on transaction support for DSTU2 01 March 2015, 23:00:06 UTC
68bccf4 Site update 27 February 2015, 23:10:01 UTC
db65d5d Work on support for new bundle format in DSTU2 27 February 2015, 23:09:24 UTC
6580abe Add some new tests for JPA DSTU2 operations 27 February 2015, 13:45:34 UTC
0a8c7c4 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 26 February 2015, 22:28:05 UTC
0f2eb23 More work on getting conditional updates working 26 February 2015, 22:17:22 UTC
72f5955 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 26 February 2015, 14:42:49 UTC
aa5da01 Made it a bit easier to flip JpaServerDemo to dstu1 26 February 2015, 14:42:37 UTC
dd1a312 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 26 February 2015, 14:12:47 UTC
4dce8a0 Site updates 26 February 2015, 14:12:35 UTC
e190659 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 26 February 2015, 13:42:07 UTC
9004d38 Fixed MyOrganization.isEmpty so it doesn't throw a ClassCastException 26 February 2015, 13:36:10 UTC
ecd3620 Add configurable default response encoding to server, and serve Binary resources as FHIR resources instead of blobs if the user has explicitly requested an encoding 25 February 2015, 16:18:37 UTC
2c4b37e Just eclipse settings 24 February 2015, 21:40:38 UTC
a2992dd Merge branch 'mochaholic-master' t push origin master# the commit. 24 February 2015, 12:50:14 UTC
3812260 Fix #110 - Support DSTU2 Security Labels, merging in Pull Request from Mohammad Jafari - Merge branch 'master' of https://github.com/mochaholic/hapi-fhir into mochaholic-master Conflicts: hapi-fhir-structures-dstu2/src/test/java/ca/uhn/fhir/rest/server/UpdateConditionalTest.java 24 February 2015, 12:49:31 UTC
424e6be Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir.git 24 February 2015, 01:02:30 UTC
f7a8c8d Fixed issue #115. 24 February 2015, 00:39:23 UTC
c2a6e78 Add conditional deletes and updates 23 February 2015, 23:27:13 UTC
6471547 Merged with the latest master snapshot. 23 February 2015, 18:35:27 UTC
819dc67 Just automated license file updates 23 February 2015, 18:24:17 UTC
9cd005e Merged with the latest master snapshot. 23 February 2015, 16:14:29 UTC
a4b545b Merged with the latest master snapshot. 23 February 2015, 15:49:21 UTC
c03d629 Fix compile failure 23 February 2015, 15:01:39 UTC
315ad43 Work on adding conditional HTTP operations to client and JPA server 23 February 2015, 14:08:59 UTC
c13b036 Merged with the latest master snapshot. 22 February 2015, 06:57:47 UTC
f76a875 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 20 February 2015, 22:34:45 UTC
0f01260 Get extensions working for HL7.org structures 20 February 2015, 22:34:13 UTC
24b9a22 Simple instructions on how to deploy hapi-fhir-jpaserver-example under tomcat from intellij 20 February 2015, 20:12:11 UTC
31d4dcd Added preliminary support for DSTU2-style security labels. 20 February 2015, 01:14:02 UTC
a5be8a1 Merge remote-tracking branch 'upstream/master' 19 February 2015, 18:37:01 UTC
cf3a78e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 19 February 2015, 15:27:52 UTC
e2c49d0 Merge in changes for JPA updates 19 February 2015, 13:39:01 UTC
471c80f Merge branch 'master' of github.com:jamesagnew/hapi-fhir 19 February 2015, 03:24:05 UTC
4f93ab9 Work on JPA Transaction for DSTU2 19 February 2015, 03:23:46 UTC
e6405c9 Added (commented-out) mysql configs to hapi-fhir-server-database-config.xml and the corresponding class to facilitate mysql-based deployment. 19 February 2015, 00:00:40 UTC
dbeb6c0 More work on new structures 18 February 2015, 22:00:47 UTC
1127b1a Revert bad commit 18 February 2015, 15:45:43 UTC
7beb265 Start working on new transaction in DSTU2 JPA server 18 February 2015, 14:16:48 UTC
7d62951 Fix the build for real! 17 February 2015, 21:06:28 UTC
3631160 Fix build 17 February 2015, 18:54:26 UTC
7e1f9cf More work on new bundle type 17 February 2015, 13:45:40 UTC
dbc2d37 Remove android 17 February 2015, 04:22:22 UTC
85489a8 Fix build? 17 February 2015, 04:03:59 UTC
70aa4e8 Work on build 17 February 2015, 04:02:50 UTC
54be263 Work on #105 - Should have it working 17 February 2015, 03:37:47 UTC
e845ab7 Work on Android 16 February 2015, 19:17:29 UTC
c40a933 Merge branch 'decouple_dstu1_structs' 16 February 2015, 17:19:27 UTC
81f7571 Work on android 16 February 2015, 17:19:08 UTC
e3ca555 Doc updates 16 February 2015, 16:51:04 UTC
795041a More work on struct integration 16 February 2015, 16:33:46 UTC
back to top