Skip to content

Rename workplace_ai project type to workplaceai#240180

Merged
Samiul-TheSoccerFan merged 38 commits into
elastic:mainfrom
Samiul-TheSoccerFan:rename-to-workplaceai-only-projecttype
Oct 30, 2025
Merged

Rename workplace_ai project type to workplaceai#240180
Samiul-TheSoccerFan merged 38 commits into
elastic:mainfrom
Samiul-TheSoccerFan:rename-to-workplaceai-only-projecttype

Conversation

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor

@Samiul-TheSoccerFan Samiul-TheSoccerFan commented Oct 22, 2025

Summary

Renamed the workplce_ai project type to workplaceai following discussions with the CP Serverless team. The changes focus on updating the project type, solution name, and plugin group to ensure core Kibana functionality and tests continue to work. File structure, plugin IDs, variables, links, and URLs remain unchanged.

Tested

Tested locally and in QA.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • Review the backport guidelines and apply applicable backport:* labels.

@Samiul-TheSoccerFan Samiul-TheSoccerFan added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.3.0 ci:project-deploy-elasticsearch Create an Elasticsearch Serverless project ci:project-deploy-observability Create an Observability project ci:project-deploy-security Create a Security Serverless Project ci:project-deploy-workplace_ai Create a Workplace AI project labels Oct 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@Samiul-TheSoccerFan Samiul-TheSoccerFan marked this pull request as ready for review October 22, 2025 22:36
@Samiul-TheSoccerFan Samiul-TheSoccerFan requested review from a team as code owners October 22, 2025 22:36
@Samiul-TheSoccerFan Samiul-TheSoccerFan requested a review from a team as a code owner October 23, 2025 02:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 23, 2025

🔍 Preview links for changed docs

@Samiul-TheSoccerFan Samiul-TheSoccerFan changed the title Rename to workplaceai only projecttype Rename workplace_ai project type to workplaceai Oct 23, 2025
@Samiul-TheSoccerFan Samiul-TheSoccerFan marked this pull request as draft October 23, 2025 05:15
Copy link
Copy Markdown
Contributor

@dmlemeshko dmlemeshko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/platform/packages/shared/kbn-ftr-common-functional-services/services/saml_auth/serverless/auth_provider.ts changes LGTM

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@Ikuni17 @dmlemeshko Thank you for the prompt review. The CI failures indicate that we can not just update the project type. we will also need to update all related references, similar to what we did earlier. I will ping again once the PR is ready for review. Apologies for the inconvenience.

@Samiul-TheSoccerFan Samiul-TheSoccerFan removed the ci:project-deploy-workplace_ai Create a Workplace AI project label Oct 23, 2025
@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticsearchmachine merge upstream

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

Copy link
Copy Markdown
Member

@gsoldevila gsoldevila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@Samiul-TheSoccerFan Samiul-TheSoccerFan removed ci:project-deploy-elasticsearch Create an Elasticsearch Serverless project ci:project-deploy-observability Create an Observability project ci:project-deploy-security Create a Security Serverless Project labels Oct 30, 2025
@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@Samiul-TheSoccerFan
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@Samiul-TheSoccerFan Samiul-TheSoccerFan merged commit 2904c20 into elastic:main Oct 30, 2025
13 checks passed
@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #78 / Rules Management - Rule creation APIs @serverless @ess @serverlessQA create_rules @skipInServerless missing timestamps generates two signals with a "partial failure" status

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
core 131.0KB 131.0KB -2.0B
spaces 214.9KB 214.9KB -8.0B
total -10.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
serverlessWorkplaceAI 6.4KB 6.4KB -1.0B
spaces 27.3KB 27.3KB -1.0B
workplaceAIApp 5.1KB 5.1KB -1.0B
total -3.0B

History

ana-davydova pushed a commit to ana-davydova/kibana that referenced this pull request Nov 3, 2025
## Summary

Renamed the `workplce_ai` project type to `workplaceai` following
discussions with the CP Serverless team. The changes focus on updating
the `project type`, `solution name`, and `plugin group` to ensure core
Kibana functionality and tests continue to work. `File structure`,
`plugin IDs`, `variables`, `links`, and `URLs` remain unchanged.

## Tested
Tested locally and in QA.

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.


- [X] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [X] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
albertoblaz pushed a commit to albertoblaz/kibana that referenced this pull request Nov 4, 2025
## Summary

Renamed the `workplce_ai` project type to `workplaceai` following
discussions with the CP Serverless team. The changes focus on updating
the `project type`, `solution name`, and `plugin group` to ensure core
Kibana functionality and tests continue to work. `File structure`,
`plugin IDs`, `variables`, `links`, and `URLs` remain unchanged.

## Tested
Tested locally and in QA.

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.


- [X] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [X] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Search v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.