James Agnew
71a88aa3ac
Credit for #1047
2018-12-17 12:32:33 +02:00
James Agnew
3cbfc0b3d6
Version bump a few dependencies
2018-12-17 12:32:33 +02:00
jamesagnew
b0a110f8dc
License updates
2018-12-17 12:32:33 +02:00
James Agnew
89adb6d78b
Only use FHIRPath to validate searchparameterr paths in R4
2018-12-17 12:32:33 +02:00
James Agnew
6b2c91f19e
Test fixes
2018-12-17 12:32:33 +02:00
jamesagnew
f223474e8a
License header updates
2018-12-17 12:32:33 +02:00
James Agnew
52e658bc0c
Use FHIRPath expression parser for custom SP validation
2018-12-17 12:32:33 +02:00
James Agnew
ffc391065b
A bit of client tweaking
2018-12-17 12:32:33 +02:00
James Agnew
5ccb2af3bd
Failing test cleanup
2018-12-17 12:32:33 +02:00
jamesagnew
17f4072e19
License updates only
2018-12-17 12:32:33 +02:00
James Agnew
4179f8b755
Allow client defined parameter style for _format param
2018-12-17 12:32:33 +02:00
James Agnew
98a62306d3
Build tweak
2018-12-17 12:32:33 +02:00
James Agnew
fae8bd4aae
Credit for #1071
2018-12-17 12:32:33 +02:00
James Agnew
ec8e14eb13
Credit for #1103
2018-12-17 12:32:33 +02:00
James Agnew
c2cb235044
Some work on collection processing
2018-12-17 12:32:33 +02:00
jamesagnew
d53b4131fa
Site updates
2018-12-17 12:32:33 +02:00
James Agnew
821da83d43
Allow client assigned IDs to be purely numeric in JPA server if
...
configured to do so
2018-12-17 12:31:16 +02:00
James Agnew
60e81cfb67
FIx broken test
2018-12-17 12:30:33 +02:00
James Agnew
1dab9b5a38
Add additional authorization test
2018-12-17 12:30:33 +02:00
jamesagnew
b003d693ae
License updates
2018-12-17 12:30:33 +02:00
jamesagnew
640fe56875
Fix bad tag in file
2018-12-17 12:30:33 +02:00
James Agnew
11bc2c19a9
Add reindexing support based on table instead of column
2018-12-17 12:29:45 +02:00
James Agnew
ba8795ed0f
Allow JPA server to restore resources and link to them in a single
...
transaction
2018-12-17 12:29:45 +02:00
jamesagnew
cc9c8dfa80
License updates
2018-12-17 12:29:45 +02:00
James Agnew
f770b4210c
More migrator updates
2018-12-17 12:29:45 +02:00
James Agnew
27a5fbfa21
Fix broken test
2018-12-17 12:29:45 +02:00
jamesagnew
1800db5d2c
Add licene headers
2018-12-17 12:29:45 +02:00
James Agnew
c6b81d0341
Fix a couple of test failures
2018-12-17 12:29:45 +02:00
jamesagnew
599b8c812f
Fix typo
2018-12-17 12:29:45 +02:00
James Agnew
81b4ee4ce2
Drop column that should have been dropped in 3.4 to 3.5 migration
2018-12-17 12:29:45 +02:00
James Agnew
db027c59ef
Fix SearchCoordinator tests
2018-12-17 12:29:45 +02:00
jamesagnew
c075ba873f
Add changelog
2018-12-17 12:29:45 +02:00
jamesagnew
b2479e4a7b
Add threading to migrator
2018-12-17 12:21:34 +02:00
James Agnew
e6a62a10a2
Update search logic
2018-12-17 12:21:34 +02:00
James Agnew
7151160140
Add tests for operation method binding
2018-12-17 12:21:34 +02:00
Ruth Alkema
93e7e01c66
Allow slotting in own IMessageResolver
...
This is useful in case we want to define our own way of translating
the codes in the thymeleaf templates.
2018-12-17 12:21:34 +02:00
Heinz-Dieter Conradi
ef1275c937
Fix the null pointer problems in the DataRangeParam class
2018-12-17 12:21:34 +02:00
Heinz-Dieter Conradi
f2b8b6bf6c
Add some test demonstrating null pointer problems in the DateRangeParam class
2018-12-17 12:21:34 +02:00
Volker Schmidt
612aaf18e0
Corrected multi-valued header value handling for JAX-RS.
2018-12-17 12:21:34 +02:00
Volker Schmidt
20f5df6657
Multiple values for one HTTP header were reduced to the last value.
2018-12-17 12:21:34 +02:00
James Agnew
dc1f48ffed
Test fix
2018-12-14 14:13:02 -05:00
James Agnew
f978bc3039
Always apply new search params to any resource reindexing
2018-12-14 13:43:25 -05:00
James Agnew
11b8304cb4
Fix case sensitivity issue
2018-12-13 08:31:35 -05:00
Matti Uusitalo
b262985e21
Do not force enableWhen to have system
2018-12-13 13:29:17 +02:00
jamesagnew
8d195aedf0
Credit for #917
2018-12-13 05:36:19 -05:00
hdconradi
89ede0e524
Extension domains configuration for the fhr instance validator ( #917 )
...
* Fix the url of the StructureDefinition extensions
http://hl7.org/fhir/tools/StructureDefinition/ -> http://hl7.org/fhir/StructureDefinition/
That makes the entry for the structuredefinition-expression superfluous.
The url behind IG_DEPENDSON_PACKAGE_EXTENSION does not point is not (yet?) valid too.
* Add ability to configure custom extension domains.
* Testing the extension domains configuration
* Fix obvious bug when determining resource name
The for loop was completely superfluous beforehand.
Either fix it as e.g. in this patch or remove it.
* small improvements and TODO's for possible NPE's
- javadoc see
- use diamond operator for generics
- remove throws clause when exception is not thrown
- add TODO's for some cases a NPE might occur.
My knowledge of the context is not sufficient to suggest the proper
way to solve this.
2018-12-13 05:32:47 -05:00
Łukasz Dywicki
1afe36e60a
Sources and resource generator mojo which doesn't use value sets. ( #852 )
...
* Resource and sources generator mojo which doesn't use value sets.
* Avoid unecessary reference to javassist.
2018-12-13 05:28:16 -05:00
Matti Uusitalo
c85f4b8362
Don't evaluate Extensions when determining type of answer
2018-12-13 12:12:56 +02:00
Graham, Gary
4fea74cfa2
Fix incorrectly grabbed table
2018-12-13 00:49:17 -05:00
Graham, Gary
a01d6cf302
Add init330() to migrate from 2.5 -> 3.3
2018-12-12 21:00:41 -05:00