Global Search Group - 19.1 Planning
## Priorities for %"19.1" GitLab release schedule: https://about.gitlab.com/releases/ ### Deliverables ```glql display: table fields: title, assignee, state, epic, weight, labels ("type::*"), labels ("workflow::*") query: group = "gitlab-org" AND label = "group::global search" AND label = "Deliverable" AND milestone = "19.1" ``` ### Non-deliverables ```glql display: table fields: title, assignee, state, epic, weight, labels ("type::*"), labels ("workflow::*") query: group = "gitlab-org" AND label = "group::global search" AND label != "Deliverable" AND milestone = "19.1" ``` ### 🚨 Issues that need more information These issues are missing either an epic, weight or description. ```glql display: table fields: author, title, assignee, epic, weight query: group = "gitlab-org" AND label = "group::global search" AND label = "workflow::validation backlog" AND milestone = "19.1" ``` ### Features ~"type::feature" Product Manager: TBD ~"Next::1-3 releases" [candidates](https://gitlab.com/gitlab-org/gitlab/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Next%3A%3A1-3%20releases&label_name%5B%5D=group%3A%3Aglobal%20search&label_name%5B%5D=type%3A%3Afeature&first_page_size=20) ### Maintenance ~"type::maintenance" Engineering Manager: @changzhengliu ~"Next::1-3 releases" [candidates](https://gitlab.com/gitlab-org/gitlab/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Next%3A%3A1-3%20releases&label_name%5B%5D=group%3A%3Aglobal%20search&label_name%5B%5D=type%3A%3Amaintenance&first_page_size=20) #### Review quarantined specs | ~"flakiness::1" | ~"flakiness::2" | ~"flakiness::3" | ~"flakiness::4" | No flakiness status | |-----------------|-----------------|-----------------|-----------------|---------------------| | [link](https://gitlab.com/gitlab-org/gitlab/-/issues?state=opened&label_name%5B%5D=group%3A%3Aglobal+search&label_name%5B%5D=failure%3A%3Aflaky-test&label_name%5B%5D=quarantine&label_name%5B%5D=flakiness%3A%3A1) | [link](https://gitlab.com/gitlab-org/gitlab/-/issues?state=opened&label_name%5B%5D=group%3A%3Aglobal+search&label_name%5B%5D=failure%3A%3Aflaky-test&label_name%5B%5D=quarantine&label_name%5B%5D=flakiness%3A%3A2) | [link](https://gitlab.com/gitlab-org/gitlab/-/issues?state=opened&label_name%5B%5D=group%3A%3Aglobal+search&label_name%5B%5D=failure%3A%3Aflaky-test&label_name%5B%5D=quarantine&label_name%5B%5D=flakiness%3A%3A3) | [link](https://gitlab.com/gitlab-org/gitlab/-/issues?state=opened&label_name%5B%5D=group%3A%3Aglobal+search&label_name%5B%5D=failure%3A%3Aflaky-test&label_name%5B%5D=quarantine&label_name%5B%5D=flakiness%3A%3A4) | [link](https://gitlab.com/gitlab-org/gitlab/-/issues?state=opened&label_name%5B%5D=group%3A%3Aglobal+search&label_name%5B%5D=failure%3A%3Aflaky-test&label_name%5B%5D=quarantine&not%5Blabel_name%5D%5B%5D=flakiness%3A%3A1&not%5Blabel_name%5D%5B%5D=flakiness%3A%3A2&not%5Blabel_name%5D%5B%5D=flakiness%3A%3A3&not%5Blabel_name%5D%5B%5D=flakiness%3A%3A4) | #### Flaky tests ```glql display: table fields: title, assignee, labels("flakiness::*"), labels ("workflow::*") query: group = "gitlab-org" AND label = "group::global search" AND label = "failure::flaky-test" AND state = opened ``` #### Slow tests ```glql display: table fields: title, assignee, labels("slowness::*"), labels ("workflow::*") query: group = "gitlab-org" AND label = "group::global search" AND label = "test-health:slow" AND label in ("slowness::1", "slowness::2") AND state = opened ``` ### Bugs ~"type::bug" ~"Next::1-3 releases" [candidates](https://gitlab.com/gitlab-org/gitlab/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Next%3A%3A1-3%20releases&label_name%5B%5D=group%3A%3Aglobal%20search&label_name%5B%5D=type%3A%3Abug&first_page_size=20) ### UX Design ~"UX" ### Technical Writing ~"Technical Writing" Technical Writer: @ashrafkhamis ~"Next::1-3 releases" [candidates](https://gitlab.com/gitlab-org/gitlab/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Next%3A%3A1-3%20releases&label_name%5B%5D=group%3A%3Aglobal%20search&label_name%5B%5D=Technical%20Writing&first_page_size=20) CC: @dgruzd @terrichu @johnmason @tbulva @maddievn @sdungarwal @rkumar555 @arturoherrero @cleveland @bnyaringita
issue