3290 Commits

Author SHA1 Message Date
James Agnew
f70648484a
Avoid a deadlock uploading terminology in postgres (#2529)
* Fix #2493

* Try to fix intermittent test failure
2021-04-08 12:28:42 -04:00
James Agnew
462d9bc6c4
Fix compartment defs for R5 (#2528)
* Fix compartment defs for R5

* Add changelog

* Test fix
2021-04-08 05:59:05 -04:00
James Agnew
a6cbf7eebd
Add support for hierarchycal valueset expansion (#2525)
* Add support for hierarchycal valueset expansion

* Add changelog

* Add tests

* Cleanup

* Test fix

* Test fixes
2021-04-06 17:36:54 -04:00
James Agnew
fcffb04c7b
Allow unknown code systems during validation (#2523)
* Allow unknown code systems during validation

* Add changelog

* Test fix
2021-04-05 20:59:59 -04:00
James Agnew
b617c7690d
Search Parameter Infrastructure Cleanup (#2522)
* Search param service cleanup

* Work on collapsing search param

* Search param cleanup

* Work on build

* Test fix

* Test fixes

* Ongoing work

* Test fix

* Compile fix

* Test fixes

* Test fix

* Test fix

* License header updates

* Remove fixme

* Cleanup

* Cleanup
2021-04-05 17:40:10 -04:00
James Agnew
0bf746f23b
Add support for revincludes to CapabilityStatement generator (#2521)
* Add support for revincludes to CapabilotyStatement generator

* Add changelog

* Fixes

* Test fix

* Test fixes

* Test fix

* Test fix

* More fixes to CS cache

* Test fix

* Test fix

* Test fix
2021-04-05 08:29:04 -04:00
Tadgh
961c996ea9 Remove foolish local bind 2021-04-01 17:32:14 -04:00
Tadgh
696982ce1e Fix bean name. Update docs 2021-03-31 13:45:40 -04:00
Tadgh
74be6761b1 Merge remote-tracking branch 'origin/master' into mdm-expansion-interceptor 2021-03-31 09:47:57 -04:00
Tadgh
8b69d161bd Update docs 2021-03-30 17:12:55 -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
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
Tadgh
a15ded7140 Interceptor now correctly intercepts at the right point 2021-03-29 21:12:03 -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
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
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
Tadgh
cc1861e876 Update test. 2021-03-25 15:48:03 -04:00
Tadgh
4d3b021f12 Add annotating processor and composite processor 2021-03-25 13:53:41 -04:00
Tadgh
315dc3fcb7 start with failing test 2021-03-24 12:50:29 -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
Tadgh
e6cfb77c79 Wip 2021-03-23 18:11:39 -04: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
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
Tadgh
659a877100 Add interceptor 2021-03-18 23:17:56 -04:00
Tadgh
6226ae02d5 Add basic skeleton of MDM expansion 2021-03-18 23:16:45 -04:00
michelgleeson
009f184ab4
fix refering to wrong view (#2486)
Co-authored-by: Mike G <michel.gleeson@gmail.com>
2021-03-18 17:47:46 -04:00
jamesagnew
c9c13646f5 License header update 2021-03-18 10:42:46 -04:00
James Agnew
d857048207
Preserve meta values in stored resources (#2481)
* Fix #1731

* Test fix

* Test fixes

* Avoid intermittent failure
2021-03-17 09:23:22 -04:00
michelgleeson
0a6c61372c
Parameterize term valueset concept view dao (#2477)
* Generic the list type to accomidate different substring queries

* special subquery for Oracle

* change the conceptview dao depending on dialect

* address review comments

* remove generics

* no longer inherits

* copy paste from non Oracle version

* dang copy pasters

* changelog

Co-authored-by: Mike G <michel.gleeson@gmail.com>
2021-03-16 16:26:19 -04:00
jamesagnew
72026811e6 Add passing test for #2015 2021-03-16 14:44:29 -04:00
jamesagnew
beecb49d45 Add test 2021-03-16 08:34:43 -04:00
jamesagnew
14f12e7dab Missed commit for #2471 2021-03-15 08:52:46 -04:00
James Agnew
3a8881f913
Resolve NPE in group bulk export (#2476) 2021-03-14 13:12:58 -04:00