2114 Commits

Author SHA1 Message Date
James Agnew
a2f77b23d2
Fix #1583 - Index local refs in canonical types (#1593)
* Fix #1583 - Index local refs in canonical types

* Add fix to pre-expansion

* Test fix

* Rework ID handling

* Test fixes

* Fix test
2019-11-23 16:32:37 +01: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
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