Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mattermost/mattermost-plugin-gitl…
Browse files Browse the repository at this point in the history
…ab into MI-3583
  • Loading branch information
avas27JTG committed Jan 18, 2024
2 parents 63fdec2 + ee780c1 commit ef80e1d
Show file tree
Hide file tree
Showing 59 changed files with 10,047 additions and 3,808 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Each user in Mattermost is connected with their own personal GitLab account. Use

### Sidebar buttons

Team members can stay up-to-date with how many reviews, unread messages, assignments, and open merge requests they have by using buttons in the Mattermost sidebar.
Team members can stay up-to-date with how many reviews, todos, assigned issues, and assigned merge requests they have by using buttons in the Mattermost sidebar.

## Admin guide

Expand Down Expand Up @@ -142,13 +142,13 @@ Connect your Mattermost account to your GitLab account using `/gitlab connect` a

### Get "To Do" items

Use `/gitlab todo` to get a list of unread messages and merge requests awaiting your review.
Use `/gitlab todo` to get a list of todos, assigned issues, assigned merge requests and merge requests awaiting your review.

### Update settings

Use `/gitlab settings [setting] [value]` to update your settings for the plugin. There are two settings:

- To turn **personal notifications** `on` or `off.
- To turn **personal notifications** `on` or `off`.
- To turn **reminders** `on` or `off` for when you connect for the first time each day.

### And more...
Expand All @@ -173,10 +173,10 @@ For Mattermost customers - please open a [support case](https://mattermost.zende

For Questions, suggestions, and help - please find us on our forum at [https://forum.mattermost.org/c/plugins](https://forum.mattermost.org/c/plugins).

Alternatively, join our public Mattermost server and join the [Integrations and Apps channel](https://community-daily.mattermost.com/core/channels/integrations).
Alternatively, join our public Mattermost server and join the [Integrations and Apps channel](https://community.mattermost.com/core/channels/integrations).

## Feedback and feature requests

Feel free to create a GitHub issue or [join the GitLab Plugin channel on our community Mattermost instance](https://community.mattermost.com/core/channels/plugin-gitlab) to discuss.

Share your thoughts in the [Plugin: GitLab Channel](https://community-daily.mattermost.com/core/channels/gitlab-plugin) on our Mattermost community!
Share your thoughts in the [Plugin: GitLab Channel](https://community.mattermost.com/core/channels/gitlab-plugin) on our Mattermost community!
File renamed without changes
9 changes: 0 additions & 9 deletions docs/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/SUMMARY.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/development/environment.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/development/help-wanted.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/feature-summary.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/help-and-support.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/setup/configuration.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/setup/installation.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/setup/updating-the-plugin.md

This file was deleted.

12 changes: 10 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "GitLab plugin for Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-gitlab",
"support_url": "https://github.com/mattermost/mattermost-plugin-gitlab/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.7.0",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.0",
"icon_path": "assets/icon.svg",
"version": "1.7.0",
"version": "1.8.0",
"min_server_version": "7.1.0",
"server": {
"executables": {
Expand Down Expand Up @@ -89,6 +89,14 @@
"placeholder": "",
"default": null
},
{
"key": "EnableChildPipelineNotifications",
"display_name": "Enable Child Pipelines Notification:",
"type": "bool",
"help_text": "Allow the plugin to post notfication for child pipelines when the pipeline subscription is created in a channel.",
"placeholder": "",
"default": true
},
{
"key": "EnableCodePreview",
"display_name": "Enable Code Previews:",
Expand Down
Loading

0 comments on commit ef80e1d

Please sign in to comment.