summaryrefslogtreecommitdiff
path: root/spec/models/project_services
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | 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
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * 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.
| * Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-0/+8
| | | | | | | | Issue gitlab-com/support-forum#213
* | Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+1
|/ | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+1
| | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-0/+27
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * 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
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Irker service configuration optionsStan Hu2015-07-051-32/+8
| | | | | | Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-2310-36/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2210-36/+31
| |
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-223-14/+14
| |
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-3/+3
|/ | | | These fixes were performed automatically by Rubocop's `-a` flag.
* Look for .gitlab-ci.yml only if checkout_sha is presentfix-gitlab-ci-ymlDmitriy Zaporozhets2015-06-151-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | Closes #772
* 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
| | | | | | When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
* 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
| | | | | | | Normalize output to use: - User name instead of username - Include first line of title in message description - Link to "Issue #X" instead of "#X"
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-063-7/+275
| | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
* Add merge and issue event notification for HipChatStan Hu2015-03-051-0/+102
|
* Re-annotate modelsDmitriy Zaporozhets2015-03-0410-60/+82
|
* Fix specs.Douwe Maan2015-03-031-3/+3
|
* Fix specs.Douwe Maan2015-03-033-8/+8
|
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-0310-61/+227
| | | | | | | | | | | 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.