bdenton
f81aaa7f00
refactor "split" packages; create osgi bundle for server framework
2019-10-12 14:08:41 -07:00
jamesagnew
92c6b88964
Add test
2019-10-10 07:16:18 -04: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
861ed36f00
Allow patches to be authorized for DSTU3 transactions ( #1529 )
...
* Allow patches to be authorized for DSTU3 transactions
* Add changelog
2019-10-08 14:29:27 -05:00
James Agnew
3c4c6f7925
Don't allow Content-Location header to dictate version for updates
2019-10-04 09:55:14 -04:00
jamesagnew
150c865f68
License header updates
2019-10-03 21:20:08 -04:00
Ken Stevens
94b8d6f84d
FIXME
2019-10-03 12:17:37 -04:00
Ken Stevens
d1deedf247
pre-review cleanup
2019-10-03 12:14:11 -04:00
Ken Stevens
566443d0fe
move BundleUtil back
2019-10-03 12:05:26 -04:00
Ken Stevens
98c76a4d49
Test passes
2019-10-03 12:03:38 -04:00
Ken Stevens
29e7cdc476
Added ability to modify URLs in BundleUtil
2019-10-03 09:46:32 -04:00
Petro Mykhaylyshyn
8e9b7b590c
[(servermethodbinding)] Fix method binding to handle special search names(_id:[modifier], _language:[modifier])
2019-10-02 05:51:15 -04:00
James Agnew
066c9a7fb7
Improvements to AutohrizationInterceptor create handling
2019-09-30 15:07:23 -04:00
jamesagnew
5509478566
License header update
2019-09-30 10:13:09 -04:00
James Agnew
557a8ccc66
Add top level support for ElasticSearch ( #1514 )
...
* ElasticSearch work
* Add ElasticSearch properties builder
* Clean up POM
* Remove redundant project
* Try to troubleshoot embedded elasticsearch
* Another test attempt
* Add credentials to elasticsearch config
* Work on lastn
* Address review comments
* A couple of test fixes
2019-09-30 09:30:39 -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
James Agnew
57377f5557
Fix #1483 - Don't let RP methods handle a request with includes if the
...
method doesn't understand them
2019-09-25 10:54:37 -04:00
James Agnew
0b630f6851
Merge branch 'searchmethodbinding_test' of https://github.com/tuomoa/hapi-fhir into tuomoa-searchmethodbinding_test
2019-09-25 09:01:38 -04:00
James Agnew
a989a746b0
Fix #1494 - Upgrade to new :recurse syntax for R4 include/revinclude
...
statements
2019-09-20 09:38:29 -04:00
James Agnew
6e98c02862
Fix #1495 - Avoid NPE in RuleBuilder
2019-09-20 08:57:01 -04:00
James Agnew
eddb98084d
Move PreferReturnEnum back to original location to avoid regressions
2019-09-19 15:48:58 -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
Tuomo Ala-Vannesluoma
2c3283fd34
Add test for search method binding matching
2019-09-12 13:36:56 +03:00
James Agnew
0843a2b02d
Avoid leaking details when canSeeReource rejects a resource from consent
...
service
2019-09-10 11:14:44 -04:00
James Agnew
7e41951508
Create utility method for accessing the reqyest detail
2019-09-09 15:02:12 -04:00
James Agnew
7d162c50db
Don't guess content type for create/put
2019-09-05 14:47:04 -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
James Agnew
afb682dfe9
Handle AuthorizationInterceptor rejection of by-type reads on the wrong type earlier in the process
2019-08-15 09:16:45 -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
James Agnew
b127867ef7
Fix responsehighlighterinterceptor to work with graphql
2019-08-13 18:00:30 -04:00
James Agnew
94c498a744
A but more tweaking to the graphql interceptor
2019-08-13 16:05:33 -04:00
James Agnew
01a6aa8f5b
Test fix
2019-08-13 14:54:35 -04:00
James Agnew
b4fece0ae9
Add interceptor hook for graphql calls
2019-08-13 14:46:50 -04:00
Stig Rohde Døssing
bb20c2134b
Issue-1387: Read version from resource meta when deciding whether to return 304 on read
2019-08-13 05:28:03 -04:00
James Agnew
0c9e5ec1ea
Support GraphQL for R3/4/5 ( #1424 )
...
* Work on grpahql enhanbcements
* Add some more chars to the sanitizer function
* Add changelog
2019-08-12 08:24:32 -04:00
James Agnew
dd0cb10dbb
validate operation ignores parameter profile ( #1417 )
...
* This should be working now - need to check tests
* Add a changelog and some docs
* One more test fix
* Tests should be passing
* Fix compile
* Test fixes
* Ignore outdated DSTU2 validation test
2019-08-07 15:31:59 -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
jamesagnew
8158292665
Allow operations to better work across multiple versions of FHIR
2019-07-26 05:46:37 -04:00
James Agnew
5bf4fa22e7
Allow patching in tranactions
2019-07-18 16:41:07 -04:00
James Agnew
87ab796309
Updates to validating interceptor
2019-07-18 12:57:30 -04:00
James Agnew
9fc10242b7
Convert validating intercwptors to use new framework
2019-07-18 08:25:35 -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
James Agnew
0fb8db11a2
Add new pointcut: PROCESSING_COMPLETED
2019-07-09 14:32:11 -04:00
James Agnew
9e7cabd464
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-07-07 14:59:57 -04:00
James Agnew
44a97f3621
Still fire appropriate interceptor methods if the cached
...
capabiliotystatement is being returned
2019-07-07 14:59:26 -04:00
jamesagnew
9fcbdb0cdc
License header updates
2019-07-07 14:41:57 -04:00
James Agnew
73daec633f
Test fix
2019-07-07 13:07:27 -04:00
James Agnew
34f7d4ddbd
Refactor ServerConformanceProvider so that it no longer keeps any state
2019-07-07 12:57:31 -04:00
James Agnew
24536941c2
Test the new isEmpty() method on IBundleProvider
2019-07-05 17:15:02 -04:00