Commit Graph

1940 Commits

Author SHA1 Message Date
jamesagnew ddb35d0faa Merge branch 'term_svc' of github.com:jamesagnew/hapi-fhir into term_svc 2016-05-17 09:05:47 -04:00
jamesagnew 78fa6eaeaf More work on terminology service 2016-05-17 09:05:37 -04:00
James Agnew 7942d69d5d Accept conditional updates with _id as parameter 2016-05-16 19:11:25 -04:00
jamesagnew 207ba872fa Add analytics to fhirtest.uhn.ca 2016-05-15 11:00:52 -04:00
jamesagnew c7d191dc38 Fix all tests 2016-05-14 16:59:31 -04:00
James Agnew 309b67c010 Fix tests 2016-05-13 19:37:49 -04:00
James Agnew d5e2170595 Don't discard _count from parameters when method has @Count 2016-05-13 19:13:39 -04:00
James Agnew 563f4e4c46 Treat date eq params correctly 2016-05-13 18:49:41 -04:00
James Agnew 84a7856c19 Treat missing ID in resource body as warning 2016-05-13 18:04:07 -04:00
James Agnew abd8bc2f14 Work on term svc 2016-05-13 17:40:56 -04:00
Sebastien Riviere 6e1b848ea6 Fix exception handling 2016-05-13 15:34:55 +02:00
unknown 462ae8cb1f Add support of Conditional update and delete
Add bundle provider
Fix exceptions which were not intercept because throws outside bean context
2016-05-13 12:06:54 +02:00
James Agnew c94f4bb19b Work on term services 2016-05-11 06:30:45 -04:00
James Agnew 54d0fa0faa Add a new option to CLI run-server called "--lowmem" which puts the
server into low memeory mode
2016-05-10 13:45:30 -04:00
James Agnew 3e77d3e37e Add _has support (this is an experimental parameter being tested) 2016-05-10 11:47:30 -04:00
James Agnew bca8589177 Index DSTU3 timing datatypes 2016-05-09 16:32:31 -04:00
James Agnew 975dfe4fa4 Fix build 2016-05-09 13:10:12 -04:00
James Agnew 061243b5c7 Allow delete bundle to contain multiple deletes for the same resource 2016-05-08 13:11:55 -04:00
James Agnew dbcc2ce25a Fix build 2016-05-08 11:01:17 -04:00
James Agnew e1ab2856e0 Fix build 2016-05-08 10:29:08 -04:00
James Agnew 81cb769d18 Allow operation names to be escaped in URL 2016-05-07 19:28:36 -04:00
James Agnew adeb15809b Fix validator for documents 2016-05-07 16:47:34 -04:00
James Agnew af2b702aa4 Fixes from Montreal connectathon 2016-05-07 14:24:33 -04:00
James Agnew 848ad158e2 Remove Remittance resource from DSTU2 2016-05-06 19:52:10 -04:00
James Agnew 4ae4b1a8d8 Support composite parametrs with quantity type in JPA 2016-05-06 18:43:07 -04:00
James Agnew 8c8434943c Credit for #361 2016-05-06 17:55:16 -04:00
James Agnew 1d96ac62a4 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-06 17:54:13 -04:00
James Agnew b066bdac6c Merge pull request #361 from Virdulys/patch-2
Wrong comment, unable to set type in new versions
2016-05-06 17:53:57 -04:00
James Agnew fd2671d28e Fix validation issue 2016-05-06 17:44:23 -04:00
Virdulys 2cf79d2767 Wrong comment, unable to set type in new versions 2016-05-05 15:23:50 +03:00
jamesagnew fb277a0595 Fix tests 2016-05-05 07:45:59 -04:00
James Agnew 03e90b90c0 Merge pull request #359 from subhrajyotim/master
Fix: Add null check in JsonParser, Relax property handling introduced in Jaxp 1.5
2016-05-05 07:09:06 -04:00
jamesagnew 8a11ad1740 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-05 07:09:03 -04:00
jamesagnew 689df98cf9 Credit for #359 2016-05-05 07:08:48 -04:00
James Agnew 87f12bf197 Merge pull request #356 from euvitudo/scp-update-for-operationdefinition
Updated ServerConformanceProvider and test
2016-05-05 07:04:27 -04:00
jamesagnew 1c082f7f6e Credit for #356 2016-05-05 07:03:58 -04:00
jamesagnew ed4a506542 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-05 07:00:07 -04:00
jamesagnew 387c4793f7 Credit for #355 2016-05-05 06:59:50 -04:00
James Agnew ad9ff20f8e Merge pull request #355 from euvitudo/jaxrsserver-with-dstu3
Updated jaxrsserver base and example for DSTU3
2016-05-05 06:58:17 -04:00
James Agnew 82c1e687fd Fix NPE in LoggingInterceptor 2016-05-04 11:48:50 -04:00
James Agnew ff562a3f00 Fix #360 - Correctly parse spaces in URL parameters 2016-05-04 10:09:02 -04:00
jamesagnew b4d3a7bb74 Don't highlight AJAX requests 2016-05-04 06:59:28 -04:00
Subhro 284f0f14b0 Fix: Add null check in JsonParser, Relax property handling introduced in Jaxp 1.5 for some compatibility with existing 1.4 version 2016-05-04 15:24:36 +05:30
jamesagnew 244cad6224 Allow validator exceptions to be ignored via confoguration 2016-05-03 21:58:09 -04:00
James Agnew 804b271764 Fix test 2016-05-03 10:39:29 -04:00
James Agnew 7429a382dd Fix test 2016-05-03 10:12:03 -04:00
jamesagnew cce0ce6b8e Add parser for URL parameters to avoid Servlets using ISO-8859-1 instead of UTF-8 2016-05-03 08:58:56 -04:00
jamesagnew dcd32b6127 Correctly handle search parameter target types in JPA 2016-05-03 07:03:44 -04:00
James Agnew 3e8638a65f Fix tests 2016-05-02 19:03:36 -04:00
James Agnew dd95a52240 Get fluentpath entirely working in JPA 2016-05-02 18:04:42 -04:00