Commit Graph

2601 Commits

Author SHA1 Message Date
Diederik Muylwyk 436e898819 Added a hook for post-processing request details and validation results on failure. 2017-03-17 17:02:05 -04:00
James Agnew 899ed2567f Merge pull request #575 from joelsch/large-codesystem-persistence-fix
Revise saveConcept method to use save() instead of saveAndFlush()
2017-03-17 06:52:57 -04:00
James 67774627d4 Credit for #575 2017-03-17 06:52:23 -04:00
James 3a9031bc9c Credit for #551 2017-03-17 06:49:21 -04:00
James Agnew 64be79e295 Merge pull request #571 from jodue/master
Pull request for issue #551 to fix parsing of input fields > 512kb with JBoss
2017-03-17 06:46:25 -04:00
James 8021e0e413 Credit for #568 2017-03-17 06:43:35 -04:00
James Agnew 54376a54c6 Merge pull request #568 from aehrc/feature/dstu2_1_profile_paths
Correct paths to profiles and valuesets/codesystems
2017-03-17 06:41:36 -04:00
James 2b43dc5e0b Site updates per #582 2017-03-17 06:39:48 -04:00
James 4940457962 Credit for #543 2017-03-17 06:31:20 -04:00
James Agnew 3c6dc5d338 Merge pull request #543 from SRiviere/jaxrs-sever-evolution
Jaxrs sever evolution
2017-03-17 06:27:51 -04:00
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