summaryrefslogtreecommitdiff
path: root/lib/mattermost
Commit message (Collapse)AuthorAgeFilesLines
* Fix rubocop failureszj-mattermost-sessionKamil Trzcinski2016-12-171-15/+21
|
* Store mattermost_url in settingsKamil Trzcinski2016-12-171-8/+9
|
* Improve Mattermost Session specsKamil Trzcinski2016-12-171-11/+12
|
* Ensure the session is destroyedZ.J. van de Weg2016-12-171-3/+5
|
* Improve session testsZ.J. van de Weg2016-12-171-3/+6
|
* Setup mattermost sessionZ.J. van de Weg2016-12-171-0/+102
|
* Improve deploy command messageKamil Trzcinski2016-11-211-1/+6
|
* Fix specs and improve code readabilityKamil Trzcinski2016-11-211-2/+2
|
* Add deploy chat command [ci skip]Kamil Trzcinski2016-11-211-13/+22
|
* Fix typosZ.J. van de Weg2016-11-181-3/+4
|
* Return a consistent not found messageZ.J. van de Weg2016-11-181-2/+2
| | | | | This prevents leakage of project names on an endpoint which is unauthenticated and thus open to the world.
* Improve style, add more testsZ.J. van de Weg2016-11-181-3/+3
|
* More coverage on service levelZ.J. van de Weg2016-11-181-1/+5
|
* More refactoring, push present to base commandZ.J. van de Weg2016-11-171-19/+34
|
* Add tests for increased converageZ.J. van de Weg2016-11-171-2/+3
|
* Remove some commands for nowZ.J. van de Weg2016-11-171-6/+6
|
* Incorporate feedback, improve presenter classZ.J. van de Weg2016-11-171-37/+44
| | | | [ci skip]
* Rename from service, and move to lib/gitlabZ.J. van de Weg2016-11-171-4/+3
|
* Refactor and test Slash commandsZ.J. van de Weg2016-11-171-37/+43
| | | | | | | This is the structure Kamil proposed, which leaves us with a bunch of smaller classes. This commits deletes outdated files and tests everything from the SlashCommandService and down (child classes and subcommands)
* First steps on refactoring Mattermost Slash commandsZ.J. van de Weg2016-11-171-0/+84
Now, each subcommand has its own service, plus I've introduced presenters to be able to delegate the generation of the views.