James Agnew
|
e147c74df7
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-04-24 12:40:24 -04:00 |
|
James Agnew
|
ffd0e52006
|
Documentation updates only
|
2015-04-24 12:40:13 -04:00 |
|
jamesagnew
|
f8dee1f47a
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs
|
2015-04-24 09:05:34 -04:00 |
|
jamesagnew
|
3d00800212
|
Fix #163 - Parser doesn't populate resource ID's Resource type
|
2015-04-23 22:19:04 -04:00 |
|
James Agnew
|
7db7097e25
|
Fix #162 - Allow web testing UI to configure the client
|
2015-04-23 17:52:51 -04:00 |
|
jamesagnew
|
5bcd6a4751
|
Don't include an mpty text element in Bundles being returned by the server
|
2015-04-23 08:04:05 -04:00 |
|
jamesagnew
|
b222b76611
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs
Conflicts:
hapi-fhir-android/pom.xml
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/RestfulServerUtils.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/util/FhirTerser.java
hapi-fhir-testpage-overlay/.gitignore
src/changes/changes.xml
|
2015-04-21 13:30:58 -04:00 |
|
James Agnew
|
91167733c6
|
Don't return a Content-Location header when returning the new bundle
format
|
2015-04-20 17:32:20 -04:00 |
|
James Agnew
|
02070affbf
|
Merge pull request #153 from mochaholic/master
Read server interceptors from the spring context.
|
2015-04-20 14:47:24 -04:00 |
|
James Agnew
|
b42737262b
|
Work on HL7org structs
|
2015-04-20 07:31:45 -04:00 |
|
James Agnew
|
ddd68b8d57
|
Credit for #155
|
2015-04-15 10:57:15 -04:00 |
|
mochaholic
|
3003b5e17b
|
Update to the latest upstream.
|
2015-04-09 07:25:09 -06:00 |
|
jamesagnew
|
1f51c69126
|
Fix #139 - ContactPointDt fields don't index in JPA module
|
2015-04-05 16:18:14 -04:00 |
|
jamesagnew
|
11507ef97c
|
Fix #148 - Add _count support to everything operation
|
2015-04-05 14:53:15 -04:00 |
|
jamesagnew
|
8c37973a78
|
Fix #147 - no duplicates in 'everything' operation
|
2015-04-04 23:36:04 -04:00 |
|
jamesagnew
|
461fdb50ce
|
Fix #143 and fix #146 - Issues with resource references for non contained resources when parsing a DSTU2 bundle, and issues encoding contained resources when encoding JSON
|
2015-04-03 15:42:02 -04:00 |
|
James Agnew
|
67a88a003f
|
Doc on #138
|
2015-04-02 13:17:48 -04:00 |
|
James Agnew
|
29140691d1
|
Add a bit of documentation to note the inclusion of #138
|
2015-04-02 13:06:17 -04:00 |
|
James Agnew
|
94af375e4d
|
Fix #116 - Preserve _include links across pages
|
2015-04-02 12:49:45 -04:00 |
|
James Agnew
|
317251ca4d
|
Add servlet-api classes to android build
|
2015-04-02 12:26:26 -04:00 |
|
James Agnew
|
690bcb4b68
|
Add support for a NarrativeModeEnum parameter to interact with
_narrative in the request URL
|
2015-03-27 16:52:48 -04:00 |
|
jamesagnew
|
986094617a
|
Fix #135 - Remove Eclipse and IntelliJ artifacts from version control
|
2015-03-26 07:56:24 -04:00 |
|
James Agnew
|
f9b8432d65
|
Searching in JPA server with no search parameters returns deleted
resources when it should exclude them
|
2015-03-24 18:39:19 -04:00 |
|
James Agnew
|
c7558c7780
|
Fix #131 - Narrative generator incorrectly sets the Resource.text.status
to 'generated' even if the given resource type does not have a template
(and therefore no narrative is actually generated).
|
2015-03-24 17:18:34 -04:00 |
|
James Agnew
|
cffda7539f
|
Work on support for $everything operation
|
2015-03-23 19:06:14 -04:00 |
|
James Agnew
|
c8a70c1904
|
Fix #124 - Resource references shouldn't include version when they are
encoded
|
2015-03-23 07:55:32 +01:00 |
|
James Agnew
|
596dd664f9
|
Switch JPA server to use new include style
|
2015-03-22 13:04:52 +01:00 |
|
James Agnew
|
ce4fc46958
|
Fix broken unit test
|
2015-03-21 09:15:48 +01:00 |
|
James Agnew
|
4426080374
|
Documentaiton on idempotence
|
2015-03-21 09:12:41 +01:00 |
|
James Agnew
|
5ee0286914
|
Fix #128 - Regression in 0.9 - Server fails with an HTTP 500 and NPE if
the client requests an unknown resource type
|
2015-03-19 13:51:03 +01:00 |
|
James Agnew
|
1598e7ec5a
|
Fix #129 - Resources in JPA server could not be undeleted
|
2015-03-19 13:40:40 +01:00 |
|
James Agnew
|
6020368162
|
Add setEncoding and setPrettyPrint methods to generic client, and add
documentation for #113
|
2015-03-19 12:16:04 +01:00 |
|
James Agnew
|
75877c18eb
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-03-17 10:03:51 -04:00 |
|
jamesagnew
|
577f26cb74
|
Version bump a few dependencies
|
2015-03-17 08:11:42 -04:00 |
|
James Agnew
|
823bb4ed82
|
Add support for profiles and tags in meta for DSTU2
|
2015-03-16 17:02:44 -04:00 |
|
jamesagnew
|
d56cb75c68
|
Finalize 0.9 release
|
2015-03-16 09:04:27 -04:00 |
|
jamesagnew
|
faf7c410e1
|
Fix transaction parsing bug for DSTU2 using old Bundle format. Finalize documentation for 0.9
|
2015-03-14 15:06:32 -04:00 |
|
James Agnew
|
adfbfcb96b
|
Site and dist updates for 0.9 release
|
2015-03-13 17:59:55 -04:00 |
|
jamesagnew
|
7540203836
|
Fix #108 - Don't check the server version from the client until the first actual request
|
2015-03-12 22:15:15 -04:00 |
|
James Agnew
|
8434f96e97
|
Fix #111 - Don't return stack traces in server responses y default
|
2015-03-11 17:18:42 -04:00 |
|
James Agnew
|
4ac0ef4374
|
Add the ability to configure the default pretty-print and encoding for a
server
|
2015-03-11 14:16:32 -04:00 |
|
James Agnew
|
b4911788a3
|
Add sorting to Web Testing UI
|
2015-03-11 11:15:51 -04:00 |
|
jamesagnew
|
1a4a23bdc5
|
Credit for #120
|
2015-03-11 09:11:36 -04:00 |
|
jamesagnew
|
18f1c579ab
|
Site updates
|
2015-03-10 21:55:38 -04:00 |
|
James Agnew
|
9a9501c53f
|
JPA demo enhancements and site work
|
2015-03-10 17:56:55 -04:00 |
|
jamesagnew
|
009815786f
|
Site updates
|
2015-03-10 08:40:15 -04:00 |
|
jamesagnew
|
4682f953bc
|
Fix #122 - Thanks to Ryan for reporting!
|
2015-03-09 19:20:48 -04:00 |
|
jamesagnew
|
da1d49a108
|
Correctly index Observation.applies[x] in JPA server
|
2015-03-08 16:55:42 -04:00 |
|
jamesagnew
|
32ad3ab22c
|
Complete Extended Operations support
|
2015-03-08 15:40:04 -04:00 |
|
jamesagnew
|
7905e9d918
|
Add support for quantity search params in tester UI
|
2015-03-06 09:53:50 -05:00 |
|