Skip to content

[frontend] add ee highlight #2998

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

Merged
merged 8 commits into from
Apr 28, 2025
Merged

[frontend] add ee highlight #2998

merged 8 commits into from
Apr 28, 2025

Conversation

MarineLeM
Copy link
Contributor

Proposed changes

on install agents :

  • Add EE highlights
  • Add an informational message in the installation crowdstrike modal

on endpoint page

  • Add EE highlights on crowdstrike

Related issues

Further comments

image
image
image

@MarineLeM MarineLeM self-assigned this Apr 18, 2025
@MarineLeM MarineLeM added the filigran team use to identify PR from the Filigran team label Apr 18, 2025
Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.03%. Comparing base (d16e93f) to head (4708a8e).
Report is 2 commits behind head on release/current.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #2998      +/-   ##
=====================================================
- Coverage              41.11%   41.03%   -0.08%     
- Complexity              2305     2337      +32     
=====================================================
  Files                    685      687       +2     
  Lines                  21015    21266     +251     
  Branches                1436     1473      +37     
=====================================================
+ Hits                    8640     8727      +87     
- Misses                 11889    12054     +165     
+ Partials                 486      485       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -84,6 +82,7 @@ const Executors = () => {
<ExecutorSelector
executor={executor}
setSelectedExecutor={setSelectedExecutor}
isEEExecutor={executor.executor_type == OPENBAS_TANIUM || executor.executor_type == OPENBAS_CROWDSTRIKE}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (for the whole PR): shouldn't we add this as a more generic property somewhere ? Maybe we need to add a isEE propetry in all executors in addition to the executor_type ?

@MarineLeM MarineLeM force-pushed the issue/2838-chunk-2 branch from fd2c559 to 8a955f4 Compare April 22, 2025 16:37
@MarineLeM MarineLeM force-pushed the issue/2838-chunk-3 branch from da03f92 to e214c44 Compare April 22, 2025 16:40
@MarineLeM MarineLeM force-pushed the issue/2838-chunk-2 branch from 8a955f4 to 8f7e705 Compare April 28, 2025 13:27
Base automatically changed from issue/2838-chunk-2 to release/current April 28, 2025 14:14
@MarineLeM MarineLeM force-pushed the issue/2838-chunk-3 branch from e214c44 to 64d9431 Compare April 28, 2025 14:36
@MarineLeM MarineLeM merged commit a383408 into release/current Apr 28, 2025
8 checks passed
@MarineLeM MarineLeM deleted the issue/2838-chunk-3 branch April 28, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants