summaryrefslogtreecommitdiff
path: root/spec/models/project_services
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow build email service to be testedissue_13343Felipe Artur2016-07-151-0/+38
|
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-3/+3
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-3/+0
|
* Added Bugzilla as external issue tracker optionTim2016-06-291-0/+49
| | | | | | Requested in #14669 Added note to changelog
* Remove JiraIssue model and replace references with ExternalIssueIlan Shamir2016-06-161-2/+4
|
* Fix broken URI joining for `teamcity_url` with suffixesRémy Coutable2016-06-141-5/+5
| | | | | | | | | | | | | | | If one had configured a `teamcity_url` like http://foo.bar/teamcity in the previous implementation the plugin directed it's request i.e. to http://foo.bar/httpAuth/... instead of http://foo.bar/teamcity/httpAuth/... `URI.join` only works correctly, if the prefix URL has - at least one or more trailing '/' - the appended parts are _not_ prefixed with '/' The current implementation should work with all sorts of TeamCity base URLs. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Factorize duplicated code into a method in BambooService and update specsRémy Coutable2016-06-141-6/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixing specs stubbed objects cannot access databasePaco Guzman2016-06-102-2/+2
|
* Improve note factoryGrzegorz Bizon2016-05-291-3/+3
|
* Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-292-82/+135
|
* Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets2016-05-251-1/+1
|\ | | | | | | | | | | | | Enable RSpec/NotToNot cop and auto-correct offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17761 See merge request !4267
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | | | | | Also removes the note from the development/testing.md guide
* | Seconds plural slackAran Koning2016-05-241-4/+19
|/
* Improve issue formatting in Slack serviceJeroen van Baarsen2016-05-181-5/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-2/+2
|
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-2519-203/+497
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix test to conform to conventionsSebastian Klier2016-04-201-7/+8
|
* Fix testSebastian Klier2016-04-201-4/+4
|
* formatting and test structureSebastian Klier2016-04-201-26/+43
|
* add slack notifications for wiki pagesSebastian Klier2016-04-202-0/+73
| | | | update changelog
* format merge request references properlyBen Bodenmiller2016-04-183-5/+5
|
* Allow empty recipient list when pusher is addedFrank Groeneveld2016-04-141-2/+35
| | | | Closes #13574
* Merge branch 'fix-trailing-slash-in-bamboo_url' into 'master' Robert Speicher2016-04-131-52/+210
|\ | | | | | | | | | | | | | | | | Fix a bug with trailing slash in bamboo_url Also, improve specs for BambooService Similar to !3679. See merge request !3680
| * Fix a bug with trailing slash in bamboo_urlRémy Coutable2016-04-131-52/+210
| | | | | | | | | | | | | | | | Also, improve specs for BambooService Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/3515 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Improve TeamcityService and its specsfix-trailing-slash-in-teamcity_url-3515Rémy Coutable2016-04-131-52/+199
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ensure empty recipients are rejected in BuildsEmailServiceRémy Coutable2016-04-061-2/+22
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Handle nil descriptions in Slack issue messagesStan Hu2016-03-281-0/+10
| | | | Closes #14676
* Suppress e-mails on failed builds if allow_failure is setStan Hu2016-01-071-0/+23
| | | | | Every time I push to GitLab, I get > 2 emails saying a spec failed when I don't care about benchmarks and other specs that have `allow_failure` set to `true`.
* Satisfy RubocopDouwe Maan2016-01-051-1/+1
|
* Merge remote-tracking branch 'upstream/master' into better-asana-refsMike Wyatt2015-12-313-21/+127
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Update CHANGELOG spinach fix Updated allocations Gem to version 1.0.3 Removed various default metrics tags Update CHANGELOG Fix "I see current user as the first user" step Swap Author and Assignee Selectors on issuable index view Update CHANGELOG Make sure that is no pending migrations in Gitlab::CurrentSettings Added additional config environmental variables to help Debian packaging We don't use whenever anymore. Lets remove the schedule file Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. ...
| * Backport JIRA serviceDrew Blessing2015-12-181-5/+113
| |
| * Fixed Rubocop offensesGabriel Mazetto2015-12-152-16/+14
| |
* | Use `execute` in Asana specsMike Wyatt2015-12-311-15/+18
| |
* | Actually test the posted comment in Asana serviceMike Wyatt2015-12-311-4/+21
| |
* | Update Asana specsMike Wyatt2015-12-291-8/+32
| |
* | better support for referencing and closing issues in asana_service.rbMike Wyatt2015-12-161-0/+21
|/
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-57/+0
|
* Fix specsKamil Trzcinski2015-12-101-1/+1
|
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-102-0/+95
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
* Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2Alex Lossent2015-10-152-36/+111
| | | | | Password can now be specified at the same time as the new URL, and the service template admin pages now work.
* 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
|