You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ A browser extension that enhance all Merge Requests lists on any instance of Git
10
10
11
11
- No configuration needed: install and it just works
12
12
- Display source and target branches
13
-
- Buttons allowing to easily copy these branches name (can be disabled in the extension preferences)
13
+
- Can be enabled/disabled in the extension preferences
14
+
- Buttons allowing to easily copy these branches name (can be enabled/disabled in the extension preferences)
14
15
- Button allowing to copy Merge Request information (useful when sharing the Merge Request on e.g instant messaging softwares)
15
-
- Can be disabled in the extension preferences
16
+
- Can be enabled/disabled in the extension preferences
16
17
- Text format is customizable (with support of placeholders)
17
18
- Direct Jira ticket link
18
19
- Can be enabled/disabled in the extension preferences
19
20
- Ticket ID is automatically detected in source branch name or Merge Request title
20
21
- Base Jira URL is configured in extension preferences
21
22
- The ticket ID or an icon can be displayed as the link label (configured in extension preferences)
22
-
- WIP toggle button (can be disabled in the extension preferences)
23
+
- WIP toggle button (can be enabled/disabled in the extension preferences)
23
24
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)
24
25
25
26
## Prerequisites
@@ -47,12 +48,18 @@ You can also install this add-on manually by using one of the ZIP files on the [
47
48
-**1.1** - Copy source and target branches name
48
49
-**1.2** - Copy Merge Request information (intended for sharing on e.g instant messaging softwares)
49
50
-**1.3** - Direct Jira ticket link (automatic detection of ticket ID in source branch name or Merge Request title)
50
-
-👉 **1.4** - WIP toggle button
51
-
-**1.5**
51
+
-**1.4** - WIP toggle button
52
+
-👉 **1.5**
52
53
- New option: enable display Merge Request source and target branches
53
54
- New options: enable copy source and target branches name button (one option for each branches)
54
55
-**1.6** - Automatic update of pipeline status icon and conflict icon
55
56
57
+
## FAQ
58
+
59
+
- Why is there still clickable links on deleted source/target branch names?
60
+
61
+
Due to a technical GitLab limitation, the extension has no reliable way to determine if a branch has been deleted. Therefore, branch names are always links and are always clickable.
0 commit comments