Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-02-21Chat slash commands show labels correctlyZ.J. van de Weg
2017-02-14Fix project link on issue creationZ.J. van de Weg
2017-02-08Rename issuable to IssueBaseZ.J. van de Weg
Given the the Issuable class will soon also have to support MRs this signals that it can only be used by issues.
2017-01-31Improve styling of the new issue messageZ.J. van de Weg
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Rename presenters for consitencyZ.J. van de Weg
2017-01-30Incorporate feedbackZ.J. van de Weg
2017-01-30Add help commandZ.J. van de Weg
2017-01-30Chat Commands have presentersZ.J. van de Weg
This improves the styling and readability of the code. This is supported by both Mattermost and Slack.
2016-12-27Revert specific URLZ.J. van de Weg
2016-12-23Fix errorcode 500 on slash commandsZ.J. van de Weg
Coverage was failing, so this could slip through the cracks
2016-12-19Improve after feedbackKamil Trzcinski
2016-12-19Fix RubocopKamil Trzcinski
2016-12-16Use Slack::Notifier::LinkFormatter to convert markdown links to slack compatKamil Trzcinski
2016-12-16Fix SlackSlashCommands testsKamil Trzcinski
2016-12-16Fix specsKamil Trzcinski
2016-12-16Render format dependent linksKamil Trzcinski
2016-12-16Use Slack compatible syntaxKamil Trzcinski
2016-12-16Rename Mattermost::Presenter to PresenterKamil Trzcinski
2016-12-16Create Slack Slash command serviceZ.J. van de Weg
2016-12-15Rename `issue create` slash command to `issue new`Pedro Moreira da Silva
2016-12-15Improve `issue create …` slash command with user input keys to create a ↵Pedro Moreira da Silva
newline in chat clients.
2016-12-05Accept `issue new` as command to create an issueZ.J. van de Weg
Now only `/trigger issue create` is a valid command, but our UI shows Issue new everywhere. The default now will be `/trigger issue new`. The help message is adjusted to reflect this. Fixes: gitlab-org/gitlab-ce#25025
2016-11-29Merge branch 'zj-issue-search-slash-command' into 'master' Kamil Trzciński
Add issue search slash command See merge request !7752
2016-11-25Add issue search slash commandZ.J. van de Weg
One of many requested in: gitlab-org/gitlab-ce#24768
2016-11-25Accept a valid ref for issue showZ.J. van de Weg
For example, now we support `/gitlab issue show #1`. Where the # used to trip the regex.
2016-11-22Issue creation now accepts trailing whitespaceZ.J. van de Weg
2016-11-21Improve deploy command messageKamil Trzcinski
2016-11-21Introduce deploy command that allows to start deployment from one ↵Kamil Trzcinski
environment to second one
2016-11-21Add deploy chat command [ci skip]Kamil Trzcinski
2016-11-18Improve style, add more testsZ.J. van de Weg
2016-11-17More refactoring, push present to base commandZ.J. van de Weg
2016-11-17Add tests for increased converageZ.J. van de Weg
2016-11-17Remove some commands for nowZ.J. van de Weg
2016-11-17Incorporate feedback, improve presenter classZ.J. van de Weg
[ci skip]
2016-11-17Rename from service, and move to lib/gitlabZ.J. van de Weg