{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":358939505,"defaultBranch":"main","name":"kibana","ownerLogin":"kpollich","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-04-17T17:19:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6766512?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726767758.0","currentOid":""},"activityList":{"items":[{"before":"bda9465e5c7b33e21556129f177f744f2d46a6b7","after":"9ec58a7b9e55a6df8919e5a3f28992d417aef35c","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-20T12:29:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Run entire suite 100 times","shortMessageHtmlLink":"Run entire suite 100 times"}},{"before":"cd29f278ef936783eaaec2f625b9a6584460c1f2","after":"bda9465e5c7b33e21556129f177f744f2d46a6b7","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-20T12:24:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Move loop out a level","shortMessageHtmlLink":"Move loop out a level"}},{"before":"1181436a98f1a9389c50c75f5b7cb7cadc367ff8","after":"cd29f278ef936783eaaec2f625b9a6584460c1f2","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-19T18:17:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Remove .only cause it makes Kibana CI mad 😠","shortMessageHtmlLink":"Remove .only cause it makes Kibana CI mad 😠"}},{"before":"095d8ebf5d8a5a20a0f8738affef20d19b3d6e2c","after":"1181436a98f1a9389c50c75f5b7cb7cadc367ff8","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-19T17:47:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Run flaky suite 100 times","shortMessageHtmlLink":"Run flaky suite 100 times"}},{"before":"b6ba6e51954a2fe6a741c6175f14594bddc9e27f","after":"095d8ebf5d8a5a20a0f8738affef20d19b3d6e2c","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-19T17:44:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Add .only","shortMessageHtmlLink":"Add .only"}},{"before":null,"after":"b6ba6e51954a2fe6a741c6175f14594bddc9e27f","ref":"refs/heads/fleet/flaky-package-policy-action-test","pushedAt":"2024-09-19T17:42:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Useless commit to create PR for flaky test runner","shortMessageHtmlLink":"Useless commit to create PR for flaky test runner"}},{"before":"3c01b13f90d6c8b6c144e0c4ead771008d499d99","after":"92b2c0324779711b6c95b1f90027cef210401ce9","ref":"refs/heads/main","pushedAt":"2024-09-19T17:36:43.000Z","pushType":"push","commitsCount":41,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"fix(slo): use correct uisettings (#193362)","shortMessageHtmlLink":"fix(slo): use correct uisettings (elastic#193362)"}},{"before":"699db81856eaf9a3666f4f46fa58ee4619b3b17c","after":"3c01b13f90d6c8b6c144e0c4ead771008d499d99","ref":"refs/heads/main","pushedAt":"2024-09-18T19:34:15.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[ResponseOps] Connector OAS for framework fields (#192767)\n\nResolves https://github.com/elastic/kibana/issues/192778\r\n\r\n## Summary\r\n\r\nThis PR updates the following `response` schemas as well as the legacy\r\nroute schemas for connector APIs to generate OAS documentation:\r\n- `POST /api/actions/connector/{id?}`\r\n- `GET /api/actions/connector/{id}`\r\n- `POST /api/actions/connector/{id}/_execute`\r\n- `PUT /api/actions/connector/{id}`\r\n\r\nThe `request` schemas were updated in this\r\n[PR](https://github.com/elastic/kibana/pull/191678).\r\n\r\n\r\n### To verify\r\n\r\n1. Start ES\r\n2. Add `server.oas.enabled: true` to `kibana.dev.yml`\r\n3. Start Kibana `yarn start --no-base-path`\r\n4. `curl -s -uelastic:changeme\r\nhttp://localhost:5601/api/oas\\?pathStartsWith\\=/api/actions/ | jq`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Lisa Cawley ","shortMessageHtmlLink":"[ResponseOps] Connector OAS for framework fields (elastic#192767)"}},{"before":"0fc191aa320db4b7949f1c2d47a273a5362029c8","after":"699db81856eaf9a3666f4f46fa58ee4619b3b17c","ref":"refs/heads/main","pushedAt":"2024-09-17T19:49:15.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Security Solution] [Attack discovery] Updates Gemini connector to ignore unknown properties in responses (#192915)\n\n## [Security Solution] [Attack discovery] Updates Gemini connector to ignore unknown properties in responses\r\n\r\n### Summary\r\n\r\nThis PR updates the Gemini connector's `RunApiResponseSchema` to ignore unknown properties in responses.\r\n\r\nIt fixes an issue where the recent addition of a `modelVersion` in Gemini responses causes Attack discovery to fail with the following error:\r\n\r\n```\r\nAttack discovery generation failed\r\n\r\nActionsClientLlm: action result status is error: an error occurred while running the action - Response validation failed (Error: [modelVersion]: definition for this key is missing)\r\n```\r\n\r\nshown in the screenshot below:\r\n\r\n![error](https://github.com/user-attachments/assets/8b706290-27ca-42d9-b972-3d8613af690c)\r\n\r\n### Desk testing\r\n\r\nTo reproduce:\r\n\r\n1) Navigate to Security > Attack discovery\r\n\r\n2) Select a Gemini connector\r\n\r\n3) Click Generate\r\n\r\n**Expected result**\r\n\r\n- Attack discoveries are generated\r\n\r\n**Actual result**\r\n\r\n- The following error is displayed:\r\n\r\n```\r\nAttack discovery generation failed\r\n\r\nActionsClientLlm: action result status is error: an error occurred while running the action - Response validation failed (Error: [modelVersion]: definition for this key is missing)\r\n```\r\n\r\n![error](https://github.com/user-attachments/assets/8b706290-27ca-42d9-b972-3d8613af690c)","shortMessageHtmlLink":"[Security Solution] [Attack discovery] Updates Gemini connector to ig…"}},{"before":"fa748474c42ed0111dde735fb2d51d202ed86a9e","after":"0fc191aa320db4b7949f1c2d47a273a5362029c8","ref":"refs/heads/main","pushedAt":"2024-09-17T17:25:23.000Z","pushType":"push","commitsCount":110,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[NL-to-ESQL] refactor and improve the task's workflow (#192850)\n\n## Summary\r\n\r\nSome cleanup and minor enhancements, just to get my hands on that part\r\nof the code.\r\n\r\nevaluation framework was run against gemini1.5, claude-sonnet and GPT-4,\r\nwith a few improvements\r\n\r\n### Cleanup\r\n\r\n- Refactor the code to improve readability and maintainability\r\n\r\n### Improvements\r\n\r\n- Add support for keyword aliases (turns out, some models asks for\r\n`STATS...BY` and not `STATS`)\r\n- Add (naive for now) support for suggestion (to try to influence the\r\nmodel on using some function instead of others, e.g group by time with\r\nBUCKET instead of DATE_TRUNC)\r\n- Generate \"this command does not exist\" documentation when the model\r\nrequest a missing command (help making it understand it shouldn't use\r\nthe command, e.g gpt-4 was hallucinating a `REVERSE` command)\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine ","shortMessageHtmlLink":"[NL-to-ESQL] refactor and improve the task's workflow (elastic#192850)"}},{"before":"b02e1f39871818a1152046ad9ffb6fbe7829dda0","after":"fa748474c42ed0111dde735fb2d51d202ed86a9e","ref":"refs/heads/main","pushedAt":"2024-09-13T16:42:53.000Z","pushType":"push","commitsCount":54,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Fleet] Add showOnlyActiveDatastream to /packages/installed endpoint (#192631)","shortMessageHtmlLink":"[Fleet] Add showOnlyActiveDatastream to /packages/installed endpoint (e…"}},{"before":"240c4ff15b96c8c108fc15c575a7d4fab8fa79c6","after":"b02e1f39871818a1152046ad9ffb6fbe7829dda0","ref":"refs/heads/main","pushedAt":"2024-09-12T14:28:03.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[RCA] Add from library to the investigation details page (#192217)","shortMessageHtmlLink":"[RCA] Add from library to the investigation details page (elastic#192217"}},{"before":null,"after":"240c4ff15b96c8c108fc15c575a7d4fab8fa79c6","ref":"refs/heads/fleet/disable-kibana-version-check-in-9.0","pushedAt":"2024-09-12T13:04:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[react@18] More breaking type fixes (should be the last pr) (#192266)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/138222\r\n\r\nin @types/react@18 types\r\nhttps://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210. This PR\r\naddresses a bunch of remaining fixes **(hopefully the last mass ping PR\r\nlike this)** The most common are:\r\n\r\n\r\n### 1 Objects are no longer considered a valid ReactNode\r\n\r\nIn types@17 the ReactNode typing was too soft, it allowed objects and\r\nfunctions being passed as ReactNode, e.g.\r\n\r\n```\r\nlet obj: React.ReactNode = {};\r\nlet func: React.ReactNode = () => {};\r\n```\r\n\r\nThis was by mistake, and this PR mutes most of such cases by simply\r\ncasting to a `string` or `ReactNode`.\r\nIn some cases, it is worth to follow up and address the raised issues in\r\na better way (see in comments)\r\n\r\n\r\n```diff\r\n\r\nfunction MyComponent() {\r\n\r\nconst error: string | Error = 'Error'\r\n\r\nreturn (\r\n
\r\n- {error}\r\n+ {error as string}\r\n
\r\n)\r\n\r\n}\r\n\r\n```\r\n\r\n\r\nMost common problems are related to rendering errors, where it could be\r\n`string | Error` object rendered directly as a ReactNode. Most often it\r\nis related to alerting framework:\r\n\r\n```\r\nexport interface RuleFormParamsErrors {\r\n [key: string]: string | string[] | RuleFormParamsErrors;\r\n}\r\n```\r\n\r\nNot sure if there is a better fix then casting, surely not short-term. \r\n\r\n### 2 More `useCallback` implicit any fixes\r\n\r\nFollow up to https://github.com/elastic/kibana/pull/191659\r\n\r\n### 3 `EuiSelect` doesn't have a placeholder prop \r\n\r\nIn a couple of places, the `placeholder` prop was removed. This is\r\nbecause react types were updated and `placeholder` was removed from the\r\nbase HTML element, so it highlighted places where `placeholder` prop was\r\nredundant","shortMessageHtmlLink":"[react@18] More breaking type fixes (should be the last pr) (elastic#…"}},{"before":"e01423d6e9a3402ddf7d0c0ca9c02d433dae547c","after":"240c4ff15b96c8c108fc15c575a7d4fab8fa79c6","ref":"refs/heads/main","pushedAt":"2024-09-12T12:52:28.000Z","pushType":"push","commitsCount":29,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[react@18] More breaking type fixes (should be the last pr) (#192266)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/138222\r\n\r\nin @types/react@18 types\r\nhttps://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210. This PR\r\naddresses a bunch of remaining fixes **(hopefully the last mass ping PR\r\nlike this)** The most common are:\r\n\r\n\r\n### 1 Objects are no longer considered a valid ReactNode\r\n\r\nIn types@17 the ReactNode typing was too soft, it allowed objects and\r\nfunctions being passed as ReactNode, e.g.\r\n\r\n```\r\nlet obj: React.ReactNode = {};\r\nlet func: React.ReactNode = () => {};\r\n```\r\n\r\nThis was by mistake, and this PR mutes most of such cases by simply\r\ncasting to a `string` or `ReactNode`.\r\nIn some cases, it is worth to follow up and address the raised issues in\r\na better way (see in comments)\r\n\r\n\r\n```diff\r\n\r\nfunction MyComponent() {\r\n\r\nconst error: string | Error = 'Error'\r\n\r\nreturn (\r\n
\r\n- {error}\r\n+ {error as string}\r\n
\r\n)\r\n\r\n}\r\n\r\n```\r\n\r\n\r\nMost common problems are related to rendering errors, where it could be\r\n`string | Error` object rendered directly as a ReactNode. Most often it\r\nis related to alerting framework:\r\n\r\n```\r\nexport interface RuleFormParamsErrors {\r\n [key: string]: string | string[] | RuleFormParamsErrors;\r\n}\r\n```\r\n\r\nNot sure if there is a better fix then casting, surely not short-term. \r\n\r\n### 2 More `useCallback` implicit any fixes\r\n\r\nFollow up to https://github.com/elastic/kibana/pull/191659\r\n\r\n### 3 `EuiSelect` doesn't have a placeholder prop \r\n\r\nIn a couple of places, the `placeholder` prop was removed. This is\r\nbecause react types were updated and `placeholder` was removed from the\r\nbase HTML element, so it highlighted places where `placeholder` prop was\r\nredundant","shortMessageHtmlLink":"[react@18] More breaking type fixes (should be the last pr) (elastic#…"}},{"before":"3d951e7db4f97f3c7a4bb2fe1d0ab4713bed748a","after":"e01423d6e9a3402ddf7d0c0ca9c02d433dae547c","ref":"refs/heads/main","pushedAt":"2024-09-11T19:06:50.000Z","pushType":"push","commitsCount":190,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Security Solution][Alert Flyout] Convert rule name to rule flyout and enable rule previews (#191764)\n\n## Summary\r\n\r\nThis PR converts rule name in alert table to be a flyout (consistent\r\nwith host name and user name) and enables rule preview whenever rule\r\nname is present.\r\n\r\nThis PR also moved the rule details component into its own\r\n`rule_details` folder to be independent of the `document_details`\r\nflyout.\r\n\r\nDependency: https://github.com/elastic/kibana/pull/190560 to be merged\r\nfirst\r\n\r\nNew behavior:\r\n- Rule link in alert table opens rule flyout\r\n- Clicking the rule title goes to rule details page\r\n- Clicking rule name in alert flyout opens rule preview\r\n\r\n\r\n\r\nhttps://github.com/user-attachments/assets/857aa894-6253-4041-873a-18d6e8a003b6\r\n\r\n\r\n\r\n### Checklist\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\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":"[Security Solution][Alert Flyout] Convert rule name to rule flyout an…"}},{"before":"4ca6f1d77d6290a743ae56f4775c6e0267982e1b","after":"3d951e7db4f97f3c7a4bb2fe1d0ab4713bed748a","ref":"refs/heads/main","pushedAt":"2024-09-05T13:16:17.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Fleet] rollover if dimension mappings changed in dynamic templates (#192098)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/190700\r\n\r\nTrigger rollover if dimension is turned on/off in dynamic template\r\nmappings, see linked issue for more details.\r\n\r\nTo verify (see API calls below):\r\n- install `prometheus` `1.16.0` \r\n- index a document to create the data stream\r\n`metrics-prometheus.remote_write-default`\r\n- upgrade `prometheus` package `1.17.0` \r\n- index another document with current timestamp to trigger the lazy\r\nrollover\r\n- verify that the rollover happened and `labels.*` mappings are updated\r\nwith `time_series_dimension`\r\n\r\n```\r\nPOST kbn:/api/fleet/epm/packages/prometheus/1.16.0\r\n{\r\n \"force\": true\r\n}\r\n\r\n# index doc to create data stream\r\nPOST metrics-prometheus.remote_write-default/_doc\r\n{\r\n \"@timestamp\": \"2024-09-04T10:34:59.000Z\",\r\n \"prometheus\" : {\"labels\": {\"test\": \"label1\"}},\r\n \"agent\": {\r\n \"id\": \"agent1\"\r\n },\r\n \"cloud\": {\r\n \"account\": {\r\n \"id\": \"1234\"\r\n },\r\n \"availability_zone\": \"eu\",\r\n \"instance\": {\r\n \"id\": \"1234\"\r\n },\r\n \"provider\": \"aws\",\r\n \"region\": \"eu\"\r\n }\r\n}\r\n\r\nPOST kbn:/api/fleet/epm/packages/prometheus/1.17.0\r\n{\r\n \"force\": true\r\n}\r\n\r\n# index another doc with current timestamp\r\n\r\n# expected mappings \r\n# 1.16.0\r\nGET metrics-prometheus.remote_write-default/_mapping\r\n\r\n \".ds-metrics-prometheus.remote_write-default-2024.09.04-000001\": {\r\n...\r\n \"prometheus\": {\r\n \"dynamic\": \"true\",\r\n \"properties\": {\r\n \"labels\": {\r\n \"dynamic\": \"true\",\r\n \"properties\": {\r\n \"test\": {\r\n \"type\": \"keyword\"\r\n }\r\n }\r\n },\r\n\r\n# 1.17.0\r\n\r\n \".ds-metrics-prometheus.remote_write-default-2024.09.04-000002\": {\r\n...\r\n \"prometheus\": {\r\n \"dynamic\": \"true\",\r\n \"properties\": {\r\n \"labels\": {\r\n \"dynamic\": \"true\",\r\n \"properties\": {\r\n \"test\": {\r\n \"type\": \"keyword\",\r\n \"time_series_dimension\": true\r\n }\r\n }\r\n },\r\n\r\n# uninstall package to repeat the test\r\nDELETE kbn:/api/fleet/epm/packages/prometheus/1.17.0\r\n\r\n```\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","shortMessageHtmlLink":"[Fleet] rollover if dimension mappings changed in dynamic templates (e…"}},{"before":"22d23ffd29a85577349234286514c2d94c1cb09c","after":"4ca6f1d77d6290a743ae56f4775c6e0267982e1b","ref":"refs/heads/main","pushedAt":"2024-09-04T13:20:44.000Z","pushType":"push","commitsCount":84,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[ML] Trained models - fix download state responsiveness (#191900)\n\n## Summary\r\n\r\nFix for [#1284](https://github.com/elastic/ml-team/issues/1284)\r\n\r\n\r\nhttps://github.com/user-attachments/assets/3b829777-4ff9-4272-80dd-d27bccdb9fb5\r\n\r\n\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [X] This renders correctly on smaller devices using a responsive\r\nlayout. (You can test this [in your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))","shortMessageHtmlLink":"[ML] Trained models - fix download state responsiveness (elastic#191900)"}},{"before":"e433dc25060a440e1894423d1062069897f743d1","after":"22d23ffd29a85577349234286514c2d94c1cb09c","ref":"refs/heads/main","pushedAt":"2024-08-30T16:45:44.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[DOCS] Clarify xpack.actions.enabledActionTypes (#191772)","shortMessageHtmlLink":"[DOCS] Clarify xpack.actions.enabledActionTypes (elastic#191772)"}},{"before":"1016ef06d7a78d46c19dc38ee6e642d3f65da89c","after":"e433dc25060a440e1894423d1062069897f743d1","ref":"refs/heads/main","pushedAt":"2024-08-30T12:06:30.000Z","pushType":"push","commitsCount":31,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Fleet] Stop fetching all full or with agentCount agent policies (#191661)","shortMessageHtmlLink":"[Fleet] Stop fetching all full or with agentCount agent policies (ela…"}},{"before":"23854878eca72850d319367f3475ef8b3b2fee9e","after":"1016ef06d7a78d46c19dc38ee6e642d3f65da89c","ref":"refs/heads/main","pushedAt":"2024-08-29T17:42:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[ResponseOps][Connectors] Add descriptions for OpenAPI responses (#191678)","shortMessageHtmlLink":"[ResponseOps][Connectors] Add descriptions for OpenAPI responses (ela…"}},{"before":null,"after":"d84ef83e1892c5d4e7efa05499e9f8978191822d","ref":"refs/heads/fleet/backport-auto-approve-changes-to-8-15","pushedAt":"2024-08-29T17:42:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[Fleet] Add GitHub action to auto-approve bundled package PR's (#190736)\n\n## Summary\n\nAdds a GitHub action similar to others where Fleet's bundled package\nPR's will be auto approved by the GitHub actions user. Today, these PR's\nrequire human intervention which causes headaches.\n\nExample PR: https://github.com/elastic/kibana/pull/189514","shortMessageHtmlLink":"[Fleet] Add GitHub action to auto-approve bundled package PR's (elast…"}},{"before":"7adda78d6be3d88d55aec76716f16a63d698b32c","after":"23854878eca72850d319367f3475ef8b3b2fee9e","ref":"refs/heads/main","pushedAt":"2024-08-29T17:30:54.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Update dependency chromedriver to v128 (main) (#191701)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [chromedriver](https://togithub.com/giggio/node-chromedriver) |\r\ndevDependencies | major | [`^127.0.3` ->\r\n`^128.0.0`](https://renovatebot.com/diffs/npm/chromedriver/127.0.3/128.0.0)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\ngiggio/node-chromedriver (chromedriver)\r\n\r\n###\r\n[`v128.0.0`](https://togithub.com/giggio/node-chromedriver/compare/127.0.3...128.0.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/giggio/node-chromedriver/compare/127.0.3...128.0.0)\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update dependency chromedriver to v128 (main) (elastic#191701)"}},{"before":"bc8cb0072311eae14472fb394a30adfeaa6b8a8f","after":"7adda78d6be3d88d55aec76716f16a63d698b32c","ref":"refs/heads/main","pushedAt":"2024-08-29T14:33:52.000Z","pushType":"push","commitsCount":276,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"skip failing test suite (#191637)","shortMessageHtmlLink":"skip failing test suite (elastic#191637)"}},{"before":null,"after":"1f8d191040dbedeb664fa8d633e2acadcfd7cf61","ref":"refs/heads/fleet/re-add-agent-monitoring-settings","pushedAt":"2024-08-21T12:55:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Re-add agent.monitoring.enabled and agent.monitoring.buffer.enabled settings","shortMessageHtmlLink":"Re-add agent.monitoring.enabled and agent.monitoring.buffer.enabled s…"}},{"before":"cf43ba2f2702bdcb857d19290931ba6bfc84ff5a","after":"bc8cb0072311eae14472fb394a30adfeaa6b8a8f","ref":"refs/heads/main","pushedAt":"2024-08-21T12:31:21.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Update kubernetes templates for elastic-agent (#190940)\n\nAutomated by https://buildkite.com/elastic/elastic-agent/builds/11174","shortMessageHtmlLink":"Update kubernetes templates for elastic-agent (elastic#190940)"}},{"before":"f98ef4c04ac2711f976f8d42f0cbe125808e1f30","after":"cf43ba2f2702bdcb857d19290931ba6bfc84ff5a","ref":"refs/heads/main","pushedAt":"2024-08-20T17:37:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"[DOCS] Remove saved object and data view API pages (#190654)\n\nCo-authored-by: florent-leborgne ","shortMessageHtmlLink":"[DOCS] Remove saved object and data view API pages (elastic#190654)"}},{"before":"5605375470d8b7944cd7a9aa253f677d8e692432","after":"a5fdcdec8a48add069203b2c08d95c88385909f9","ref":"refs/heads/fleet/update-codeowners-for-fleet-packages","pushedAt":"2024-08-20T17:30:16.000Z","pushType":"push","commitsCount":1,"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":"[CI] Auto-commit changed files from 'node scripts/generate codeowners'","shortMessageHtmlLink":"[CI] Auto-commit changed files from 'node scripts/generate codeowners'"}},{"before":"4edad3b60e61def7ffc29b5e1153ded8b5435175","after":"5605375470d8b7944cd7a9aa253f677d8e692432","ref":"refs/heads/fleet/update-codeowners-for-fleet-packages","pushedAt":"2024-08-20T17:19:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"elasticmachine","name":"Elastic Machine","path":"/elasticmachine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837671?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fleet/update-codeowners-for-fleet-packages","shortMessageHtmlLink":"Merge branch 'main' into fleet/update-codeowners-for-fleet-packages"}},{"before":"965838e3afbff396a4afedeadbae46c6e1f16472","after":"4edad3b60e61def7ffc29b5e1153ded8b5435175","ref":"refs/heads/fleet/update-codeowners-for-fleet-packages","pushedAt":"2024-08-20T17:16:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Remove elastic/fleet as codeowner on fleet_packages.json","shortMessageHtmlLink":"Remove elastic/fleet as codeowner on fleet_packages.json"}},{"before":null,"after":"965838e3afbff396a4afedeadbae46c6e1f16472","ref":"refs/heads/fleet/update-codeowners-for-fleet-packages","pushedAt":"2024-08-20T17:14:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpollich","name":"Kyle Pollich","path":"/kpollich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6766512?s=80&v=4"},"commit":{"message":"Remove elastic/fleet as codeowner on fleet_packages.json","shortMessageHtmlLink":"Remove elastic/fleet as codeowner on fleet_packages.json"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMjoyOTo0MS4wMDAwMDBazwAAAAS78AWz","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMjoyOTo0MS4wMDAwMDBazwAAAAS78AWz","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMFQxNzoxNDo0OC4wMDAwMDBazwAAAASfXCx1"}},"title":"Activity · kpollich/kibana"}