Commit Graph

7871 Commits

Author SHA1 Message Date
Tadgh f3c706d656 Add page for mdm expansion 2021-03-31 15:33:03 -04:00
Tadgh c8ce261054
Merge pull request #2517 from hapifhir/forgotten-changelog
Add forgotten changelog
2021-03-31 14:41:21 -04:00
Tadgh 2ba3c919d5 Fix doGetQueryParameterQualifier on Mdm Expansion 2021-03-31 14:18:57 -04:00
Tadgh 696982ce1e Fix bean name. Update docs 2021-03-31 13:45:40 -04:00
Tadgh dbf050e32e pedantism sated 2021-03-31 10:14:18 -04:00
Tadgh aefe37aaf7 Add forgotten changelog 2021-03-31 09:59:06 -04:00
Tadgh 74be6761b1 Merge remote-tracking branch 'origin/master' into mdm-expansion-interceptor 2021-03-31 09:47:57 -04:00
Tadgh 007ce8fc6f add a test forthe case where there are no mdm links 2021-03-30 23:40:20 -04:00
Tadgh 8b69d161bd Update docs 2021-03-30 17:12:55 -04:00
jamesagnew 116bb12a58 Docs fix 2021-03-30 14:27:47 -04:00
Tadgh a044e8c4eb Add a delegator in daoconfig 2021-03-30 12:59:29 -04:00
Tadgh 02e6514176 Add modelconfig toggle 2021-03-30 12:57:09 -04:00
Tadgh 419a5829ea This shockingly works 2021-03-30 12:39:37 -04:00
jamesagnew 4eb9508e28 One more fix to interceptor 2021-03-30 11:47:03 -04:00
jamesagnew 8759cdae00 Additional cleanup 2021-03-30 08:20:14 -04:00
jamesagnew 06bdefa16c Improve error handling 2021-03-30 07:36:08 -04:00
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
Tadgh a15ded7140 Interceptor now correctly intercepts at the right point 2021-03-29 21:12:03 -04:00
Nick Goupinets 7a9514b94a Initial fix 2021-03-29 20:43:43 -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
Tadgh ab143e34cb Merge remote-tracking branch 'origin/master' into mdm-expansion-interceptor 2021-03-29 19:27:37 -04:00
Tadgh 838ac890d3 wip 2021-03-29 19:19:37 -04:00
Tadgh 5f42743f48 wip 2021-03-29 19:16:26 -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
Tadgh e9e20988c9 Partial moving of presearch regsitered pointcut 2021-03-29 10:49:58 -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 9f13225aa5 WIP interceptor using reference param modifier 2021-03-26 17:57:38 -04: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