Developer Journey Idea To Production
Developer Journey Idea To Production
an Introduction to GitLab
2
The One
DevOps Platform
One user interface
Contact GitLab
Organizing the work
Issue (Non-Functional)
Issue (Acceptance)
Manage Plan Create Verify Package Secure Release Configure Monitor Protect
Epics
Review App
Milestones
Push Fixes
Project The core building block where work is organized, managed, tracked and delivered to help the team to Repository
collaborate and plan work in the form of issues.
Group A collection of projects and subgroups. They are like folders. Project
Issue An issue is part of a project. It is the fundamental planning object where the team documents the use Story,
case in the description, discusses the approach, estimates the size/effort (issue weight), tracks actual Narrative
time/effort, assigns work, and tracks progress.
Epic A collection of related issues across different groups and projects to help organize by theme
Merge The linkage between the issue and the actual code changes. Captures the design, implementation Pull Request
Request details (code changes), discussions (code reviews), approvals, testing (CI Pipeline), and security scans.
Label Used to tag and track work for a project or group and associate issues with different initiatives
Board A visual listing of projects and issues useful for teams to manage their backlog of work, prioritize items,
and move issues to the team or specific stage in the project.
Milestone / A sprint or deliverable(s), helping you organize code, issues, and merge requests into a cohesive group Release /
Iteration Sprint
● Branch Creation
● Approval Processes
● Scan Results
○ Code Quality
○ Security Scanning
○ Compliance
● Code Reviews
● And more!
○ Commit History
○ Comments
○ Reactions
Code Review
Code Review
Easy Merging
CI/CD Pipelines
CI/CD Pipeline
Resolved MR, Closed Issue
Approvals
Approvals Process
Merge Request - Approval by Specific Users/Groups
Approval Configuration
Project ->
Settings ->
General ->
Merge Request Approvals
Protected Branches