{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7833168,"defaultBranch":"main","name":"kibana","ownerLogin":"elastic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-01-26T04:00:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6764390?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718210781.0","currentOid":""},"activityList":{"items":[{"before":"a25ccec11c838eacc638bb3dfcb8297af44af3e8","after":"1c8fc1fd5109a33bc5a0399f418c27050ed11081","ref":"refs/heads/main","pushedAt":"2024-06-13T00:06:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lcawl","name":"Lisa Cawley","path":"/lcawl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26471269?s=80&v=4"},"commit":{"message":"[HTTP/OAS] Add operation tags for APM APIs (#181353)","shortMessageHtmlLink":"[HTTP/OAS] Add operation tags for APM APIs (#181353)"}},{"before":"4afcc0a81bc9e479671828ed56928f2382a15541","after":"a25ccec11c838eacc638bb3dfcb8297af44af3e8","ref":"refs/heads/main","pushedAt":"2024-06-12T23:16:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JiaweiWu","name":"Jiawei Wu","path":"/JiaweiWu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74562234?s=80&v=4"},"commit":{"message":"[Response Ops][Rule Form V2] Move dependencies from triggers actions UI to shared package (#184977)\n\n## Summary\r\n\r\nIssue: https://github.com/elastic/kibana/issues/179105\r\nRelated PR: https://github.com/elastic/kibana/pull/180539\r\n\r\nPart 2.5/3 PRs of the new rule form. This PR acts as the foundation PR\r\nfor the main rule form PR by moving a lot of the dependencies needed by\r\nthe rules form to a shared package. So no new features added, just\r\nmoving stuff around.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","shortMessageHtmlLink":"[Response Ops][Rule Form V2] Move dependencies from triggers actions …"}},{"before":"83c151278e86caa1a02588eb4639123e29a40347","after":"4afcc0a81bc9e479671828ed56928f2382a15541","ref":"refs/heads/main","pushedAt":"2024-06-12T22:35:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rshen91","name":"Rachel Shen","path":"/rshen91","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20343860?s=80&v=4"},"commit":{"message":"[Fix] Additional tests and clean up for share modal redesign initiative (#183643)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/181066\r\nCloses epic https://github.com/elastic/kibana-team/issues/735\r\nCloses https://github.com/elastic/kibana/issues/183752\r\n\r\n- [x] Based on PR https://github.com/elastic/kibana/pull/180406, the\r\ntest 'generates a report with single timefilter' was skipped in\r\nx-pack/test/functional/apps/discover/reporting.ts because short URLs are\r\nthe default and make the test fail.\r\n- [x] In addition test/functional/apps/dashboard/group5/share.ts was\r\nskipped for similar reasons\r\n- [x] x-pack/test/functional/apps/lens/group4/share.ts 'should preserve\r\nfilter and query when sharing'\r\n- [x]\r\n[x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts](https://github.com/elastic/kibana/pull/180406/files/03f8d94aedd6d76bcaf7cfa4db714c7665269807#diff-f8df59654e26e509d3e2b9fd3b998da7ea0f7b1d02bddced1acbd588d6b55883)\r\nrefactoring\r\n- [x]\r\n[x-pack/test/functional/apps/discover/feature_controls/discover_security.ts](https://github.com/elastic/kibana/pull/180406/files/ec0bec8387e8b75de2e57adb34517741052e18c4#diff-1efa1c849e2a1f9e206702cafa82c5d5d7b1a446add207b693f8fbebc992b59d)\r\n- [x] Add lens by-value FTR to confirm share link in lens is passing a\r\nshare link that will open to a Lens visualization. For reference check\r\nout\r\nhttps://github.com/elastic/kibana/pull/180406#pullrequestreview-2042622228\r\n\r\n\r\n### Checklist\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","shortMessageHtmlLink":"[Fix] Additional tests and clean up for share modal redesign initiati…"}},{"before":"e06c42cfe66317e83274ae2108e234dac769e23f","after":"83c151278e86caa1a02588eb4639123e29a40347","ref":"refs/heads/main","pushedAt":"2024-06-12T20:21:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ymao1","name":"Ying Mao","path":"/ymao1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13104637?s=80&v=4"},"commit":{"message":"[Response Ops][Task Manager] Provide a way for recurring tasks to indicate that they should be deleted. (#184776)\n\nResolves https://github.com/elastic/kibana/issues/181145\r\n\r\n## Summary\r\n\r\nAdds an optional flag `shouldDeleteTask` to a successful task run\r\nresult. If this flag is set to true, task manager will remove the task\r\nat the end of the processing cycle. This allows tasks to gracefully\r\ninform us that they need to be deleted without throwing an unrecoverable\r\nerror (the current way that tasks tell us they want to be deleted).\r\n\r\nAudited existing usages of `throwUnrecoverableError`. Other than usages\r\nwithin the alerting and actions task runner, which are thrown for valid\r\nerror states, all other usages were by tasks that were considered\r\noutdated and should be deleted. Updated all those usages to return the\r\n`shouldDeleteTask` run result.\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","shortMessageHtmlLink":"[Response Ops][Task Manager] Provide a way for recurring tasks to ind…"}},{"before":"b7b072d3d95066343c5ed4bae5e698f880001411","after":"13f0d9d6f40ac1d8b98e0d2538be4983db5e116b","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T20:11:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"add back grammar sync step","shortMessageHtmlLink":"add back grammar sync step"}},{"before":"95d3eb0d28991cbf9dcc2811abad7959e6ac4d3e","after":"b7b072d3d95066343c5ed4bae5e698f880001411","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T19:46:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"7250f548f14846ce56fcf1f02eda25da622f6aec","after":"e06c42cfe66317e83274ae2108e234dac769e23f","ref":"refs/heads/main","pushedAt":"2024-06-12T19:42:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jen-huang","name":"Jen Huang","path":"/jen-huang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1965714?s=80&v=4"},"commit":{"message":"[UII] Maintain log level order by verbosity (#186121)\n\n## Summary\r\n\r\nThis PR makes the list of log levels have the same order (by verbosity)\r\nwhere ever they are used:\r\n\r\n- In Agent details > Logs filter dropdown\r\n- In Agent details > Logs > Agent logging level setting\r\n- In Agent policy > Settings > Agent logging level setting\r\n\r\n\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1965714/eab3d91f-4ce3-4a04-a6fe-f673210337a1\"\r\n\r\n\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1965714/3f88e2a1-74e6-4001-b46b-6934bf364f55\"\r\n\r\n\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1965714/d6880691-e1ea-4bc2-8df2-26dd3a951e8c\"","shortMessageHtmlLink":"[UII] Maintain log level order by verbosity (#186121)"}},{"before":"281d3ac1b15d8226fbf7a489912762daae374ff4","after":"95d3eb0d28991cbf9dcc2811abad7959e6ac4d3e","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T19:33:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"b2e15fe9c3ca746fbd5dabfa69607767880b30d0","after":"281d3ac1b15d8226fbf7a489912762daae374ff4","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T19:27:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"fix git scope","shortMessageHtmlLink":"fix git scope"}},{"before":"b318bc3e22620115a5b92769576bafcd3bdd4310","after":"7250f548f14846ce56fcf1f02eda25da622f6aec","ref":"refs/heads/main","pushedAt":"2024-06-12T17:54:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jennypavlova","name":null,"path":"/jennypavlova","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14139027?s=80&v=4"},"commit":{"message":" [Infra] Add alerts section to the container views overview (#186071)\n\nCloses #185757\r\n\r\n## Summary\r\n\r\nThis PR adds the alerts section to the container views overview.\r\n\r\n- Docker Container\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/14139027/91bf9feb-e664-477a-9086-c9063ff034ae)\r\n\r\n\r\n- Non-docker container\r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/14139027/369a920e-8e41-4c38-9b9c-9c3e2107963d)\r\n\r\n\r\n\r\n## Testing\r\n- Now the oblt cluster has Docker containers so we can use it for\r\ntesting\r\n- Go to Inventory and select \"Docker Containers\"\r\n- Click on a Docker Container and check the alerts section\r\n - If there are no active alerts the section is closed\r\n - The \"Create Rule\" button should be visible \r\n - Create a rule and check the alerts using the \"show all\" button\r\n - Return to Inventory and open the container again\r\n- Click on a non-docker container\r\n - Alerts section should be visible\r\n - The \"Create Rule\" button should not be visible \r\n\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/14139027/747ccaee-598f-40f9-8464-ea297c6193a7","shortMessageHtmlLink":" [Infra] Add alerts section to the container views overview (#186071)"}},{"before":"fee77807afc746a6d40efd2dfa6c1f80c3b844c2","after":"cca8bd7ace6438a545f631cbe87cae86887f2699","ref":"refs/heads/8.14","pushedAt":"2024-06-12T17:54:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mistic","name":"Tiago Costa","path":"/mistic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4440734?s=80&v=4"},"commit":{"message":"chore(NA): bump version to 8.14.2 (#186110)\n\nUsually bump from 8.14.1 to 8.14.2\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","shortMessageHtmlLink":"chore(NA): bump version to 8.14.2 (#186110)"}},{"before":"09e27bed089d6174436d369ed4933896e5b429c2","after":"b318bc3e22620115a5b92769576bafcd3bdd4310","ref":"refs/heads/main","pushedAt":"2024-06-12T17:52:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mistic","name":"Tiago Costa","path":"/mistic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4440734?s=80&v=4"},"commit":{"message":"chore(NA): update versions after v8.14.2 bump (#186107)\n\nThis PR is a simple update of our versions file after the recent bumps.","shortMessageHtmlLink":"chore(NA): update versions after v8.14.2 bump (#186107)"}},{"before":"52a8b060d591210d99f785834ed61162438f47fb","after":"fee77807afc746a6d40efd2dfa6c1f80c3b844c2","ref":"refs/heads/8.14","pushedAt":"2024-06-12T17:45:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kibanamachine","name":"Kibana Machine","path":"/kibanamachine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42973632?s=80&v=4"},"commit":{"message":"[8.14] Add DLS to native dropbox connector (#186092) (#186108)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.14`:\n- [Add DLS to native dropbox connector\n(#186092)](https://github.com/elastic/kibana/pull/186092)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Jedr Blaszyk ","shortMessageHtmlLink":"[8.14] Add DLS to native dropbox connector (#186092) (#186108)"}},{"before":"04add9a1f1d48879d3c098fefb06895d04e3899c","after":"09e27bed089d6174436d369ed4933896e5b429c2","ref":"refs/heads/main","pushedAt":"2024-06-12T17:45:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MiriamAparicio","name":"Miriam","path":"/MiriamAparicio","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31922082?s=80&v=4"},"commit":{"message":"[ObsUX][Infra] Enhance Metadata tab and metadata in containers overview (#185786)\n\nCloses https://github.com/elastic/kibana/issues/183355\r\n\r\n### Summary\r\nThis PR adds the metadata fields to the container views overview and\r\nmetadata fields in synthtrace for testing\r\n\"Screenshot\r\n\"Screenshot","shortMessageHtmlLink":"[ObsUX][Infra] Enhance Metadata tab and metadata in containers overvi…"}},{"before":"2bb293ab2f4df63b8dea06060076a735abe66da8","after":"04add9a1f1d48879d3c098fefb06895d04e3899c","ref":"refs/heads/main","pushedAt":"2024-06-12T17:42:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Heenawter","name":"Hannah Mudge","path":"/Heenawter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8698078?s=80&v=4"},"commit":{"message":"[Embeddable Rebuild] Add tooltip support to `PresentationPanel` header badges (#186102)\n\nCloses https://github.com/elastic/kibana/issues/185914\r\n\r\n## Summary\r\n\r\nThe linked regression is a result of\r\nhttps://github.com/elastic/kibana/issues/172017, which accidentally\r\nremoved tooltip support from badges - this PR adds it back so that the\r\ncontrols deprecation badge now shows the tooltip as expected on both\r\nhover and focus:\r\n\r\n

\r\n\r\n

\r\n\r\nI also ensured that the tooltip contents are available for screen\r\nreaders by adding a conditional `aria-label` - if a tooltip is not\r\nprovided, then the screen reader will read the badge's contents instead.\r\n\r\n**How to Test**\r\n1. Create a legacy input control embeddable by adding the following to\r\nyour URL: `/app/visualize#/create?type=input_control_vis`\r\n2. Add that panel to a dashboard\r\n3. You should see the deprecation badge and its corresponding tooltip\r\n:+1:\r\n\r\n### Checklist\r\n\r\n- [x] Any UI touched in this PR is usable by keyboard only (learn more\r\nabout [keyboard accessibility](https://webaim.org/techniques/keyboard/))\r\n- [x] Any UI touched in this PR does not create any new axe failures\r\n(run axe in browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n- [x] This was checked for [cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","shortMessageHtmlLink":"[Embeddable Rebuild] Add tooltip support to PresentationPanel heade…"}},{"before":"8f6e33a7b963f58494cf040e4ca27d82268f9af3","after":"f931b31c67cb35e349b66323fe9cb5413f2f075a","ref":"refs/heads/renovate/main-opentelemetry-modules","pushedAt":"2024-06-12T17:41:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Update OpenTelemetry modules","shortMessageHtmlLink":"Update OpenTelemetry modules"}},{"before":"62661e5062aaca4a130210a10615c18dea4febcb","after":"b2e15fe9c3ca746fbd5dabfa69607767880b30d0","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T17:35:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"update paths","shortMessageHtmlLink":"update paths"}},{"before":"d92191798a09e4800c5bf87d90e78ee09b49a25f","after":"2bb293ab2f4df63b8dea06060076a735abe66da8","ref":"refs/heads/main","pushedAt":"2024-06-12T17:35:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebelga","name":"Sébastien Loix","path":"/sebelga","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2854616?s=80&v=4"},"commit":{"message":"[Stateful sidenav] Read space solution setting to set the side nav (#185931)","shortMessageHtmlLink":"[Stateful sidenav] Read space solution setting to set the side nav (#…"}},{"before":null,"after":"d76b1d05b787522798c06f5b602c94b9bf77010b","ref":"refs/heads/esql_grammar_sync_1718213412","pushedAt":"2024-06-12T17:30:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"elastic-vault-github-plugin-prod[bot]","name":null,"path":"/apps/elastic-vault-github-plugin-prod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6764390?s=80&v=4"},"commit":{"message":"Update ES|QL grammars","shortMessageHtmlLink":"Update ES|QL grammars"}},{"before":"f14c1adf84e0896c28baf9e012ca35b20fbbaf9a","after":"62661e5062aaca4a130210a10615c18dea4febcb","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T17:17:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"scope the diff check","shortMessageHtmlLink":"scope the diff check"}},{"before":"45b896b0980ad10b321f37428c5425478628c8a5","after":"d92191798a09e4800c5bf87d90e78ee09b49a25f","ref":"refs/heads/main","pushedAt":"2024-06-12T17:02:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Fleet] Add missing bulk install unit tests (#186002)\n\n## Summary\r\n\r\nForgot to add the tests I wrote in\r\nhttps://github.com/elastic/kibana/pull/185900 🙃","shortMessageHtmlLink":"[Fleet] Add missing bulk install unit tests (#186002)"}},{"before":"0460c9b8c233b550418591396397e03f7f2ed44c","after":"f14c1adf84e0896c28baf9e012ca35b20fbbaf9a","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T16:55:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"only add relevant package to git","shortMessageHtmlLink":"only add relevant package to git"}},{"before":null,"after":"a048c6c0f38a1faab72d652b75b30dfc29e23af2","ref":"refs/heads/esql_grammar_sync_1718210774","pushedAt":"2024-06-12T16:46:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"elastic-vault-github-plugin-prod[bot]","name":null,"path":"/apps/elastic-vault-github-plugin-prod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6764390?s=80&v=4"},"commit":{"message":"Update ES|QL grammars","shortMessageHtmlLink":"Update ES|QL grammars"}},{"before":"2433131aeda1b11564ba814127eca8365e9467b2","after":"45b896b0980ad10b321f37428c5425478628c8a5","ref":"refs/heads/main","pushedAt":"2024-06-12T16:38:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nchaulet","name":"Nicolas Chaulet","path":"/nchaulet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1336873?s=80&v=4"},"commit":{"message":"[Fleet] Add support for setting `add_fields` processors on all agents under an agent policy (#184693)","shortMessageHtmlLink":"[Fleet] Add support for setting add_fields processors on all agents…"}},{"before":"36bca50b3f1aac9d5adaa662c629971688d027de","after":"2433131aeda1b11564ba814127eca8365e9467b2","ref":"refs/heads/main","pushedAt":"2024-06-12T16:28:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"delanni","name":"Alex Szabo","path":"/delanni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4738868?s=80&v=4"},"commit":{"message":"[CI] Remove caching of api-docs (#186050)\n\n## Summary\r\nWhen building the VM image, especially concerning the cache-warmup step\r\n(https://github.com/elastic/ci-agent-images/pull/736) this step will\r\nfail, because it's running on agents that won't have access to this\r\nrepository ([see this\r\nbuild](https://buildkite.com/elastic/ci-vm-images/builds/5275#01900893-db68-4242-b73e-cda24df6e20c)).\r\n\r\nWe're probably not losing much by not having this repo cached, or if we\r\nneed it, we can always build the VM image with this repo cloned, and use\r\nit through the git-mirrors.","shortMessageHtmlLink":"[CI] Remove caching of api-docs (#186050)"}},{"before":"7749f5e5f2206d252ef1f212e19cd9f72919eddb","after":null,"ref":"refs/heads/update-bundled-packages-20240611175549","pushedAt":"2024-06-12T16:23:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"}},{"before":"e90a83d8bc00dca15d3a45f502a74d101ef15e07","after":"36bca50b3f1aac9d5adaa662c629971688d027de","ref":"refs/heads/main","pushedAt":"2024-06-12T16:23:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[main] Sync bundled packages with Package Storage (#186023)\n\nAutomated by\r\nhttps://buildkite.com/elastic/package-storage-infra-kibana-discover-release-branches/builds/827\r\n\r\nCo-authored-by: Kyle Pollich ","shortMessageHtmlLink":"[main] Sync bundled packages with Package Storage (#186023)"}},{"before":null,"after":"60fca0f59f3325de82829ae8e054f4641a483f98","ref":"refs/heads/revert-184677-feat/apm-alert-details-visualization-annotations","pushedAt":"2024-06-12T16:20:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dominiqueclarke","name":"Dominique Clarke","path":"/dominiqueclarke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11356435?s=80&v=4"},"commit":{"message":"Revert \"[APM] alert details - add alert start annotation to all visualization…\"\n\nThis reverts commit 9e52d98d2b8d8fc51a0f30c6e4ca4d2cc9120dfc.","shortMessageHtmlLink":"Revert \"[APM] alert details - add alert start annotation to all visua…"}},{"before":"82f51bdb33f2244b4d0b0531f1df0d845f4f3a33","after":"0460c9b8c233b550418591396397e03f7f2ed44c","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T16:19:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"Update esql_grammar_sync.yml","shortMessageHtmlLink":"Update esql_grammar_sync.yml"}},{"before":"58f07c7a324667812cd5ece90df05efbf9f1c6df","after":"82f51bdb33f2244b4d0b0531f1df0d845f4f3a33","ref":"refs/heads/operationalize-docs-generator-script","pushedAt":"2024-06-12T16:17:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"drewdaemon","name":"Drew Tate","path":"/drewdaemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/315764?s=80&v=4"},"commit":{"message":"Update esql_generate_function_metadata.sh","shortMessageHtmlLink":"Update esql_generate_function_metadata.sh"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY9nQvgA","startCursor":null,"endCursor":null}},"title":"Activity · elastic/kibana"}