James Agnew
f356c7c385
Migrate to JUnit5 ( #1952 )
...
* Work on junit
* Work on junit 5
* Work on junit 5
* Bump errorprone vcersion
* Work on tests
* Junit 5 tweaks
* Fixes
* Work on tests
* Work on junit5
* Work on tests
* Test fixes
* Work on junit5
* Test work
* Get junit5 working
* Test fix
* Work on tests
* WOrk on tests
* Work on tests
* fixes
* Compile fix
* One more tweak
* Compile fix
* Add changelog
* Fix compile error
* Compile fix
2020-07-04 18:28:16 -04:00
Tadgh
25d8668f55
Add Basic provider method, skeleton of tests
2020-07-03 15:21:32 -07:00
James Agnew
290577ff3e
Remove unnecessary type predicate ( #1963 )
...
* Remove unnecessary type predicate
* Add changelog
2020-07-03 17:54:25 -04:00
IanMMarshall
e23e222f80
Merge pull request #1960 from jamesagnew/im_20200630_code_system_load
...
Accidentally merged pull request before pushing changes from code review
2020-07-03 16:29:34 -04:00
Tadgh
6259eada3c
Fix parameter names. These are not partitions
2020-07-03 13:18:48 -07:00
ianmarshall
b1ff6cbe37
Changes from code review
2020-07-03 14:25:24 -04:00
Tadgh
63bf9cca1b
Merge pull request #1961 from jamesagnew/bulk-intermittent
...
Bulk intermittent bug
2020-07-03 11:19:51 -07:00
Tadgh
4ff63e2493
Remove unnecessary logging. Spring batch already logs this
2020-07-03 10:21:04 -07:00
Tadgh
d09f410b4d
Tidy logging, increase timeout to 120 because clocks
2020-07-03 10:15:57 -07:00
Tadgh
a84a41643d
Increase awaitility timeout for bulk export of ALL resources
2020-07-03 10:08:34 -07:00
ianmarshall
4e5ca2ee15
Changes from code review
2020-07-03 13:08:11 -04:00
Tadgh
38cb526696
Add logging
2020-07-03 09:40:52 -07:00
ianmarshall
46abdfafe0
Merge remote-tracking branch 'remotes/origin/master' into im_20200630_code_system_load
2020-07-02 13:29:17 -04:00
ianmarshall
557f732e17
Cleanup and improved Unit tests.
2020-07-02 12:03:15 -04:00
Ken Stevens
714bd6216e
Empi 70 phonetic indexing ( #1941 )
...
* start with failing test
* test passes with fixmes
* javadoc and config
* pre-review cleanup
* generalize encoding
* test passes, but indexing needs to be optimized
* test passes, but indexing needs to be optimized
* step 1 of optimization. big refactor of all predicates
* step 2 of optimization: determine phonetic encoder at time of RuntimeSearchParam creation
* integrated new phonetic encoders into empi
* phonetic search implemented
* IT passes
* pre-review cleanup
* final pre-review cleanup
* final pre-review cleanup
* Fix compile error
Co-authored-by: James Agnew <jamesagnew@gmail.com>
2020-06-30 17:36:54 -04:00
jamesagnew
bb17688680
Add test for #1780
2020-06-30 17:03:16 -04:00
ianmarshall
0788e79d51
Fix to address deferred save of TermConcept when code system version changes prior to save.
2020-06-30 15:07:14 -04:00
jamesagnew
2cdef055aa
Missed commit on #1951
...
Squashed commit of the following:
commit f820135996
Author: jamesagnew <jamesagnew@gmail.com>
Date: Tue Jun 30 14:29:24 2020 -0400
Address review comments
commit 11c4f9defb
Author: jamesagnew <jamesagnew@gmail.com>
Date: Tue Jun 30 09:38:16 2020 -0400
Fix LGTM warning
commit b650fdb9ea
Author: jamesagnew <jamesagnew@gmail.com>
Date: Tue Jun 30 09:20:52 2020 -0400
Test fix
commit 6ebcceeb5c
Author: jamesagnew <jamesagnew@gmail.com>
Date: Mon Jun 29 18:49:01 2020 -0400
Add changelog
commit 4a1d7383b0
Author: jamesagnew <jamesagnew@gmail.com>
Date: Mon Jun 29 18:46:52 2020 -0400
Bundle transmission
commit 88bd4abf0c
Merge: 7cde945281
25fc747b9f
Author: jamesagnew <jamesagnew@gmail.com>
Date: Mon Jun 29 17:31:23 2020 -0400
Merge branch 'master' into ja_20200617_subscription_send_bundles
commit 7cde945281
Author: jamesagnew <jamesagnew@gmail.com>
Date: Mon Jun 29 17:10:33 2020 -0400
Work on seed bundles
commit ed2e62752e
Author: jamesagnew <jamesagnew@gmail.com>
Date: Mon Jun 29 09:39:10 2020 -0400
Work on subscriptions
commit 52addcff59
Merge: 64a9eaa4de
bf8de84801
Author: jamesagnew <jamesagnew@gmail.com>
Date: Sat Jun 27 18:09:23 2020 -0400
Merge branch 'master' into ja_20200617_subscription_send_bundles
commit 64a9eaa4de
Author: jamesagnew <jamesagnew@gmail.com>
Date: Wed Jun 17 18:32:17 2020 -0400
Start work
commit f74eba5397
Author: jamesagnew <jamesagnew@gmail.com>
Date: Wed Jun 17 18:28:18 2020 -0400
Terser should create correct Enumeration on create
2020-06-30 14:31:40 -04:00
James Agnew
fa4bbe3685
Allow search criteria as subscription delivery mechanism ( #1951 )
...
* Terser should create correct Enumeration on create
* Start work
* Work on subscriptions
* Work on seed bundles
* Bundle transmission
* Add changelog
* Test fix
* Fix LGTM warning
2020-06-30 14:29:09 -04:00
James Agnew
072f3a422a
Use read partition for finding update candidate on upsert ( #1945 )
...
* Use read partition for finding update candidate on upsert
* Add changelog
2020-06-29 18:22:27 -04:00
Tadgh
8df0448f88
Fix import
2020-06-29 11:04:03 -07:00
Tadgh
4e789fbf42
Fix import error
2020-06-29 11:01:38 -07:00
Tadgh
e365e643ba
Merge pull request #1906 from jamesagnew/spring-batch-integration
...
Spring batch integration
2020-06-28 16:10:43 -07:00
jamesagnew
be23eb3cfc
Move the flush into the existing transaction
2020-06-27 18:06:37 -04:00
jamesagnew
dac516828e
Move validation settings bean
2020-06-26 18:31:13 -04:00
Tadgh
16039af110
Fix up samlpe starters
2020-06-26 13:15:31 -07:00
Tadgh
b31b6652a9
Add async to the job launcher, fix test to reflect this
2020-06-26 11:51:01 -07:00
Tadgh
21567fdc43
Tidy await
2020-06-25 11:42:17 -07:00
Tadgh
ed155e7657
wip
2020-06-25 10:37:02 -07:00
Tadgh
1d9641a736
fix empilinks
2020-06-25 10:28:03 -07:00
Ken Stevens
93da042d19
fix empi tests so they work with Spring Batch
...
(all but one test fixed)
2020-06-25 11:14:42 -04:00
Tadgh
06e1368388
Re-add comment
2020-06-24 21:00:45 -07:00
Tadgh
3da4ad280b
undoes merge issues
2020-06-24 20:00:52 -07:00
ianmarshall
55ff15d039
Merge remote-tracking branch 'remotes/origin/master' into im_20200619_mariadb_expand_valueset_fix
2020-06-24 17:43:34 -04:00
Tadgh
64dbd038c9
Increase min thread count for batch. Add new which waits for all bulkexport jobs to be done
2020-06-24 13:16:11 -07:00
ianmarshall
5e3e7c46a8
Changes to support valueset expansion with Elasticsearch.
2020-06-24 15:48:06 -04:00
Tadgh
a7740922f9
Specify version
2020-06-24 11:02:52 -07:00
Tadgh
bb7a773f41
Merge branch 'master' into spring-batch-integration
2020-06-23 16:02:41 -07:00
James Agnew
e65c264927
Support double _has expressions ( #1939 )
...
* Support nested _has queries
* Add changelog
2020-06-23 17:58:47 -04:00
James Agnew
6825d2fcf0
Reduce DB roundtrips for revincludes ( #1937 )
...
* Reduce DB roundtrips for revincludes
* Add changelog
2020-06-23 16:26:04 -04:00
James Agnew
67d363f9e1
Add setting to allow validation of reference targets ( #1932 )
...
* Add setting to allow validation of reference targets
* Add changelog
* Add changelog
* License headers
* Plugin version bump
* Experiment with Maven build
2020-06-23 11:35:10 -04:00
Diederik Muylwyk
ce0cb8916e
Improve tests.
2020-06-22 17:22:21 -04:00
Diederik Muylwyk
314df43091
BaseValidationSupportWrapper.expandValueSet(...) and ValidationSupportChain.expandValueSet(...) were incorrectly replacing expansion options (i.e. offset and count) with null.
2020-06-22 16:52:52 -04:00
ianmarshall
5bf1e94a23
Fix to accomodate MySQL and MariaDB.
2020-06-19 17:26:45 -04:00
James Agnew
46c00f4efb
Update for Loinc 2.68 ( #1917 )
...
* Work on loinc updates
* Work on loinc upload
* Clean up CLI config
* Add changelog
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/TermLoaderSvcImpl.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/TermLoaderSvcImpl.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/provider/r4/TerminologyUploaderProviderR4Test.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc/LoincUploadPropertiesEnum.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/term/TerminologyLoaderSvcLoincTest.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Clean up imports
* LOINC fixes
* Loinc loader fixes
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
2020-06-18 16:55:11 -04:00
James Agnew
b6540064ea
Improve TX scoping for validation ( #1925 )
...
* Improve TX scoping for validation
* Test fix
* Test fix
* Some cleanup
* Test fixes
* Test fix
2020-06-17 14:04:12 -04:00
Tadgh
d32ad74402
some renaming
2020-06-15 21:49:34 -07:00
Tadgh
9222fa3f59
change transaction call
2020-06-15 15:17:25 -07:00
Tadgh
eccd280d71
Fix test error
2020-06-15 11:24:39 -07:00
Tadgh
798fdb9cc2
Merge branch 'master' into spring-batch-integration
2020-06-15 09:10:41 -07:00
jamesagnew
ac0d8c0fe1
Test fixes
2020-06-14 15:32:50 -04:00
Tadgh
4270636d43
Merge branch 'master' into spring-batch-integration
2020-06-12 16:20:54 -07:00
Tadgh
928aafba1e
Rename bean
2020-06-12 16:18:04 -07:00
Tadgh
0f469c1a56
Rework to allow for job creation inside of batch
2020-06-12 14:20:50 -07:00
James Agnew
622659cbb3
Add type parameter to resource reindexing operation ( #1921 )
...
* Add type parameter to resource reindexing operation
* Add changelog
* CLean up reindexing
2020-06-12 16:51:18 -04:00
Tadgh
a9c704c06e
Merge branch 'master' into spring-batch-integration
2020-06-10 12:24:19 -07:00
Tadgh
4e42a59ad4
Add licenses
2020-06-10 11:52:45 -07:00
Tadgh
d698ad7180
Code review comments
2020-06-10 10:46:28 -07:00
jamesagnew
d521dc61cc
Package fix
2020-06-10 11:59:37 -04:00
jamesagnew
7d6f8fe612
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2020-06-10 09:57:24 -04:00
jamesagnew
05df4f0827
Migration task updates
2020-06-10 09:56:49 -04:00
jamesagnew
0c100f1aca
Test fixes
2020-06-10 08:09:10 -04:00
James Agnew
b8da4f0140
Add package support ( #1911 )
...
* Begin rework of package management
* Work on NPM
* Work on package management
* Work on NPM
* NPM rework
* Work on NPM
* NPM package rework
* Updates
* Updates
* Add license
* Work on package server
* Work on package importing
* Work on package management
* Package rework
* Work on packages
* Work on package manager
* Work on pkgs
* NPM work
* NPM rework
* Work on package cache
* Work on NPM
* Work on NPM
* Package fixes
* Add tests
* Tweaks
* Test fixes
* Add changelog
* Avoid snapshot dep
2020-06-10 05:30:20 -04:00
James Agnew
0d3ad622b5
Correct Validation Performance Regression ( #1895 )
...
* Validation performance regression
* Optimize validation
* More cleanup
* Add changelog
* Test fixes
* Build fixes
2020-06-10 05:26:21 -04:00
Tadgh
6e43c5348c
Add missing imports from import reorganization
2020-06-09 19:27:16 -07:00
Tadgh
6fc5b753e5
Readding imports
2020-06-09 19:20:43 -07:00
Tadgh
c36e1d2899
More code review comments
2020-06-09 19:18:06 -07:00
Tadgh
942fc313ec
Code review comments
2020-06-09 19:00:41 -07:00
Tadgh
d90987368a
Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/bulk/job/JobExistsParameterValidator.java
...
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2020-06-09 16:29:15 -07:00
Tadgh
b7cea688f6
Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/bulk/job/JobExistsParameterValidator.java
...
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2020-06-09 15:52:37 -07:00
Ken Stevens
7fdd0f1753
Merge remote-tracking branch 'remotes/origin/master' into spring-batch-integration
2020-06-09 15:52:54 -04:00
Ken Stevens
57f2002b84
organize imports
2020-06-09 15:49:11 -04:00
Tadgh
b1d2ab7619
Add invalid parameter validator
2020-06-09 11:02:37 -07:00
Tadgh
a25a1064f8
remove constant
2020-06-09 10:22:31 -07:00
Tadgh
4f59c38692
Remove comment
2020-06-09 10:20:41 -07:00
Tadgh
7273457ea7
Rework to read and process larger chunks
2020-06-09 09:55:10 -07:00
ianmarshall
0540c9e205
Merge remote-tracking branch 'remotes/origin/master' into im_20200605_db_blob_mssql
2020-06-09 12:43:05 -04:00
ianmarshall
97e6d967e9
Improve updated JUnit test.
2020-06-09 11:52:51 -04:00
ianmarshall
64aa0feb5d
Fix for issue of persisting blob data types to MS SQL databases.
2020-06-09 11:06:01 -04:00
ianmarshall
122bd97344
Changes recommended during code review.
2020-06-09 09:59:03 -04:00
Tadgh
278a1070ae
:Merge branch 'master' into spring-batch-integration
2020-06-08 17:16:11 -07:00
Tadgh
25fa0377df
tidying
2020-06-08 17:02:37 -07:00
Tadgh
864c9c2cb8
Add task executor to partition step
2020-06-08 16:35:15 -07:00
Tadgh
44aa688a20
Final config layout of Bulk Export Batch job
2020-06-08 15:59:08 -07:00
ianmarshall
c86e46b196
Add documentation and remove requirement for max parameter (defaulted to 1 now).
2020-06-08 18:08:02 -04:00
ianmarshall
30dd858f17
Add close method for Elasticsearch service. Fix the partial code match.
2020-06-08 15:07:02 -04:00
ianmarshall
4982e67a0f
Merge remote-tracking branch 'remotes/origin/master' into im_2020601_lastn_code_text_filter
2020-06-08 09:26:55 -04:00
ianmarshall
56cbc5149b
Add support for partial code description matching.
2020-06-08 09:24:09 -04:00
Tadgh
4405e50db9
wip
2020-06-05 15:53:06 -07:00
Ken Stevens
558f419955
Empi 54 not duplicate ( #1900 )
...
add operation to unduplicate persons
2020-06-05 12:21:09 -04:00
jamesagnew
5483c99e00
License header updates
2020-06-05 05:47:20 -04:00
James Agnew
21330a0a22
Transaction create performance improvement ( #1899 )
...
* Work on perf issue
* Improve write performance for large bundles with tags
* Add changelog
* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1899-improve-write-xact-perf-with-tags.yaml
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/MemoryCacheService.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/MemoryCacheService.java
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
* Test fix
* Test fixes
* Test fixes
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
2020-06-05 05:26:06 -04:00
Tadgh
7ed65b0080
partially done writer, working out size-based chunking
2020-06-04 20:58:06 -07:00
ianmarshall
549993886d
Fix merge conflicts.
2020-06-04 17:57:38 -04:00
ianmarshall
78b7f091ec
Merge remote-tracking branch 'remotes/origin/master' into im_2020601_lastn_code_text_filter
...
# Conflicts:
# hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/search/lastn/LastNElasticsearchSvcMultipleObservationsIT.java
2020-06-04 16:55:18 -04:00
Ken Stevens
eb7b8e816b
Empi 58 no match create person ( #1898 )
2020-06-04 16:07:50 -04:00
ianmarshall
0a2f9d2697
Changes per code review plus fix for possible intermittent JUnit failures.
2020-06-04 15:24:41 -04:00
ianmarshall
9696af5dc0
Changed observation indexing to bypass hibernate search and removed Observation index tables.
2020-06-04 13:20:42 -04:00
ianmarshall
6e507bf642
Changed observation indexing to bypass hibernate search and removed Observation indexing tables.
2020-06-04 13:10:06 -04:00
Tadgh
7d46b3cc10
Partitioning Based on resource type complete. Still no threading
2020-06-03 14:58:42 -07:00
James Agnew
86ef0ec0e2
Correct transaction processing in multitenant server ( #1884 )
...
* Correct transaction processing in multitenant server
* # d codethe npm registry for updates every day (weekdays)
2020-06-03 10:37:47 -04:00
ianmarshall
8d5232bced
Merge remote-tracking branch 'remotes/origin/master' into im_2020601_lastn_code_text_filter
2020-06-02 21:28:10 -04:00
Tadgh
e8970bce46
Running batch job
2020-06-02 16:08:19 -07:00
jamesagnew
75a74bdd38
License headers
2020-06-02 18:20:56 -04:00
Tadgh
31b7e862d4
Remove extra beans
2020-06-02 15:00:56 -07:00
Tadgh
bb863f26fa
Initial run through the first part of batch integration
2020-06-02 13:44:23 -07:00
ianmarshall
bfc5f93ec8
Enable filtering $lastn operation by Observation effective date.
2020-06-02 16:39:06 -04:00
ianmarshall
2e709a50c0
Enable filtering $lastn operation by Observation effective date.
2020-06-02 16:37:07 -04:00
Tadgh
f8d699e13b
Initial working commit passing jobs to spring batch
2020-06-01 15:51:09 -07:00
Tadgh
0fc2e04e65
wip
2020-06-01 12:13:55 -07:00
Tadgh
aa7d1cbcb7
Wip getting tasks built
2020-06-01 11:32:36 -07:00
ianmarshall
f48214deda
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
...
# Conflicts:
# hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/extractor/BaseSearchParamExtractor.java
2020-05-29 23:54:11 -04:00
ianmarshall
a4811f1508
Changes per code review.
2020-05-29 23:47:44 -04:00
Tadgh
a306825625
moving dependencies around. Get non-persisted batch working
2020-05-28 12:10:52 -07:00
James Agnew
7f72305f57
Improve Period range indexing ( #1873 )
...
* Fix #1871 - Handle period range searches better
* Add changelog
* FIx tests
* Add test logging
* Address review comments
2020-05-28 08:56:43 -04:00
Tadgh
81d5ff8f5a
Add schema initialization
2020-05-27 17:06:52 -07:00
James Agnew
22af36ae7b
Conditional update on Partitioned Server fails ( #1870 )
...
* Fix #1869
* Remove FIXME
* Test fix
* Test fix
2020-05-27 10:40:29 -04:00
ianmarshall
5cc77b78d4
Fixed problems with results of chunked queries being incorrectly sorted.
2020-05-26 18:09:54 -04:00
jamesagnew
5482367e37
Remove redundant index - Already covered by FK
2020-05-26 08:54:00 -04:00
James Agnew
6899604ae4
Correct validation of fragment codesystems ( #1865 )
...
* Update validation for fragment codesystem
* Test fixes
* Add changelog
* Test fix
2020-05-25 20:44:09 -04:00
ianmarshall
1e554731bb
Additional cleanup and test fixes.
2020-05-25 18:25:25 -04:00
ianmarshall
6ed724e01b
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
2020-05-25 17:40:53 -04:00
jamesagnew
2bcfe7cdaa
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2020-05-25 13:20:59 -04:00
jamesagnew
bf550f9c27
License header updates
2020-05-25 13:20:32 -04:00
James Agnew
535bf88efe
Fixes to diff operation ( #1866 )
2020-05-25 13:16:58 -04:00
ianmarshall
ee87a2e2d0
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
2020-05-25 11:37:34 -04:00
ianmarshall
816f409a8a
Re-factor lastn entities to locate them is same package as other Search Parameter entities.
2020-05-25 11:37:01 -04:00
jamesagnew
3807640347
Resolve merge conflict
2020-05-24 11:38:52 -04:00
Martin Zacho Grønhøj
9bde517540
Install external ig package at startup ( #1826 )
...
* Do not use deprecated methods in structures-r4 test
* beginning development of feature Implementation Guide installer
* fetch IG, generate snapshots of SDs of and persist conformance resources to db
Missing initialization, error-handling and handling of NameSystems and Subscriptions
* Refactor IgInstaller and implement support for R4 and R5
* Error handling and removed logic for invoking IG installation
IgInstaller should be invoked by applications
* Implement pull request comments in IgInstaller
1) Renamed IgInstaller -> IgInstallerSvc for consistency
2) Use field autowiring and @PostConstruct for consistency
3) Use exceptions instead of boolean flags for success indication
4) Use IValidationSuport to generate snapshots of StructureDefinitions
in a version independent way (less maintenance) instead of SnapshotGenerator.java
5) Read IGs for tests from src/main/resources instead of external URL
* IG installation: Wrap exceptions during resource creation in custom class
* IG installation: Improved logging
* IG installation: Search for existing resources in a version independent way
2020-05-24 09:25:46 -04:00
Jacob Stampe Mikkelsen
262a964a31
Add index on CONCEPT_PID on TRM_CONCEPT_PROPERTY to optimize a full-reindex of lucene index which can be needed when running in a docker container where the lucene files are discarded on redeploy. ( #1637 )
...
Co-authored-by: James Agnew <jamesagnew@gmail.com>
2020-05-23 17:11:21 -04:00
ianmarshall
35b75f8ffb
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
2020-05-23 15:54:23 -04:00
James Agnew
e780a8402e
Use R5 snapshot generator ( #1862 )
...
* Use R5 snapshot generator
* Snapshot generator reworking
2020-05-23 12:54:19 -04:00
James Agnew
c374383b37
Allow AuthorizationInterceptor to properly authorize GraphQL statements ( #1864 )
...
* Allow AuthorizationInterceptor to properly authorize GraphQL statements
* Add changelog
2020-05-22 20:40:37 -04:00
ianmarshall
4d378ee0ed
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
...
# Conflicts:
# hapi-fhir-cli/hapi-fhir-cli-jpaserver/src/main/java/ca/uhn/fhir/jpa/demo/CommonConfig.java
# hapi-fhir-jpaserver-base/pom.xml
# hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/extractor/BaseSearchParamExtractor.java
# hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/extractor/ISearchParamExtractor.java
2020-05-22 17:04:01 -04:00
IanMMarshall
a1a3d9de38
Merge branch 'master' into im_20200520_cascade_delete
2020-05-22 16:11:38 -04:00
Tadgh
d1b963321a
MVP EMPI implementation ( #1857 )
...
EMPI Initial Implementation (still plenty of known gaps)
2020-05-22 15:03:20 -04:00
ianmarshall
b501a601b7
Some final cleanup minor updates.
2020-05-22 13:36:08 -04:00
ianmarshall
a60e5809b2
Changes to enable adjusting limits on delete conflict handling through configuration.
2020-05-22 10:15:04 -04:00
jamesagnew
5ba7f1525f
Test fix
2020-05-21 20:38:11 -04:00
James Agnew
63ff0ede9c
Make diff operation work securely ( #1859 )
...
* Make diff operation work securely
* Build tweak
* FIx tests
2020-05-21 19:20:48 -04:00
James Agnew
ce5ade53d9
Fix #1855 - StructureDefinition search not working ( #1858 )
2020-05-21 09:35:37 -04:00
James Agnew
5b2181a563
Implement FHIR Patch ( #1850 )
...
* Start working on FHIRPatch
* More work on fhirpatch
* Work on FHIR Patch
* Add patch
* Test fixes
* Test fixes
* Get tests fixed
* Chnage to trigger a build
* Compile fix
* Dependency version fixes
* Test fix
* COmpile fix
* Try to fix build
* Test fix attempt
* Another build attempt
* Another build tweak
* Cleanup
2020-05-20 19:43:55 -04:00
jamesagnew
b044d05332
Add a disabled test
2020-05-20 17:26:24 -04:00
James Agnew
9aaf5ccd63
Fix expunge when using unique search param ( #1854 )
...
* Fix expunge when using unique search param
* Add chaneglog
2020-05-20 15:58:53 -04:00
James Agnew
c9c90b327c
Allow no read interceptor for partition ( #1851 )
...
* Allow no read interceptor for partition
* Add changelog
* Test fix
2020-05-19 17:06:56 -04:00
ianmarshall
3b7f106052
Fixed latest merge conflicts.
2020-05-19 16:34:05 -04:00
ianmarshall
d2b54d6203
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
...
# Conflicts:
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/SearchBuilder.java
2020-05-19 15:20:06 -04:00
ianmarshall
6a27192a96
Fixed sorting with chunked and paged queries.
2020-05-19 14:48:26 -04:00
jamesagnew
cc92bd7b07
Revert "Start working on FHIRPatch"
...
This reverts commit b3f6e7d521
.
2020-05-17 11:56:50 -04:00
jamesagnew
b3f6e7d521
Start working on FHIRPatch
2020-05-17 11:44:06 -04:00