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

Detect rule param changes for rolling upgrades and rollback assessment #173936

Merged
merged 24 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7c3b37f
Initial commit
mikecote Dec 28, 2023
dee2174
Merge branch 'main' of github.com:elastic/kibana into poc/detect-rule…
mikecote Jan 3, 2024
b21a7de
Merge branch 'main' of github.com:elastic/kibana into poc/detect-rule…
mikecote Jan 3, 2024
f4b2b88
Merge branch 'main' of github.com:elastic/kibana into poc/detect-rule…
mikecote Jan 4, 2024
ca9fbc9
Narrow checks for serverless rule types
mikecote Jan 5, 2024
25cfd04
Add section on rule type definition to define a schema
mikecote Jan 5, 2024
d2a525d
Cleanup
mikecote Jan 5, 2024
b3cf173
Edit comment
mikecote Jan 5, 2024
9babc18
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Jan 5, 2024
41cbb73
Fix package.json
mikecote Jan 5, 2024
d350fad
Merge branch 'poc/detect-rule-param-changes' of github.com:mikecote/k…
mikecote Jan 5, 2024
397d44a
Merge branch 'main' into poc/detect-rule-param-changes
kibanamachine Jan 5, 2024
b7d7259
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine Jan 5, 2024
264c1bd
Update yarn lock changes
mikecote Jan 5, 2024
63806ff
Merge branch 'poc/detect-rule-param-changes' of github.com:mikecote/k…
mikecote Jan 5, 2024
6bb539f
Add a ts ignore
mikecote Jan 5, 2024
6f06f82
Update with main
mikecote Jan 9, 2024
4055938
Merge branch 'main' of github.com:elastic/kibana into poc/detect-rule…
mikecote Jan 15, 2024
a80cfe1
Fix typecheck errors
mikecote Jan 15, 2024
2361633
Remove TS ignore
mikecote Jan 16, 2024
f74298d
Remove comment for now
mikecote Jan 16, 2024
f37ad20
Merge branch 'main' into poc/detect-rule-param-changes
kibanamachine Jan 17, 2024
70cd9ef
Update with main
mikecote Feb 5, 2024
0ab6ea4
Update snapshot
mikecote Feb 5, 2024
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,8 @@
"xml-crypto": "^5.0.0",
"xmlbuilder": "13.0.2",
"yargs": "^15.4.1",
"yarn-deduplicate": "^6.0.2"
"yarn-deduplicate": "^6.0.2",
"zod-to-json-schema": "^3.22.3"
},
"packageManager": "[email protected]"
}
Loading