Commit Graph

8064 Commits

Author SHA1 Message Date
jamesagnew f774653239 License header updates 2021-05-26 18:18:42 -04:00
James Agnew 7a83c76e65
Add validation suppression mode (#2675)
* Add validation suppression mode

* Add changelog

* Compile fix
2021-05-26 17:41:48 -04:00
Nick Goupinets dc89a4abd7 Updated identifier matcher to only match on non-empty values 2021-05-26 15:13:43 -04:00
Ken Stevens af44b9c7a0
Ks 20210526 accurate total (#2677)
* begin with failing test

* fixed

* changelog
2021-05-26 12:20:49 -04:00
Nick Goupinets cc734613a8
Merge pull request #2668 from hapifhir/2667_terserutil_merge_empty_fields
Fixed primitive field merging
2021-05-26 09:54:38 -04:00
IanMMarshall 5c6ef2e247
Merge pull request #2674 from hapifhir/2673-fix-npe-on-populate-display-interceptor
Add null check on code lookup result.
2021-05-25 12:26:25 -04:00
Nick Goupinets 0c50d51e2c Merge branch 'master' into 2667_terserutil_merge_empty_fields 2021-05-25 11:48:56 -04:00
ianmarshall a878ef2496 Add null check on code lookup result. 2021-05-25 09:09:41 -04:00
ianmarshall 8e552916ee Add null check on code lookup result. 2021-05-25 09:07:28 -04:00
Kevin Dougan SmileCDR 6167fb2415
2669 - Cache-Control no-store returns excessive resources (#2671)
* First attempt at a Unit Test.

* Removed sample test data.

* Added failing Unit Test - now to find out why.

* Added a _count param to more exactly match the provided customer scenario.

* Added a possible fix for this sceanrio.

* Work on this

* Have a working fix, not yet fully tested

* Test fix

Co-authored-by: jamesagnew <jamesagnew@gmail.com>
2021-05-25 08:49:25 -04:00
ianmarshall 1b387a5740 Add null check on code lookup result. 2021-05-24 22:14:02 -04:00
ianmarshall f2627959c2 Add null check on code lookup result. 2021-05-24 22:09:44 -04:00
James Agnew 2c722e64c2
Add support for including qualified star syntax (#2672)
* Add support for including qualified star syntax

* Add changelog

* Add docs

* Build fix
2021-05-23 16:50:37 -04:00
Nick Goupinets 80be95dd07 Accounted for uninitialized fields - part 3 2021-05-21 13:32:23 -04:00
Nick Goupinets d0d0ff9890 Accounted for uninitialized fields 2021-05-21 12:00:01 -04:00
Nick Goupinets e243674f5d Accounted for uninitialized fields 2021-05-21 11:54:04 -04:00
Nick Goupinets 995ac96f73 Can't think today 2021-05-20 17:21:04 -04:00
Nick Goupinets 2acb3501a5 Removed sout 2021-05-20 16:15:15 -04:00
Nick Goupinets 8a7fc58e91 Fixed primitive field merging 2021-05-20 15:48:00 -04:00
jamesagnew e359b6d823 Handle missing contained subscription 2021-05-19 09:45:04 -04:00
jamesagnew ff2698d4d1 Merge branch 'rel_5_4' 2021-05-19 09:22:11 -04:00
jamesagnew bd372e4bd8 Fix changelog 2021-05-19 08:34:24 -04:00
James Agnew 2badae2097
Avoid contained resource in conditional create (#2665)
* Work on unexpected contained resources

* Avoid contained on conditional create

* Add changelog
2021-05-19 07:49:59 -04:00
jamesagnew 8b4ab586ba Fix compile 2021-05-19 07:12:10 -04:00
jamesagnew 8d0d75356e Test fixes 2021-05-19 05:34:24 -04:00
jamesagnew b463b072c8 Test fixes 2021-05-18 21:32:13 -04:00
jamesagnew 994f09e125 Version bump 2021-05-18 21:05:50 -04:00
jamesagnew de56f440cb Version bump 2021-05-18 17:14:14 -04:00
Tadgh ec565c6b24
Merge pull request #2663 from hapifhir/issue-2661-bad-error-during-delete-with-expunge
Issue 2661 bad error during delete with expunge
2021-05-18 13:50:50 -04:00
Ken Stevens 6d06fd8b19 fix cql synchronous search param 2021-05-18 12:42:42 -04:00
jamesagnew e02bfca610 Add logging 2021-05-18 12:33:02 -04:00
Tadgh 9d039e095b Fix copy paste error. shame. 2021-05-18 11:12:59 -04:00
Tadgh 5b6f76e2dc Address review comments 2021-05-18 11:05:56 -04:00
Tadgh 22a1a05cfb Add changelog 2021-05-18 10:05:59 -04:00
Tadgh 143474225e Add test. Add fix 2021-05-18 09:58:58 -04:00
jamesagnew c725d1453f Add logs 2021-05-18 09:22:29 -04:00
James Agnew 7a50454350
Correct index init issue (#2662)
* Correct index init issue

* Add changelog
2021-05-17 20:31:44 -04:00
jamesagnew 926bf393d3 Merge branch 'rel_5_4' 2021-05-17 09:10:58 -04:00
James Agnew 40ecafcd31
Don't unescape plus in match URLs (#2658)
* Don't unescape plus in match URLs

* Perf improvements

* Add changelog

* Test fix

* Work on tests

* Fixes

* Test fix
2021-05-16 21:51:23 -04:00
James Agnew b31bb945ad
Add include clause to MSSQL forcedid table index (#2659)
* Add include clause to MSSQL forcedid table index

* Add changelog

* Test fix

* Bump MSSQL version
2021-05-16 19:14:51 -04:00
Tadgh 57bb11797e fix 2021-05-13 15:46:26 -04:00
Tadgh af1b0965a4
Merge pull request #2657 from hapifhir/issue-2655-configurable-expunge-size
Toggleable searchForIds size
2021-05-13 13:29:17 -04:00
Tadgh 15ea4fb555 Tidy test 2021-05-13 10:47:26 -04:00
Tadgh 3428d71023 Add toggle. Add test. Add changelog. add docs 2021-05-13 10:29:07 -04:00
Ken Stevens 316e7e0d6d
Ks 20210512 value set expansion id (#2654)
* tested and fixed

* changelog
2021-05-12 21:38:29 -04:00
James Agnew b64346ba1e
Add shcheduled task enablement config (#2652)
* Add shcheduled task enablement config

* Add changelog

* Test fix

* Cleanup
2021-05-12 14:38:30 -04:00
James Agnew f3a6bce3d0
Add support for All Languages ValueSet (#2651)
* Add language validation

* Add tests

* Test fix
2021-05-12 11:17:23 -04:00
Tadgh 1fe51d1ca2
Merge pull request #2650 from hapifhir/issue-2648-consent-interceptor-metadata
Prevent consent interceptor from running on metadata
2021-05-11 13:18:50 -04:00
Tadgh d70b1866c1 Remvoe dead space 2021-05-11 10:54:14 -04:00
Tadgh e6328dbcae Reflect move in comparison 2021-05-11 10:53:36 -04:00