jamesagnew
760d19cf89
Prep for 5.0.2
2020-06-02 07:46:57 -04: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
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
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
1e554731bb
Additional cleanup and test fixes.
2020-05-25 18:25:25 -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
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
Tadgh
d1b963321a
MVP EMPI implementation ( #1857 )
...
EMPI Initial Implementation (still plenty of known gaps)
2020-05-22 15:03:20 -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
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
jamesagnew
52c8e3551c
Version bump to 5.1.0-SNAPSHOT
2020-05-15 14:43:32 -04:00
jamesagnew
fe0e07a313
Bump to 5.0.1
2020-05-15 05:47:01 -04:00
Tadgh
9fec726b0e
Add missing indexes on ResourceIndexedSearchParamDate ( #1847 )
...
* Add migration tasks for new indexes. Add new indexes to ResourceIndexedSearchParamDate
* fix dates on task, remove redundant index
* Today is not the 20th
* Fix incorrectly named migration indexes
* out of order indexes
2020-05-15 05:38:16 -04:00
ianmarshall
529e1e1f5e
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
2020-05-14 12:09:24 -04:00
ianmarshall
eb1d1c2b27
Changes to better support chunking of queries and paging of results for lastn operation and to monitor performance.
2020-05-14 12:08:55 -04:00
jamesagnew
1d13e29ac0
Version bump to 5.1.0-SNAPSHOT
2020-05-12 20:04:20 -04:00
jamesagnew
d631ecff4a
Prepare for 5.0.0
2020-05-12 11:49:18 -04:00
ianmarshall
e56cb049f7
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
2020-05-08 09:19:44 -04:00
James Agnew
6cc07b6689
Make binary storage work for bulk export ( #1836 )
...
* Make binary storage work for bulk export
* Add changelog
* Build fixes
* Test fix
* Test fix
* Test fix
2020-05-07 19:20:22 -04:00
James Agnew
b67509d7ff
Transaction write performance fix ( #1832 )
...
* Performance fix for transactions
* Test fix
* Fixes
* Add docs
* Test fixes
2020-05-07 10:56:41 -04:00
ianmarshall
4cced40b54
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-05 17:19:32 -04:00
James Agnew
a77aa6a28e
Multitenancy Ticket 2 - #1813 ( #1821 )
...
* Work on multitenancy
* Second ticket started
* More multitenancy work
* Work on tenancy security
* Work on multitenancy
* Test fixes
* Add docs
* cs tweak
* Multitenancy fixes
* Add debug log
* Fix build
* Add headers
* Add partition selection interceptor hook
* Update hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/api/Constants.java
Co-authored-by: Ken Stevens <khstevens@gmail.com>
* Account for review comments
* Resolve FIXMES
* Work on tests
* Test fixes
* A bit more cleanup
* Work on multitenancy
* Update hapi-fhir-docs/src/main/java/ca/uhn/hapi/fhir/docs/ClientExamples.java
Co-authored-by: Ken Stevens <khstevens@gmail.com>
* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/client/examples.md
Co-authored-by: Ken Stevens <khstevens@gmail.com>
* Address review comments
* Allow disabling text modifier indexing
* Add changelog
* Docs fixes
* Address review comment
* Resolve merge conflicts
* Merge master
* Compile fix
* Test fix
Co-authored-by: Ken Stevens <khstevens@gmail.com>
2020-05-05 15:12:15 -04:00
James Agnew
35c2b7a2c1
Allow disabling text modifier indexing ( #1831 )
...
* Allow disabling text modifier indexing
* Add changelog
* Address review comment
* Resolve merge conflicts
2020-05-05 12:16:55 -04:00
James Agnew
dada217966
Clean up hash code calculation ( #1830 )
...
* Clean up hash code calculation
* Test fixes
* Test fix
* Test fixes
* Compile fix
* Test fix
2020-05-05 11:11:24 -04:00
Tadgh
f94f2fde65
Add delegating setters and getters to DaoConfig ( #1825 )
2020-04-30 14:32:22 -04:00
Tadgh
8f8a8a3dc2
Merge branch 'master' into date-match-bug
2020-04-29 16:17:50 -07:00
ianmarshall
3e49e5615f
Fixing merge conflicts after merge from Master.
2020-04-25 22:14:55 -04:00
ianmarshall
dd749791db
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-04-24 16:55:45 -04:00
jamesagnew
af43c4377a
Roll back a change that was causing test failures
2020-04-22 14:11:01 -04:00
jamesagnew
fc6642e150
Add one more constant
2020-04-22 12:25:17 -04:00
jamesagnew
06ae9bc64a
Update operation name
2020-04-22 12:08:10 -04:00
jamesagnew
c7de85339c
Work on review comments
2020-04-21 20:18:06 -04:00
jamesagnew
e6c806283e
Merge branch 'ja_20200206_multitenancy' of github.com:jamesagnew/hapi-fhir into ja_20200206_multitenancy
2020-04-20 16:58:59 -04:00
jamesagnew
544d9fbc6c
Add migration tasks
2020-04-20 16:58:48 -04:00
jamesagnew
bbab016ca6
Rename config
2020-04-20 12:38:04 -04:00
jamesagnew
7248b4e18e
Finish docs
2020-04-20 11:02:27 -04:00
jamesagnew
cd3e1c5e72
Tenancy docs
2020-04-19 10:15:51 -04:00
jamesagnew
2ddeea37c2
Work on multitenancy
2020-04-18 17:27:06 -04:00
jamesagnew
25cdbb15c2
Work on multitenancy
2020-04-16 15:33:48 -04:00
jamesagnew
cd06137745
Work on multitenancy
2020-04-15 22:12:28 -04:00
ianmarshall
925bbbbcdc
Merge remote-tracking branch 'remotes/origin/master' into im_20200316_lastn_operation_elasticsearch
...
# Conflicts:
# hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/RunServerCommand.java
# hapi-fhir-cli/hapi-fhir-cli-jpaserver/src/main/java/ca/uhn/fhir/jpa/demo/CommonConfig.java
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/dstu3/BaseDstu3Config.java
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/r4/BaseR4Config.java
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/r5/BaseR5Config.java
# pom.xml
2020-04-13 18:35:15 -04:00
jamesagnew
982b54df57
Work on multitenancy
2020-04-13 11:50:49 -04:00
jamesagnew
c26a5553e9
Multitenancy work
2020-04-12 20:47:32 -04:00
jamesagnew
e55ccf88fc
Work on multitenancy
2020-04-10 20:01:59 -04:00
ianmarshall
e64d67f429
Consolidate changes to Command Line Tool and add/improve tests.
2020-04-10 16:58:00 -04:00
jamesagnew
219332e9e3
Work on multitenancy
2020-04-10 11:11:29 -04:00
jamesagnew
e0fcbe1df2
Merge branch 'master' into ja_20200206_multitenancy
2020-04-09 11:52:27 -04:00
James Agnew
8cdc3a72ce
Fix #1794 - Client ID and Server ID mode clash ( #1795 )
...
* Fix #1794 - Client ID and Server ID mode clash
* Try to track down intermittent test failure
2020-04-09 09:31:13 -04:00
James Agnew
1c738b903d
Decouple subscription submission / matching ( #1790 )
...
* Start work on subscription cleanup
* Work on subscription cleanup
* Work on subscriptions
* Subscription cleanup
* More work on subscriptions
* Queue factory cleanup
* Work on subscription cleanup
* Subscription cleanup
* Work on subscription cleanup
* Work on subscription cleanup
* Work on subscription cleanup
* Ongoing cleanup
* Subscription work
* Tests passing
* Move resource provider factory
* Test fixes
* Address review changes
* One more change
* Test fixes
2020-04-08 18:08:27 -04:00
jamesagnew
a5b5e344ca
Test fixes
2020-04-07 19:54:45 -04:00
jamesagnew
edc30568f2
Address review changes
2020-04-07 19:07:07 -04:00
jamesagnew
c2e00bb73b
Bugfix on #1772
2020-04-07 14:21:42 -04:00
jamesagnew
fef447afee
Work on subscription cleanup
2020-04-04 16:07:01 -04:00
jamesagnew
6baf1995c9
Work on subscription cleanup
2020-04-02 20:30:19 -04:00
ianmarshall
f819c91530
Initial implementation of lastn operation.
2020-03-31 21:55:57 -04:00
jamesagnew
ea1f35beaa
Work on multitenancy
2020-03-31 10:33:47 -04:00
jamesagnew
2e43c57032
Work on multitenancy
2020-03-30 09:49:17 -04:00
jamesagnew
8e714b6b14
Work on uniques
2020-03-30 05:36:24 -04:00
jamesagnew
62d867902f
Work on multitenancy
2020-03-29 18:16:04 -04:00
jamesagnew
691f2c4e9a
Work on muiltitenancy
2020-03-29 13:35:20 -04:00
jamesagnew
9df4c58122
Work on multitenancy
2020-03-27 09:22:00 -04:00
jamesagnew
ec6fe70acb
Merge branch 'master' into ja_20200206_multitenancy
2020-03-27 05:50:08 -04:00
James Agnew
22413911bf
Validation api changes ( #1719 )
...
* Validation enhancements
* Work on validation api reworking
* Keep working on validation API
* Keep working on new term API
* Work on validation api
* Ongoing work on validation
* Work on integrating validation
* Work on validation API
* Add to validation API
* Work on validation
* Work on API
* Work on validation
* Work on validation API
* Work on validation API
* Work on validation api
* Work on validation API
* Work on validation api
* Validation API changes
* Work on API
* More work on validationo API
* Work on validation API
* FIxes
* WOrk on validation api
* Work on validation API
* Tests passing!
* More cleanup
* More validation API changes
* Fix intermittent test failure
* Package reorg
* Validation API work
* Work on doocumentation
* Work on API
* More work on new validation API
* Fix errorprone-reported error
* Test fixes
* Documentation updates
* Documentation tweaks
* Work on API
* Bean name adjustments
* Build fixes
* Some test fixes
2020-03-17 13:28:59 -04:00
jamesagnew
72b9d9a350
FIx spelling mistake
2020-03-13 09:19:45 -04:00
James Agnew
1dc5d89013
Optmize forced ID resolution ( #1754 )
...
* Add forced ID caching
* Work on id optimization
* Test fixes
* More optimization work
* Add some docs
* Work on docs
* Test fixes
* Test fixes
* Test fixes
* Address review comments
* Compile fix
2020-03-12 17:12:50 -04:00
James Agnew
9f725892d3
Drop anyresource classes ( #1755 )
...
* Drop anyresource classes
* Drop invalid test
2020-03-09 14:25:30 -04:00
James Agnew
4bd2d1f2f9
Add columns
2020-03-04 13:49:36 -05:00
Tadgh
8b223a1fd9
Rework selection generation of calculator. Add null check for empty dates
2020-03-03 16:07:25 -08:00
James Agnew
4a160a2df3
Merge branch 'master' into ja_20200206_multitenancy
2020-03-03 09:25:19 -05:00
Gary Graham
b1d7072c42
Add precision checker for ordinal date returning on DateRangeParam
2020-02-26 22:22:42 -05:00
Gary Graham
f86a4c9fa1
Add date ordinals to subscription matching checker
2020-02-26 17:05:23 -05:00
Gary Graham
2dc94de6bb
roll back change to inmemory matcher test
2020-02-26 14:31:35 -05:00
Gary Graham
165f5fd808
fix bugs in calculating ordinal date
2020-02-26 09:32:20 -05:00
James Agnew
cb9906580e
Index canonical references ( #1728 )
...
* Index canonical references
* Add changelog
* Fix compile error
* Add whitespace
2020-02-25 21:45:46 -05:00
Gary Graham
a1b6e37395
Fix bug with Period bounds not counting as first value
2020-02-25 17:03:50 -05:00
Gary Graham
f56e38148b
Add flag to DaoConfig controlling behaviour
2020-02-25 16:43:17 -05:00
Gary Graham
97c98254d0
Extract Common functionality out of CalculateHashesTask, build CalculateOrdinalDatesTask based on it
2020-02-25 16:09:08 -05:00
Gary Graham
3ec772b527
rework ResourceIndexedSearchParamDate constructor to support incoming string values
2020-02-25 14:06:36 -05:00
Gary Graham
3b41b5b960
Type migration to boxed integer to avoid int defaulting to 0
2020-02-25 11:18:39 -05:00
Gary Graham
7f5b3394e0
Hacky first-pass of adding ordinal date field to ResourceIndexedSearchParamDate and using it for search
2020-02-24 19:34:16 -05:00
IanMMarshall
fba28950ec
Merge pull request #1693 from jamesagnew/im_20200131_remove_circular_dependency_forcedid
...
Changes to schema to loosen dependencies involving Forced ID table
2020-02-18 14:16:09 -05:00
James Agnew
64f07e4dc0
Includes performance enhancement ( #1702 )
...
* Includes performance enhancement
* Add changelog
* Test fix
* Fix typo
* A few coverage cleanups
* Test fix
* Fix changelog
2020-02-18 14:11:48 -05:00
ianmarshall
f7db280099
Merge remote-tracking branch 'remotes/origin/master' into im_20200131_remove_circular_dependency_forcedid
...
# Conflicts:
# hapi-fhir-jpaserver-migrate/src/main/java/ca/uhn/fhir/jpa/migrate/tasks/HapiFhirJpaMigrationTasks.java
2020-02-18 12:13:00 -05:00
jamesagnew
ddc7b601ee
Version bump to 4.3.0-SNAPSHOT
2020-02-16 19:23:22 -05:00
jamesagnew
4fd80cfca7
Bump to 4.2.0
2020-02-16 19:00:15 -05:00
jamesagnew
1d1aadb813
Work on multitenancy
2020-02-09 20:57:50 -05:00
jamesagnew
f7ec41ffc5
Work on multitenancy
2020-02-09 08:40:15 -05:00
James Agnew
c5c1e3196b
Resolve FIXMEs ( #1705 )
...
* Resolve FIXMEs
* Test fixes
* Test fixes
* Clean up unused code
* Add some test coverage
* Test fix
* Test fix
* Avoid intermittent
2020-02-09 08:39:46 -05:00
James Agnew
b2d2346228
Work on multitenancy
2020-02-07 15:18:06 -05:00
ianmarshall
5d5b3d7639
Changes to schema to loosen dependencies between Forced ID table and the Resource and Resource History tables.
2020-01-31 11:16:01 -05:00
James Agnew
201ec34db4
Fix expunge issue when no tags present ( #1671 )
...
* Fix expunge issue when no tags present
* Add changelog
* Try to clean up POMs that are failing CI
* Rework dependencies
* Roll back change that did not work
2020-01-15 14:47:22 +08:00
James Agnew
1390ea3c06
Update FHIR R5 structures to 4.2.0 version ( #1665 )
...
* Work on upgrading core
* Work on R5 updates
* Work on core updates
* Test fix
* Update model version properties file for R5
* Bump core version
* Test fixes
* Add 4.2.0-SNAPSHOT version to versions page in docs
2020-01-14 10:27:01 +08:00
jamesagnew
9c7f5e1b9b
License header updates
2020-01-12 10:15:08 -05:00
jamesagnew
6fc0bdb88f
Add licene headers
2019-12-16 11:14:17 -05:00
Ken Stevens
2f89f10c64
allow users to set default group
2019-12-04 17:23:51 -05:00
Ken Stevens
f29118fa9c
move clustered quartz from cm db to pers db
2019-12-02 14:32:34 -05:00
Ken Stevens
993d8220d1
review feedback
2019-12-02 11:18:52 -05:00
Ken Stevens
959dba7611
pre review cleanup
2019-12-01 16:51:01 -05:00
Ken Stevens
321790f6bf
standardized job names and how they're scheduled
2019-11-29 10:12:13 -05:00
Ken Stevens
a0e363171d
replace FireAtInterval class with an interface for now
2019-11-29 09:21:20 -05:00
Ken Stevens
f450cea9a5
disable gap time for now
2019-11-28 17:57:52 -05:00
Ken Stevens
6f9cd56c81
moved scheduler up to hapi-server
2019-11-20 14:30:24 -05:00
Ken Stevens
8fca468e1f
remove boolean from scheduling API
2019-11-19 10:13:22 -05:00
James Agnew
74159dcb26
Work on refactoring how PIDs work ( #1580 )
...
* Start work on refactoring how PIDs work
* Some test fixes
* Test fixes
* Test fixes
* Restore accidentally deleted line
* One more tweak
* Rework resource link extraction
* Test fix
* Split out transaction processor
* Updates
* Test fix
* Test fixes
* Test fixes
* Clean up LGTM warning
* Fix compile failure
* One more test fix
* Fix LGTM issue
* Add spot for metadata
* Add test logging
* Remove testing code
* More test logging
* Add some test logging
* Attempty to fix intermittent test failure
* Improve exception tracking
* Work on simplifying search param registry
* Fix compile
* Fix compile errors
* Fix two test bugs
2019-11-17 14:35:19 -05:00
James Agnew
497a96ae68
Version bump for next round of development
2019-11-12 22:09:21 -05:00
jamesagnew
f99ad981b5
Version bump to 4.1.0
2019-11-12 16:08:20 -05:00
James Agnew
b90f285218
Merge branch 'master' into ja_20190928_rationalize_search_param_extractor
2019-10-30 08:41:14 -04:00
James Agnew
007cfaf00e
Don't error out on missing CS ( #1570 )
...
* Don't error out on mi9ssing CS
* Add tests
* Add a bit of test coverage
* One more test
2019-10-30 08:38:39 -04:00
James Agnew
817f9ae36e
Merge branch 'master' into ja_20190928_rationalize_search_param_extractor
2019-10-27 17:25:20 -04:00
James Agnew
6580c98ed7
Work on extractor
2019-10-26 16:56:12 -04:00
James Agnew
385a885abf
Add ability for resource source to be specified by header
2019-10-24 08:32:52 -04:00
James Agnew
464c6c5b45
Upgrade dependencies and addess Semmle issues ( #1554 )
...
* Version bumps
* FIx build issues
* Address a few Semmle issues
* Work on tests
* Some test fixes
* Test fix
* Fix deletions
* Test fix
* Fix intermittent test failure
* One more dependency bump
* Add some test logging
* Remove bad import
* Add some tests
* Test updates
2019-10-22 17:10:58 -04:00
James Agnew
8b2ab51bc6
Handle canonical questionnaire refs in validator ( #1544 )
...
* Handle canonical questionnaire refs in validator
* FIx changelog
* Fix canonical reference
* Build tweak
* Change to trigger a build
2019-10-15 20:27:53 -04:00
James Agnew
bf476b9c32
Handle null returns from search cache methods
2019-10-15 16:25:21 -05:00
James Agnew
e656863a73
Correct bugs reported by LGTM ( #1533 )
...
* Correct bugs reported by LGTM
* Add some tests
* A few more updates
* YAML update
* Test fixes
* One more test fix
* Test fix
2019-10-09 19:26:57 -05:00
James Agnew
a3b9db1363
Clean up a few unused methods and move test classes into test project
2019-10-03 14:58:02 -04:00
James Agnew
ac08f632ae
Increase visibility of constant
2019-10-03 12:31:31 -04:00
James Agnew
b5e7e305c1
Remove a few unused methods
2019-10-03 08:35:11 -04:00
James Agnew
260cee023a
Account for longer resource type names
2019-10-02 10:00:45 -04:00
James Agnew
a1bf50685d
Work on cleanup
2019-09-30 21:40:41 -04:00
James Agnew
8657afb01e
Fix intermittent test failures regarding search ( #1509 )
...
* Add some logging
* Add more test logging
* Work on some test logging
* Fix compile error
* Work on codecov
* Work on codecov
* Remove test debug messages
2019-09-25 20:15:21 -04:00
jamesagnew
473fa3456e
Work on adding codecov
2019-09-25 14:12:42 -04:00
jamesagnew
6475146bc9
Add license headers
2019-09-19 18:08:21 -04:00
James Agnew
2be63a1650
Test fixes
2019-09-19 09:45:07 -04:00
James Agnew
4a751cbfc5
Integrate Bulk Export ( #1487 )
...
* Start working on subscription processor
* Work on new scheduler
* Test fixes
* Scheduler refactoring
* Fix test failure
* One more test fix
* Updates to scheduler
* More scheduler work
* Tests now all passing
* Ongoing work on export
* Ongoing scheduler work
* Ongoing testing
* Work on export task
* Sync master
* Ongoing work
* Bump xml patch version
* Work on provider
* Work on bulk
* Work on export scheduler
* More test fies
* More test fixes
* Compile fix
* Reduce logging
* Improve logging
* Reuse bulk export jobs
* Export provider
* Improve logging in bulk export
* Work on bulk export service
* One more bugfix
* Ongoing work on Bulk Data
* Add changelog
2019-09-17 16:01:35 -04:00
Ken Stevens
1ca0e7bd53
anylist r5 support
...
also added another accessor
2019-09-04 21:15:08 -04:00
jamesagnew
8b09b3f3eb
Rename config enum for consistency
2019-09-03 07:01:36 -04:00
James Agnew
9428430822
Add support for Resource.meta.source ( #1438 )
...
* Work on indexing source
* Work on tests
* Refactor query count tests
* Unit test fixes
* Add some tests
* DAO fix
* Fix compile error
* Unit test fix
* Cleanup
* Test fix
* Fix compile error
* One more test fix
2019-08-21 11:17:43 -04:00
jamesagnew
e1b43d811f
Version bump to 4.1.0-SNAPSHOT
2019-08-14 14:06:06 -04:00
jamesagnew
3f22456b0f
Bump version to 4.0.0
2019-08-14 11:06:26 -04:00
jamesagnew
3e95ff3ca0
Licence header updates
2019-08-08 16:22:08 -04:00
James Agnew
2518d4e0be
Add some tests
2019-08-08 15:23:55 -04:00
Ken Stevens
f1d3fc2307
Changed Stopwatch getThroughput param from int to long
...
Added FhirVersion accessor to AnyListResource
2019-08-01 06:32:09 -04:00
James Agnew
a4ca5374ec
Add terminology delta operations ( #1401 )
...
* Start work on delta operations
* Add changelog
* Some build fixes
* Move upload terminology command to CodeSystem resource
* Updates
* Some test fixes
* Add changelog
* Some test fixes
* More test fixes
* Test fix
* Add additional tests
* Transaction boundary fixes
2019-07-29 17:46:42 -04:00
Ken Stevens
8d86e34bcf
Merge remote-tracking branch 'remotes/origin/master' into expunge-resource-hook
...
# Conflicts:
# hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/expunge/ResourceExpungeService.java
2019-07-23 09:12:08 -04:00
jamesagnew
60ea922e8d
Add license headers
2019-07-23 05:38:10 -04:00
James Agnew
7e3d062d15
Switch default client to JSON ( #1392 )
...
* Start work on changing over
* Update tests
* More test fixes
* Work on generalizing binary access provider a bit
* Add expunge capability to binary storage, and also support actual binary
resources
* Work on binary provider
* Get the DB bound binary storage service working
* Test fixes
* Compile fix
* Fix compile error
* Test fix
* Test tweak
* Trying to figure out an intermittent failure
* Work on tests
* More work on tests
* Another test fix
2019-07-22 21:27:10 -04:00
Ken Stevens
72aa4932d6
Merge remote-tracking branch 'remotes/origin/master' into expunge-resource-hook
2019-07-18 10:12:15 -04:00
jamesagnew
7488047686
Add license headers
2019-07-17 18:53:23 -04:00
James Agnew
55c0d5b604
Add binary storage for Attachments ( #1386 )
...
* Have this working now
* Add utility method
* Build fixes
* Add changelog
2019-07-17 18:31:17 -04:00
Ken Stevens
fe21dba4a6
Added Pointcut.STORAGE_PRESTORAGE_EXPUNGE_RESOURCE.
...
Also added a couple of tests.
2019-07-17 13:26:50 -04:00
James Agnew
120b93f204
Use HL7 FHIR Core Structures ( #1382 )
...
* Ongoing work on core structures suport
* Ongoing work on this merge
* Ongoing work to clean up structures
* Credit for #1179
* Address compile issues
* Latest changes
* Work on parallel execution
* Work on getting tests passing
* Add H2 to migrator
* Test fix
2019-07-14 10:16:40 -04:00
James Agnew
ba4bb005bc
Switch JPA unit tests to use H2 ( #1381 )
...
* Start working on this
* Ongoing fixes to H2 branch
* Work on fixing tests
* Updated fixes
* Some test fixes
* More work on H2 migration
* Fixes to try and get the H2 migration building
* Test seem to be passing!
* Tweaks to locale randomization
* Add changelog
2019-07-13 17:22:43 -04:00
James Agnew
4bd60a8447
Roll back one dependency
2019-07-07 11:02:08 -04:00
jamesagnew
dff2fdd3cf
GET RID OF TRAILING LICENSE HEADER SPACES ONCE AND FOR ALL
...
YESSSSSSSSSSSSS
2019-07-05 11:19:51 -04:00
jamesagnew
cdb0006a5b
Correct version of license plugin
2019-07-05 09:38:31 -04:00
James Agnew
2a473d1825
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-07-05 09:03:23 -04:00
James Agnew
2a6436af23
Rename columns in code mapping
2019-07-05 09:03:03 -04:00
jamesagnew
aff88d3ebb
License header updates
2019-07-05 07:27:18 -04:00