-
Notifications
You must be signed in to change notification settings - Fork 971
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
[graphql] Replace [email protected] w/ @sesamecare-oss/[email protected] #6622
[graphql] Replace [email protected] w/ @sesamecare-oss/[email protected] #6622
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/6.5.0 #6622 +/- ##
==============================================
Coverage 65.12% 65.12%
==============================================
Files 626 626
Lines 59784 59784
Branches 6663 6660 -3
==============================================
Hits 38937 38937
Misses 20847 20847 ☔ View full report in Codecov by Sentry. |
This does not solve the problems discussed in #6285 but it has been working without regressions for two days on my instances |
89132d5
to
072c0e3
Compare
b710111
to
c15ed81
Compare
Rebased against current |
Also not sure what I need to do to clear the "lockfile would be updated" error in the api-tests in the drone CI run. My expectation is I did the |
Really sorry about this one @ckane , will do some test and merge that in couple of weeks. |
40adf7e
to
21a6712
Compare
Ok thanks @richard-julien - I just pushed a missing dependency that hopefully fixes it. Also re-committed my commits as signed, which I forgot to do earlier. |
89fde5b
to
c1a178f
Compare
a6b264b
to
64bd2c4
Compare
Hi @ckane , can you remove "redlock": "5.0.0-beta.2" in package.json and redo a yarn install. |
64bd2c4
to
57a6851
Compare
b85c533
to
0abd10b
Compare
Thanks @richard-julien, I messed up the rebase. Should be good now. |
0abd10b
to
b98bae7
Compare
b98bae7
to
0ba8702
Compare
f8359b7
to
558e6c1
Compare
0ba8702
to
65bb43e
Compare
14a251e
to
1561de4
Compare
Hi @ckane , Im really sorry, im back after some inactivity period, and just change the target from master to 6.5.0. |
1561de4
to
89c6c7b
Compare
No worries - should be rebased against |
Hm looks like it pulled in a whole bunch of other commits or something. I will try branching a new branch from |
89c6c7b
to
9184c53
Compare
2c19aac
into
OpenCTI-Platform:release/6.5.0
Merged for 6.5.0. Thanks @ckane |
Proposed changes
Replace
redlock
TS module with@sesamecare-oss/redlock
which is a rewrite of the algorithm. The olderredlock
project hasn't released a new release since a 5.0.0 beta in March of 2023.Related issues
This was discussed in #6285 - it is not yet determined if this will address the reported problems. I am currently doing some testing, but wanted to open the PR as a preliminary reference for tracking the code changes that need to occur
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...