-
Notifications
You must be signed in to change notification settings - Fork 941
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
[frontend/backend] Filters operator switching + filters refacto (#2686) #4396
Closed
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
Archidoit
force-pushed
the
issue/2686-preparation
branch
2 times, most recently
from
September 19, 2023 16:01
9ee6103
to
3c5c701
Compare
SamuelHassine
force-pushed
the
master
branch
4 times, most recently
from
September 20, 2023 00:02
6175f60
to
03e290e
Compare
Archidoit
force-pushed
the
issue/2686-preparation
branch
2 times, most recently
from
September 20, 2023 12:50
2afc130
to
66110fa
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
Archidoit
force-pushed
the
issue/2686-preparation
branch
from
September 20, 2023 16:01
66110fa
to
cf40ec0
Compare
This comment was marked as resolved.
This comment was marked as resolved.
opencti-platform/opencti-graphql/tests/02-integration/02-resolvers/grouping-test.js
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-graphql/tests/02-integration/01-database/filterGroup-test.js
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/FilterIconButtonContainer.tsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/FilterIconButtonContainer.tsx
Show resolved
Hide resolved
SamuelHassine
force-pushed
the
master
branch
2 times, most recently
from
September 24, 2023 23:11
f77df41
to
75d6446
Compare
Archidoit
force-pushed
the
issue/2686-preparation
branch
4 times, most recently
from
October 5, 2023 10:33
aaa092d
to
f90c261
Compare
Archidoit
force-pushed
the
issue/2686-preparation
branch
5 times, most recently
from
October 11, 2023 12:46
e4b1d81
to
a15ceea
Compare
Archidoit
force-pushed
the
issue/2686-preparation
branch
from
November 22, 2023 08:49
fd2623d
to
89276b2
Compare
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.
PR content
Dynamic filters
General
Stored filters
Ressources
Notion page: https://www.notion.so/filigran/Switch-between-AND-and-OR-operators-between-filters-change-filter-schema-d05fe9af797c4751a293e3a7046ef89d#23a6b0fb69c94d2a8b837b50184c60b8
Github issue: #2686 and #4878 (bug)
Associated PR in client-python: OpenCTI-Platform/client-python#461
Associated PR in documentation: OpenCTI-Platform/docs#70
Associated PR in connectors: OpenCTI-Platform/connectors#1544