James Agnew
60ed0dab48
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-06-22 11:22:36 -04:00
James Agnew
e9fffd3cdc
Allow indexing in custom search params to descend into contained
...
resources
2018-06-22 11:22:07 -04:00
jamesagnew
b3f7ab274d
License header updates
2018-06-21 14:44:34 -04:00
James Agnew
cc98f65500
Merge branch 'master' into valueset_expansion_fixes
2018-06-21 10:20:24 -04:00
James Agnew
2dc445fd10
ValueSet enhancements
2018-06-21 10:19:14 -04:00
James Agnew
e63604afc9
Merge pull request #1000 from rhausam/update-filenames
...
Updated LOINC filenames to match 2.64 and future releases.
2018-06-21 10:18:36 -04:00
James Agnew
218937e425
Several fixes
2018-06-20 05:53:32 -04:00
frankjtao
6e7d67ba70
Update due to Spring version change
2018-06-19 20:16:27 -04:00
James Agnew
127efd55b0
Merge branch 'master' into 963_jpa_performance
2018-06-19 06:50:05 -04:00
frankjtao
299cf5b230
Changed retval to resource id instead of SearchResult in SearchResultDao
2018-06-16 22:37:12 -04:00
Rob Hausam
215e224e3d
Updated terminology upload tests and artifacts to the new LOINC filenames.
2018-06-14 20:30:32 -05:00
Rob Hausam
75c1b7baa8
Updated LOINC filenames to match 2.64 and future releases.
2018-06-14 11:33:35 -05:00
James Agnew
a46b4a4637
Reindexing shouldn't stop unexpectedly
2018-06-13 22:03:15 +08:00
James Agnew
cc0e836680
Auth interceptor early checks ( #995 )
...
* Validator fix
* Enhance AuthorizationInterceptor so that it tries to deny access earlier
for compartment searches that are outside the allowable compartment.
* FIx DSTU2 test that wasn't updated
* More test fixes
2018-06-10 17:48:20 -04:00
frankjtao
35991cd21b
#963 : renamed the parameter to 'the*'
2018-06-07 14:19:44 -04:00
Diederik Muylwyk
903df68d2a
978 cli tools for importing exporting terminology mappings need to be fixed ( #988 )
...
* Fixed export issue.
* Fixed import issue.
* Fixed tests.
* Fixed tests.
2018-06-07 10:22:41 -04:00
James Agnew
6feb23896f
Hopefully fix #983
2018-06-06 15:51:23 -04:00
James Agnew
e7804b881c
Fix CI issue
2018-06-06 11:39:06 -04:00
jamesagnew
583437d656
Prevent a crash if the application context has been set incorrectly in
...
embedded deployments
2018-06-06 08:37:25 -04:00
jamesagnew
987679483a
Version bumps
2018-06-03 15:29:10 -04:00
James Agnew
e36bc3889c
Merge pull request #974 from Romanow88/master
...
Fixes #972 Update Spring Data 1.11.6.RELEASE to 2.0.7.RELEASE
2018-06-03 15:28:05 -04:00
James Agnew
30dd3c00b9
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-06-02 08:59:48 -04:00
Roman Doboni
8f1effe5e3
Merge branch 'master' into master
2018-06-02 09:37:56 +02:00
James Agnew
d52c1ed090
Add a bit more logging for occasional failing test
2018-06-01 17:43:29 -04:00
jamesagnew
fedf4a870a
License header updates
2018-06-01 07:41:01 -04:00
James Agnew
7f87def432
Fix tests
2018-06-01 07:40:33 -04:00
James Agnew
a9cb4dae2f
Allow storage of messages
2018-06-01 07:07:24 -04:00
frankjtao
73f12744ae
#963 Improved performance for tag loading
2018-05-31 21:30:46 -04:00
jamesagnew
abcf7852b1
Tests pasing locally
2018-05-31 09:10:34 -04:00
Romanow
a336f33b4b
Update Spring Data 1.11.6.RELEASE to 2.0.7.RELEASE
2018-05-31 14:42:15 +02:00
James Agnew
7e0584af2f
Merge branch 'java9' of github.com:jamesagnew/hapi-fhir into java9
2018-05-30 21:59:51 -04:00
James Agnew
2f07066c59
Test fixes
2018-05-30 21:59:41 -04:00
James Agnew
c2afd9728d
More test fixes
2018-05-30 21:57:17 -04:00
jamesagnew
432bc66208
Merge branch 'java9' of github.com:jamesagnew/hapi-fhir into java9
2018-05-30 21:24:01 -04:00
James Agnew
bb5d4110a2
Test fixes
2018-05-30 21:23:20 -04:00
jamesagnew
2684e2b030
Build fixes
2018-05-30 16:17:36 -04:00
jamesagnew
d127a89047
Some test fixes
2018-05-30 11:01:43 -04:00
jamesagnew
833a46d07e
Work on test compilation
2018-05-30 08:27:09 -04:00
jamesagnew
5a96482860
More work o JDK9 tests
2018-05-30 08:04:01 -04:00
James Agnew
a52805e504
Work on JDK9 support
2018-05-30 05:45:08 -04:00
James Agnew
7951d883d0
Merge branch 'master' into java9
2018-05-29 08:43:21 -04:00
Frank Tao
404d37cedc
Fixed #963 : load history table once instead of one by one in the loop
...
in the SearchBuilder class.
2018-05-28 22:45:45 -04:00
Diederik Muylwyk
0e2c57fa60
Bumping version.
2018-05-28 17:44:38 -04:00
Diederik Muylwyk
2871920734
Preparing release.
2018-05-28 10:45:47 -04:00
James Agnew
a7eac969d9
Site enhancements for release
2018-05-28 08:53:36 -04:00
jamesagnew
67f21426cb
Disable content header on response for non-create operations
2018-05-25 07:28:01 -04:00
jamesagnew
49aaa01db8
Fix compile issues
2018-05-23 17:42:48 -04:00
James Agnew
850aa99ddb
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-05-23 16:28:35 -04:00
James Agnew
ed6609e414
One more test fix
2018-05-23 16:28:13 -04:00
jamesagnew
b146a80502
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2018-05-23 16:09:34 -04:00