Nick Goupinets
2a3b72db17
Merge remote-tracking branch 'origin/master' into gg_20201105-remove-person-references
2020-11-27 16:54:04 -05:00
jamesagnew
b85fd42ead
Add changelog validator
2020-11-27 16:40:31 -05:00
jamesagnew
835c450b63
Fix changelog file
2020-11-27 16:23:57 -05:00
Nick Goupinets
8a7dc4e80b
EMPI to MDM
2020-11-27 15:12:21 -05:00
IanMMarshall
722e24d80c
Merge pull request #2175 from jamesagnew/ft-fix-expend-filter-contains-issue
...
Fixed expand filter issue
2020-11-27 14:47:05 -05:00
Frank Tao
a511543e77
Merge branch 'master' into ft-fix-expend-filter-contains-issue
...
# Conflicts:
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/dstu3/FhirResourceDaoValueSetDstu3.java
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoValueSetR4.java
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/r5/FhirResourceDaoValueSetR5.java
# hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/provider/dstu3/ResourceProviderDstu3ValueSetTest.java
2020-11-26 18:47:10 -05:00
jamesagnew
da75ff8da2
Credit for #2197
2020-11-26 10:08:56 -05:00
James Agnew
fb8658da70
Always apply vs filters correctly ( #2195 )
...
* Always apply valueset filters correctly
* Test fix
* Testfix
* Test fix
* Add changelog
* Test fix
2020-11-24 18:12:02 -05:00
Nick Goupinets
5f97428d38
Added schema migration steps for MDM
2020-11-24 15:50:56 -05:00
Tadgh
702cc7762d
2185 doc updates for multitenancy ( #2187 )
...
* update to docs to indicate requests to default partition
* update operation docs
2020-11-20 11:08:19 -05:00
Tadgh
99d2bf1f0e
Merge pull request #2170 from jamesagnew/2169-docs-hapi-fhir-cli
...
2169 - Fixed hapi-fhir-cli doc issues.
2020-11-20 10:43:46 -05:00
Tadgh
8647502da1
update to docs to indicate requests to default partition ( #2186 )
2020-11-20 10:32:59 -05:00
Frank Tao
5b471602c6
Merge branch 'master' into ft-fix-expend-filter-contains-issue
2020-11-20 10:29:58 -05:00
Frank Tao
2d2add60ec
Updated the changelog
2020-11-20 09:02:40 -05:00
James Agnew
a01f5ae906
Fix subsumption test direction ( #2183 )
...
* Fix subsumption test direction
* Add changelog
* Test fixes
2020-11-19 21:48:54 -05:00
James Agnew
8b65db0c98
Improve error message on unique constraint violation ( #2182 )
...
* Improve error message on unique constraint violation
* Add changelog
* Test fixes
* Test fix
2020-11-19 21:20:59 -05:00
Frank Tao
e551f1837e
Updated based on review
2020-11-19 20:22:13 -05:00
NG
4bbe4a3ef7
Merge branch 'gg_20201105-remove-person-references' of https://github.com/jamesagnew/hapi-fhir into gg_20201105-remove-person-references
2020-11-19 14:56:31 -05:00
NG
4378df7dcb
Removed more EMPI refs from the docs
2020-11-19 14:56:18 -05:00
Tadgh
953b662827
Merge branch '2161-refactor-empi' into gg_20201105-remove-person-references
2020-11-19 14:24:51 -05:00
ianmarshall
eb0f5e1e5e
Add changelog.
2020-11-19 09:37:34 -05:00
Tadgh
d97d4b63a0
Merge branch 'gg_20201105-remove-person-references' of github.com:jamesagnew/hapi-fhir into gg_20201105-remove-person-references
2020-11-18 19:53:21 -05:00
Tadgh
75c0c25d7b
remove references to EMPI
2020-11-18 19:50:00 -05:00
Nick Goupinets
1f21220e39
Updated MDM create use cases
2020-11-18 15:57:05 -05:00
jamesagnew
0c31741eec
Version bump to 5.3.0-SNAPSHOT
2020-11-18 14:52:43 -05:00
jamesagnew
0336e59591
Add changelog
2020-11-18 14:26:37 -05:00
NG
6d50687d4c
Renamed EMPI to MDM in the docs
2020-11-18 13:49:17 -05:00
jamesagnew
4d441ad7f2
Version bump to 5.2.0
2020-11-18 06:30:20 -05:00
Nick Goupinets
f470c343c5
Docs - first pass
2020-11-17 17:22:06 -05:00
Tadgh
1048df4d87
Update rest_operations.md
2020-11-13 15:54:43 -05:00
Tadgh
8f95ad4c0f
fix typo :)
2020-11-13 15:35:06 -05:00
Tadgh
16003162fd
Address #2172
2020-11-13 15:27:58 -05:00
Kevin Dougan
50328abff1
2169 - Fixed hapi-fhir-cli doc issues.
2020-11-10 15:50:43 -05:00
IanMMarshall
bf9e02bc16
Merge pull request #2164 from jamesagnew/im_20201029_ig_package_long_description
...
Truncate package descriptions that are longer than 200 characters.
2020-11-10 12:01:53 -05:00
James Agnew
63b7b379c2
Improve ValueSet filtering ( #2162 )
...
* Improve filter search
* Filter improvements
* Tests passing
* Test fixes
* Fix transaction filter
* Add changelog
* Test fix
* Update hapi-fhir-base/src/main/resources/ca/uhn/fhir/i18n/hapi-messages.properties
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/BaseTermReadSvcImpl.java
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
* Resolve FIXME
* Test fix
* Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/term/ValueSetExpansionR4Test.java
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
2020-11-10 11:01:13 -05:00
ianmarshall
40c34a4518
Truncate package descriptions that are longer than 200 characters.
2020-11-09 16:36:37 -05:00
James Agnew
228e75b501
Bump core to latest versions ( #2154 )
...
* Bump core to latest versions
* Compile fix
* Bump to non snapshot core library
2020-11-03 15:43:37 -05:00
James Agnew
5e8ec8d6f3
Resolve crash in InMemory SP resolver for empty source ( #2150 )
...
* Resolve crash in InMemory SP resolver for empty source
* Add changelog
2020-10-28 14:30:32 -04:00
jamesagnew
6ccb7c8312
Bump HTTPClient version
2020-10-28 10:28:04 -04:00
jamesagnew
53c23b8d9b
Add method to stringutil
2020-10-27 11:29:16 -04:00
James Agnew
72294fc0a0
Suport typeFilter parameter for bulk export ( #2147 )
...
* Cleanup
* Fix tests
* Work on bulk export
* Work on export
* Test fixes
* Add changelog
* Address review comments
* Address review comments
2020-10-26 12:28:07 -04:00
jamesagnew
137e215003
Docs fixes
2020-10-26 07:36:46 -04:00
James Agnew
8000d2d0cf
SQL Join Rework ( #2086 )
...
* switched to adding annotations. Just did a test with Token, but the sql looks clean.
* switched to adding annotations. Just did a test with Token, but the sql looks clean.
* added the other six index links
* trying different annotations
* Start testing
* Update resources on package install
* Add changelog
* Join rework
* CLean up SQL builder
* Add docs
* SP rework
* Join work
* Work on params
* Work on refactor
* Work on chains
* Work on joins
* Rework queries
* Work on queries
* Many more tests passing
* Refs test
* Work on sorting
* Work on tests
* More joins work
* Work on tests
* Work on queries
* Tests passing
* More test fixes
* Test fixes
* Work on SQL
* Tests passing
* Add some tests
* Add some tests
* License headers
* Use entity manager to get datasourcd
* One more fix
* Model cleanup
* Ongoing work
* Fixes
* Fixes
* Work on joins
* Ongoing fixes
* Merge conflict
* Cleanup
* clean up unused fields
* Work on join
* COmpile fix
* Rework querying
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/HibernateDialectProvider.java
Co-authored-by: Ken Stevens <khstevens@gmail.com>
* Address review comments
* Resolve fixmes
* Test fix
* Test fixes
* Test fix
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2020-10-26 05:24:26 -04:00
James Agnew
4a5f5199b5
Add custom partition interceptor examples ( #2145 )
...
* Add custom partition interceptor examples
* Add documentation
* Test fixes
* Remove outdated test
* Test modification
2020-10-25 19:19:40 -04:00
jamesagnew
0fdff3e052
Credit for #2142
2020-10-23 10:33:49 -04:00
IanMMarshall
fd46d0965f
Merge pull request #2141 from jamesagnew/im_20201020_package_installer_enhancements
...
Enable package installer to load non-Conformance resources
2020-10-21 18:28:15 -04:00
ianmarshall
830ad70089
Add changelog for package installer enhancement.
2020-10-21 16:18:10 -04:00
Ken Stevens
3b91873b7c
delete expunge ( #2131 )
...
Added delete _expunge=true
2020-10-20 17:21:50 -04:00
jamesagnew
66e36378c1
Add hardcoded anchor name to docs
2020-10-13 12:11:58 -04:00
James Agnew
aa3da9b05f
Bump bootstrap version ( #2128 )
...
* Bump bootstrap version
* Add changelog
* Resolve fixme
* Rmove test code
2020-10-12 20:47:14 -04:00