7745 Commits

Author SHA1 Message Date
jamesagnew
4feda13d7f License header update 2021-03-30 06:02:32 -04:00
James Agnew
049097e5b4
Improve CapabilityStatement Generation (#2511)
* Start work

* Work on testing

* Version bump

* Test fix

* Compile fix

* Test Fixes

* Test fix

* Test fix

* Compile fix

* Tst fix

* Test fix

* Test fix

* Test fix
2021-03-30 05:48:03 -04:00
Eric Prud'hommeaux
939a57960d
+ informative header in structures-r4 RDFParserTest (#2474) 2021-03-30 05:37:02 -04:00
Diederik Muylwyk
dc97c1ba02
Merge pull request #2514 from hapifhir/2513-pointcutlatch-should-work-with-ipointcut
Resolve "2513 - PointcutLatch should work with IPointcut."
2021-03-29 20:07:42 -04:00
Diederik Muylwyk
e3be7cc6fb Fix build 2021-03-29 18:39:51 -04:00
Diederik Muylwyk
b720c32c1d Version bump 2021-03-29 18:23:16 -04:00
Diederik Muylwyk
bddd3f4c92 PointCutLatch now works with IPointcut instead of Pointcut 2021-03-29 18:20:33 -04:00
Tadgh
953dd408da
Merge pull request #2508 from hapifhir/issue-2499-identify-golden-resources-in-export
Issue 2499 identify golden resources in export
2021-03-29 16:11:10 -04:00
Tadgh
432579c591 Fix test error 2021-03-29 15:00:20 -04:00
Tadgh
19810db65d Test refactor. address review comments 2021-03-29 14:55:41 -04:00
Tadgh
c46617fefa Use dynamic projection 2021-03-29 11:38:52 -04:00
Tadgh
002d3fcf3c Migrate constant 2021-03-29 11:07:23 -04:00
longma1
494c8e9593
Merge pull request #2483 from hapifhir/2478_add_extension_mdm_matcher
2478 add extension mdm matcher
2021-03-29 08:13:48 -06:00
Tadgh
e8f49f2fba More docs 2021-03-26 16:01:29 -04:00
Tadgh
a3fbd3e1a1 Hotter docs 2021-03-26 16:00:06 -04:00
Tadgh
bee33f763a Refactors, tidying. Improving docs 2021-03-26 15:54:27 -04:00
Tadgh
f7eee5985e Add some logging to figure out CI failure 2021-03-26 11:58:52 -04:00
Tadgh
a1a3e65106 remove dead whitespace 2021-03-26 10:20:41 -04:00
jamesagnew
1576227fc8 Credit for #2194 2021-03-26 09:19:02 -04:00
Tuomo Ala-Vannesluoma
d3bd48f66a
Suppress Authorization header value from the request headers (#2194) 2021-03-26 09:14:14 -04:00
Nick Goupinets
644885e91a Fixed typo in the docs 2021-03-25 18:32:08 -04:00
Nick Goupinets
7acbfea00d Merge branch 'master' into 2478_add_extension_mdm_matcher 2021-03-25 18:22:10 -04:00
Tadgh
cc1861e876 Update test. 2021-03-25 15:48:03 -04:00
Ken Stevens
e2cce4cc90
fix token validation (#2507)
* fix token validation

* add validation to setter as well
2021-03-25 14:57:29 -04:00
Tadgh
4d3b021f12 Add annotating processor and composite processor 2021-03-25 13:53:41 -04:00
Nick Goupinets
05c3ca2512 Merge branch 'master' into 2478_add_extension_mdm_matcher 2021-03-25 12:22:23 -04:00
James Agnew
8352bc9c01
Correct the path to the select2 library in the testpage overlay (#2505)
* Correct the path to the select2 library in the testpage overlay

* Add changelog
2021-03-25 10:52:15 -04:00
Tadgh
315dc3fcb7 start with failing test 2021-03-24 12:50:29 -04:00
Nick Goupinets
bac2e58b90 Added null checks for the request details param 2021-03-24 10:50:26 -04:00
Tadgh
0aadcbdae7
Merge pull request #2497 from hapifhir/issue-2496-incorrect-error-on-custom-sp
Fix bug with inconsistent error messages
2021-03-24 10:09:40 -04:00
Tadgh
8785a51857 Remove janky interceptor hook 2021-03-23 19:50:05 -04:00
Tadgh
a2ab3f5573 rethrow dataformatexception in case of TargetInvocationException 2021-03-23 19:49:06 -04:00
Tadgh
6f669f9ccd wip 2021-03-23 19:29:22 -04:00
Tadgh
8a8eb84fe6 Works on #2496, start with failing test 2021-03-23 18:14:06 -04:00
long
6aab327612 modified documentation wording 2021-03-23 14:27:17 -06:00
long
caaa040def removed identifierSystem from extensionMatcher and removed related test 2021-03-23 13:21:32 -06:00
Nick Goupinets
8ead3c5f22 Code review fixes 2021-03-23 15:01:22 -04:00
Nick Goupinets
7a74a6c856 Merge remote-tracking branch 'origin/master' into 2478_add_extension_mdm_matcher 2021-03-22 15:06:37 -04:00
long
8e45a33e2d renamed one more variable 2021-03-22 10:29:36 -06:00
long
b5e12473db changed variable name according to coding convention 2021-03-22 08:47:24 -06:00
Kevin Dougan SmileCDR
d1c2d839d1
2491 - Fix NullPointerException when performing cascade delete (#2492)
* 2491 - Fix NullPointerException when performing cascade delete.
2021-03-22 10:29:03 -04:00
Nick Goupinets
de0399da23 Merge branch 'master' into 2478_add_extension_mdm_matcher 2021-03-22 09:34:32 -04:00
James Agnew
dc41d5ad61
Add terminology mapping and display population interceptors (#2488)
* Start work on code mapping interceptors

* Work on generation

* Add terminology mapping and display population interceptors

* Add changelog

* License header updates

* Test fixes

* Fix typo

* Interceptor fixes

* License header update

* Test fixes

* Mapping fixes

* Version bump

* License header updates

* Add null tests

* Add null guard

* Intermittent fix
2021-03-21 12:03:57 -04:00
Nick Goupinets
9b94718cab Added ext util test 2021-03-20 21:22:21 -04:00
Nick Goupinets
4928e726cf Added tests for teser utils 2021-03-20 21:14:51 -04:00
Nick Goupinets
5f2c0a55b7 Merge branch '2478_add_extension_mdm_matcher' of github.com:hapifhir/hapi-fhir into 2478_add_extension_mdm_matcher 2021-03-19 18:15:43 -04:00
Nick Goupinets
ba835c7cac Merge branch 'ng_resource_flattening' into 2478_add_extension_mdm_matcher 2021-03-19 18:15:25 -04:00
Nick Goupinets
142fd4c108 Updated utils 2021-03-19 18:14:48 -04:00
long
08ab582c36 made getmethod more generic, added static string variable to terserUtil 2021-03-19 08:41:41 -06:00
Nick Goupinets
5747d5d841 Initial commit 2021-03-19 09:58:15 -04:00