summaryrefslogtreecommitdiff
path: root/spec/models/project_services/flowdock_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-1/+1
|
* Remove schema annotations completelyValery Sizov2016-09-161-20/+0
|
* Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-2/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791
* Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (233 commits) Fix awardable button mutuality loading spinners Update CHANGELOG for 8.10.5 Clean up project destruction Small refactor of doc/development/README.md Avoid commit lookup on diff_helper Removed extra newline from redis_spec.rb Used cached value of project count to reduce DB load Remove duplicate link_to statements Mention add_column_with_default in downtime guide Add missing space to generic badge template Rename `run` task helper method to prevent conflict with StateMachine Add a method in Project to return a cached value of total count of projects spellcheck Add svg guidelines to ui guide Add Changelog entry for Grape upgrade [ci skip] Fix Grape tests. Retain old behavior Update Grape from 0.13.0 to 0.15.0. adds second batch of tests changed to active tense fixes part1 of files to start using active tense ...
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
| |
* | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+2
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-0/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Update Flowdock integration to support new Flowdock APIBoyan Tabakov2015-08-141-4/+8
| | | | Requires that users create a Git source in their flows and update the configured token to the Git source token. The old flow tokens can't be used.
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+1
|
* Re-annotate modelsStan Hu2015-05-031-0/+1
|
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-5/+6
|
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-8/+12
| | | | | | | | | | | 1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-3/+3
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Make the structure of spec/models match app/modelsRobert Speicher2015-01-301-0/+47