GitLab Workflow Flashcards

1
Q

quels sont les 9 items des workflows GitLab

A

Group, Project, Epic, Issue, Merge Request, Label, Board, Milestone, Roadmap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Quels sont les 4 phases de l’étape de Plan & Create

A

Epics / Milestones / Issues / Assign Issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

quels sont les 3 outils de GitLab pour faire de la code Review

A

Snippets / Wikis / Web IDE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

définir l’item : PROJECT

A

The core building block where work is organized, managed, tracked and delivered to help the team to collaborate and plan work in the form of issues. (REPOSITORY)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

définir l’item : Group

A

A collection of projects and/or other groups. They are like folders. (PROJECT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

définir l’item : ISSUE

A

An issue is part of a project. It is the fundamental planning object where the team documents the use case in the description, discusses the approach, estimates the size/effort (issue weight), tracks actual time/effort, assigns work, and tracks progress. (STORY, NARRATIVE, TICKET)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

définir l’item : EPIC

A

A collection of related issues across different groups and projects to help organize by theme (INTIATIVE, THEME)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

définir l’item : MERGE REQUEST

A

The linkage between the issue and the actual code changes. Captures the design, implementation details (code changes), discussions (code reviews), approvals, testing (CI Pipeline), and security scans. (MERGE REQUEST)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

définir l’item : LABEL

A

Used to tag and track work for a project or group and associate issues with different initiatives (TAG)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

définir l’item : BOARD

A

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. (KANBAN)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

définir l’item : MILESTONE

A

A sprint or deliverable(s), helping you organize code, issues, and merge requests into a cohesive group (RELEASE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

définir l’item : ROADMAP

A

A visual representation of the various epics for the group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Quel est l’item le plus haut dans la hierarchie

A

Le GROUP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

d’un point de vue métier quel est le workflow général

A

Create & Discuss / Start MR / commit & Test / Deploy Staging / Ready / Deploy Prod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Quel est le point de départ recommandé de GitLab Flow

A

an Issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly