Ken Stevens
b4325199cf
review feedback
2020-02-03 11:20:18 -05:00
Ken Stevens
cda906d7b8
Column removed. Time to run tests.
2020-02-03 09:44:10 -05:00
James Agnew
218f344945
Test fix working
2020-02-03 05:24:02 -05:00
jamesagnew
9d59de14a9
Unit test fix
2020-02-03 05:24:02 -05:00
dependabot[bot]
b5adef43ac
Bump checkstyle from 8.18 to 8.29
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 8.18 to 8.29.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.18...checkstyle-8.29 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-02 20:36:15 -05:00
jamesagnew
afd6a2b3a7
Remove entry from atlas
2020-02-01 17:31:57 -05:00
jamesagnew
f38370fbf7
Drop half-written test
2020-01-31 05:50:30 -05:00
jamesagnew
d4295124f1
Reduce verbosity of scheduler logging
2020-01-30 16:28:56 -05:00
James Agnew
6985f3e5f3
Rework how IDs are calculated for quartz jobs
2020-01-30 08:49:40 -05:00
James Agnew
e6d3897700
Add tests
2020-01-30 08:49:40 -05:00
jamesagnew
578f2b7aef
License header updates
2020-01-30 05:26:10 -05:00
Ken Stevens
4d44ee6f54
Merge pull request #1683 from jamesagnew/ks-20200120-near-search
...
Ks 20200120 near search
2020-01-29 17:07:19 -05:00
Ken Stevens
2545fc6e3d
Merge remote-tracking branch 'remotes/origin/master' into ks-20200120-near-search
...
# Conflicts:
# hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml
2020-01-29 17:06:02 -05:00
James Agnew
a6f3ee8319
Add a unit test
2020-01-29 09:35:22 -05:00
dionmcm
00fdc978cc
narrative gen removed old code and enhanced error message
...
I ran into an issue trying to use the old .class style property. The validation message was useful, but I spotted some unreachable code investigating which I've removed. I also enhanced the configuration exception to indicate what was wrong with a supplied key and expected extension types.
2020-01-29 05:58:22 -05:00
jamesagnew
beab5b3a9c
Credit for #1689
2020-01-29 05:56:36 -05:00
dionmcm
95254406bc
updated custom narrative generation documentation
...
I found that the documented pattern of
[name].class=[fully qualified classname]
No longer works. The pattern of
[name].resourceType=[ResourceType]
worked for me, I updated the datatype example as well in kind, but I've not used it that way.
Maybe some extended examples for the other property type extensions would be good - e.g. .profile, .style, .contextPath, .narrative, .title
2020-01-29 05:53:45 -05:00
James Agnew
9548e74b17
Fix a test i missed
2020-01-28 15:46:46 -05:00
James Agnew
471073103f
Further reduce memory usage in the terminology delta operations
2020-01-28 14:36:15 -05:00
Ken Stevens
a8ce54366c
Merge remote-tracking branch 'remotes/origin/master' into ks-20200120-near-search
2020-01-27 08:54:38 -05:00
James Agnew
3edeb03edc
Rework hashcode generation ( #1684 )
...
* Rework hashcode generation
* Compile fix
* Hashcoode refactoring
* FIx compile errors
2020-01-26 22:23:06 -05:00
Ken Stevens
cef58b528e
added _filter to list of search gaps
2020-01-25 18:46:58 -05:00
Ken Stevens
eff4b294df
Merge remote-tracking branch 'remotes/origin/master' into ks-20200120-near-search
...
# Conflicts:
# hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml
2020-01-25 18:40:55 -05:00
James Agnew
ba0048aade
Resolve memory leak ( #1685 )
...
* Work on memory leak
* Work on term delta uploading
* Resolve memoery leak in terminology service
* Fix cache key
2020-01-25 17:48:26 -05:00
Ken Stevens
a63c62b2e1
ensure in-memory matching location search for Dstu3 falls back to a db search
2020-01-25 14:35:20 -05:00
Ken Stevens
2bc3181218
ensure in-memory matching location search for Dstu3 falls back to a db search
2020-01-25 13:30:26 -05:00
Ken Stevens
4f14e621ec
added failing test for in-memory dstu3 case
2020-01-24 22:03:23 -05:00
Ken Stevens
78ab01f00b
Change log and check in-memory search for location
2020-01-24 21:56:14 -05:00
Ken Stevens
2c53468177
fix test
2020-01-24 21:11:37 -05:00
Ken Stevens
c87f8e0f4a
tested near anti-meridian
2020-01-24 18:55:32 -05:00
Ken Stevens
72ccd76ed0
prepping for antimeridian test
2020-01-24 14:37:28 -05:00
Ken Stevens
11dc087750
code review
2020-01-24 13:08:47 -05:00
Ken Stevens
672902486a
optimize imports
2020-01-24 13:07:19 -05:00
Ken Stevens
4ba91e0797
remove getDao() from Dao
2020-01-24 13:01:58 -05:00
Ken Stevens
9b0f850cf4
remove newSearchBuilder from dao
2020-01-24 13:01:35 -05:00
Ken Stevens
16cb9a74e4
Remove newSearchBuilder() from BaseHapiFhirDao
2020-01-24 12:19:08 -05:00
Ken Stevens
39c7642d8c
fix test
2020-01-24 09:27:20 -05:00
James Agnew
4d523aa38c
Credit for #1679
2020-01-24 08:32:42 -05:00
James Agnew
dd01688a90
Credit for #1679
2020-01-24 08:32:19 -05:00
James Agnew
d2951718e3
Credit for #1671
2020-01-24 08:31:23 -05:00
Jafer Khan
4a4fb0fd9d
Remove transient fields from migration task
2020-01-24 08:28:01 -05:00
Ken Stevens
b465a7b781
final cleanup
2020-01-23 19:20:51 -05:00
Ken Stevens
01bc941f5f
Optimize imports
2020-01-23 19:15:30 -05:00
Ken Stevens
e031ad203e
FIXME
2020-01-23 19:12:05 -05:00
Ken Stevens
99949629a8
FIXME
2020-01-23 18:49:09 -05:00
Ken Stevens
3e28047f78
fix tests
2020-01-23 18:27:35 -05:00
Ken Stevens
a687d7c9c1
testSearchResourceLinkWithChain is failing
2020-01-23 17:38:59 -05:00
Ken Stevens
6ca97df1c9
fix npe
2020-01-23 16:20:53 -05:00
Ken Stevens
8114419110
fix npe
2020-01-23 16:06:15 -05:00
Ken Stevens
48a71d6649
fix npe
2020-01-23 15:58:13 -05:00