Labels
Prioritized labels 25
Drag to reorder prioritized labels and change their relative priority.
-
Category:ServerlessGitLab.orgAll issues and MRs related to the Serverless category within devops::configure. https://about.gitlab.com/direction/configure/serverless/
-
dockerfileGitLab.org / GitLab Docs DEPRECATEDRelated to the dockerfiles present in the gitlab-docs project
-
Category:Chaos EngineeringGitLab.orgIssues related to chaos engineering (part of ~devops:configure stage)
-
devopsconfigure [DEPRECATED]GitLab.org[DEPRECATED] should use devops::deploy now. Issues for the Configure stage of the DevOps lifecycle (e.g. Auto DevOps , Kubernetes Configuration, ChatOps, Serverless, PaaS)
-
Category:Infrastructure as CodeGitLab.orgAll issues and MRs related to the Infrastructure as Code category within devops::configure. https://about.gitlab.com/direction/configure
-
[deprecated] Accepting merge requestsGitLab.org[deprecated] Please use "Seeking community contributions" instead. gitlab-org/developer-relations/contributor-success/team-task#77
-
Category:Cluster MonitoringGitLab.orgIssues belonging to the Monitor stage Health group for product category Cluster Monitoring
-
Category:Auto DevOpsGitLab.orgIssues for Auto DevOps, part of the Configure stage of the DevOps lifecycle
-
Category:Code QualityGitLab.orgAll issues and MRs related to the Code Quality category. See https://about.gitlab.com/direction/secure/static-analysis/code-quality/
-
Category:Container RegistryGitLab.orgCategory label - Features that apply to management container registries
-
groupconfigure [DEPRECATED]GitLab.org[DEPRECATED] should use group::environments. Issues belonging to the Configure group of the Configure stage of the DevOps lifecycle. See https://about.gitlab.com/handbook/product/categories/#configure-group
-
Category:Continuous IntegrationGitLab.orgAll issues and MRs related to the continuous integration category within devops:verify https://about.gitlab.com/direction/verify/continuous_integration
-
infrastructure configurationGitLab.orgIssues for Infrastructure Configuration, part of the Configure stage of the DevOps lifecycle
-
Category:Cluster Cost OptimizationGitLab.orgIssues related to the "cluster cost optimization" category of the configure stage. See &503
-
Category:Cloud Native InstallationGitLab.org
-
development guidelinesGitLab.orgChanges or updates to the development guidelines in the /development directory in the GitLab documentation. (Info: https://docs.gitlab.com/ee/development/)
-
groupsource codeGitLab.orgIssues belonging to the Source Code group of the Create stage of the DevOps lifecycle. See https://about.gitlab.com/handbook/product/categories/#source-code-group
-
grouprunner coreGitLab.orgIssues belonging to the Runner group of the Verify stage of the DevOps lifecycle.
-
Category:Kubernetes ManagementGitLab.orgRelating the `Kubernetes Management` category within the configure stage
Labels 3,628
-
federal::CivCDMGitLab.orgContinuous Diagnostics and Mitigation (US Civ gov Cybersecurity program) 100 OEMs, $1 Billion/year
-
federal::CivEINSTEINGitLab.orgIPS/IDS program for Internet access run by Verizon, ATT, CenturyLink, 2nd largest Cyber spend by Civ gov
-
federal::Civ::hacscyber threatGitLab.orgCivilian, State, and Local gov Highly Adaptive Cybersecurity Services program for Threat Hunting (Pen testing, Risk assessments, high value assessments) services
-
federal::Civ::high-value-assetsGitLab.orgCivilian gov mandated high value asset governance tied to CDM with Quarterly reports to Congress and Comptroller General
-
federal::DoDJRSSGitLab.orgcentralized IPS/IDS program for DoD/Allies coordinated by DISA, 37+ OEMs in the Joint Regional Security Stack. So big and awkwardly implemented it's drawn formal Pentagon criticism in 2017 and 2018. Multi-billion dollar IPS/IDS.
-
flaky-test-reviewedGitLab.orgWhen a flaky test issue was reviewed (mainly use by Developer Experience for triaging purposes)
-
flaky-testdataset-specificGitLab.orgThe test assumes the dataset is in a particular (usually limited) state, which might not be true depending on when the test run during the test suite.
-
flaky-testimproper synchronizationGitLab.orgA flaky test issue arising from timing-related factors, such as delays, eventual consistency, asynchronous operations, or race conditions. These issues may stem from shortcomings in the test logic, the system under test, or their interaction. While tests can sometimes address these issues through improved synchronization, they may also reveal underlying system bugs that require resolution.
-
flaky-testrandom inputGitLab.orgThe test use random values, that sometimes match the expectations, and sometimes not.
-
flaky-teststate leakGitLab.orgTest data state leaked through test cases. See https://docs.gitlab.com/ee/development/testing_guide/flaky_tests.html#state-leak
-
flaky-testtoo-many-sql-queriesGitLab.orgMaster broken incidents caused by flaky tests which are failing because sql queries limit has exceeded