Commit Graph

1800 Commits

Author SHA1 Message Date
Jafer Khan 35fbe69589 Add more text to the incomplete paragraph. Fixes gh-1638 2019-12-25 20:31:57 +05:00
James Agnew ecb8da7aea Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2019-12-21 11:57:51 -05:00
James Agnew 5aa961ade7 Docs tweak 2019-12-21 11:56:31 -05:00
jamesagnew c03e470fcd Credit for #1588 2019-12-21 11:37:02 -05:00
jamesagnew 736b066884 Update David's email 2019-12-21 09:35:44 -05:00
James Agnew 8a1fa3ea3c
Merge pull request #1643 from jamesagnew/ja_20191219_improve_validator
Handle standalone validation of custom VS/CS
2019-12-19 16:38:29 -05:00
James Agnew d050b7b3c2 Add changelog 2019-12-19 15:03:30 -05:00
jamesagnew d7240019c3 Points update from Jens 2019-12-18 19:26:48 -05:00
jamesagnew 5db231bae1 Add style guide 2019-12-18 05:50:55 -05:00
James Agnew f77428c05b Update text on changelog 2019-12-17 11:16:16 -05:00
James Agnew 04b79a7b6f Documentation updates 2019-12-16 18:52:28 -05:00
James Agnew e1f2d044ed Add errorprone back into build 2019-12-15 09:42:51 -05:00
jamesagnew 89f819ae74 A bit more work on docs 2019-12-15 08:07:23 -05:00
jamesagnew ba8f50f0c8 Docs updates 2019-12-14 18:19:09 -05:00
Jafer Khan a1a50ad257 Fixed typo in docs 2019-12-14 18:55:49 +05:00
jamesagnew d232f4267e Docs tweak 2019-12-12 09:33:00 -05:00
James Agnew 2054b409ff Fix compile error 2019-12-10 16:47:50 -05:00
James Agnew 8049215d07 A couple more docs updates 2019-12-10 16:41:43 -05:00
James Agnew d277d3fed5 Docs updates 2019-12-10 16:10:09 -05:00
Ken Stevens bd1b41ff82 change out-of-order-permitted from environment variablet to flag to work like dont-use-flyway 2019-12-09 16:44:24 -05:00
Ken Stevens 5117b93add document new environment variable 2019-12-09 11:49:43 -05:00
Ken Stevens c1aec7c0e4 document new environment variable 2019-12-09 11:45: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
James Agnew d91617e923
Account for review changes (#1623) 2019-12-05 18:01:45 -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 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
Jafer Khan 2115721940 Corrected typos and fixed grammatical mistakes in documentation 2019-12-01 03:35:35 +05:00
James Agnew 5f803f7e68 Documentation updates 2019-11-26 02:00:22 -03:00
James Agnew 5becb613fe Add some documentation 2019-11-24 19:09:34 -05:00
James Agnew 497a96ae68 Version bump for next round of development 2019-11-12 22:09:21 -05:00
jamesagnew f99ad981b5 Version bump to 4.1.0 2019-11-12 16:08:20 -05:00
James Agnew aa0301084b
Don't succeed validation on unknown codesystem (#1575)
* Don't succeed validation on unknown codesystem

* Test fixes

* Work on error messages

* Work on code validation API

* work on tests

* Work on validation

* Test fix

* Update DSTU3 validation reources

* Upgrade structures

* Test fixes
2019-11-12 14:35:49 -05:00
John Poth 969174136e Rename org.hl7.fhir.convertors package as it's already used 2019-10-24 12:23:38 -05:00
Stig Rohde Døssing 79e97b24e5 Fix #1481 - Add missing dependency to hapi-fhir-docs 2019-10-17 13:57:58 -04:00
James Agnew 12a74e6cbc
Fix term uploads and validate against valueset recalculation (#1540)
* Start refactoring terminology delta operations

* Work on delta operations

* Work on concept saving

* Split term services into smaller services

* Work on term delta operations

* Work on term svcs

* Work on term operations

* More work on delta uploader

* Add a test

* Wrk on term service

* Fix compile error

* Some refactoring

* Test fix

* Test fix

* Test fixes

* Test fix

* Test fixes

* Test fixes

* Work on delta

* Work on tests#

* Test fixes

* Improve resequencing logic

* Build test

* More testing

* More build testing

* More work on tests

* CHange test logging

* Fix term service PID issue

* Update src/changes/changes.xml

Co-Authored-By: Diederik Muylwyk <diederik.muylwyk@gmail.com>

* Address review comment

* Some cleanup

* Test fix

* Fix some tests

* Work on upload command

* Test fixes

* Work on validation fixes

* Work on validation against pre-expansion

* Work on direct validation

* A bit of cleanup

* Add some javadoc

* Force another build

* Test fixes

* Fix tests

* Fix tests
2019-10-15 21:31:29 -04:00
James Agnew c8ce07c40e Deprecate redundant IVersionSpecificBundleProvider method 2019-09-30 09:45:31 -04:00
James Agnew 663431f571 Fix docs issue 2019-09-27 16:57:14 -04:00
James Agnew 27c637b8d7 Docs fix 2019-09-27 14:02:42 -04:00
James Agnew 5f563057c0
Set up CI with Azure Pipelines (#1502)
* Set up CI with Azure Pipelines

[skip ci]

* Update azure-pipelines.yml for Azure Pipelines

* Skip tests for a build

* Work on pipeline

* Update azure-pipelines.yml for Azure Pipelines

* Interceptors docs

* Test fix

* Disable releases from snapshot repo

* Try disabling jitpack

* Fix dependency issue

* A couple of test fixes

* Change to trigger a build

* Force a change to trigger a build

* Force a build

* FIx test
2019-09-24 14:38:38 -04:00
James Agnew 004f42cdcc Clean up docs 2019-09-23 15:56:02 -04:00
James Agnew 2bcb1c9c1c Work on docs 2019-09-23 09:56:29 -04:00
James Agnew e05ea676e9 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2019-09-22 15:55:06 -04:00
James Agnew 520b50dfdc Ongoing work on docs migration 2019-09-22 15:54:52 -04:00
jamesagnew 936587df6e Work on migrating docs 2019-09-22 15:52:49 -04:00
James Agnew 0a5eca0821 Work on docs 2019-09-22 13:25:50 -04:00
James Agnew d43c1760ef Adjust docs 2019-09-22 08:59:54 -04:00
James Agnew 58b7e3a923 Start splitting docs into separate project 2019-09-22 08:58:17 -04:00