2011 Commits

Author SHA1 Message Date
jamesagnew
f99ad981b5 Version bump to 4.1.0 2019-11-12 16:08:20 -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
James Agnew
1a348abaf5 Try to fix 2 intermittent test failures 2019-11-08 08:45:08 -05:00
jamesagnew
7c8342dcc1 Add some test logging 2019-11-08 05:53:59 -05:00
James Agnew
ebc52e6b48 Correctly handle below expansion with missing system 2019-11-07 09:28:24 -05:00
James Agnew
0b9f921c3e Fix NPE in xml parser 2019-11-04 09:49:49 -05:00
jamesagnew
9c93d5d7f7 Test fixes 2019-11-04 07:04:26 -05:00
James Agnew
3b6709e1d1
Merge pull request #1566 from jamesagnew/ja_20190928_rationalize_search_param_extractor
Rationalize search param extractors across FHIR versions
2019-11-02 16:18:23 -04:00
James Agnew
48930de31c Attempt to resolve #1356 2019-11-02 16:15:37 -04:00
Ken Stevens
1fd3948b12
Merge pull request #1572 from jamesagnew/ks-source-subscriptions
fixed in-memory search by _source for Dstu3
2019-10-30 16:20:14 -04:00
James Agnew
e96500d54f Add a test 2019-10-30 15:51:46 -04:00
Ken Stevens
97f4de553a fix test. this is better 2019-10-30 15:24:43 -04:00
Ken Stevens
3ceb4085cb fix test (not super happy about this fix, but I think it's the right thing to do) 2019-10-30 15:21:21 -04:00
Ken Stevens
21c591eaf2 ready for review 2019-10-30 13:49:10 -04: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
jamesagnew
8b227a59fc Add some tests 2019-10-28 06:02:19 -04:00
jamesagnew
ac4d108126 Merge branch 'ja_20190928_rationalize_search_param_extractor' of github.com:jamesagnew/hapi-fhir into ja_20190928_rationalize_search_param_extractor 2019-10-27 18:17:29 -04:00
James Agnew
d18550b96f Merge branch 'master' into ja_20190928_rationalize_search_param_extractor 2019-10-27 18:00:31 -04:00
James Agnew
a82da8de1c Override enum factory interfaces 2019-10-27 17:51:57 -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
2b3c775b77 Some cleanup and fix a test 2019-10-26 12:45:57 -04:00
jamesagnew
5a300d2d8e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2019-10-26 10:32:16 -04:00
James Agnew
9cc945b5bd Merge branch 'osgi-server-work' of https://github.com/bdenton/hapi-fhir into bdenton-osgi-server-work 2019-10-25 17:05:09 -04:00
jamesagnew
fd73a593ea Work on merge 2019-10-25 08:50:34 -04:00
jamesagnew
cd84af30b1 Merge branch 'master' into ja_20190928_rationalize_search_param_extractor 2019-10-25 05:56:39 -04:00
jamesagnew
935ec9ebc2 License headers 2019-10-25 05:44:51 -04:00
Ken Stevens
f19100cbb3 final cleanup 2019-10-24 20:29:45 -04:00
Ken Stevens
4a2ed62357 review feedback 2019-10-24 20:25:16 -04:00
Ken Stevens
08472c1e3f ready to merge 2019-10-24 17:56:15 -04:00
Ken Stevens
5379ab8c2c implement in-memory match 2019-10-24 17:53:02 -04:00
Ken Stevens
b7aa327118 pre-review cleanup 2019-10-24 16:47:43 -04:00
Ken Stevens
4fa849a3e5 pre-review cleanup 2019-10-24 16:43:47 -04:00
Ken Stevens
43f17534bb commiting with FIXMEs so James can review 2019-10-24 16:40:53 -04:00
James Agnew
74c03b5bb7 Add a test 2019-10-24 08:32:52 -04:00
James Agnew
91ec0a6922 Test fix 2019-10-24 08:32:52 -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
19247ffb46
Allow updating externalized binary (#1556)
* Add non working test

* Add a test

* FIx test

* Allow updating existing externalized binary data

* Add test

* Remove unneeded test

* Fix test
2019-10-22 18:10:03 -04:00
jelmer.terwal
c337fdde14 Override breakes stuff here for Kotlin 2019-10-22 13:58:52 -04:00
jelmer.terwal
5002a087bb Some work on jamesagnew/hapi-fhir/#1297 2019-10-22 13:58:52 -04:00
James Agnew
73961072a6
Handle invalid chains on custom search params (#1553)
* Handle invalid chains on custom search params

* Add some more tests

* One more test fix
2019-10-21 21:21:33 -04:00
James Agnew
0af79b84d9
Use webjars instead of including JS deps (#1551)
* Use webjars instead of including JS deps

* Add changelog
2019-10-21 07:22:55 -04:00
James Agnew
bfbc73caaf
Auto externalize binary contents (#1550)
* Auto externaliZe binary attachments

* Work on externalization

* Auto externalize binary content

* Work on tests

* Fix alert
2019-10-19 09:01:00 -04:00
James Agnew
b51a93a2b5 Intermittent test fix 2019-10-18 15:46:02 -04:00
James Agnew
a71d969ba1 Add line numbers to validation failures 2019-10-18 14:10:47 -04:00
James Agnew
9fff043892 Fix #1481 - Remove Jetty reference 2019-10-17 11:41:57 -04:00
James Agnew
12a74e6cbc
Fix term uploads and validate against valueset recalculation (#1540)
* Start refactoring terminology delta operations

* Work on delta operations

* Work on concept saving

* Split term services into smaller services

* Work on term delta operations

* Work on term svcs

* Work on term operations

* More work on delta uploader

* Add a test

* Wrk on term service

* Fix compile error

* Some refactoring

* Test fix

* Test fix

* Test fixes

* Test fix

* Test fixes

* Test fixes

* Work on delta

* Work on tests#

* Test fixes

* Improve resequencing logic

* Build test

* More testing

* More build testing

* More work on tests

* CHange test logging

* Fix term service PID issue

* Update src/changes/changes.xml

Co-Authored-By: Diederik Muylwyk <diederik.muylwyk@gmail.com>

* Address review comment

* Some cleanup

* Test fix

* Fix some tests

* Work on upload command

* Test fixes

* Work on validation fixes

* Work on validation against pre-expansion

* Work on direct validation

* A bit of cleanup

* Add some javadoc

* Force another build

* Test fixes

* Fix tests

* Fix tests
2019-10-15 21:31:29 -04:00
James Agnew
9c23959b38 Licene header updates 2019-10-15 15:08:13 -04:00
James Agnew
9a050461a8 Make cache timeout configurable 2019-10-15 09:34:48 -04:00