summaryrefslogtreecommitdiff
path: root/app/models/project_services/irker_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* update code based on feedback42327-import-from-gitlab-com-fails-destination-already-exists-and-is-not-an-empty-directory-errorJames Lopez2018-01-261-1/+1
* fix validation error on servicesJames Lopez2018-01-261-1/+1
* 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
* 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
* Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-5/+8
* Mention channel/key bug in irkerd docsLandon2016-01-121-3/+4
* 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
* 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 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