Skip to content
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

Merged
merged 8 commits into from
Feb 20, 2024

Conversation

mickmister and others added 6 commits February 14, 2024 15:27
* 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>
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 29 lines in your changes are missing coverage. Please review.

Comparison is base (475df6a) 33.57% compared to head (7b17953) 33.71%.

Files Patch % Lines
server/plugin.go 0.00% 14 Missing ⚠️
server/webhook/merge_request.go 70.00% 4 Missing and 2 partials ⚠️
server/flow.go 0.00% 4 Missing ⚠️
server/api.go 0.00% 3 Missing ⚠️
server/command.go 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@mickmister
Copy link
Contributor

Note that this branch does not have the changes from #451, so we'll need to manually set the version number in plugin.json in this PR

@mickmister mickmister added 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels Feb 16, 2024
@raghavaggarwal2308
Copy link
Contributor Author

@mickmister Updated version in plugin.json

Copy link

@AayushChaudhary0001 AayushChaudhary0001 left a 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.

@hanzei hanzei added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels Feb 19, 2024
@hanzei hanzei removed the request for review from spirosoik February 19, 2024 13:09
@@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",

Copy link
Contributor

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

@mickmister mickmister merged commit 270b234 into mattermost:release-1.8.1 Feb 20, 2024
6 checks passed
@raghavaggarwal2308 raghavaggarwal2308 deleted the release-bump-1.8.1 branch February 20, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants