Ken Stevens
f3535a2bef
split scheduler from service
2019-11-19 13:32:20 -05:00
Ken Stevens
8fca468e1f
remove boolean from scheduling API
2019-11-19 10:13:22 -05:00
James Agnew
3173af31ae
Try to avoid intermittent test failure
2019-11-17 15:28:50 -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
Ken Stevens
973f99d10c
Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
2019-11-16 13:54:50 -05:00
James Agnew
fba134853c
Remove unused code
2019-11-15 16:44:17 -05:00
Ken Stevens
6543da1470
Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
2019-11-15 09:28:30 -05:00
Anthony Sute
a3ee2c1923
Unit tests for _filter-based URI matching
2019-11-14 19:04:23 -05:00
Anthony Sute
d2c0b21773
(1) Changes to equal and not-equal operator logic for numerics to use exact values per discussions with Grahame and James
...
(2) Additional unit tests
(3) Changes to tests affected by (1) above
2019-11-14 15:05:23 -05:00
Ken Stevens
995bda0623
update comment
2019-11-14 14:55:02 -05:00
Ken Stevens
ad39b319f8
fix test
2019-11-14 14:55:02 -05:00
Ken Stevens
1fff132f8e
fix test
2019-11-14 14:55:02 -05:00
Ken Stevens
ad8930fdba
handle paging case
2019-11-14 14:55:02 -05:00
Ken Stevens
f11d939131
oops
2019-11-14 14:55:02 -05:00
Ken Stevens
25c094e38a
skip trying to populate resources in search result bundle if no resources were found
2019-11-14 14:55:02 -05:00
James Agnew
251df0849d
Add an element ID to testpage for testing
2019-11-13 15:43:15 -05:00
jamesagnew
93b8d2fb2d
Fix homepage link
2019-11-13 05:19:41 -05:00
James Agnew
93b9f6161c
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-11-12 22:10:15 -05:00
James Agnew
497a96ae68
Version bump for next round of development
2019-11-12 22:09:21 -05:00
Anthony Sute
2c22b9d7ef
Added _filter unit tests for date type values.
2019-11-12 17:58:29 -05:00
jamesagnew
c1072b9f7a
One more site tweak
2019-11-12 16:19:30 -05:00
James Agnew
72438a29d7
Add documentation for release
2019-11-12 16:15:34 -05:00
jamesagnew
f99ad981b5
Version bump to 4.1.0
2019-11-12 16:08:20 -05:00
Anthony Sute
bed0cc4d61
New unit tests to support _filter gt, lt, ge, and le operators for string types.
2019-11-12 15:06:17 -05:00
James Agnew
aa0301084b
Don't succeed validation on unknown codesystem ( #1575 )
...
* Don't succeed validation on unknown codesystem
* Test fixes
* Work on error messages
* Work on code validation API
* work on tests
* Work on validation
* Test fix
* Update DSTU3 validation reources
* Upgrade structures
* Test fixes
2019-11-12 14:35:49 -05:00
Anthony Sute
49ed6b48dc
Merged James' most recent changes.
2019-11-12 13:57:02 -05:00
Anthony Sute
09daf7aacc
Implemented changes/fixes and associated unit tests for following _filter operators for strings:
...
- eq
- ne
- co
- sw
- ew
2019-11-11 21:58:49 -05:00
Anthony Sute
b27af398b4
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2019-11-11 17:22:50 -05:00
James Agnew
b2bf545f06
Add changelog note about structures upgrade
2019-11-11 15:56:54 -05:00
Ken Stevens
7525e70bbc
added message type to channel api. needed by kafka listeners when more than one message type needs to be supported
2019-11-09 18:31:08 -05:00
Anthony Sute
208d13ec5e
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2019-11-08 11:18:08 -05:00
James Agnew
1a348abaf5
Try to fix 2 intermittent test failures
2019-11-08 08:45:08 -05:00
jamesagnew
3b1d8d1bc0
Add test logging sort
2019-11-08 07:27:25 -05:00
jamesagnew
d19341c9a0
Update badges
2019-11-08 06:36:17 -05:00
jamesagnew
7c8342dcc1
Add some test logging
2019-11-08 05:53:59 -05:00
James Agnew
c027ff27c3
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-11-07 21:52:31 -05:00
James Agnew
d4aea82460
Add some test logging
2019-11-07 21:50:06 -05:00
James Agnew
056756dbab
Fix paging issue #1300 ( #1584 )
...
* Fix paging issue
* Add changelog with credit
* Add a test
2019-11-07 18:17:09 -05:00
James Agnew
ebc52e6b48
Correctly handle below expansion with missing system
2019-11-07 09:28:24 -05:00
jamesagnew
f02d80365e
Credit for #1581
2019-11-06 08:50:10 -05:00
Anthony Sute
92de268f32
Fixes for LGTM warnings
2019-11-06 08:47:53 -05:00
Anthony Sute
3cf8254625
(1) Fixes to address _filter-based _id retrievals not being restricted to the specified resource type
...
(2) Import fix for FhirServerConfig.java in hapi-fhir-jpaserver-example
2019-11-06 08:47:53 -05:00
Anthony Sute
3450fa98ee
Fixes for LGTM warnings
2019-11-05 19:45:17 -05:00
Anthony Sute
619a21032b
(1) Fixes to address _filter-based _id retrievals not being restricted to the specified resource type
...
(2) Import fix for FhirServerConfig.java in hapi-fhir-jpaserver-example
2019-11-05 17:46:33 -05:00
Anthony Sute
9e7efa9db4
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2019-11-05 13:36:51 -05:00
Jens Kristian Villadsen
37cc5a4a72
Update pom.xml
...
Bump version of awaitility (https://github.com/awaitility/awaitility/pull/138 ) due to issues on Windows
2019-11-05 05:29:06 -05:00
Ken Stevens
509799095c
don't hash on init script length since it will change. Hash based on class name.
2019-11-04 10:45:02 -05:00
Ken Stevens
53cedddcab
rename BaseTask constructor parameters
2019-11-04 10:27:34 -05:00
Ken Stevens
4e2806bea5
add task descriptions
2019-11-04 10:20:54 -05:00
James Agnew
0b9f921c3e
Fix NPE in xml parser
2019-11-04 09:49:49 -05:00