Commit Graph

9239 Commits

Author SHA1 Message Date
Tadgh a75ac9bed3 Fix version 2022-11-15 10:46:40 -08:00
Tadgh 779867ad6a Unpublicize method 2022-11-15 09:38:22 -08:00
Tadgh 1a373c8f9e Fix up logging 2022-11-15 09:16:52 -08:00
Tadgh 59558dbdc3 Strip some logging 2022-11-15 09:05:33 -08:00
Ken Stevens 4d3744165f remove 10000 limit 2022-11-15 11:48:17 -05:00
Tadgh 483b88b6d9 expose useful method 2022-11-14 21:37:53 -08:00
Tadgh 92b927020a last-second-fetch 2022-11-14 20:11:24 -08:00
Tadgh 8c896fce53 wip 2022-11-14 18:36:24 -08:00
Tadgh c19d17b7c7 wip and test 2022-11-14 18:09:15 -08:00
Tadgh 138be3dd4e add implementation 2022-11-14 18:06:44 -08:00
Tadgh a2ea7ffe48 wip 2022-11-14 17:01:53 -08:00
Tadgh 2a455c3e54 Add a whack of logging 2022-11-14 15:07:56 -08:00
markiantorno c6e73817d1 Updating version to: 6.2.1 post release. 2022-11-12 07:21:24 +00:00
Tadgh 3f46aa141a wip 2022-11-11 20:09:50 -08:00
Tadgh cef36bdabb TEMP FIX FOR BUILD 2022-11-11 19:58:02 -08:00
Tadgh 93ab52c27f Fix more tests 2022-11-11 16:54:09 -08:00
Tadgh d08a7a93b6 Fix test: 2022-11-11 15:00:44 -08:00
Tadgh b9dfd43b23 fix numbers 2022-11-11 14:11:08 -08:00
Tadgh 642afedf9f wip 2022-11-11 13:55:21 -08:00
Tadgh a2d01fc2f1 Update numbers 2022-11-11 13:40:50 -08:00
Tadgh 434d817ca5 Fix up numbers 2022-11-11 12:15:22 -08:00
Tadgh 1bd060efd5 Fix up numbers 2022-11-11 12:13:42 -08:00
Tadgh cc51bc2c2b license 2022-11-10 22:28:42 -08:00
Tadgh 75cadaddda Set official Version 2022-11-10 22:05:35 -08:00
Nathan Doef 1722812834
Reindex Behaviour Issues (#4261)
* fixmes for ND

* address FIXME comments

* fix tests

* increase max retries

* fix resource id chunking logic

* fix test

* add modular patient

* change log

* version bump

Co-authored-by: Ken Stevens <ken@smilecdr.com>
Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com>
2022-11-10 21:43:06 -08:00
Tadgh 7f67493922
Ignore misfires in quartz (#4273) 2022-11-10 17:03:29 -08:00
Tadgh 9cc8be51a7 Revert "ignore misfires in quartz"
This reverts commit 15c74a46bc.
2022-11-10 16:03:03 -08:00
Etienne Poirier 5e02ea1c3c
Allowing Failures On Index Drops (#4272)
* Allowing failure on index drops.

* Adding changeLog

* Modification to changelog following code review.

Co-authored-by: peartree <etienne.poirier@smilecdr.com>
2022-11-10 17:03:33 -05:00
Tadgh 15c74a46bc ignore misfires in quartz 2022-11-10 10:35:48 -08:00
Qingyixia 2be9e89727
Overlapping SearchParameter with the same code and base are not allowed (#4253)
* Overlapping SearchParameter with the same code and base are not allowed

* Fix existing tests according to changes

* Cleanup dead code and remove related tests

* Version Bump
2022-11-10 08:19:40 -08:00
Nathan Doef 52aa09ff0c
Smile 4892 DocumentReference Attachment url (#4237)
* failing test

* fix

* increase test Attachment url size to new max

* decrease limit to 500

* ci fix

Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com>
2022-11-08 09:14:39 -08:00
Tadgh 590ddf1627 Fix broken test 2022-11-07 14:26:27 -08:00
Tadgh a29629987d
bulk export permanently reusing cached results (#4249)
* Add test, fix bug, add changelog

* minor refactor
2022-11-04 19:04:03 -04:00
Tadgh e6b80d3e3e Add next version 2022-11-04 13:01:43 -07:00
KGJ-software 045ceb37a8
3685 When bulk exporting, if no resource type param is provided, defa… (#4233)
* 3685 When bulk exporting, if no resource type param is provided, default to all registered types.

* Update test case.

* Cleaned up changelog.

* Added test case for multiple resource types.

* Added failing test case for not returning Binary resource.

* Refactor solution.

Co-authored-by: kylejule <kyle.jule@smilecdr.com>
2022-11-04 09:43:30 -06:00
James Agnew b965347b8b
Allow Batch2 transition from ERRORED to COMPLETE (#4242)
* Allow Batch2 transition from ERRORED to COMPLETE

* Add changelog

* Test fix

Co-authored-by: James Agnew <james@jamess-mbp.lan>
2022-11-04 07:21:06 -04:00
Tadgh 3199728024
4234 consent in conjunction with versionedapiconverterinterceptor fails (#4236)
* Add constant for interceptor

* add test, changelog
2022-11-03 16:26:28 -04:00
Tadgh 220bfebc1c Version bump 2022-11-03 10:54:26 -07:00
Tadgh eb739e4f37 fix 2022-11-03 10:46:27 -07:00
Tadgh 928ec868d3 Fix bug with MDM submit 2022-11-03 10:41:04 -07:00
karneet1212 f68d905226
4207-getpagesoffset-set-to-total-number-of-resources-results-in-inconsistent-amount-of-entries-when-requests-are-sent-consecutively (#4209)
* Added test

* Added solution

* Changelog

* Changes made based on comments
2022-11-01 21:25:21 -04:00
Ken Stevens a0183608f9
Ks 20221031 migration lock (#4224)
* started design

* complete with tests

* changelog

* cleanup

* tyop

Co-authored-by: Ken Stevens <ken@smilecdr.com>
2022-11-01 10:38:30 -04:00
Luke deGruchy 6a657d46da
Fix UrlUtil.unescape() by not escaping "+" to " " if this is an "application/..." _outputFormat. (#4220)
* First commit:  Failing unit test and a TODO with a vague idea of where the bug happens.

* Don't escape "+" in a URL GET parameter if it starts with "application".

* Remove unnecessary TODO.

* Add changelog.

* Code review feedback on naming.  Also, make logic more robust by putting plus and should escape boolean && in parens.
2022-10-31 14:49:43 -04:00
Tadgh 92d71264f8
pin okio-jvm for kotlin vuln (#4216) 2022-10-31 08:28:09 -04:00
Tadgh 2ff11d8ce7
Rel 6 1 3 mergeback (#4215)
* Bump for CVE (#3856)

* Bump for CVE

* Bump spring-data version

* Fix compile

* Cut over to spring bom

* Bump to RC1

* remove RC

* do not contrain reindex for common SP updates (#3876)

* only fast-track jobs with exactly one chunk (#3879)

* Fix illegalstateexception when an exception is thrown during stream response (#3882)

* Finish up changelog, minor refactor

* reset buffer only

* Hack for some replacements

* Failure handling

* wip

* Fixed the issue (#3845)

* Fixed the issue

* Changelog modification

* Changelog modification

* Implemented seventh character extended code and the corresponding dis… (#3709)

* Implemented seventh character extended code and the corresponding display

* Modifications

* Changes on previous test according to modifications made in ICD10-CM XML file

* Subscription sending delete events being skipped (#3888)

* fixed bug and added test

* refactor

* Update for CVE (#3895)

* updated pointcuts to work as intended (#3903)

* updated pointcuts to work as intended

* added changelog

* review fixes

Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>

* 3904 during $delete expunge job hibernate search indexed documents are left orphaned (#3905)

* Add test and implementation

* Add changelog

* 3899 code in limits (#3901)

* Add implementation, changelog, test

* Update hapi-fhir-jpaserver-test-utilities/src/test/java/ca/uhn/fhir/jpa/provider/r4/ResourceProviderR4Test.java

Co-authored-by: Ken Stevens <khstevens@gmail.com>

Co-authored-by: Ken Stevens <khstevens@gmail.com>

* 3884 overlapping searchparameter undetected rel 6 1 (#3909)

* Applying all changes from previous dev branch to current one pointing to rel_6_1

* Fixing merge conflict related to Msg.code value.

* Fixing Msg.code value.

* Making checkstyle happy.

* Making sure that all tests are passing.

* Passing all tests after fixing Msg.code

* Passing all tests.

Co-authored-by: peartree <etienne.poirier@smilecdr.com>

* 3745 - fixed NPE for bundle with duplicate conditional create resourc… (#3746)

* 3745 - fixed NPE for bundle with duplicate conditional create resources and a conditional delete

* created unit test for skip of delete operation while processing duplicating create entries

* moved unit test to FhirSystemDaoR4Test

* 3379 mdm fixes (#3906)

* added MdmLinkCreateSvcimplTest

* fixed creating mdm-link not setting the resource type correctly

* fixed a bug where ResourcePersistenceId was being duplicated instead of passed on

* Update hapi-fhir-jpaserver-mdm/src/test/java/ca/uhn/fhir/jpa/mdm/svc/MdmLinkCreateSvcImplTest.java

Change order of tests such that assertEquals takes expected value then actual value

Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com>

* added changelog, also changed a setup function in test to beforeeach

Co-authored-by: Long Ma <long@smilecdr.com>
Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com>

* Fix to the issue (#3855)

* Fix to the issue

* Progress

* fixed the issue

* Addressing suggestions

* add response status code to MethodOutcome

* Addressing suggestions

Co-authored-by: Ken Stevens <ken@smilecdr.com>

* Fix for caching appearing broken in batch2 for bulkexport jobs (#3912)

* Respect caching in bullk export, fix bug with completed date on empty jobs

* add changelog

* Add impl

* Add breaking test

* Complete failing test

* more broken tests

* Fix more tests'

* Fix paging bug

* Fix another brittle test

* 3915 do not collapse rules with filters (#3916)

* do not attempt to merge compartment permissions with filters

* changelog

* Rename to IT for concurrency problems

Co-authored-by: Tadgh <garygrantgraham@gmail.com>

* Version bump

* fix $mdm-submit output (#3917)

Co-authored-by: Ken Stevens <ken@smilecdr.com>

* Gl3407 bundle offset size (#3918)

* begin with failing test

* fixed

* change log

* rollback default count change and corresponding comments

Co-authored-by: Ken Stevens <ken@smilecdr.com>

* Offset interceptor now only works for external calls

* Initialize some beans (esp interceptors) later in the boot process so they don't slow down startup.

* do not reindex searchparam jobs on startup

* Fix oracle non-enterprise attempting online index add (#3925)

* 3922 delete expunge large dataset (#3923)

* lower batchsize of delete requests so that we do not get sql exceptions

* blah

* fix test

* updated tests to not fail

Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>

* add index

* Fix up colun grab

* Revert offset mode change

* Revert fix for null/system request details checks for reindex purposes

* Fix bug and add test for SP Validating Interceptor (#3930)

* wip

* Fix uptests

* Fix index online test

* Fix SP validating interceptor logic

* Updating version to: 6.1.1 post release.

* fix compile error

* Deploy to sonatype (#3934)

* adding sonatype profile to checkstyle module

* adding sonatype profile to tinder module

* adding sonatype profile to base pom

* adding final deployToSonatype profile

* wip

* Revert version enum

* Updating version to: 6.1.1 post release.

* Add test, changelog, and implementation

* Add backport info

* Create failing test

* Implemented the fix, fixed existing unit tests

* added changelog

* added test case for no filter, exclude 1 patient

* wip

* Add backport info

* Add info of new version

* Updating version to: 6.1.2 post release.

* bump info and backport for 6.1.2

* Bump for hapi

* Implement bug fixes, add new tests (#4022)

* Implement bug fixes, add new tests

* tidy

* Tidy

* refactor for cleaning

* More tidying

* Lower logging

* Split into nested tests, rename, add todos

* Typo

* Code review

* add backport info

* Updating version to: 6.1.3 post release.

* Updating version to: 6.1.3 post release.

* removed duplicate mention of ver 6.1.3 in versionEnum

* backport pr 4101

* mdm message key (#4111)

* begin with failing test

* fixed 2 tests

* fix tests

* fix tests

* change log

Co-authored-by: Ken Stevens <ken@smilecdr.com>

* backport 6.1.3 docs changes

* fixed typo on doc backport message

* fix test breaking

* Updating version to: 6.1.4 post release.

* wip

Co-authored-by: JasonRoberts-smile <85363818+JasonRoberts-smile@users.noreply.github.com>
Co-authored-by: Qingyixia <106992634+Qingyixia@users.noreply.github.com>
Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>
Co-authored-by: Ken Stevens <khstevens@gmail.com>
Co-authored-by: Etienne Poirier <33007955+epeartree@users.noreply.github.com>
Co-authored-by: peartree <etienne.poirier@smilecdr.com>
Co-authored-by: kateryna-mironova <107507153+kateryna-mironova@users.noreply.github.com>
Co-authored-by: longma1 <32119004+longma1@users.noreply.github.com>
Co-authored-by: Long Ma <long@smilecdr.com>
Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com>
Co-authored-by: Ken Stevens <ken@smilecdr.com>
Co-authored-by: markiantorno <markiantorno@gmail.com>
Co-authored-by: Steven Li <steven@smilecdr.com>
2022-10-31 08:27:15 -04:00
Ken Stevens bd28730c7d
improved logging (#4217)
Co-authored-by: Ken Stevens <ken@smilecdr.com>
2022-10-30 11:38:25 -07:00
jmarchionatto c6c095219d
jm wrong bundle entry url (#4213)
* Bug test

* here you go

* Generate relative URIs for bundle entry.request.url, as specified

* Point jira issue in changelog

* Adjust tests to fixes

Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
Co-authored-by: Tadgh <garygrantgraham@gmail.com>
2022-10-28 16:55:39 -04:00
James Agnew 7a39f8cbaf
Make reference extractor more reusable (#4205)
* Refactor

* Make reference extractor more reusable

* Test fix

* Test fix

* Headers

* Small refactor
2022-10-27 21:31:39 -04:00
StevenXLi d8dd42ced5
added aggregate function to the sort columns (#4208)
* added aggregate function to the sort columns, as the sql will not work on other dbs other than H2 that use order by

* rename parameter to make it more meaningful

* extract parameter to a field

Co-authored-by: Steven Li <steven@smilecdr.com>
2022-10-27 12:53:07 -07:00
karneet1212 0a160a35ba
4175-$validate-operation-on-a-resource-update-results-in-an-error-stating-resource-has-no-id (#4181)
* Added unit test + solution

* Changelog

* Cleanup

* changelog filename
2022-10-26 10:29:28 -07:00