-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release bump 1.8.1 #460
Release bump 1.8.1 #460
Conversation
* support client secrets longer than 64 chars * remove length check * change client secret length check to assume at least 64 chars * change wording of error message
…case of assigned prs' (mattermost#395) Co-authored-by: Abhishek Verma <abhishek.verma@brightscout.com> Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com>
…how assigned MRs instead of opened MRs (#39) (mattermost#394) * [MI-3405] Get proper data in sidebar buttons: 1. Get assigned PRs instead of the user's PRs. 2. Updated the name of sidebar buttons. 3. Updated API path. 4. Updated the name of API functions. 5. Updated the name of unreads to todos in the code. * [MI-3405] Updated name of variables and functions * [MI-3405] Updated icons in sidebar * [MI-3405] Updated documentation * [MI-3405] Reverted package-lock file changes * [MI-3405] Review fixes
…their account via MM desktop app (mattermost#416) * [MI-3719] Send the users an ephemeral message if they try to connect their account via MM desktop app * [MI-3713] Handles the following cases as well for desktop app: 1. Connecting using the button from the teams sidebar. 2. Connecting using the button from RHS. * [MI-3719] Review fixes * [MI-3719] Review fixes Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com> * [MI-3719] Fix lint error --------- Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-1.8.1 #460 +/- ##
=================================================
+ Coverage 33.57% 33.71% +0.14%
=================================================
Files 22 22
Lines 3929 3945 +16
=================================================
+ Hits 1319 1330 +11
- Misses 2479 2482 +3
- Partials 131 133 +2 ☔ View full report in Codecov by Sentry. |
Note that this branch does not have the changes from #451, so we'll need to manually set the version number in |
@mickmister Updated version in plugin.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above PR has been tested for the following scenarios:-
- Assigned MR's instead of opened MR's
- No notification for commits on MR's
- Notification in case of assignee changed to the new assignee assigned.
- Image support in comment notification
- Ephemeral message to the user in desktop app
- Basic slash commands, notifications, LHS action icons and RHS
The PR was working fine for all the above scenarios, LGTM. Approved.
@@ -6,7 +6,7 @@ | |||
"support_url": "https://github.com/mattermost/mattermost-plugin-gitlab/issues", | |||
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.0", | |
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can change this in marketplace PR
Summary
Fixes