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 Solution] [Cases] Move create page components and dependencies to Cases #94444

Merged
merged 31 commits into from
Mar 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
756e5a5
init simple case ui plugin
michaelolo24 Mar 9, 2021
59756e8
remove hello world piece
michaelolo24 Mar 9, 2021
2b816e8
rename case to cases
michaelolo24 Mar 10, 2021
ebc609b
Merge 2b816e8c9e833ca2e2a361b29bc62861879982aa into 81da4f79e122b7c1b…
michaelolo24 Mar 10, 2021
d5cbcd1
move create
stephmilovic Mar 10, 2021
841659b
clearing type errs
stephmilovic Mar 10, 2021
ead2da0
clearing type errs
stephmilovic Mar 10, 2021
7a32042
resolve issue w exports
stephmilovic Mar 10, 2021
359e8d1
its working
stephmilovic Mar 11, 2021
83f6517
we are so good at this
stephmilovic Mar 11, 2021
3ab3352
add mock
stephmilovic Mar 11, 2021
51f6f4d
fixed components tests
stephmilovic Mar 11, 2021
8f1e82d
flip USE_RAC_CASES_UI to false
stephmilovic Mar 11, 2021
4763023
fix container tests
michaelolo24 Mar 11, 2021
249383f
Merge branch 'cases_moving_create' of https://github.com/stephmilovic…
michaelolo24 Mar 11, 2021
8f3424b
rm some comments
stephmilovic Mar 11, 2021
c1098f8
Merge branch 'cases_moving_create' of github.com:stephmilovic/kibana …
stephmilovic Mar 11, 2021
7d76248
Merge branch 'master' into cases_moving_create
kibanamachine Mar 11, 2021
4ff74fb
fix more imports
stephmilovic Mar 11, 2021
87a1cde
Merge branch 'cases_moving_create' of github.com:stephmilovic/kibana …
stephmilovic Mar 11, 2021
84714f9
fix more imports
stephmilovic Mar 13, 2021
5f5021d
fix mistake
stephmilovic Mar 13, 2021
731039a
add cases to kbn-optimizer/limits.yml
stephmilovic Mar 14, 2021
debbcb0
Fix i18n
stephmilovic Mar 14, 2021
53e1ba9
Merge branch 'master' into cases_moving_create
stephmilovic Mar 14, 2021
907bfc1
pr changes
stephmilovic Mar 16, 2021
4f941e1
master merge
stephmilovic Mar 16, 2021
82cd096
fix type and test
stephmilovic Mar 16, 2021
1cb3917
fix a gosh darn silly type
stephmilovic Mar 16, 2021
6d04fb3
one more Security remove
stephmilovic Mar 16, 2021
46a801e
add prop for afterCaseCreated to make christos happiest boy in greece
stephmilovic Mar 16, 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
Prev Previous commit
Next Next commit
flip USE_RAC_CASES_UI to false
  • Loading branch information
stephmilovic committed Mar 11, 2021
commit 8f1e82d3338a6d625b1d40ba310af9347f0d2e0d
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/common/constants.ts
Original file line number Diff line number Diff line change
@@ -212,4 +212,4 @@ export const showAllOthersBucket: string[] = [
DO NOT MERGE to master as true, dev only
*/

export const USE_RAC_CASES_UI = true;
export const USE_RAC_CASES_UI = false;