-
Notifications
You must be signed in to change notification settings - Fork 986
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
[backend] add ability to validate draft and ingest it back through worker (#6577) #8659
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labo-flg
force-pushed
the
release/6.4.0
branch
2 times, most recently
from
October 15, 2024 20:34
c150d0f
to
264e053
Compare
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
2 times, most recently
from
October 21, 2024 14:56
209b52c
to
2c40e9c
Compare
JeremyCloarec
changed the title
Issue/6577chunk4
[backend] add ability to validate draft and ingest it back through worker
Oct 22, 2024
opencti-platform/opencti-graphql/src/schema/attribute-definition.ts
Outdated
Show resolved
Hide resolved
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
from
October 24, 2024 07:46
e871ab5
to
e442cae
Compare
JeremyCloarec
added
the
multi-repository
For contribution that requires PR in several repository
label
Oct 25, 2024
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
2 times, most recently
from
October 28, 2024 13:37
1589c14
to
bae3e81
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/6.4.0 #8659 +/- ##
=================================================
+ Coverage 64.33% 64.37% +0.04%
=================================================
Files 608 609 +1
Lines 58054 58286 +232
Branches 6408 6439 +31
=================================================
+ Hits 37348 37523 +175
- Misses 20706 20763 +57 ☔ View full report in Codecov by Sentry. |
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
from
October 30, 2024 12:17
bd70dbc
to
5c2d4e7
Compare
JeremyCloarec
added
multi-repository
For contribution that requires PR in several repository
and removed
multi-repository
For contribution that requires PR in several repository
labels
Oct 30, 2024
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
4 times, most recently
from
October 31, 2024 12:08
5833f5d
to
43058fa
Compare
SouadHadjiat
changed the title
[backend] add ability to validate draft and ingest it back through worker
[backend] add ability to validate draft and ingest it back through worker (#6577)
Oct 31, 2024
5 tasks
SouadHadjiat
reviewed
Nov 4, 2024
JeremyCloarec
removed
the
multi-repository
For contribution that requires PR in several repository
label
Nov 4, 2024
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
2 times, most recently
from
November 5, 2024 16:17
d1e6fa9
to
89d72d6
Compare
SouadHadjiat
reviewed
Nov 5, 2024
SouadHadjiat
reviewed
Nov 5, 2024
opencti-platform/opencti-graphql/src/schema/attribute-definition.ts
Outdated
Show resolved
Hide resolved
SouadHadjiat
reviewed
Nov 5, 2024
opencti-platform/opencti-graphql/src/modules/draftWorkspace/draftWorkspace-connector.ts
Outdated
Show resolved
Hide resolved
SouadHadjiat
reviewed
Nov 6, 2024
SouadHadjiat
reviewed
Nov 6, 2024
SouadHadjiat
reviewed
Nov 6, 2024
opencti-platform/opencti-graphql/src/connector/connector-domain.ts
Outdated
Show resolved
Hide resolved
JeremyCloarec
force-pushed
the
issue/6577chunk4
branch
from
November 6, 2024 14:43
af0eca5
to
8efb0b6
Compare
SouadHadjiat
approved these changes
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
PR linked on client-python: OpenCTI-Platform/client-python#753
Related issues
Checklist
Further comments