James Agnew
a337d282e3
Fix tests
2017-07-12 09:16:55 -04:00
James Agnew
38b7212e52
Add line selection and header display to ResponseHighlighterInterceptor
2017-07-12 09:04:05 -04:00
James Agnew
41a64a6999
Credit for #651
2017-07-11 11:06:50 -04:00
michael.i.calderero
11aa1c5a9e
fix for #659
2017-07-10 18:10:31 -05:00
James Agnew
f917977081
Credit for #651
2017-07-10 16:08:08 -04:00
James Agnew
f1f72980de
Merge pull request #651 from eug48/master
...
ResponseHighlighter enhancement proposal - hyperlinks and selections
2017-07-10 16:03:40 -04:00
michael.i.calderero
bae1ee69ba
updated tests based on changes
2017-07-10 15:03:16 -05:00
michael.i.calderero
9aaa49dd94
add test to show issue #659
2017-07-10 14:35:06 -05:00
Sebastien Riviere
a8e248036e
Fix STU3 validation: find correct extension profile, use custom datatype profile, allow to disable terminology checks
2017-07-10 12:38:33 +02:00
James
bd4e1d3388
Finally building correctly!
2017-07-09 21:32:16 -04:00
James
6464ce9304
Work on refactor
2017-07-09 16:38:28 -04:00
James
0059f2e48e
Keep working on refactor
2017-07-08 07:16:20 -04:00
James Agnew
6c2e87e8cc
Lots of work on refactor
2017-07-06 22:35:13 -04:00
James Agnew
11cab97504
Merge branch 'master' into hapi3_refactor
2017-07-06 21:43:57 -04:00
James Agnew
34ec6b8807
Merge branch 'hapi3_refactor' of github.com:jamesagnew/hapi-fhir into hapi3_refactor
2017-07-06 21:43:49 -04:00
James Agnew
f8e647511b
Work on hapi3 changes
2017-07-06 18:46:55 -04:00
James Agnew
6c47bd4c51
Support transaction in testpage overlay
2017-07-05 20:25:06 -04:00
James Agnew
d3fa442958
Skip stress tests on Travis
2017-07-05 09:44:03 -04:00
James
c520e60ac1
Keep working on refactor
2017-07-05 08:08:40 -04:00
James Agnew
c1d06084b7
Avoid deadlock in JPA server when creating a large number of resources
...
and using the RequestValidatingInterceptor
2017-07-04 21:53:26 -04:00
James Agnew
f1d2ee9092
Continue refactor for HAPI 3
2017-07-03 22:10:59 -04:00
James Agnew
9281ccafc3
Merge branch 'master' into hapi3_refactor
2017-07-03 20:34:16 -04:00
michael.i.calderero
d26fba161e
remove '[x]' from paths in @ChildOrder annotation because they mess up
...
'forcedOrder' resolution in
BaseRuntimeElementCompositeDefinition.scanCompositeElementForChildren()
method
2017-07-03 16:06:52 -05:00
James Agnew
294d080bd3
Add config setting for JPA resource counts in metadata
2017-07-01 16:28:42 -04:00
James Agnew
73a8cf1fca
Don't allow creating resources with references to deleted resources
2017-06-30 22:20:43 -04:00
James
9270afe410
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-06-30 21:32:10 -04:00
James Agnew
dd7b1b28c2
Fix failing tests
2017-06-30 21:32:01 -04:00
James
12acb3443e
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-06-30 21:04:36 -04:00
James Agnew
6e181b140d
Correct an issue when processing transactions in JPA server where updates and
...
creates to resources with tags caused the tags to be created twice in the
database. These duplicates were utomatically filtered upon read so this issue
was not user-visible, but it coule occasionally lead to performance issues
if a resource containing multiple tags was updated many times via
transactions.
2017-06-30 21:00:25 -04:00
James
0098a21d7a
Add license header
2017-06-30 16:29:25 -04:00
James Agnew
c9fcef0372
Clean up handling of searches nested in batch and transaction
2017-06-30 16:20:32 -04:00
James Agnew
28a5b92fe2
Enforce a hard limit on meta size
2017-06-30 09:58:32 -04:00
James Agnew
d626c58067
Dont fail on cleanup
2017-06-30 08:42:11 -04:00
James
b44bdeec88
Clean up rest hook interceptor a bit
2017-06-30 07:24:33 -04:00
James
d81565b87c
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-06-29 22:16:46 -04:00
James
dfd37c69d8
Add tests
2017-06-29 22:16:39 -04:00
James Agnew
7834bb2625
Do not load results into the database in JPA if there is no paging
...
provider
2017-06-29 22:15:23 -04:00
James Agnew
674424a30b
Add tests
2017-06-29 21:34:56 -04:00
James Agnew
10ff2dd16c
Add test
2017-06-28 19:54:24 -04:00
James Agnew
3ed12ce944
Improve performance of JPA searches by using Hibernate ScrollableResults
2017-06-28 18:13:44 -04:00
James
ea1264cd8e
Continue work on refactor
2017-06-28 10:26:01 -04:00
James
fbe2f98a02
Merge branch 'master' into hapi3_refactor
2017-06-28 06:21:22 -04:00
James
0a4dcc32ec
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-06-27 21:13:40 -04:00
James
b2bef47100
Work on refactor
2017-06-27 21:13:23 -04:00
James Agnew
9939785713
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-06-27 21:13:04 -04:00
James Agnew
a0004c9166
Fix issue in calling JPA server transactions programmatically where
...
resources
are linked by object reference and not by ID where indexes
were not correctly
generated. This should not affect most users.
2017-06-27 21:12:20 -04:00
James
6d55ef59a6
Comment cleanup
2017-06-26 06:23:03 -04:00
Vadim Peretokin
d5fc780226
Added link to model API STU3
2017-06-26 11:57:00 +02:00
James Agnew
8f76e4e463
Lots of work on refactoring
2017-06-25 21:55:35 -04:00
James
70a396f703
Credit for #678
2017-06-25 10:01:05 -04:00