[SKA] move generated integration API test clients to a new location#233112
Conversation
c23ab04 to
368760c
Compare
|
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
|
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
dmlemeshko
left a comment
There was a problem hiding this comment.
x-pack/test/tsconfig.json changes LGTM.
Thank a lot for the fix, I missed generation during relocation PR.
| import type { FtrProviderContext } from '../ftr_provider_context'; | ||
|
|
||
| import { getRouteUrlForSpace } from '@kbn/spaces-plugin/common'; | ||
| import type { FtrProviderContext } from '@kbn/test-suites-xpack/api_integration/ftr_provider_context'; |
There was a problem hiding this comment.
@maximpn you need use the one located in solution test directory (or create a new one)
| import type { FtrProviderContext } from '../ftr_provider_context'; | ||
|
|
||
| import { getRouteUrlForSpace } from '@kbn/spaces-plugin/common'; | ||
| import type { FtrProviderContext } from '@kbn/test-suites-xpack/api_integration/ftr_provider_context'; |
There was a problem hiding this comment.
same here, x-pack/test will be gone asap
jkelas
left a comment
There was a problem hiding this comment.
From the Rules Management perspective LGTM, Kibana works fine, approving.
rylnd
left a comment
There was a problem hiding this comment.
Other than @dmlemeshko's comments about the FTRProviderContext, detection engine changes LGTM.
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
) ## Summary Currently blocked by #233112 Some tidying of the privmon code: - move all privmon URLs to constants - split monitoring entity source routes into their own files - tidy .gen imports by creating a few .index.ts files (allows us to consolidate imports and makes the paths a lot shorter) It might be nicer to review commit by commit
…tic#233400) ## Summary Currently blocked by elastic#233112 Some tidying of the privmon code: - move all privmon URLs to constants - split monitoring entity source routes into their own files - tidy .gen imports by creating a few .index.ts files (allows us to consolidate imports and makes the paths a lot shorter) It might be nicer to review commit by commit
…tic#233400) ## Summary Currently blocked by elastic#233112 Some tidying of the privmon code: - move all privmon URLs to constants - split monitoring entity source routes into their own files - tidy .gen imports by creating a few .index.ts files (allows us to consolidate imports and makes the paths a lot shorter) It might be nicer to review commit by commit
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
5 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
10 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Relates to: #231416
Summary
This PR reconfigures the generation script to output Security Solution auto-generated integration API test clients to the new
x-pack/solutions/security/test/api_integration/serviceslocation.