Ken Stevens
|
de4f909eda
|
optimize imports
|
2019-11-02 21:52:35 -04:00 |
Ken Stevens
|
bb0f71f271
|
Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
|
2019-11-02 21:51:47 -04:00 |
Ken Stevens
|
becd6790e8
|
fix test
|
2019-11-02 21:51:17 -04:00 |
Ken Stevens
|
8ee06855d7
|
FIXME cleanup
|
2019-11-02 21:36:03 -04:00 |
Ken Stevens
|
4cdde60917
|
FIXME cleanup
|
2019-11-02 21:32:42 -04:00 |
Ken Stevens
|
8887d41283
|
added proxy indicator for hash indexes migration having been run (used TRM_CONCEPT_DESIG table existence)
|
2019-11-02 21:30:40 -04:00 |
jamesagnew
|
2bf578879a
|
One more bit of extensibility
|
2019-11-02 19:03:46 -04:00 |
jamesagnew
|
f7ad82d7a8
|
Add a test
|
2019-11-02 18:47:02 -04:00 |
jamesagnew
|
5ad57d9ea9
|
Add some API to subscriptionactivating interceptor to make it more
extendible
|
2019-11-02 18:14:50 -04:00 |
Ken Stevens
|
6356205768
|
fix final task hashcode. Multiple runs now work.
|
2019-11-02 17:53:21 -04:00 |
Ken Stevens
|
3bfcb42012
|
fix enum hashcode
|
2019-11-02 17:48:30 -04:00 |
jamesagnew
|
89b25ce828
|
License updates
|
2019-11-02 17:34:05 -04:00 |
Ken Stevens
|
0404454167
|
abort schema initialization if HFJ_RESOURCE table already exists
|
2019-11-02 17:03:45 -04:00 |
Ken Stevens
|
5577680a85
|
test hashcodes are consistent (fixed 3 that weren't)
|
2019-11-02 16:56:39 -04:00 |
James Agnew
|
3b6709e1d1
|
Merge pull request #1566 from jamesagnew/ja_20190928_rationalize_search_param_extractor
Rationalize search param extractors across FHIR versions
|
2019-11-02 16:18:23 -04:00 |
James Agnew
|
48930de31c
|
Attempt to resolve #1356
|
2019-11-02 16:15:37 -04:00 |
Ken Stevens
|
f20fee297a
|
add hashcode to initializationProvider
|
2019-11-01 22:02:07 -04:00 |
Ken Stevens
|
071b14cbcc
|
add hashcode to initializationProvider
|
2019-11-01 22:00:59 -04:00 |
Ken Stevens
|
7855ce070c
|
typo
|
2019-11-01 21:46:15 -04:00 |
Ken Stevens
|
6049ee6f1c
|
init schema test
|
2019-11-01 21:40:24 -04:00 |
Ken Stevens
|
3dc2770962
|
consolidate providers
|
2019-11-01 21:35:11 -04:00 |
Ken Stevens
|
7066f35e49
|
persistence migrate from zero works.
|
2019-11-01 20:39:11 -04:00 |
Ken Stevens
|
49265dea32
|
added schema initialization but not used yet
|
2019-11-01 17:18:27 -04:00 |
Ken Stevens
|
5f294f335d
|
merge
|
2019-11-01 13:38:18 -04:00 |
Ken Stevens
|
bee993a0ec
|
Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
# Conflicts:
# hapi-fhir-jpaserver-migrate/src/main/java/ca/uhn/fhir/jpa/migrate/taskdef/DropIndexTask.java
# hapi-fhir-jpaserver-migrate/src/main/java/ca/uhn/fhir/jpa/migrate/taskdef/DropTableTask.java
|
2019-11-01 13:37:00 -04:00 |
James Agnew
|
8ff2c462f8
|
Credit for #1088
|
2019-11-01 11:05:53 -04:00 |
James Agnew
|
a5dceca075
|
Work on migrator task support for dropping tables in postgres
|
2019-11-01 11:04:20 -04:00 |
Stig Rohde Døssing
|
80bfb9af37
|
Issue-1077: Make CapabilityStatementProvider use the closest common superclass of provided resources when generating rest.resource.profile, instead of always using the base definition.
|
2019-11-01 10:20:16 -04:00 |
James Agnew
|
e29462bcab
|
Version bump some dependencies
|
2019-11-01 10:15:27 -04:00 |
Ken Stevens
|
fd9d61018c
|
FIXME
|
2019-10-31 17:14:54 -04:00 |
Ken Stevens
|
d1814947b3
|
include version number in log message
|
2019-10-31 17:12:02 -04:00 |
Ken Stevens
|
0cfea8a871
|
changed to use hibernate auto ddl flag as a check
|
2019-10-31 15:47:52 -04:00 |
Ken Stevens
|
f95e4d387d
|
added schema migration validation
|
2019-10-31 14:56:55 -04:00 |
Ken Stevens
|
9c9193b401
|
Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
|
2019-10-31 09:38:30 -04:00 |
James Agnew
|
97d5edc0b0
|
Credit for #1538
|
2019-10-31 08:21:11 -04:00 |
jiaola
|
2bf63b1fd7
|
Enable R5 support in testpage-overlay
|
2019-10-31 08:18:21 -04:00 |
Ken Stevens
|
29752465c8
|
add boolean method FliwayMigrator.migrationRequired() so we can test if we have the current version
|
2019-10-30 20:27:25 -04:00 |
Ken Stevens
|
d29e112e26
|
removed old migration command
|
2019-10-30 17:32:46 -04:00 |
James Agnew
|
33a3ea8fca
|
Fix compile error
|
2019-10-30 16:23:24 -04:00 |
James Agnew
|
cacd243a44
|
Correctly Expand ValueSets in non-lucene mode (#1573)
|
2019-10-30 16:21:44 -04:00 |
Ken Stevens
|
1fd3948b12
|
Merge pull request #1572 from jamesagnew/ks-source-subscriptions
fixed in-memory search by _source for Dstu3
|
2019-10-30 16:20:14 -04:00 |
James Agnew
|
e96500d54f
|
Add a test
|
2019-10-30 15:51:46 -04:00 |
Ken Stevens
|
97f4de553a
|
fix test. this is better
|
2019-10-30 15:24:43 -04:00 |
Ken Stevens
|
3ceb4085cb
|
fix test (not super happy about this fix, but I think it's the right thing to do)
|
2019-10-30 15:21:21 -04:00 |
James Agnew
|
7f62d60c4e
|
Correctly Expand ValueSets in non-lucene mode
|
2019-10-30 14:26:31 -04:00 |
Ken Stevens
|
21c591eaf2
|
ready for review
|
2019-10-30 13:49:10 -04:00 |
jamesagnew
|
b13de41e9f
|
Merge branch 'ja_20190928_rationalize_search_param_extractor' of github.com:jamesagnew/hapi-fhir into ja_20190928_rationalize_search_param_extractor
|
2019-10-30 13:46:42 -04:00 |
James Agnew
|
43e91315cb
|
Trigger build
|
2019-10-30 11:35:57 -04:00 |
James Agnew
|
090bb30c89
|
Test fix
|
2019-10-30 10:38:51 -04:00 |
James Agnew
|
d3e66680f0
|
Add some testing
|
2019-10-30 09:49:40 -04:00 |