summaryrefslogtreecommitdiff
path: root/spec/models/project_services
Commit message (Expand)AuthorAgeFilesLines
* Tag model specsDouwe Maan2015-12-0915-15/+15
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-3/+3
* CI details cleanupKamil Trzcinski2015-11-051-1/+1
* Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2Alex Lossent2015-10-152-36/+111
* Invalidate stored service password if the endpoint URL is changedreset_service_passwordValery Sizov2015-10-122-0/+112
* Fix routing in CI mailerDmitriy Zaporozhets2015-10-071-2/+1
* Fix GitLabCiService and remove ci_yaml_file from CI push dataKamil Trzcinski2015-10-051-4/+4
* Merge remote-tracking branch 'upstream/master'Guilherme Garnier2015-10-031-21/+0
|\
| * Fix testsDmitriy Zaporozhets2015-10-021-21/+0
* | Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-032-3/+2
|/
* Fix GitlabCiService specsremove-routes-helperKamil Trzcinski2015-09-221-2/+2
* Removed format validationKirilll Zaitsev2015-09-191-3/+0
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-33/+4
* Fix CI status in the MR pageValery Sizov2015-09-182-22/+5
* Drone CI serviceKirilll Zaitsev2015-09-021-0/+107
* Merge branch 'master' into remove-satellitesDmitriy Zaporozhets2015-08-172-4/+16
|\
| * Update Flowdock integration to support new Flowdock APIBoyan Tabakov2015-08-141-4/+8
| * Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-0/+8
* | Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+1
|/
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-0/+27
|\
| * Do not disappoint rubocop.validate_token_and_url_format_for_gitlab_ciMarin Jankovski2015-07-171-1/+1
| * Add specs for gitlab ci service validity.Marin Jankovski2015-07-171-0/+27
* | Fix some of testsDmitriy Zaporozhets2015-07-161-1/+1
|/
* Add Irker service configuration optionsStan Hu2015-07-051-32/+8
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-2310-36/+31
|\
| * Update mock and stub syntax for specsRobert Speicher2015-06-2210-36/+31
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-223-14/+14
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-3/+3
|/
* Look for .gitlab-ci.yml only if checkout_sha is presentfix-gitlab-ci-ymlDmitriy Zaporozhets2015-06-151-1/+1
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+4
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-1/+1
* GitLab CI service sends gitlab-ci.yml fileci_yml_fileValery Sizov2015-06-021-0/+15
* Allow HipChat API version to be blank and default to v2Stan Hu2015-05-261-4/+27
* fix gitlab CI linksfix_ci_servicesValery Sizov2015-05-051-0/+2
* Re-annotate modelsStan Hu2015-05-0312-1/+14
* Add notify and color options to HipchatServiceDominik Sander2015-04-261-0/+16
* Rename last uses of Buildbox to BuildkiteRobert Speicher2015-04-111-2/+2
* Move buildbox_service files to buildkite_serviceRobert Speicher2015-04-111-0/+0
* CI forking: testsValery Sizov2015-04-061-0/+21
* Merge branch 'email-full-url'Marin Jankovski2015-03-311-8/+9
|\
| * Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-7/+8
| * Return full URLs from GitLabIssueTrackerService.Douwe Maan2015-03-271-7/+7
* | Move asana_service_spec to its correct locationRobert Speicher2015-03-271-0/+65
|/
* Renamed Buildbox to Buildkite.Keith Pitt2015-03-261-6/+6
* Link to CI with refValery Sizov2015-03-202-3/+3
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-102-4/+4
* Add tag_push event notification to HipChat and Slack services.Stan Hu2015-03-065-23/+74
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-063-7/+275
* Add merge and issue event notification for HipChatStan Hu2015-03-051-0/+102