Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rubocop failureszj-mattermost-session | Kamil Trzcinski | 2016-12-17 | 1 | -15/+21 |
| | |||||
* | Store mattermost_url in settings | Kamil Trzcinski | 2016-12-17 | 1 | -8/+9 |
| | |||||
* | Improve Mattermost Session specs | Kamil Trzcinski | 2016-12-17 | 1 | -11/+12 |
| | |||||
* | Ensure the session is destroyed | Z.J. van de Weg | 2016-12-17 | 1 | -3/+5 |
| | |||||
* | Improve session tests | Z.J. van de Weg | 2016-12-17 | 1 | -3/+6 |
| | |||||
* | Setup mattermost session | Z.J. van de Weg | 2016-12-17 | 1 | -0/+102 |
| | |||||
* | Improve deploy command message | Kamil Trzcinski | 2016-11-21 | 1 | -1/+6 |
| | |||||
* | Fix specs and improve code readability | Kamil Trzcinski | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | Add deploy chat command [ci skip] | Kamil Trzcinski | 2016-11-21 | 1 | -13/+22 |
| | |||||
* | Fix typos | Z.J. van de Weg | 2016-11-18 | 1 | -3/+4 |
| | |||||
* | Return a consistent not found message | Z.J. van de Weg | 2016-11-18 | 1 | -2/+2 |
| | | | | | This prevents leakage of project names on an endpoint which is unauthenticated and thus open to the world. | ||||
* | Improve style, add more tests | Z.J. van de Weg | 2016-11-18 | 1 | -3/+3 |
| | |||||
* | More coverage on service level | Z.J. van de Weg | 2016-11-18 | 1 | -1/+5 |
| | |||||
* | More refactoring, push present to base command | Z.J. van de Weg | 2016-11-17 | 1 | -19/+34 |
| | |||||
* | Add tests for increased converage | Z.J. van de Weg | 2016-11-17 | 1 | -2/+3 |
| | |||||
* | Remove some commands for now | Z.J. van de Weg | 2016-11-17 | 1 | -6/+6 |
| | |||||
* | Incorporate feedback, improve presenter class | Z.J. van de Weg | 2016-11-17 | 1 | -37/+44 |
| | | | | [ci skip] | ||||
* | Rename from service, and move to lib/gitlab | Z.J. van de Weg | 2016-11-17 | 1 | -4/+3 |
| | |||||
* | Refactor and test Slash commands | Z.J. van de Weg | 2016-11-17 | 1 | -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 commands | Z.J. van de Weg | 2016-11-17 | 1 | -0/+84 |
Now, each subcommand has its own service, plus I've introduced presenters to be able to delegate the generation of the views. |