Codecode Review for GitLab Changelog
2024.10.14.0
Bug fixes
- • Fixed the extension for the latest GitLab version
2023.11.8.0
Bug fixes
- • Fixed the extension for the latest GitLab version
2023.9.16.0
Bug fixes
- • Fixed automatic selection of an assignee on the latest Gitlab.
Changed
- • Automatic selection of assignee during MR creation is more reliable now.
2023.8.8.0
Changed
-
• Changed plugin name and icon. Codecode Gitlab Code Review is now called Codecode Review for GitLab.
The previous name and the icon were violating GitLab's intellectual property usage guidelines.
2023.7.13.0
New
-
• Added a counter of approaching deadlines in the toolbar.
The problem with deadline notifications is that on Firefox they cannot require user interaction, so it's easy to miss them. This version adds a constantly visible notification, which is hard to miss.
The counter will appear once the alert threshold (set in options) is reached, and you are the current assignee of the merge request. Clicking on the respective row in the toolbar popup will bring you to the list of merge requests, where you are the assignee.
2023.6.28.0
Bug fixes
- • Fixed thread handling buttons for Gitlab 16
2023.6.10.0
New
- • Added support for Gitlab 16
2023.6.7.0
New
-
• Added browser notifications about approaching or reached deadlines on merge requests.
Each merge request can receive maximum of 3 reminder notifications: the first is sent when 1 hour remains until the deadline, the second and the third are sent after 60 and 30 minutes after the previous one respectively.
Keep in mind that you will only receive notifications about merge requests, where you are the assignee. For that reason it's especially important to follow the convention of "assignee is whoever is expected to act on the merge request next".
Note that this feature requires additional permissions for the extension.
2023.5.27.0
Bug fixes
- • Fixed deadline editing using the date picker element.
2023.5.6.0
New
-
• Now the extension works on multi-project merge request lists, like
dashboard/merge_requests?assignee_username=<your_user>
for example.
It is important to always assign the person who is to act next on a merge request. If it's done, you can view all your assigned merge requests in one place now.
2023.4.11.0
New
- • Deadlines in MR descriptions show formatted time in the author's time zone. This allows team members without the extension to see the deadline clearly as well.
Bug fixes
- • Fixed saving of deadlines on the latest version of public Gitlab
2023.4.10.0
New
- • An option for the default deadline was added.
Bug fixes
- • Fixed auto reassignment not working in some cases.
- • Fixed approval button detection on the latest public Gitlab.
- • Multiple style and layout fixes.
2023.3.12.0
New
- • If you set reviewers in the MR description, the assignee will automatically be picked from one of the reviewers
- • Opt-out comment textarea gets focus on appearing.
Bug fixes
- • Fixed displaying of the timer icon for deadlines on the collapsed sidebar.
2023.2.5.0
New
- • When there is a pending review (comments are not submitted), and you set your status to "Wait" or "Approve conditionally", there is a new alert, which reminds you about the pending review.
- • When the assignee is changed by the plugin, there is a notification message about this.
2023.1.9.0
Bug fixes
- • Fixed counting of comments when auto-switching an assignee. System comments are no longer counted.
- • Fixed auto-switching of assignee on public Gitlab.
- • Fixed missing placeholder in description of merge requests, informing about possibility to specify reviewers in the description.
-
• Fixed project name detection when it consists of more than 2 parts (e.g.
infra/kubernetes/deploy
)
New
- • Added an option to disable the warning about missing approvals.
- • Added an option to disable automatic assignee switching.
- • Options page/popup now follow the dark/light theme preference of your browser.
2023.1.3.0
Bug fixes
- • Fixed displaying of reviewers in the MR list, when there is no MR assignee.
- • Fixed displaying of default userpics in the MR list
- • Made loading of additional data on the MR list page faster
Changed
- • Changed plugin name and icon. Super Gitlab Code Review is now called Codecode Gitlab Code Review.
New
- • Added spinners on the MR list page, while additional data is loaded
2022.12.27.0
Bug fixes
- • When a countdown was switching from warning to alert, alert level coloring (red) was wrong in the MR list and on MR pages.
New
- • Added opening of this changelog page on update.
- • Added a tooltip with a formatted date on deadline countdown in the MR list. This way it's possible to get better understanding when to expect the deadline and plan for it.