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

[SECURITY] Deprecated sub feature cases in security solutions in 7.x #113172

Merged
merged 27 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cf6f0fd
cases sub feature deprecations
XavierM Sep 27, 2021
b0070d7
review and testing -> all is always winning
XavierM Sep 28, 2021
55753d7
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Sep 28, 2021
6a9be17
make it more readable from Jonathan Buttner s suggestion
XavierM Sep 28, 2021
eb98d53
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Sep 28, 2021
d45fc75
too much header
XavierM Sep 28, 2021
c232f42
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Oct 5, 2021
e396221
add better logs
XavierM Oct 6, 2021
8213a37
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Oct 6, 2021
efd2f89
fix i18n
XavierM Oct 6, 2021
6420a35
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 8, 2021
36cd205
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 8, 2021
0096ba4
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 8, 2021
c9d8e95
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 8, 2021
1e5c508
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Oct 11, 2021
0b9783d
it should work now
XavierM Oct 11, 2021
f4c2de7
Merge branch '7.x' into deprecated-sub-feature-cases-7.x
kibanamachine Oct 12, 2021
3004d01
Merge branch '7.x' into deprecated-sub-feature-cases-7.x
kibanamachine Oct 12, 2021
5921109
Merge branch '7.x' into deprecated-sub-feature-cases-7.x
kibanamachine Oct 12, 2021
029556c
Merge branch '7.x' into deprecated-sub-feature-cases-7.x
kibanamachine Oct 12, 2021
4cd018a
forget to take in consideration multiple roles
XavierM Oct 13, 2021
76564f2
Merge branch '7.x' of github.com:elastic/kibana into deprecated-sub-f…
XavierM Oct 13, 2021
bfe202a
add unit test with multiple roles
XavierM Oct 13, 2021
221276b
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 13, 2021
61c5cdd
Update x-pack/plugins/security_solution/server/deprecation_privileges…
XavierM Oct 13, 2021
a645e1b
add review about test
XavierM Oct 14, 2021
8e88366
Merge branch '7.x' into deprecated-sub-feature-cases-7.x
kibanamachine Oct 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ENABLE_CASE_CONNECTOR } from '../../cases/common';
import { METADATA_TRANSFORMS_PATTERN } from './endpoint/constants';

export const APP_ID = 'securitySolution';
export const CASES_FEATURE_ID = 'securitySolutionCases';
export const SERVER_APP_ID = 'siem';
export const APP_NAME = 'Security';
export const APP_ICON = 'securityAnalyticsApp';
Expand Down
Loading