Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rel 6 1 2 mergeback #4033

Merged
merged 63 commits into from
Sep 15, 2022
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
9dafbc8
Bump for CVE (#3856)
tadgh Aug 3, 2022
1939d74
Bump to RC1
tadgh Aug 3, 2022
fef8a14
remove RC
tadgh Aug 4, 2022
6634234
do not contrain reindex for common SP updates (#3876)
JasonRoberts-smile Aug 4, 2022
7e1a7e2
only fast-track jobs with exactly one chunk (#3879)
JasonRoberts-smile Aug 4, 2022
131e3de
Fix illegalstateexception when an exception is thrown during stream r…
tadgh Aug 6, 2022
a60a624
Fixed the issue (#3845)
Qingyixia Aug 8, 2022
e95a929
Implemented seventh character extended code and the corresponding dis…
Qingyixia Aug 8, 2022
686c606
Subscription sending delete events being skipped (#3888)
tadgh Aug 8, 2022
7032ab9
Update for CVE (#3895)
tadgh Aug 10, 2022
d8dd5d7
updated pointcuts to work as intended (#3903)
TipzCM Aug 11, 2022
d47c958
3904 during $delete expunge job hibernate search indexed documents ar…
tadgh Aug 11, 2022
f1b5f94
3899 code in limits (#3901)
tadgh Aug 11, 2022
89ce87e
3884 overlapping searchparameter undetected rel 6 1 (#3909)
epeartree Aug 11, 2022
27659c6
3745 - fixed NPE for bundle with duplicate conditional create resourc…
kateryna-mironova Aug 12, 2022
f49073d
3379 mdm fixes (#3906)
longma1 Aug 12, 2022
231b9ef
Fix to the issue (#3855)
Qingyixia Aug 13, 2022
a6e0a91
Fix for caching appearing broken in batch2 for bulkexport jobs (#3912)
tadgh Aug 13, 2022
5267183
3915 do not collapse rules with filters (#3916)
JasonRoberts-smile Aug 13, 2022
94db12f
Version bump
tadgh Aug 13, 2022
e057820
fix $mdm-submit output (#3917)
fil512 Aug 14, 2022
ca8c6e7
Gl3407 bundle offset size (#3918)
fil512 Aug 15, 2022
bdef499
Offset interceptor now only works for external calls
tadgh Aug 15, 2022
b071b96
Initialize some beans (esp interceptors) later in the boot process so…
Aug 15, 2022
c08c359
Merge remote-tracking branch 'origin/rel_6_1' into rel_6_1
Aug 15, 2022
a6ae9f9
do not reindex searchparam jobs on startup
Aug 16, 2022
d53035c
Fix oracle non-enterprise attempting online index add (#3925)
tadgh Aug 16, 2022
9e354af
3922 delete expunge large dataset (#3923)
TipzCM Aug 16, 2022
cc3e7d4
add index
tadgh Aug 16, 2022
0d16fa8
Fix up colun grab
tadgh Aug 16, 2022
8732469
Revert offset mode change
tadgh Aug 17, 2022
117cb57
Revert fix for null/system request details checks for reindex purposes
tadgh Aug 17, 2022
28b09a7
Fix bug and add test for SP Validating Interceptor (#3930)
tadgh Aug 17, 2022
290bf96
Merge branch 'rel_6_1' of github.com:hapifhir/hapi-fhir into rel_6_1
tadgh Aug 17, 2022
40bcf65
wip
tadgh Aug 17, 2022
695f43d
Fix uptests
tadgh Aug 17, 2022
7e609a7
Fix index online test
tadgh Aug 17, 2022
f43edb2
Fix SP validating interceptor logic
tadgh Aug 18, 2022
0ec984e
Updating version to: 6.1.1 post release.
markiantorno Aug 18, 2022
4937fb4
fix compile error
Aug 18, 2022
ce57c1c
Deploy to sonatype (#3934)
markiantorno Aug 18, 2022
7985fa0
wip
tadgh Aug 18, 2022
2baa190
Revert version enum
tadgh Aug 18, 2022
f79d077
Updating version to: 6.1.1 post release.
markiantorno Aug 18, 2022
dbe91f8
Add test, changelog, and implementation
tadgh Sep 1, 2022
115d2c7
Add backport info
tadgh Sep 2, 2022
10223cd
Create failing test
Sep 2, 2022
fe2f71b
Implemented the fix, fixed existing unit tests
Sep 2, 2022
6e09eeb
added changelog
Sep 2, 2022
a3c4e94
added test case for no filter, exclude 1 patient
Sep 2, 2022
a6a6e85
wip
tadgh Sep 2, 2022
9898be2
Add backport info
tadgh Sep 2, 2022
af3fcda
Add info of new version
tadgh Sep 3, 2022
cc44fa7
Updating version to: 6.1.2 post release.
markiantorno Sep 12, 2022
a9be99a
bump info and backport for 6.1.2
tadgh Sep 12, 2022
cded5c0
Bump for hapi
tadgh Sep 12, 2022
957d3eb
Implement bug fixes, add new tests (#4022)
tadgh Sep 14, 2022
e420af8
add backport info
tadgh Sep 14, 2022
30e8809
Merge branch 'master' into rel_6_1_2_mergeback
tadgh Sep 15, 2022
bb38849
Tidy versionenum
tadgh Sep 15, 2022
98cb996
Fix import
tadgh Sep 15, 2022
d785d63
Remove files that were repackaged
tadgh Sep 15, 2022
5e388bd
Fix imports
tadgh Sep 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
tadgh committed Sep 2, 2022
commit a6a6e853176dd95ca934a626180bab4ae52a875c
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ public static VersionEnum latestVersion() {
return values[values.length - 1];
}
}
V6_1_1,