mattermost
Here are 374 public repositories matching this topic...
-
Updated
Dec 10, 2020 - Go
-
Updated
Sep 23, 2020 - HTML
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
When a condition is failing, Gatus prints the full response body in output. It may be useful when monitoring APIs, but it is not for a big HTML page.
My proposal is to either:
- cut the response body to print only the first X characters
- hide it completely
- add an option into the service to choose a behavior
-
Updated
Dec 9, 2020 - Haskell
-
Updated
Dec 10, 2020 - Go
-
Updated
May 22, 2020 - JavaScript
-
Updated
Nov 19, 2020 - Go
-
Updated
Oct 8, 2020 - JavaScript
(The purpose of this report is to alert standup-raven/standup-raven to the possible problems when standup-raven/standup-raven try to upgrade the following dependencies)
An error will happen when upgrading library mattermost/mattermost-server:
github.com/mattermost/mattermost-server
-Latest Version: v5.25.0-rc1 (Latest commit 9102483 5 days ago)
-Where did you use it:
https
-
Updated
Mar 19, 2020 - Shell
-
Updated
Dec 10, 2020 - HTML
From another user I did /remind @amonnich "test" in 10s.
When receiving the reminder it showed the name of the other user correctly:
But after marking it as complete it shows my own name instead:

-
Updated
Jan 15, 2020 - Python
-
Updated
Oct 8, 2016 - Python
Improve this page
Add a description, image, and links to the mattermost topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mattermost topic, visit your repo's landing page and select "manage topics."

The Mattermost codebase has a lot of methods with receiver names as
me. This is a carry-over from other Object Oriented languages and not idiomatic Go as pointed out (https://github.com/golang/go/wiki/CodeReviewComments#receiver-names).This ticket is about changing the receiver name from
meto something more suitable for(me *MeProvider)inapp/slashcommands/command_me.go.Example