{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":594127996,"defaultBranch":"main","name":"kibana","ownerLogin":"Samboski1","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-27T17:03:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/123761279?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1675386304.93256","currentOid":""},"activityList":{"items":[{"before":"f82588ba5e9c0ed1964fce6f2efb2cf2c3b02cab","after":"13e6cc6374bf96a0f0e7b3d1f4a816c409174b31","ref":"refs/heads/main","pushedAt":"2024-02-23T23:22:33.000Z","pushType":"push","commitsCount":7178,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"skip flaky suite (#177381)","shortMessageHtmlLink":"skip flaky suite (elastic#177381)"}},{"before":"3c9da2cd296f9e23b5052e8bf624ddd062bcbcd0","after":"f82588ba5e9c0ed1964fce6f2efb2cf2c3b02cab","ref":"refs/heads/main","pushedAt":"2023-07-07T00:34:16.000Z","pushType":"push","commitsCount":1994,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"[Serverless] Support banner header (#160912)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/160052\r\n\r\nThis PR adds support for the header banner in serverless projects. \r\n\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/908371/c950bbe7-46bb-4b82-b9ee-406aef7748dc\"\r\n\r\n**NOTE:** This PR adds support for the header banner by applying the\r\nsame techniques as in the \"classic\" layout: special class names of\r\n`header__bar`/`header_firstBar`/`header__secondBar`. The effect is the\r\n\"header action menu\" bar, which is an optional 2nd bar in the chrome\r\nheader, works better after this change when it is always visible. This\r\nis a temporary issue that unblocks the header banner, and fixes other\r\noverlapping issues with the current project layout stylings.\r\n\r\n_As followup work_, the @elastic/appex-sharedux team will investigate\r\nconverting the Kibana page template to the new\r\n[EuiPageTemplate](https://elastic.github.io/eui/#/templates/page-template/examples)\r\nwhich supports horizontal sections of a page that have dynamic height --\r\nwe need this for the dynamic presence of the header banner, and the\r\nintended dynamic presence of the header action menu.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\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 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))\r\n- [x] This was checked for [cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)","shortMessageHtmlLink":"[Serverless] Support banner header (elastic#160912)"}},{"before":"280b5976b5aa3377d95d71d41839040664375518","after":"3c9da2cd296f9e23b5052e8bf624ddd062bcbcd0","ref":"refs/heads/main","pushedAt":"2023-05-02T14:11:56.000Z","pushType":"push","commitsCount":1595,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"[RAM] Apply maintenance windows privilege to UI (#156191)\n\n## Summary\r\n\r\nWe will have three scenarios with kibana privileges\r\n\r\n### NONE\r\nKibana privileges form maintenance window:\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235188523-acaff7de-54d4-4991-a014-05c0f449738c.png\"\r\n\r\n`The expected result is to not see maintenance window at all`\r\n\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235188658-6a53b463-4856-42c7-916e-aa8e6d7e326b.png\"\r\n\r\n### READ\r\nKibana privileges form maintenance window:\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235188908-623d32ac-39a7-484e-bd5c-f858e04d16b2.png\"\r\n\r\n`The expected result is to only see the table with window maintenance\r\nand you can not edit them`\r\n\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235189169-f71422bf-6394-4574-87fb-14c653ca1e79.png\"\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235192048-149519ba-0505-46e3-b737-2703560eb3d6.png\"\r\n\r\n\r\n### ALL\r\nKibana privileges form maintenance window:\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235189384-e71d9138-221c-4024-91bb-2ae32da1bd3b.png\"\r\n\r\n`The expected result is to be able to create/edit/etc on any maintenance\r\nwindows`\r\n\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235189974-e36c1e65-0586-4840-ace5-32caf06455c6.png\"\r\n\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/189600/235192269-0f8d1922-d48f-494c-9979-2288bf142286.png\"\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] 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\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","shortMessageHtmlLink":"[RAM] Apply maintenance windows privilege to UI (elastic#156191)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEA5pnAgA","startCursor":null,"endCursor":null}},"title":"Activity ยท Samboski1/kibana"}