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

[frontend] Add technical creator in data + ordering/filtering (#2029) #2495

Merged
merged 5 commits into from
Nov 13, 2022

Conversation

SamuelHassine
Copy link
Member

Proposed changes

Related issues

@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Base: 65.38% // Head: 65.38% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (0de70c8) compared to base (81a1f2a).
Patch coverage: 34.37% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2495   +/-   ##
=======================================
  Coverage   65.38%   65.38%           
=======================================
  Files         262      262           
  Lines       16326    16348   +22     
  Branches     3230     3233    +3     
=======================================
+ Hits        10674    10689   +15     
- Misses       5652     5659    +7     
Impacted Files Coverage Δ
...-platform/opencti-graphql/src/generated/graphql.ts 100.00% <ø> (ø)
...latform/opencti-graphql/src/manager/taskManager.js 48.26% <0.00%> (-1.08%) ⬇️
.../opencti-graphql/src/resolvers/stixDomainObject.js 52.63% <ø> (ø)
...cti-platform/opencti-graphql/src/resolvers/user.js 55.69% <0.00%> (-0.72%) ⬇️
...opencti-graphql/src/schema/stixCoreRelationship.ts 100.00% <ø> (ø)
...orm/opencti-graphql/src/schema/stixDomainObject.ts 100.00% <ø> (ø)
...ti-platform/opencti-graphql/src/utils/filtering.js 54.05% <ø> (ø)
...pencti-platform/opencti-graphql/src/domain/user.js 64.12% <20.00%> (-0.55%) ⬇️
opencti-platform/opencti-graphql/src/domain/log.js 19.04% <33.33%> (+1.65%) ⬆️
...rm/opencti-graphql/src/resolvers/stixCoreObject.js 37.20% <50.00%> (+1.49%) ⬆️
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@SamuelHassine SamuelHassine linked an issue Oct 28, 2022 that may be closed by this pull request
@richard-julien
Copy link
Member

New way to handling this problem

  • Technical creator will be written in the element at creation
  • For old elements, a background task is available to Replace "Technical Creator" from history
  • Colum for entities/relations with Technical creator is added.
  • Filtering for a specific technical creator is now possible

@richard-julien richard-julien changed the title [frontend] Add a column creator in the data entities section (#2029) [frontend] Add technical creator in data + ordering/filtering (#2029) Nov 9, 2022
@SamuelHassine SamuelHassine merged commit bbd3caf into master Nov 13, 2022
@SamuelHassine SamuelHassine deleted the issue/2029 branch November 13, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add technical creator in data + ordering/filtering
4 participants