summaryrefslogtreecommitdiff
path: root/app/models/project_services/irker_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-1/+1
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-1/+2
|
* No more and/orDouwe Maan2017-02-211-1/+1
|
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-4/+0
|
* adds events to services api deserializationTiago Botelho2017-01-221-2/+6
|
* Grapify the service APIRobert Schilling2016-12-091-1/+2
|
* Remove legacy conditional from irker service coderubocop/enable-identical-conditional-branches-copGrzegorz Bizon2016-07-081-8/+0
|
* Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon2016-07-081-2/+2
|
* Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lintGrzegorz Bizon2016-06-031-1/+1
| | | | See #17478
* Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-1/+1
| | | | | | Checks of literals used in conditions. See #17478
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate the modelsZeger-Jan van de Weg2016-05-061-5/+8
|
* Mention channel/key bug in irkerd docsLandon2016-01-121-3/+4
| | | | | | | Per this issue: https://gitlab.com/esr/irker/issues/2 A documentation update was added to irkerd (https://gitlab.com/esr/irker/commit/190808c37d4ab5f0f16fe35352ff36863c2732d5) but the bug is still there. Making a note of it here could save someone a lot of hassle. This could probably be worded better if someone else wants to take a stab at it.
* Annotate modelsStan Hu2016-01-061-0/+1
|
* Change "Irc Uri" -> "IRC URI"Stan Hu2015-07-071-1/+1
|
* Add Irker service configuration optionsStan Hu2015-07-051-64/+45
| | | | | | Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
* Re-annotate modelsStan Hu2015-05-031-0/+1
|
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-1/+1
|
* Merge branch 'irker-service-use-supported-events' into 'master'Drew Blessing2015-03-131-2/+8
|\ | | | | | | | | | | | | | | Make Irker service check supported_events 63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 added the supported_events check for services. Since f84b7eef3f969a65d0930c9d62b6968b2ae70f12 was just added, we should adjust it accordingly. See merge request !367
| * Make Irker service use the supported events checkStan Hu2015-03-041-2/+8
| |
* | Re-annotate modelsDmitriy Zaporozhets2015-03-041-9/+14
|/
* Add Irker serviceAorimn2015-03-011-0/+152
Irker is a gateway which sends IRC messages on git updates. This new service provides an interface to this gateway, integrated in Gitlab, for each updates. As per the guidelines, this commit adds the new feature in the CHANGELOG, tests and documentation. See http://www.catb.org/esr/irker/