-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[QA] Create Saved Objects Kibana Svc #90251
Conversation
616d957
to
ed7d55d
Compare
@LeeDr Looks like the test that's using the new svc passed:
https://kibana-ci.elastic.co/job/elastic+kibana+pipeline-pull-request/103657/consoleText |
b0ed22a
to
6af33b5
Compare
Do we need something like this to tell where the savedObject files are? The default location is set somewhere and this x-pack test config overrides that. |
6af33b5
to
909bf82
Compare
Gonna add the schema update next boss! |
909bf82
to
ccec4a2
Compare
Add svc, integrate into one test, add exported saved objects, add empty kibana call, and update ftr schema...add data directory for the new svc.
Make public api take one argument.
ccec4a2
to
b4e6f4a
Compare
Make typescript happier.
ba3e6d6
to
94a0709
Compare
@elasticmachine merge upstream |
const types = typeof flags.type === 'string' ? [flags.type] : flags.type; | ||
return types.reduce( | ||
(acc: string[], type) => [...acc, ...type.split(',').map((t) => t.trim())], | ||
[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
@spalger Hey chief, I've been "talked to" about dumping auth info to the console.
Perhaps it's no biggie in this case? |
Yeah, in this case the authentication isn't sensitive information and having all potentially applicable info is probably more helpful than spending time obfuscating details like the headers of the request or the username/password used. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@wayneseymour, hope you don't mind but I'm going to reopen this as a new PR from my fork and take over getting it merged. Thanks for getting this started and for your assistance reviewing! |
@spalger code on coder!!! :) |
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / general / Deletes and recovers more than one rule.Deleting prebuilt rules Deletes and recovers more than one ruleStack Trace
Kibana Pipeline / general / Deletes and recovers more than one rule.Deleting prebuilt rules Deletes and recovers more than one ruleStack Trace
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Add svc,
integrate into one test,
and add exported saved objects.
Partially closes #89368