James Agnew
f17fc4ce82
Credit for #1305
2019-05-23 09:09:44 -04:00
Mathieu Roullet
4429741c15
Renaming package name of test classes
2019-05-23 15:08:23 +02:00
James Agnew
5f858066da
Bump jackson version
2019-05-23 08:49:05 -04:00
James Agnew
b4eecdef38
Test fix
2019-05-22 17:27:49 -04:00
James Agnew
90da9dc013
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-05-22 17:23:27 -04:00
jamesagnew
aa88816d9a
Credit for #1311
2019-05-22 17:13:33 -04:00
basecade
3bb3c3a383
Preserve contained resource meta when encoding to dao ( #1311 )
...
* Preserve contained resource meta when encoding with: parser.setDontEncodeElements(ResourceMetaParams.EXCLUDE_ELEMENTS_IN_ENCODED)
* - Correct so security, lastUpdated and versionId is not encoded
- Added test
2019-05-22 17:11:03 -04:00
James Agnew
1277662872
One more fix to the CLI JPA project
2019-05-17 11:59:44 +02:00
James Agnew
202c798fcd
Restore R4 server support in CLI
2019-05-16 11:56:34 +02:00
James Agnew
cb8634f26f
Ja interceptor callback fix ( #1308 )
...
* Interceptor callback fix
* Ensure that interceptor methods are called after a transaction
2019-05-14 18:47:11 -04:00
jamesagnew
f5a7333c4c
Bump greenmail version
2019-05-11 15:47:06 -04:00
James Agnew
d4d3178621
A couple of test fixes
2019-05-11 15:04:44 -04:00
James Agnew
444730373b
Fix an NPE in validation
2019-05-10 12:49:34 -04:00
James Agnew
92bd2c7173
Fix regression in validator when validating codesystems explicitly
...
defined in the JPA database
2019-05-10 12:08:40 -04:00
Ken Stevens
9b44b37df8
removed unneccessary annotation
2019-05-09 14:43:00 -04:00
James Agnew
6b37525f2d
Clean up redundant dependencies ( #1306 )
...
* Remove a bunch of unneedd deps
* Test fix
* Disable useless test
2019-05-09 12:51:13 -04:00
jamesagnew
6fd66b404f
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-05-08 15:52:39 -04:00
James Agnew
702ffd631d
Fix #1299 - Return an HTTP 201 when creating a previously deleted
...
resource
2019-05-06 16:33:23 -04:00
James Agnew
61902da527
Tweak to validator
2019-05-06 10:18:55 -04:00
James Agnew
64f57b9736
Fix broken R4 serrver
2019-05-05 09:12:26 -04:00
jamesagnew
f5732d321d
Enable websockets on the public server
2019-05-04 18:24:08 -04:00
James Agnew
7a320729a0
One more test fix
2019-05-04 14:57:18 -04:00
James Agnew
7753ba2e5c
Several test fixes
2019-05-04 14:38:37 -04:00
James Agnew
9353ea5b06
Enable websockets on public HAPI server
2019-05-04 10:06:10 -04:00
James Agnew
2e50bf6bb0
Un-deprecate a method that should not have been deprecated
2019-05-04 09:49:18 -04:00
James Agnew
c251b44590
Sanitize two more characters
2019-05-02 08:18:07 -04:00
James Agnew
908d46e3d9
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-05-02 08:13:41 -04:00
James Agnew
8f41159eb1
Fix a potential security vulneability in the testpage overlay
2019-05-02 08:13:22 -04:00
James Agnew
5132f1f4ed
COnfirm validation support comntains codesystem
2019-05-02 07:50:59 -04:00
jamesagnew
150a84d52f
CLeanup
2019-04-29 21:54:34 -04:00
James Agnew
8c7f065440
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-04-29 14:49:56 -04:00
James Agnew
37b9e1a42c
Improve validation of enableWhen questionnaires
2019-04-29 14:43:42 -04:00
Ken Stevens
0feb3f5932
register subscription interceptors on uhn test server
2019-04-29 14:38:58 -04:00
Ken Stevens
8fbd7a1aa1
fix duplicate class build error
2019-04-29 12:02:02 -04:00
Ken Stevens
b860269eb9
fix broken test
2019-04-29 11:12:08 -04:00
Ken Stevens
3a736924f1
fixed delete reference error message
2019-04-29 10:49:32 -04:00
Ken Stevens
10f7eb31eb
fixed delete reference error message
2019-04-29 10:20:45 -04:00
Ken Stevens
5dfacab1df
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2019-04-29 09:58:55 -04:00
Ken Stevens
381f422e98
enable subscriptions
2019-04-29 09:58:17 -04:00
jamesagnew
ddf12e7c28
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-04-28 11:17:18 -04:00
jamesagnew
c1bf6d0b3c
License headers
2019-04-28 10:46:52 -04:00
James Agnew
828df1528f
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-04-26 11:24:00 -04:00
James Agnew
685adf7754
Revert Jetty upgrade, and improve patch error messages
2019-04-26 11:23:22 -04:00
Patrick Werner
11590c0e08
Merge pull request #1290 from jamesagnew/onlyOnce
...
minor BundleUtil Improvement
2019-04-26 14:24:17 +02:00
patrick-werner
7f45660a15
changed toListOfResources to send IBaseResource as Type instead of null
2019-04-26 12:55:18 +02:00
patrick-werner
a5e7ea16ae
added all fetchValueSet Implementations
2019-04-26 10:47:58 +02:00
Ken Stevens
130e879d04
Delete performance ( #1286 )
...
* move expunge out
* move to prototype
* turns parameters into fields
* cleanup control flow
* moved transactions outside of loops
* add expungeeverything
* moved daos out
* add expungeThreadCount
* add expungeBatchSize
* added partition runner to run in separate threads
* all done. just need to consolidate test code.
* Moar tests
* consolidated pointcutlatch into hapi-fhir-jpaserver-model
* final cleanup
* update javadoc
* change log
* failing test
* added delete
also @Transactional
* remove unused parameter
* fix compile
* race condition
(cherry picked from commit e1940d2fb20838859a205f2b96c833b0ce9f05eb)
# Conflicts:
# hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/expunge/PartitionRunnerTest.java
* ja feedback
* ja feedback
2019-04-25 15:38:37 -04:00
James Agnew
9e9a1ed06d
ndle special params correctly
2019-04-25 13:25:57 -04:00
James Agnew
b8e24ed01c
Refactoring the registry a bit
2019-04-25 10:19:51 -04:00
James Agnew
b6bf7cc2db
Two more build failures
2019-04-24 22:00:18 -04:00