Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor service settings viewissue_8110 | Felipe Artur | 2016-07-20 | 1 | -5/+5 |
| | |||||
* | Allow slack service to send messages on different channels | Felipe Artur | 2016-07-19 | 1 | -0/+71 |
| | |||||
* | Allow build email service to be testedissue_13343 | Felipe Artur | 2016-07-15 | 1 | -0/+38 |
| | |||||
* | Avoid `describe`-ing symbols in specsrs-describe-symbols | Robert Speicher | 2016-07-12 | 1 | -3/+3 |
| | |||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 2 | -3/+0 |
| | |||||
* | Added Bugzilla as external issue tracker option | Tim | 2016-06-29 | 1 | -0/+49 |
| | | | | | | Requested in #14669 Added note to changelog | ||||
* | Remove JiraIssue model and replace references with ExternalIssue | Ilan Shamir | 2016-06-16 | 1 | -2/+4 |
| | |||||
* | Fix broken URI joining for `teamcity_url` with suffixes | Rémy Coutable | 2016-06-14 | 1 | -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 specs | Rémy Coutable | 2016-06-14 | 1 | -6/+6 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fixing specs stubbed objects cannot access database | Paco Guzman | 2016-06-10 | 2 | -2/+2 |
| | |||||
* | Improve note factory | Grzegorz Bizon | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | Update specs to carry out changes in note factory | Grzegorz Bizon | 2016-05-29 | 2 | -82/+135 |
| | |||||
* | Merge branch 'rs-rubocop-nottonot' into 'master' | Dmitriy Zaporozhets | 2016-05-25 | 1 | -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-nottonot | Robert Speicher | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | Also removes the note from the development/testing.md guide | ||||
* | | Seconds plural slack | Aran Koning | 2016-05-24 | 1 | -4/+19 |
|/ | |||||
* | Improve issue formatting in Slack service | Jeroen van Baarsen | 2016-05-18 | 1 | -5/+6 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 1 | -2/+2 |
| | |||||
* | Ensure URL in all Service subclasses are valid | Rémy Coutable | 2016-04-25 | 19 | -203/+497 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix test to conform to conventions | Sebastian Klier | 2016-04-20 | 1 | -7/+8 |
| | |||||
* | Fix test | Sebastian Klier | 2016-04-20 | 1 | -4/+4 |
| | |||||
* | formatting and test structure | Sebastian Klier | 2016-04-20 | 1 | -26/+43 |
| | |||||
* | add slack notifications for wiki pages | Sebastian Klier | 2016-04-20 | 2 | -0/+73 |
| | | | | update changelog | ||||
* | format merge request references properly | Ben Bodenmiller | 2016-04-18 | 3 | -5/+5 |
| | |||||
* | Allow empty recipient list when pusher is added | Frank Groeneveld | 2016-04-14 | 1 | -2/+35 |
| | | | | Closes #13574 | ||||
* | Merge branch 'fix-trailing-slash-in-bamboo_url' into 'master' | Robert Speicher | 2016-04-13 | 1 | -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_url | Rémy Coutable | 2016-04-13 | 1 | -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-3515 | Rémy Coutable | 2016-04-13 | 1 | -52/+199 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Ensure empty recipients are rejected in BuildsEmailService | Rémy Coutable | 2016-04-06 | 1 | -2/+22 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Handle nil descriptions in Slack issue messages | Stan Hu | 2016-03-28 | 1 | -0/+10 |
| | | | | Closes #14676 | ||||
* | Suppress e-mails on failed builds if allow_failure is set | Stan Hu | 2016-01-07 | 1 | -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 Rubocop | Douwe Maan | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into better-asana-refs | Mike Wyatt | 2015-12-31 | 3 | -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 service | Drew Blessing | 2015-12-18 | 1 | -5/+113 |
| | | |||||
| * | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 2 | -16/+14 |
| | | |||||
* | | Use `execute` in Asana specs | Mike Wyatt | 2015-12-31 | 1 | -15/+18 |
| | | |||||
* | | Actually test the posted comment in Asana service | Mike Wyatt | 2015-12-31 | 1 | -4/+21 |
| | | |||||
* | | Update Asana specs | Mike Wyatt | 2015-12-29 | 1 | -8/+32 |
| | | |||||
* | | better support for referencing and closing issues in asana_service.rb | Mike Wyatt | 2015-12-16 | 1 | -0/+21 |
|/ | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -57/+0 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 2 | -0/+95 |
| | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 15 | -15/+15 |
| | |||||
* | fix specsrails_update_to_4_2 | Valery Sizov | 2015-11-30 | 1 | -3/+3 |
| | |||||
* | CI details cleanup | Kamil Trzcinski | 2015-11-05 | 1 | -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_v2 | Alex Lossent | 2015-10-15 | 2 | -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_password | Valery Sizov | 2015-10-12 | 2 | -0/+112 |
| | |||||
* | Fix routing in CI mailer | Dmitriy Zaporozhets | 2015-10-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix GitLabCiService and remove ci_yaml_file from CI push data | Kamil Trzcinski | 2015-10-05 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Guilherme Garnier | 2015-10-03 | 1 | -21/+0 |
|\ | |||||
| * | Fix tests | Dmitriy Zaporozhets | 2015-10-02 | 1 | -21/+0 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |