2641 Commits

Author SHA1 Message Date
James Agnew
45e4bd92ee Merge branch 'master' into jaxrs-sever-evolution 2017-03-16 22:04:55 -04:00
James
5282110f02 Tests for #142 2017-03-16 22:00:04 -04:00
James
fc7ac7ab00 Credit for #542 2017-03-16 21:57:55 -04:00
James
8a32e4bae5 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-03-16 21:36:14 -04:00
James
5ba2248573 Merge branch 'hugosoares-master' 2017-03-16 21:35:57 -04:00
James
2f367a1a4e Get process message working 2017-03-16 21:32:59 -04:00
James
9501ea0961 Merge branch 'master' of https://github.com/hugosoares/hapi-fhir into hugosoares-master 2017-03-16 21:32:51 -04:00
James Agnew
0be818c31c Add validation results to oo (#595)
* Add interceptor

* Add changelog entry

* Update changes.xml

Corrected reference to issue 586 (was 585). Corrected order of actions for issues 586 and 595 (was reversed).

* Update changes.xml

Should have been 585 after all. Whoops!

* Update changes.xml

Adding an item for pull request 565 that was previously approved and merged.

* Fixed test with English String in assertion.
2017-03-16 13:31:25 -04:00
James Agnew
a867890554 585 authorizationinterceptor wildcards (#586)
* Add wildcards for authorizationinterceptor

* Add changelog
2017-03-14 22:26:45 -04:00
Michael Lawley
884bfbeed5 Add ValueSet expansion support, fix profile bugs
HapiWorkerContext needed ValueSet expansion support for validation, now that resources are found and loaded.
ParserBase had a bug when comparing names (was not looking at IdPart)
Profiles had errors in FHIRPaths using invalid $context name
2017-03-13 10:10:04 +10:00
James
95ef644612 Missed a param type for updated 2017-03-12 18:50:49 -04:00
James
0e3cc29c50 Add update time to search parameters 2017-03-12 12:13:31 -04:00
James
120227da2f License headers 2017-03-11 14:57:43 -05:00
James
0c6679ac44 JPA server interceptor methods for create/update/delete provided the wrong version ID to the interceptors 2017-03-11 07:57:33 -05:00
James Agnew
bcff22c769 Add an interface for the stale search deleter 2017-03-01 19:50:17 -05:00
James Agnew
01d102accc Correct handling of contained resources in a response for annotation
client
2017-03-01 17:23:31 -05:00
James Agnew
d1d208c6c7 Rename a few reindexing methods to make their names more intuitive 2017-03-01 16:44:48 -05:00
Diederik Muylwyk
1032fbb475 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-03-01 13:29:25 -05:00
Diederik Muylwyk
ede98aed1a Added developer info for dmuylwyk. 2017-03-01 13:29:03 -05:00
James Agnew
f6c8ad61cd Merge pull request #576 from joelsch/joelsch-developer
revise developer info for joelsch
2017-03-01 10:22:35 -05:00
Diederik Muylwyk
3def6f508a New hooks for request validating (#565)
* Initial work on hooks for tags.

* Added a post-processing hook for subclasses of BaseValidatingInterceptor.

* Added more performant conversion from Enum ordinal to Enum type to ResultSeverityEnum.
2017-03-01 08:53:16 -05:00
Joel Schneider (NMDP)
f50dada401 revise developer info for joelsch 2017-03-01 02:06:55 -06:00
Joel Schneider (NMDP)
2f1662b59f Revise saveConcept method to use myConceptDao.save instead of myConceptDao.saveAndFlush (to avoid overloading CPU with flush computations when persisting large codesystems, e.g. one with 399837 concepts). 2017-02-28 22:43:00 -06:00
johannes.duenser
0af1041bee Catch Exception on check for Woodstox version property to be on the safe side 2017-02-27 16:04:38 +01:00
johannes.duenser
194074e0cc merged with upstream branch.
Merge remote-tracking branch 'upstream/master'
2017-02-27 14:21:24 +01:00
johannes.duenser
837264ea48 Check if Woodstox is used not only by class instance but also by property to fix max-element-size issue for JBoss 2017-02-27 14:14:25 +01:00
Michael Lawley
3623bbca16 fix rest of path to resources (remove v3-codesystems.xml) 2017-02-23 22:16:43 +10:00
Michael Lawley
5ef8945726 Correct paths to profiles and valuesets/codesystems 2017-02-23 21:25:35 +10:00
James Agnew
0d066275a3 Add base to search param 2017-02-18 16:41:36 -05:00
James
94bed2f59e Site updates 2017-02-17 21:20:32 -05:00
James Agnew
b0a18e03dc Merge pull request #556 from sekaijin/master
cleanup2
2017-02-17 17:40:03 -05:00
James Agnew
5811702a92 Merge branch 'master' into master 2017-02-17 17:39:55 -05:00
James
7ee3e75665 Add JDK version notes. Fixes #560 2017-02-15 05:58:41 -05:00
James
7ea7bd45cf Make preDelete consistent with postCreate 2017-02-14 21:28:23 -05:00
James Agnew
5589990eb5 Fix incorrect parent POM 2017-02-14 21:08:13 -05:00
James Agnew
0ec542b89c Fix outdated example 2017-02-14 20:51:58 -05:00
Diederik Muylwyk
9c30ea8b31 Updating dependency version. 2017-02-13 15:02:50 -05:00
James Agnew
f7187fbc0a Fix another test 2017-02-11 19:39:01 -05:00
James Agnew
79e336025c Fix test 2017-02-11 19:31:00 -05:00
James Agnew
82ac69d86c Throw correct HTTP status when validation fails because of missing ID 2017-02-11 19:22:25 -05:00
James
53f6effd56 Clean up custom seach param code 2017-02-11 18:37:21 -05:00
James
f1828d1ca8 Fix handling of filters on valueset expansions 2017-02-10 11:05:59 -05:00
Hugo Soares
da9daf86c0 Merge remote-tracking branch 'refs/remotes/jamesagnew/master'
# Conflicts:

#	hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/client/GenericClient.java
2017-02-09 15:19:08 +00:00
hugosoares
09f44ebc2d Merge branch 'master' into master 2017-02-09 14:23:33 +00:00
Hugo Soares
6eee5e696e Changes requested by james
https://github.com/jamesagnew/hapi-fhir/pull/542
2017-02-09 13:59:00 +00:00
James
12e047b931 Fix a couple of compile issues 2017-02-09 06:53:22 -05:00
James Agnew
0dd6364fe5 Improve paging in JPA server for _history operation 2017-02-08 21:42:17 -05:00
James
ef23b45d25 Custom extension params working now 2017-02-08 19:17:12 -05:00
sekaijin
faececb246 Merge pull request #1 from sekaijin/cleanup2
Cleanup2
2017-02-08 17:06:53 +01:00
sekaijin
75e99462b2 Merge branch 'master' into cleanup2 2017-02-08 16:49:34 +01:00