summaryrefslogtreecommitdiff
path: root/lib/mattermost/command.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* Updated Mattermost integration to use Mattermost API v4Harrison Healey2018-05-281-1/+1
|
* Small update to the Mattermost APIzj-mattermost-api-updateZ.J. van de Weg2017-01-241-1/+1
| | | | | These changes make it possible to wrap multiple API requests in one session.
* Fix flowKamil Trzcinski2016-12-201-10/+4
|
* Improve sourcesKamil Trzcinski2016-12-191-5/+8
| | | | | | - Add proper error handling, - Use flash[:alert] and flash[:notice], - Use `resource` instead of `resources`,
* Minor adjustments API MattermostZ.J. van de Weg2016-12-191-9/+8
| | | | [ci skip]
* Incorporate reviewZ.J. van de Weg2016-12-161-12/+0
|
* Add tests for auto configure slash commandsZ.J. van de Weg2016-12-161-2/+6
|
* Merge branch 'zj-mattermost-session' into zj-mattermost-slash-configZ.J. van de Weg2016-12-161-12/+6
|
* Add auto configure of commandsZ.J. van de Weg2016-12-161-7/+9
|
* Base work for auto config MM slash commandsZ.J. van de Weg2016-12-161-0/+26