Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit e901a58

Browse files
committed
Update readme
1 parent 1a18ba2 commit e901a58

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ A browser extension that enhance all Merge Requests lists on any instance of Git
1010

1111
- No configuration needed: install and it just works
1212
- 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)
1415
- 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
1617
- Text format is customizable (with support of placeholders)
1718
- Direct Jira ticket link
1819
- Can be enabled/disabled in the extension preferences
1920
- Ticket ID is automatically detected in source branch name or Merge Request title
2021
- Base Jira URL is configured in extension preferences
2122
- 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)
2324
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)
2425

2526
## Prerequisites
@@ -47,12 +48,18 @@ You can also install this add-on manually by using one of the ZIP files on the [
4748
- **1.1** - Copy source and target branches name
4849
- **1.2** - Copy Merge Request information (intended for sharing on e.g instant messaging softwares)
4950
- **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**
5253
- New option: enable display Merge Request source and target branches
5354
- New options: enable copy source and target branches name button (one option for each branches)
5455
- **1.6** - Automatic update of pipeline status icon and conflict icon
5556

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.
62+
5663
## License
5764

5865
[DBAD 1.1](LICENSE.md)

0 commit comments

Comments
 (0)