James Agnew
|
0b7f6c0f4a
|
Reduce travis memory use
|
2015-11-16 14:14:13 +01:00 |
James Agnew
|
1c82a692f6
|
Try to reduce memory for unit tests
|
2015-11-16 14:13:34 +01:00 |
James Agnew
|
e7dda532c6
|
Tests are failing on Travis but not locally... Argh
|
2015-11-16 14:00:35 +01:00 |
James Agnew
|
18f7e958d2
|
Debug info for failing test
|
2015-11-15 20:17:36 -05:00 |
James Agnew
|
93e418ffae
|
Bump Jetty version
|
2015-11-15 20:16:16 -05:00 |
James Agnew
|
2f12c9ed01
|
Bump version to 1.4-SNAPSHOT
|
2015-11-15 20:11:05 -05:00 |
James Agnew
|
c12dc82a37
|
Site updates for 1.3 release
|
2015-11-15 19:56:57 -05:00 |
James Agnew
|
5d13e660b0
|
Add header file
|
2015-11-15 13:56:59 -05:00 |
James Agnew
|
f9f33f059b
|
Version bump to 1.3
|
2015-11-15 12:53:02 -05:00 |
James Agnew
|
8c087f053a
|
Cleanup for #254
|
2015-11-15 12:52:46 -05:00 |
James Agnew
|
c516050716
|
Merge pull request #254 from cmikeb1/master
Added the ability to wire the JPA conformance providers
|
2015-11-15 12:47:55 -05:00 |
James Agnew
|
8e24077bcf
|
Credit for #254
|
2015-11-15 12:46:42 -05:00 |
James Agnew
|
614b7e09e5
|
Bump to 1.0.2 FHIR definitions
|
2015-11-15 12:22:56 -05:00 |
James Agnew
|
326db08f0e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-14 13:01:52 -05:00 |
James Agnew
|
f2ac8a4767
|
Define Enums for child concepts
|
2015-11-09 12:54:42 -05:00 |
jamesagnew
|
e7e820ee52
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-08 11:14:22 -05:00 |
jamesagnew
|
dfced5b2a5
|
Fix tests
|
2015-11-08 11:13:58 -05:00 |
jamesagnew
|
35a6b4dbf0
|
Fix #253 - Process JPA entries in the correct order
|
2015-11-08 09:36:04 -05:00 |
C. Mike Bylund
|
3ff6822599
|
Added the ability to wire JpaConformanceProviderDstu1 & JpaConformanceProviderDstu1 with spring, as accommodated by [RestfulServer.java](d3685e72ba/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/RestfulServer.java (L1313) )
|
2015-11-06 21:20:06 -07:00 |
James Agnew
|
65c4250ed3
|
Update android distribution
|
2015-11-06 18:53:54 -05:00 |
jamesagnew
|
6fd5aecec7
|
Fix #250 - Honour Accept: text/xml and Accept: text/json
|
2015-11-05 07:32:33 -05:00 |
jamesagnew
|
4545b4fb7f
|
Don't create a new version when reindexing resources
|
2015-11-04 08:26:33 -05:00 |
jamesagnew
|
f13820b627
|
Fix #248 - Remove failing test in Italian locale
|
2015-11-03 22:22:13 -05:00 |
jamesagnew
|
1fb9f02d14
|
Work on fulltext suggestions
|
2015-11-03 21:34:35 -05:00 |
jamesagnew
|
3fc7a16735
|
Fulltext searching works
|
2015-11-02 08:12:36 -05:00 |
jamesagnew
|
23b35661ea
|
Bump a few dependency versions
|
2015-10-31 17:48:25 -04:00 |
jamesagnew
|
a6d4de1f3e
|
Add support in JPA for _content and _text for $everything operation
|
2015-10-31 17:09:32 -04:00 |
James Agnew
|
2cc88d76eb
|
Cleasn up JPA interceptors
|
2015-10-29 16:44:51 -04:00 |
James Agnew
|
d3685e72ba
|
Fix #241 and fix #247 - Don't encode UUID IDs on resources, and preserve
bundle type when retrieving pages
|
2015-10-29 15:38:19 -04:00 |
jamesagnew
|
01320ac1b1
|
Site updates
|
2015-10-29 09:14:23 -04:00 |
jamesagnew
|
f7dab9ff64
|
Doc updates
|
2015-10-29 07:51:59 -04:00 |
jamesagnew
|
30ab0203a3
|
Refactor search capability in JPA out of resource specific module
|
2015-10-28 08:44:52 -04:00 |
jamesagnew
|
65598c200e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-28 07:39:18 -04:00 |
jamesagnew
|
f3552015cc
|
Work on splitting out search in JPA
|
2015-10-27 20:23:49 -04:00 |
James Agnew
|
43c1212840
|
Revamp the interceptor framework for JPA
|
2015-10-27 18:34:27 -04:00 |
jamesagnew
|
5a2ee77142
|
Parser (XML and JSON) shouldn't encode an ID tag in resources
which are part of a bundle when the resource has a UUID/OID
ID.
|
2015-10-26 22:47:06 -04:00 |
jamesagnew
|
c31900b827
|
JPA performance tweaks: Avoid unneccesary fulltext index pass during transaction and tag lookup
|
2015-10-25 12:18:21 -04:00 |
jamesagnew
|
60f4c27f5b
|
Fix compile
|
2015-10-23 08:27:19 -04:00 |
jamesagnew
|
69658ab754
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-23 08:22:40 -04:00 |
jamesagnew
|
eea406e10e
|
ResourceReferenceDt#loadResource(IRestfulClient) did not
use the client's read functionality, so it did not
handle JSON responses or use interceptors. Thanks to
JT for reporting!
|
2015-10-23 08:21:25 -04:00 |
jamesagnew
|
e93f7542a5
|
Remove unused check
|
2015-10-23 07:22:15 -04:00 |
James Agnew
|
859d76bfbc
|
Merge pull request #244 from jkiddo/master
Added example using embedded Jetty and Guice - meaning its way more e…
|
2015-10-21 12:08:41 -04:00 |
James Agnew
|
bc12fcc76b
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-21 12:03:59 -04:00 |
James Agnew
|
fad59b75b9
|
Credit for #245
|
2015-10-21 12:03:36 -04:00 |
James Agnew
|
d058146d1a
|
Merge pull request #245 from samlanfranchi/master
Fixed first server ignored in test overlay
|
2015-10-21 12:01:10 -04:00 |
James Agnew
|
8d515feb6d
|
Fix #242 - Allow compartment and read method to coexist for server
|
2015-10-21 11:58:19 -04:00 |
James Agnew
|
d838a2bd4b
|
Reduce JPA uri param length from 256 to 255 to accomodate MySql
|
2015-10-21 10:37:56 -04:00 |
Sam Lanfranchi
|
dba8a35349
|
fixed first server ignored in test overlay
|
2015-10-21 16:11:57 +02:00 |
James Agnew
|
c3b9804b8a
|
Try to fix OSGi
|
2015-10-21 09:54:32 -04:00 |
jamesagnew
|
7cfe6c1715
|
Travis arg
|
2015-10-21 08:56:57 -04:00 |