Nick Goupinets
d80a9ed848
Fixed test bug
2021-03-16 11:37:49 -04:00
Nick Goupinets
f9f703abe2
Added support for additional types
2021-03-16 11:14:40 -04:00
Nick Goupinets
ef97eb22fb
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-16 09:08:13 -04:00
jamesagnew
beecb49d45
Add test
2021-03-16 08:34:43 -04:00
Nick Goupinets
83acb66675
Touch for a rebuild
2021-03-15 16:16:59 -04:00
Nick Goupinets
744adb2d08
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-15 10:32:04 -04:00
Nick Goupinets
04a0ecfc2b
Added tests
2021-03-15 10:31:38 -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
jamesagnew
f2baf9b8dc
Don't corrupt stdout on unit tests
2021-03-13 18:41:31 -05: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
Nick Goupinets
8c80e0838d
Fixing line break problem
2021-03-12 17:48:17 -05:00
Nick Goupinets
e188a95d66
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-12 16:17:25 -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
Nick Goupinets
899bef0c39
Headers
2021-03-12 11:19:14 -05:00
Nick Goupinets
f9f0b2705d
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-12 10:30:36 -05:00
Nick Goupinets
d68ee68b5d
Added test
2021-03-12 10:30:12 -05:00
Nick Goupinets
efae1b5e5f
Added test
2021-03-11 17:44:34 -05:00
Nick Goupinets
8b8bbcc91f
Refactored based on the code review
2021-03-11 17:14:01 -05:00
Nick Goupinets
0013910c53
Removed commented code
2021-03-11 15:48:22 -05:00
Nick Goupinets
01b1210b8a
Fixed NPEs on validation
2021-03-11 15:38:45 -05:00
Nick Goupinets
23f3cc1f42
Code review
2021-03-11 14:51:13 -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
950e65dc48
Merge pull request #2463 from hapifhir/issue-2445-support-patient-level-export
...
Issue 2445 support patient level export
2021-03-11 13:20:44 -05:00
Nick Goupinets
97fc19b2ce
Update hapi-fhir-base/src/main/java/ca/uhn/fhir/util/TerserUtil.java
...
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
2021-03-11 12:12:12 -05:00
Nick Goupinets
e4387ea633
Update hapi-fhir-base/src/main/java/ca/uhn/fhir/util/TerserUtil.java
...
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
2021-03-11 12:12:06 -05:00
Nick Goupinets
26653f66da
Update hapi-fhir-base/src/main/java/ca/uhn/fhir/util/TerserUtil.java
...
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
2021-03-11 12:11:39 -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
Nick Goupinets
8c77882da0
Merge branch 'master' into ng_validation_s13n_interceptors
2021-03-11 09:48:39 -05:00
Tadgh
c8ed81d338
Fix up some mocks, fix empty search param maps being generated
2021-03-10 18:26:16 -05:00
Frank Tao
85824efa51
Added index to improve the performance ( #2385 )
...
* Added index to improve the performance
* Added index for FORCED_ID
* Added comments for the index of while 'missing' is supported.
* Updated comments
* Moved the migration script to V5_4_0
2021-03-10 16:58:10 -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
Nick Goupinets
b5da1068a2
Removed CDR from the text literal
2021-03-10 15:32:48 -05:00
Tadgh
9e8af41b8b
Add test for cache recency
2021-03-10 15:16:21 -05:00
Tadgh
75f756b49f
Add changelog
2021-03-10 15:00:54 -05:00
Tadgh
412cf003b0
Add test for cache busting header
2021-03-10 14:52:53 -05:00
Tadgh
827ee33414
Add test for provider type validation pre-submission
2021-03-10 13:52:15 -05:00
Tadgh
420c4f8378
Rework pid translator to accept non-forced-ids
2021-03-10 13:34:04 -05:00
Tadgh
5323486d28
Validate tyepes
2021-03-10 12:48:54 -05:00
Tadgh
374a65db7d
Fix bug
2021-03-10 12:03:52 -05:00
Tadgh
3e249d0261
Minor cleanup
2021-03-10 12:03:19 -05:00
Tadgh
b7398cb6f2
Merge remote-tracking branch 'origin/master' into issue-2445-support-patient-level-export
2021-03-10 10:33:24 -05:00
Tadgh
bfb9d0bc36
Filter default resource types based on export style
2021-03-10 10:30:54 -05:00
jamesagnew
9f5786ba6c
License header updates
2021-03-10 05:09:14 -05:00
Tadgh
30a48894cc
Add another test
2021-03-09 22:54:51 -05:00
Tadgh
e26d757ba3
Merge remote-tracking branch 'origin/master' into issue-2445-support-patient-level-export
2021-03-09 22:54:24 -05:00
James Agnew
807d9d53f0
Improve performance for large transactions ( #2462 )
...
* Performance tweaks
* Work on processing speed
* Disable no longer relevant tests
* Work on performance
* Work on tests
* Work on large transaction performance
* Add changelog
* Perf tweaks
* Test fixes
* Resolve FIXME
* Fixes
* Test cleanup
* Fix broken changelog entry
2021-03-09 18:16:02 -05:00
Nick Goupinets
7f8ac36ce0
Headers
2021-03-09 17:31:04 -05:00