summaryrefslogtreecommitdiff
path: root/spec/models/service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cache the presence of an issue_tracker at project levelPaco Guzman2016-06-101-0/+33
| | | | | | Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-21/+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 modelsStan Hu2016-01-061-0/+1
|
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2Alex Lossent2015-10-151-6/+104
| | | | | Password can now be specified at the same time as the new URL, and the service template admin pages now work.
* Revert "Improve invalidation of stored service password if the endpoint URL ↵Valery Sizov2015-10-141-36/+3
| | | | | | is changed" This reverts commit b46397548056e4e8ef00efe4f641c61ba1dd5230.
* Improve invalidation of stored service password if the endpoint URL is changedAlex Lossent2015-10-141-3/+36
| | | | | It now allows to specify a password at the same time as the new URL, and works on the service template admin pages.
* Invalidate stored service password if the endpoint URL is changedreset_service_passwordValery Sizov2015-10-121-0/+23
|
* Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-0/+10
| | | | Issue gitlab-com/support-forum#213
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-6/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-6/+2
| |
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+10
| |
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-1/+1
| | | | | | | | These fixes were performed automatically by Rubocop's `-a` flag.
* | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-2/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-annotate modelsStan Hu2015-05-031-0/+1
|
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-13/+13
|
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+4
| | | | | | | | | | | 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.
* Merge pull request #8785 from jvanbaarsen/rspec-upgradeDmitriy Zaporozhets2015-02-121-4/+4
|\ | | | | Rspec upgrade
| * Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-4/+4
| | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Add a test for service template.Marin Jankovski2015-02-121-0/+25
| |
* | Annotate services. Add a link to service template.Marin Jankovski2015-02-111-1/+2
|/
* annotateValery Sizov2014-10-091-8/+8
|
* Serialize services propertiesDrew Blessing2014-09-101-6/+1
|
* Remove mass assgnment specsDmitriy Zaporozhets2014-06-261-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Gemnasium Service for GitlabBinsztock Rémy2014-02-211-0/+1
| | | | | | Conflicts: db/schema.rb
* Fix testsDmitriy Zaporozhets2014-01-231-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
| | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added can_test? mehod to Service model and added testsRonald van Eede2013-08-091-0/+37
|
* AnnotatedDmitriy Zaporozhets2013-06-191-0/+2
|
* ReannotatedDmitriy Zaporozhets2012-11-201-7/+9
|
* Service model and service hookDmitriy Zaporozhets2012-11-201-0/+25