James
67774627d4
Credit for #575
2017-03-17 06:52:23 -04:00
James
3a9031bc9c
Credit for #551
2017-03-17 06:49:21 -04:00
James
8021e0e413
Credit for #568
2017-03-17 06:43:35 -04:00
James
2b43dc5e0b
Site updates per #582
2017-03-17 06:39:48 -04:00
James
4940457962
Credit for #543
2017-03-17 06:31:20 -04:00
James
fc7ac7ab00
Credit for #542
2017-03-16 21:57:55 -04:00
James Agnew
0be818c31c
Add validation results to oo ( #595 )
...
* Add interceptor
* Add changelog entry
* Update changes.xml
Corrected reference to issue 586 (was 585). Corrected order of actions for issues 586 and 595 (was reversed).
* Update changes.xml
Should have been 585 after all. Whoops!
* Update changes.xml
Adding an item for pull request 565 that was previously approved and merged.
* Fixed test with English String in assertion.
2017-03-16 13:31:25 -04:00
James Agnew
a867890554
585 authorizationinterceptor wildcards ( #586 )
...
* Add wildcards for authorizationinterceptor
* Add changelog
2017-03-14 22:26:45 -04:00
James
0c6679ac44
JPA server interceptor methods for create/update/delete provided the wrong version ID to the interceptors
2017-03-11 07:57:33 -05:00
James Agnew
01d102accc
Correct handling of contained resources in a response for annotation
...
client
2017-03-01 17:23:31 -05:00
James
94bed2f59e
Site updates
2017-02-17 21:20:32 -05:00
James
7ee3e75665
Add JDK version notes. Fixes #560
2017-02-15 05:58:41 -05:00
James Agnew
0ec542b89c
Fix outdated example
2017-02-14 20:51:58 -05:00
James
53f6effd56
Clean up custom seach param code
2017-02-11 18:37:21 -05:00
James
f1828d1ca8
Fix handling of filters on valueset expansions
2017-02-10 11:05:59 -05:00
James Agnew
0dd6364fe5
Improve paging in JPA server for _history operation
2017-02-08 21:42:17 -05:00
James Agnew
d28122ff3e
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-02-07 12:24:35 -05:00
James Agnew
ad781334d8
Fix conditional creates updating resource body
2017-02-07 11:36:24 -05:00
James
d5fbcf8e82
Return an OperationOutcome in the response for a delete in JPA
2017-02-07 07:44:57 -05:00
James
b7f165019d
Tweak re-indexing
2017-02-07 07:00:51 -05:00
James
7149d2e053
Merge branch 'custom_jpa_search_params'
2017-02-04 16:34:05 -05:00
James
78fd020590
Credit for #548
2017-02-04 16:10:59 -05:00
James
6875da8556
Clean up changes.xml
2017-02-04 16:09:20 -05:00
James
54ac780cd5
Custom params works!
2017-02-04 16:02:00 -05:00
James
ea5a023e17
Fix typo
2017-01-31 10:42:30 -05:00
James
b0981a8dc5
Credit for #547
2017-01-31 07:22:38 -05:00
James
11f1f4f6ee
Deprecate getAllPopulatedChildElementsOfType
2017-01-31 06:53:04 -05:00
James
e5b9aa4536
Bump some dependency versions
2017-01-30 17:59:01 -05:00
James
ce80007f8d
Bump spring version and refactor examples
2017-01-29 22:55:22 -05:00
James
d3ef52d49d
Credit for #533
2017-01-29 18:01:18 -05:00
James
3960666c68
Credit for #538
2017-01-29 17:56:13 -05:00
James
b66aa9761e
Allow parsing of RSQuot
2017-01-29 15:49:10 -05:00
James
97f1e55131
Add changelog about the extensions fix
2017-01-26 11:39:42 -05:00
James Agnew
344e324929
Fix #544
...
Squashed commit of the following:
commit 1ab9b58e9f3380cd6de3379b161e669f17cf4854
Author: James Agnew <jamesagnew@gmail.com>
Date: Tue Jan 24 10:46:56 2017 -0500
Changes working now
commit 5c752cdacee20711e7edef8aeb3217c94f72b9c5
Author: James <jamesagnew@gmail.com>
Date: Tue Jan 24 08:43:04 2017 -0500
Get JPA working with new uuid: logic
commit 127b76884a153684b2873af36683c721ac6784b1
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jan 23 21:11:18 2017 -0500
Fix test
commit 599bbe236c81fc050f421bced67578fdcafb9371
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jan 23 18:42:46 2017 -0500
Work on #544
2017-01-24 10:47:24 -05:00
James Agnew
dc17157db8
Credit for #539
2017-01-20 18:49:01 -05:00
James Agnew
d1542e98c5
JPA server was not correctly validating and expanding SCT codes
2017-01-19 17:37:43 -05:00
James Agnew
22f796fa7c
Allow history operation at type level with authorizationinterceptor
2017-01-16 18:41:39 -06:00
James Agnew
9823ac1eaf
Add sources and javadocs to the distribution JARs
2017-01-15 12:05:40 -06:00
James Agnew
dbc6abc658
Fix #504 - Error if custom type has illegal extensions
2017-01-13 21:46:16 -06:00
James Agnew
fa1ad5ba85
Fix #519 - Issues with JPA capabilitystatement related to the _id param
2017-01-13 21:19:19 -06:00
James Agnew
0dd1d77bec
Update credit for #503
2017-01-13 12:12:32 -06:00
James Agnew
37c40c4f9e
Fix #503 - Checking authorization again patient compartment fails with delete operation
2017-01-13 11:06:00 -05:00
James
3b41d85952
Server interceptor methods were being called twice unnecessarily by the JPA server, and the DaoConfig interceptor registration framework was not actually useful. Thanks to GitHub user @mattiuusitalo for reporting! Fixes #532
2017-01-11 20:57:39 -05:00
James Agnew
5b7abf15dc
Properly purge subscriptions
2017-01-11 18:19:46 -05:00
James Agnew
fe24841350
Work on #532
2017-01-09 19:00:56 -05:00
James
65f597aeb1
Migrate to new fhirtest.uhn.ca server
2016-12-28 17:02:08 -05:00
James
0ec61533a8
Publish 2.2
2016-12-20 19:00:37 -05:00
James Agnew
c1cc4802f3
Release 2.2 docs
2016-12-20 16:23:43 -05:00
James
2a94242f22
Fix web testing UI to handle CapabilityStatement correctly
2016-12-19 14:32:48 -05:00
James
964919d880
Improve parsing
2016-12-19 14:03:11 -05:00