Commit graph

27 commits

Author SHA1 Message Date
Shahzad
8c4c51f79d
[OBS UX MANAGEMENT] Fix team labels labels (#187984)
## Summary

Fix team labels labels !!
2024-07-11 15:54:25 +02:00
Victor Martinez
2f5897a70c
labeller: enable serverless deployment for oblt automatically (#181851)
The GitHub label will automatically deploy a Serverless deployment with the Observability test data, see https://github.com/elastic/kibana/pull/181041
2024-04-29 07:33:11 +00:00
Coen Warmer
7b94769f76
[Observability AI Assistant] Update label in path-labeller.yml (#179824)
## Summary

This updates the github label which is added when there are changes in
AI Assistant for Observability owned code.
2024-04-02 13:28:22 +00:00
Søren Louv-Jansen
bb72b3e8e9
[ObsAiAssistant] Move AI Assistant Management plugin to x-pack (#179235)
This PR moves the AI Assistant Management plugin into x-pack to
co-locate it with the other assistant plugins and to make it possible to
statically import from the other assistant plugins. This is not
currently possible because the Management plugin is in OSS and the other
plugins are in xpack.
2024-03-25 08:36:36 -05:00
Victor Martinez
cc30e9e222
paths-labeller: add Team:obs-knowledge for the oblt-ai (#178662)
## Summary

This will allow us to automatically tag PRs related to the Assistant and
easily find them again, for instance to compile release notes.
2024-03-13 20:06:41 +00:00
Coen Warmer
4c8d8ef596
[Moving] Move Observability App folders into /x-pack/observability_solution (#177437)
## Summary

This PR is part of the initiative to consolidate Observability plugins
into `x-pack/plugins/observability_solution`.

This PR is strictly a move and an update in references.

This was discussed and agreed upon with the Observability org in the
Observability Office Hours meeting at the end of 2023.

## Related PRs:
- [x] [Move APM ](https://github.com/elastic/kibana/pull/177433)
- [x] [Move Data Quality](https://github.com/elastic/kibana/pull/177456)
- [x] [Move Exploratory
View](https://github.com/elastic/kibana/pull/177440)
- [ ] [Move Infra](https://github.com/elastic/kibana/pull/177443)
- [X] Move Logs Explorer
- [ ] [Move Logs Shared](https://github.com/elastic/kibana/pull/177735)
- [x] [Move Observability AI
Assistant](https://github.com/elastic/kibana/pull/177427)
- [ ] [Move Observability
App](https://github.com/elastic/kibana/pull/177437) <-- you are here
- [x] [Move Observability
Onboarding](https://github.com/elastic/kibana/pull/177458)
- [x] [Move Observability
Shared](https://github.com/elastic/kibana/pull/177463)
- [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453)
- [x] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) 
- [x] [Move Uptime](https://github.com/elastic/kibana/pull/177466)
- [x] [Move UX](https://github.com/elastic/kibana/pull/177470)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-02-24 13:49:54 +01:00
Coen Warmer
d738c2cf2e
[Moving] Move APM and APM_Data_Access folders into /x-pack/observability_solution/ (#177433)
## Summary

This PR is part of the initiative to consolidate Observability plugins
into `x-pack/plugins/observability_solution`.

This was discussed and agreed upon with the Observability org in the
Observability Office Hours meeting at the end of 2023.

## Related PRs:
- [ ] [Move APM ](https://github.com/elastic/kibana/pull/177433) <-- you
are here
- [x] [Move Data Quality](https://github.com/elastic/kibana/pull/177456)
- [x] [Move Exploratory
View](https://github.com/elastic/kibana/pull/177440)
- [ ] [Move Infra](https://github.com/elastic/kibana/pull/177443)
- [X] Move Logs Explorer
- [x] [Move Observability AI
Assistant](https://github.com/elastic/kibana/pull/177427)
- [ ] [Move Observability
App](https://github.com/elastic/kibana/pull/177437)
- [x] [Move Observability
Onboarding](https://github.com/elastic/kibana/pull/177458)
- [x] [Move Observability
Shared](https://github.com/elastic/kibana/pull/177463)
- [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453)
- [x] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) 
- [x] [Move Uptime](https://github.com/elastic/kibana/pull/177466)
- [x] [Move UX](https://github.com/elastic/kibana/pull/177470)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-02-23 09:56:21 -07:00
Coen Warmer
3ef768aa45
[Moving] Move Synthetics folder into /x-pack/observability_solution (#177464) 2024-02-22 18:28:18 +01:00
Coen Warmer
9f2bde1b8a
[Moving] Move UX folder into /x-pack/observability_solution (#177470) 2024-02-21 21:43:44 +01:00
Paul Bianciardi
1daa450ade
Update team labels for new Observability org structure (#172866)
Update the team labels as per the Observability re-org
2023-12-13 14:46:10 +00:00
Shahzad
619b8b2f1e
[skip-ci] [OBS UX MG] Add team path label for changes (#171904) 2023-11-27 12:30:51 +01:00
Giorgos Bamparopoulos
9ad7ebb4ea
[APM] Add more APM paths to paths-labeller.yml (#150915)
## Summary
Add more APM paths so the `team:APM` label is added to the PRs
2023-02-14 09:45:39 +00:00
Justin Kambic
27deb07bc6
[UX Dashboard] Migrate page load duration chart out of APM (#132970)
Co-authored-by: shahzad31 <shahzad.muhammad@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-13 21:44:25 +02:00
Shahzad
019b03f5a0
[Synthetics] Renaming label path finder paths (#133996) 2022-06-09 16:57:24 +02:00
Cauê Marcondes
2711e7b1cc
Removing old e2e (#112170)
* removing old e2e

* removing e2e

* removing e2e

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 16:33:54 -04:00
Pier-Hugues Pellerin
c5ad2ca5dd
Adjust Path labeller for Team:Fleet (#89769)
Move from Team:Ingest management to Team:Fleet
2021-01-29 13:39:28 -05:00
Nicolas Chaulet
fed9a4fddc
[Fleet] Rename ingest_manager_api_integration tests fleet_api_integration (#83011) 2020-11-12 13:50:59 -05:00
Nicolas Chaulet
441a0d4ec9
[Fleet] Move ingestManager plugin to fleet (#82886) 2020-11-09 11:07:04 -05:00
Nathan L Smith
418e444d36
Add CSM paths for uptime team to path labeller (#77661) 2020-09-18 15:56:30 +02:00
Manuel de la Peña
dfc3ccffc9
Automate the labels for any PRs affecting files for the Ingest Management team (#67022)
* chore: add Ingest Management paths and labels to the path-labeller bot

* chore: remove duplicated entry in bot descriptor
2020-05-19 17:29:33 +02:00
Shahzad
c2422c9fce
[Uptime] Remove legacy uptime from path labeler (#65054) 2020-05-05 20:37:25 +02:00
Søren Louv-Jansen
e02350cdc7
[APM] Update path to APM app after move to NP (#65034) 2020-05-05 18:22:47 +02:00
Dario Gieselaar
8243fc4b41
Add APM paths to path-labeller.yml (#63772)
* Add APM paths to path-labeller.yml

* Sort alphabetically on labels

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-23 11:34:28 +02:00
Shahzad
d20cbcb903
[Uptime] Update-paths-labeller-with-uptime (#63679)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-16 12:37:54 +02:00
Vadim Dalecky
a9be92b0bf
ci: remove AppArch label from ProBot path-labeler (#62211) 2020-04-02 09:18:40 +02:00
Vadim Dalecky
420c213b58
ci: 🎡 add more tags to ProBot PR path labeler (#59913)
* ci: 🎡 add more tags to ProBot PR path labeler

* fix: 🐛 add missing colon

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-25 23:57:03 +01:00
Vadim Dalecky
71982069ee
ci: 🎡 add sample PR labler script config (#58321)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-26 21:32:26 +01:00