Labels
Prioritized labels 50
Drag to reorder prioritized labels and change their relative priority.
-
groupauthorizationGitLab.orgIssues belonging to the Authorization group of the Govern stage of the DevOps lifecycle, https://about.gitlab.com/handbook/product/categories/#authorization-group
-
Architecture Evolution BlueprintGitLab.orgChanges to Architecture Evolution Blueprints described at https://about.gitlab.com/handbook/engineering/architecture/workflow/
-
groupcontainer registryGitLab.orgIssues belonging to the Container Registry group of the Package stage of the DevOps lifecycle. See https://about.gitlab.com/handbook/product/categories/#container-registry-group
-
quick winfirst-time contributorGitLab.orgQuick win issues that are ideal for first-time community contributors to work on
-
VerifyP1GitLab.orgIssues related to current milestone's top product priorities for the Pipeline Execution group in the Verify stage
-
complexitylowGitLab.orgIssue with low technical complexity. Complexity does not describe the time it will likely require to address the issue, but rather the familiarity required to address it. This label is only intended as a guideline to hint to individuals how involved the issue will likely be.
-
VerifyP2GitLab.orgIssues related to next milestone's top product priorities for the Pipeline Execution group in the Verify stage
-
complexitymediumGitLab.orgIssue with medium technical complexity. Complexity does not describe the time it will likely require to address the issue, but rather the familiarity required to address it. This label is only intended as a guideline to hint to individuals how involved the issue will likely be.
-
workflowin devGitLab.orgIssues that are actively being worked on by a developer https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#build-phase-2-develop--test
-
VerifyP3GitLab.orgIssues related to future milestone's top product priorities for the Pipeline Execution group in the Verify stage
-
complexityhighGitLab.orgIssue with high technical complexity. Complexity does not describe the time it will likely require to address the issue, but rather the familiarity required to address it. This label is only intended as a guideline to hint to individuals how involved the issue will likely be.
-
workflowblockedGitLab.orgIssues that are blocked until another issue has been completed https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#build-phase-2-develop--test
-
Category:Global SearchGitLab.orgIssues related to search using the search field in the top navigation bar
-
workflowcompleteGitLab.orgApplied after all MRs have merged and the issue has been verified if necessary https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#build-phase-3-launch
-
workflowin reviewGitLab.orgIssues that are undergoing code review by the development team and/or undergoing design review by the UX team https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#build-phase-2-develop--test
-
Model ExperimentsGitLab.orgModel Experiments allows Data Scientists to track candidates for their machine learning models
-
workflowrefinementGitLab.orgIssues that need further input from team members in order for it to be "workflow::ready for development" https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#build-phase-1-plan
-
workflowready for reviewGitLab.orgMerge requests which are ready to be reviewed and can be reviewed by any team-member with sufficient knowledge in the given area. For reviewing the merge request just assign to yourself and remove this label.
-
workflowsolution validationGitLab.orgWorkflow label for validating that the proposed solution meets user needs https://handbook.gitlab.com/handbook/product-development/how-we-work/product-development-flow/#validation-phase-4-solution-validation
-
modular_monolithGitLab.org / GitLabIssues related to the effort of having a Modular Monolith and #modular_monolith Slack channel discussions
-
workflowfeature-flaggedGitLab.orgEnabled through a separate feature flag rollout issue. https://handbook.gitlab.com/handbook/engineering/development/ops/verify/pipeline-execution/#workflow
-
Category:Code SearchGitLab.orgCode Search Category is part of Global Search that focuses on searching through Code Across Repositories
-
quad-planningcomplete-no-actionGitLab.orgIssue has gone through Quad Planning process (PM,Dev,UX,QE) and does not require any additional action
-
StORMIntakeGitLab.orgLabel to communicate potential security operational risks to the Security Risk Team
-
StORMNeeds Additional InformationGitLab.orgAdditional information is required to support the Security Risk Team's StORM Risk Assessment
-
CI persistenceGitLab.orgIssues related to Persistence (workspaces, caching). Does not include artifacts, which is its own label
-
StORMOut of ScopeGitLab.orgThe Security Risk Team performed a StORM Risk Assessment and determined that the potential risk identified is out of scope for the StORM program because it is not considered an operational security risk.
-
StORMUnder AssessmentGitLab.orgLabel used to note the Security Risk Team is currently assessing a potential risk
-
Risk and Field SecurityGitLab.orgThis label is for things related to the Risk and Field Security team
-
priority1GitLab.orgWe will address this as soon as possible regardless of limit on our team capacity. See https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/issue-triage/#priority
-
priority2GitLab.orgWe will address this soon and will provide capacity from our team for it in the next few releases. See https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/issue-triage/#priority
-
priority3GitLab.orgWe want to address this but may have other higher priority items. See https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/issue-triage/#priority
-
priority4GitLab.orgWe don't have visibility when this will be addressed. See https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/issue-triage/#priority
-
UXGitLab.orgIssues or MRs that introduce user-facing changes or impact the user experience. Applying this label to issues will signal a need for a designer.
Labels 4,743
-
When master pipeline incident occurs due to the runner having no disk space left.
-
master-brokenjob-timeoutGitLab.orgThis label is to identify master broken incidents caused by job timing out
-
master-brokenmissing-test-coverageGitLab.orgBroken master pipelines caused by bugs introduced to the repo due to missing test coverage
-
master-brokenmulti-version-db-upgradeGitLab.orgMaster broken incidents caused by db:migrate:multi-version-upgrade job, see example: gitlab-org/quality/engineering-productivity/master-broken-incidents#5982
-
master-brokenneed-merge-trainGitLab.orgmaster-broken incidents caused by merging two merge requests impacting the outcomes of the same spec, potentially resulted in delayed pipeline feedback, would have been avoided if merge train is enabled
-
master-brokenpipeline-skipped-before-mergeGitLab.orgmaster-broken incidents caused by MR being merged without running a new pipeline
-
master-brokenstate leakGitLab.orgTest data state leaked through test cases. The same as ~"flaky-test::state leak" but it's considered broken because it's almost always happening. See https://docs.gitlab.com/ee/development/testing_guide/flaky_tests.html#state-leak
-
master-brokentest-selection-gapGitLab.orgmaster-broken incidents caused by gap in the test selection process, meaning the tests that would have caught the issue was mistakenly filtered out via MR pipeline test selection.
-
master-brokenundeterminedGitLab.orgThe cause of the failure is not straight forward and yet to be determined
-
master:needs-investigationGitLab.orgIssues that caused "broken master" and were addressed by quarantining, reverting, or temporary workarounds.
-
mattermostGitLab.orgUsed to notify Mattermost Support for technical issues with GitLab Mattermost and escalation by GitLab Support
-
maturitycompleteGitLab.orgThis item is part of the plan to get the associated category to the complete maturity level
-
maturitylovableGitLab.orgThis item is part of the plan to get the associated category to the lovable maturity level
-
maturityminimalGitLab.orgThis item is part of the plan to get the associated category to the minimal maturity level
-
maturityplannedGitLab.orgThis item is part of the plan to get the associated category to the planned maturity level
-
maturityviableGitLab.orgThis item is part of the plan to get the associated category to the viable maturity level