-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Obs AI Assistant] Evaluations: auto-create space #185013
Merged
dgieselaar
merged 2 commits into
elastic:main
from
dgieselaar:obs-ai-assistant-auto-create-space
Jun 10, 2024
Merged
[Obs AI Assistant] Evaluations: auto-create space #185013
dgieselaar
merged 2 commits into
elastic:main
from
dgieselaar:obs-ai-assistant-auto-create-space
Jun 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dgieselaar
added
release_note:skip
Skip the PR/issue when compiling release notes
v8.15.0
v8.14.1
labels
Jun 7, 2024
botelastic
bot
added
ci:project-deploy-observability
Create an Observability project
Team:Obs AI Assistant
Observability AI Assistant
labels
Jun 7, 2024
sorenlouv
approved these changes
Jun 8, 2024
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jun 10, 2024
Auto-create space if needed when running the evaluation framework with `--spaceId`. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8cd4858)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Jun 10, 2024
…185675) # Backport This will backport the following commits from `main` to `8.14`: - [[Obs AI Assistant] Evaluations: auto-create space (#185013)](#185013) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dario Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2024-06-10T08:27:39Z","message":"[Obs AI Assistant] Evaluations: auto-create space (#185013)\n\nAuto-create space if needed when running the evaluation framework with\r\n`--spaceId`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"8cd4858d2fbde97d3513feb58ee07cca304898cb","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs AI Assistant","ci:project-deploy-observability","v8.15.0","v8.14.1"],"title":"[Obs AI Assistant] Evaluations: auto-create space","number":185013,"url":"https://github.com/elastic/kibana/pull/185013","mergeCommit":{"message":"[Obs AI Assistant] Evaluations: auto-create space (#185013)\n\nAuto-create space if needed when running the evaluation framework with\r\n`--spaceId`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"8cd4858d2fbde97d3513feb58ee07cca304898cb"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/185013","number":185013,"mergeCommit":{"message":"[Obs AI Assistant] Evaluations: auto-create space (#185013)\n\nAuto-create space if needed when running the evaluation framework with\r\n`--spaceId`.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"8cd4858d2fbde97d3513feb58ee07cca304898cb"}},{"branch":"8.14","label":"v8.14.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Jun 13, 2024
Auto-create space if needed when running the evaluation framework with `--spaceId`. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci:project-deploy-observability
Create an Observability project
release_note:skip
Skip the PR/issue when compiling release notes
Team:Obs AI Assistant
Observability AI Assistant
v8.14.1
v8.15.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Auto-create space if needed when running the evaluation framework with
--spaceId
.