Commit Graph

2234 Commits

Author SHA1 Message Date
James Agnew 47ea6c3426 Merge pull request #520 from aehrc/feature/legacyContentTypeFHIR140
Ensure that older DSTU3 versions use the legacy mime types
2016-12-10 14:18:15 -05:00
James ee63bbea74 Fix #516 - Handle STU3 invalid enum values with an appropriate exception 2016-12-10 14:14:22 -05:00
jamesagnew 1fba4ff265 Test refactor 2016-12-10 08:47:28 -05:00
James Agnew 0def3d5a72 Merge pull request #525 from aehrc/feature/parser_exception_handling
#516 Report invalid values for enums through parser error handler
2016-12-10 07:39:36 -05:00
James 2f55fdee2e Credit for #525 2016-12-10 07:38:23 -05:00
Bill Denton 2f3401ef8c Merge pull request #526 from bdenton/tinder-for-non-java
Full resource/composite Tinder model with generic templates
2016-12-09 17:34:04 -08:00
Bill Denton 49cfa0110a push missing part of update 2016-12-09 17:09:39 -08:00
Bill Denton 67aee59f0f allow templates access to resource-block referenced by a block-copy 2016-12-09 17:04:01 -08:00
Bill Denton 28ed425d6b put back deleted line 2016-12-08 17:50:09 -08:00
James Agnew 223df60c1d Doc updates 2016-12-08 10:50:42 -05:00
James Agnew 72653a9ec4 Fix #500 - Next and previous links not working in testpage UI 2016-12-08 10:45:47 -05:00
James 5149e581db Fix #521 - Wrong or missing ID body in update should be an error 2016-12-08 08:31:52 -05:00
James e1fc267e19 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-12-08 07:07:52 -05:00
James 2457dfd693 Bring back generated creation SQL 2016-12-08 07:07:29 -05:00
Bill Denton 5ab36de2e1 allow generic tinder tasks to override Velocity properties 2016-12-07 18:35:42 -08:00
Bill Denton 6b446d9bd1 fix typo and enhance tests 2016-12-06 19:06:49 -08:00
Bill Denton 1ba2680acc Merge branch 'master' into tinder-for-non-java 2016-12-06 11:29:04 -08:00
Bill Denton 1452a29a09 fix/enhance tinder-tests for new functions 2016-12-06 11:26:24 -08:00
Michael Lawley a9a3507544 #516 Report invalid values for enums through parser error handler 2016-12-06 10:32:23 +10:00
James Agnew e8fad33042 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-12-05 14:53:09 -05:00
James Agnew cfb2c51eab CLI upload-examples failed to delete file under windows 2016-12-05 14:51:59 -05:00
James 9688caf8f2 Version bump back from bad spring version 2016-12-04 21:59:16 -05:00
James fd26f074e5 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-12-04 21:09:48 -05:00
James ccfe74ba38 Add license headers 2016-12-04 21:09:28 -05:00
jamesagnew bf05dd86f8 Bump spring version 2016-12-04 18:51:21 -05:00
Bill Denton 698c21c6c1 Merge branch 'master' into tinder-for-non-java 2016-12-02 17:09:07 -08:00
Bill Denton fd1ec07cde full resource/composite generation using generic templates and Ant 2016-12-02 17:06:27 -08:00
James Agnew ffefb79bf1 Fix crash in JPA when _include points to external reference 2016-12-01 12:43:31 -05:00
James Agnew f984ca723b Add unit test 2016-12-01 12:31:19 -05:00
Michael Lawley 8846477b7b Ensure that older DSTU3 versions (ie Baltimore / May2016 / 1.4.0) use the legacy mime types 2016-11-30 12:03:02 +10:00
James Agnew a9d7b8d636 Add test and credit for #518 2016-11-25 18:28:18 -05:00
James Agnew fc55c2cae8 Merge pull request #518 from aehrc/master
#517 Add fallback for for pre-CapabilityStatement STU3 client
2016-11-25 18:00:36 -05:00
James Agnew 81773de261 Fix #276 - Prevent contained resources being encoded as duplicates 2016-11-25 17:18:57 -05:00
Michael Lawley fcf8894d11 silly missing bracket 2016-11-25 13:14:48 +10:00
Michael Lawley f6ae22c59c #517 Add fallback for for pre-CapabilityStatement STU3 client 2016-11-25 12:05:59 +10:00
jamesagnew 69871bb8c2 Improve testing on CorsInterceptor 2016-11-24 19:25:37 -05:00
James ca602bdc1e Fix compile error 2016-11-22 06:35:31 -05:00
James 233e979963 Fix build 2016-11-22 06:33:20 -05:00
James Agnew 888f42a032 Introduce new CORS interceptor and switch examples to use it 2016-11-21 18:30:51 +01:00
James Agnew 2d52affd8d Merge branch 'narrative_generator' 2016-11-21 16:04:27 +01:00
James Agnew 03935be97f Work on common FluentPath interface 2016-11-21 15:52:17 +01:00
James Agnew 5846ce4518 Make the parser configurable so that when parsing an invalid empty value (e.g. {"status":""} parser will either throw a meaningful exception or log a warning depending on the configured error handler. 2016-11-21 14:48:44 +01:00
James Agnew 285b8aa1dd Document switch in CORS filter 2016-11-21 14:12:04 +01:00
James Agnew b5b57a5d63 Docs for #495 2016-11-21 14:01:52 +01:00
James Agnew bf35f7e4b2 Fix #495 - Auto-detect DSTU3 mode when those resources are on classpath 2016-11-21 13:44:54 +01:00
James Agnew ba896e2553 Clean up CORS 2016-11-21 13:37:59 +01:00
James Agnew 4ed17457dd Work on CORS 2016-11-17 17:10:52 +01:00
James Agnew ca9223fb70 Add ability to disable stale search expiry 2016-11-17 10:01:23 +01:00
James Agnew 391999062e Better example variable name 2016-11-17 09:10:41 +01:00
James Agnew 72a62817aa Improve detection for #477 2016-11-15 05:54:56 -05:00