Commit Graph

5705 Commits

Author SHA1 Message Date
Ken Stevens 45bab9879f migration failed when no-column-shrink was enabled. 2019-12-06 19:21:30 -05:00
James Agnew 5e69fcdc5f Fix compile error 2019-12-06 17:06:53 -05:00
James Agnew 438ef70fdb Reuse connections in brute force migrator 2019-12-06 16:52:26 -05:00
jamesagnew cafb6424f1 Test fix 2019-12-05 21:33:06 -05:00
jamesagnew 38ee01f279 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2019-12-05 18:19:36 -05:00
jamesagnew edc394b8ad License header updates 2019-12-05 18:19:26 -05:00
James Agnew d91617e923
Account for review changes (#1623) 2019-12-05 18:01:45 -05:00
James Agnew 67b53e5326 Prevent ConcurrentModificationException during cascading delete 2019-12-05 18:00:40 -05:00
James Agnew f2b3a39abb
Merge pull request #1622 from jamesagnew/ja_20191205_allow_nonflyway
Allow non-flyway migration
2019-12-05 12:21:23 -05:00
James Agnew 69a5266127 Allow non-flyway migration 2019-12-05 10:46:37 -05:00
James Agnew b2e2cb88d7 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2019-12-03 10:53:19 -05:00
James Agnew f277819830 Add map points JSON 2019-12-03 10:53:06 -05:00
James Agnew 1b6b3b31a7
Merge pull request #1618 from jamesagnew/dependabot/maven/jetty_version-9.4.24.v20191120
Bump jetty_version from 9.4.23.v20191118 to 9.4.24.v20191120
2019-12-02 18:52:48 -05:00
dependabot[bot] fadaad9e96
Bump jetty_version from 9.4.23.v20191118 to 9.4.24.v20191120
Bumps `jetty_version` from 9.4.23.v20191118 to 9.4.24.v20191120.

Updates `jetty-http` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-servlets` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-io` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-continuation` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-security` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-servlet` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-server` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-util` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-webapp` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `jetty-xml` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Updates `websocket-api` from 9.4.23.v20191118 to 9.4.24.v20191120

Updates `websocket-client` from 9.4.23.v20191118 to 9.4.24.v20191120

Updates `websocket-server` from 9.4.23.v20191118 to 9.4.24.v20191120

Updates `jetty-maven-plugin` from 9.4.23.v20191118 to 9.4.24.v20191120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.23.v20191118...jetty-9.4.24.v20191120)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-02 23:16:19 +00:00
James Agnew f58fba6f04
Some test cleanup (#1616)
* Some test cleanup

* Add test

* More test logging

* More docs cleanup

* Add test logging
2019-12-02 11:00:18 -05:00
James Agnew 86bd9a28fe
Fix to valueset expansion logic (#1613)
* Fox to valueset expansion logic

* Work on docs

* Docs tweaks

* Docs tweaks

* Fix test

* Remove unused class

* Add changelog
2019-12-01 21:21:19 -05:00
James Agnew 00c7b047ac
Merge pull request #1614 from jaferkhan/cleanup-docs
Clean-up docs
2019-11-30 20:19:23 -03:00
Jafer Khan 2115721940 Corrected typos and fixed grammatical mistakes in documentation 2019-12-01 03:35:35 +05:00
jamesagnew df57d24333 Add license headers 2019-11-27 04:49:45 -05:00
James Agnew 78c66ebaa6
Merge pull request #1592 from jamesagnew/ks-flyway
Change database migration to use flyway
2019-11-27 06:29:43 -03:00
Ken Stevens 3b7f060f18 Merge remote-tracking branch 'remotes/origin/master' into ks-flyway 2019-11-26 20:29:31 -05:00
Ken Stevens 39d4f0c7d7 fake change to trigger CI 2019-11-26 20:25:28 -05:00
James Agnew f4fc19502b Fix intermittent failure 2019-11-26 22:24:50 -03:00
Ken Stevens 1aae73fbe8 fake change to trigger CI 2019-11-26 19:25:33 -05:00
Ken Stevens dae0968941 fake change to trigger CI 2019-11-26 17:51:32 -05:00
Ken Stevens 7593b7f8f7 fix test 2019-11-26 16:57:59 -05:00
Ken Stevens 8b03e5f83b superficial change to retrigger CI 2019-11-26 15:57:21 -05:00
Ken Stevens 24c7f7e67c superficial change to retrigger CI 2019-11-26 14:46:11 -05:00
Ken Stevens 27e1d11fda Merge remote-tracking branch 'remotes/origin/master' into ks-flyway 2019-11-26 13:42:04 -05:00
Ken Stevens 8c7c4fc56f configurable table name 2019-11-26 13:40:03 -05:00
Ken Stevens 01ebe9ae8c Revert "fix test"
This reverts commit 3b35724b
2019-11-26 12:07:31 -05:00
Ken Stevens 3b35724bdd fix test 2019-11-26 11:36:25 -05:00
Ken Stevens 82990f3e97 fix test 2019-11-26 10:39:21 -05:00
Ken Stevens ef77490c51 fix test 2019-11-26 09:50:40 -05:00
Ken Stevens de4c686c76 Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
# Conflicts:
#	hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/contributing/hacking_guide.md
2019-11-26 09:09:50 -05:00
Ken Stevens 3d00634b16 make migration table name configurable 2019-11-26 09:07:53 -05:00
James Agnew 3984ea24b0 Add validaton test 2019-11-26 09:37:52 -03:00
James Agnew 7745dc4ad4 Don't require fhir core javadocs by default 2019-11-26 02:22:09 -03:00
James Agnew 5f803f7e68 Documentation updates 2019-11-26 02:00:22 -03:00
Ken Stevens 8945e54346 fix bad doc 2019-11-25 11:47:26 -05:00
Ken Stevens e790b12d0e Merge remote-tracking branch 'remotes/origin/master' into ks-flyway 2019-11-25 11:46:20 -05:00
James Agnew 5becb613fe Add some documentation 2019-11-24 19:09:34 -05:00
Ken Stevens a32c62f83b Merge remote-tracking branch 'remotes/origin/master' into ks-flyway
# Conflicts:
#	src/changes/changes.xml
2019-11-24 16:42:23 -05:00
James Agnew ca620d652f
Add tests (#1606)
* Support chained HAS

* Add some tests

* Add some cleanup

* Work on intermittent tests
2019-11-24 10:11:49 +01:00
James Agnew 27749f4e23
Support chained HAS (#1605) 2019-11-24 06:29:56 +01:00
James Agnew dc9650e32c Bump greenmail dep 2019-11-23 20:52:21 +01:00
James Agnew 51b608188b
Some CI surefire improvements (#1602)
* Some CI surefire improvements

* Build tweak

* More tweak

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* One more CI attempt

* Update azure-pipelines.yml for Azure Pipelines

* Tweak command line

* Another build test fixc

* More build cleanup
2019-11-23 19:51:02 +01:00
James Agnew 58dbad74aa Update azure-pipelines.yml for Azure Pipelines 2019-11-23 17:24:30 +01:00
James Agnew e89e77c439 Update azure-pipelines.yml for Azure Pipelines 2019-11-23 17:21:14 +01:00
James Agnew a2f77b23d2
Fix #1583 - Index local refs in canonical types (#1593)
* Fix #1583 - Index local refs in canonical types

* Add fix to pre-expansion

* Test fix

* Rework ID handling

* Test fixes

* Fix test
2019-11-23 16:32:37 +01:00