Tadgh
d695e35e59
Update test
2021-04-13 09:31:45 -04:00
Tadgh
f61d52d199
Should have realized that transactiondetails is an object reference, so we can't change it effectively
2021-04-13 09:26:05 -04:00
Tadgh
8099b6634a
wip
2021-04-09 18:21:15 -04:00
Tadgh
ac8e012892
wip
2021-04-09 13:07:15 -04:00
Tadgh
8f30f7b0f2
Vague skeleton of pointcut
2021-04-09 11:08:47 -04:00
James Agnew
edfe1ae8e6
Add lastupdated to capabilitystatement ( #2530 )
...
* Add lastupdated to capabilitystatement
* Test fix
* Test fix
2021-04-08 13:23:21 -04:00
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
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
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
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
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
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
James Agnew
2e7eb972ff
Avoid NPE in ResourceVersionConflictResolutionStrategy for system request ( #2471 )
...
* Avoid NPE in ResourceVersionConflictResolutionStrategy for system
request
* Add changelog
2021-03-12 19:23:49 -05:00
James Agnew
0ad57c51bb
Fix resource reindexing on partitioned seerver ( #2468 )
...
* Fix resource reindexing on partitioned seerver
* Add changelog
* Test fix
* Test fix
* Tets fix
* Test fix
2021-03-12 14:14:39 -05:00
James Agnew
2633cbd141
Improve error message for invalid date param ( #2466 )
...
* Improve error message for invalid date param
* Add changelog
* Test fixes
2021-03-11 14:23:02 -05:00
Tadgh
e09741cbf6
Merge remote-tracking branch 'origin/master' into issue-2445-support-patient-level-export
2021-03-11 11:08:48 -05:00
Tadgh
c8ed81d338
Fix up some mocks, fix empty search param maps being generated
2021-03-10 18:26:16 -05:00
Xiaocheng Luan
f752e46e84
Make the search coordinator thread pool size configurable and set a ( #2457 )
...
reasonable default value. The default was 1 and all searches were being
executed sequentially.
2021-03-10 16:56:49 -05:00
Tadgh
126fc212a7
Reverting dumb changes
2021-03-10 15:43:51 -05:00
Tadgh
b86eee5392
Add more validation of resource types
2021-03-10 15:40:18 -05:00