summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Remove js classes from vue component that are not needed in vue component33642-timeago-updateFilipa Lacerda2017-06-131-12/+1
|
* Merge branch ↵Yorick Peterse2017-06-134-1/+315
|\ | | | | | | | | | | | | | | | | '32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master' Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Closes #32054 See merge request !11229
| * Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-134-1/+315
| | | | | | | | 'timestamps_with_timezone'
* | Merge branch 'zj-commit-status-sortable-name' into 'master'Grzegorz Bizon2017-06-131-0/+11
|\ \ | | | | | | | | | | | | | | | | | | Handle legacy jobs without name Closes #33403 See merge request !12118
| * | Handle legacy jobs without namezj-commit-status-sortable-nameZ.J. van de Weg2017-06-131-0/+11
| |/ | | | | | | | | | | | | | | Older pipelines can contain jobs without a name, in which case 'nameless' is used right now, so we can properly still handle other actions on these jobs. Fixes gitlab-org/gitlab-ce#33403
* | Merge branch 'fix/gb/fix-migrations-testing-support-hooks-order' into 'master'Sean McGivern2017-06-131-9/+7
|\ \ | | | | | | | | | | | | | | | | | | Fix migrations testing support RSpec hooks order Closes #33583 See merge request !12120
| * | Fix migrations testing support RSpec hooks orderfix/gb/fix-migrations-testing-support-hooks-orderGrzegorz Bizon2017-06-131-9/+7
| | |
* | | Merge branch 'karma-headless-chrome' into 'master'Tim Zallmann2017-06-136-51/+11
|\ \ \ | |/ / |/| | | | | | | | Replace PhantomJS with headless Chrome in frontend test suite See merge request !12036
| * | remove phantomjs-specific test hacksMike Greiling2017-06-135-50/+10
| | |
| * | fix incorrect equals assertionMike Greiling2017-06-131-1/+1
| |/
* | Fix filename method of GitlabUploader to return always real filenamefix-filename-of-artifact-uploaderKamil Trzcinski2017-06-132-2/+39
|/
* Merge branch 'rc/load-images-in-phantomjs' into 'master'Robert Speicher2017-06-123-12/+9
|\ | | | | | | | | Let PhantomJS load local images See merge request !12003
| * Let PhantomJS load local imagesrc/load-images-in-phantomjsRémy Coutable2017-06-123-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | This change fix a memory leak due to a Webkit bug: https://github.com/ariya/phantomjs/issues/12903 Also: - Whitelist only localhost and 127.0.0.1 in Capybara + JS specs - Blacklist all requests to media such as images, videos, PDFs, CSVs etc. - Log all the requests made. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'sh-fix-refactor-uploader-work-dir' into 'master'Kamil Trzciński2017-06-123-19/+50
|\ \ | | | | | | | | | | | | | | | | | | Set artifact working directory to be in the destination store to prevent unnecessary I/O Closes #33274 See merge request !11905
| * | Set artifact working directory to be in the destination store to prevent ↵sh-fix-refactor-uploader-work-dirStan Hu2017-06-063-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary I/O Similar to #33218, build artifacts were being uploaded into a CarrierWave temporary directory in the Rails root directory before moved to their final destination, which could cause a copy across filesystems. This merge request refactors the work in !11866 so that any uploader can just override `work_dir` to change the default implementation. Closes #33274
* | | Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-122-1/+82
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
| * | | Add a feature spec for the performance barRémy Coutable2017-06-091-0/+81
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '32834-task-note-only' into 'master'Sean McGivern2017-06-123-6/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent Description Change Notes When Toggling Tasks Closes #32834 See merge request !12057
| * | | | Only add a description change note when no tasks are updatedJared Deckard2017-06-122-5/+35
| | | | |
| * | | | Fix incorrect spec descriptionJared Deckard2017-06-091-1/+1
| | | | |
* | | | | Merge branch 'background-migrations' into 'master'30404-high-cpu-usage-on-mrs-with-large-diffsRémy Coutable2017-06-122-0/+61
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to perform background migrations See merge request !11854
| * | | | | Add the ability to perform background migrationsYorick Peterse2017-06-122-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
* | | | | | Merge branch 'retry-specs' into 'master'Robert Speicher2017-06-121-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempts to run RSpec tests twice (1 retry) See merge request !12066
| * | | | | | Attempts to run RSpec tests twice (1 retry)retry-specsRémy Coutable2017-06-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan2017-06-1210-82/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use :request_store hooks on specs See merge request !12058
| * | | | | | | Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-0910-82/+20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'operau2f' into 'master'Rémy Coutable2017-06-121-0/+49
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fix FIDO U2F for Opera browser (based on !10118) See merge request !12082
| * | | | | | Add test for u2f helper and changelog entryJonas Kalderstam2017-06-111-0/+49
| | | | | | |
* | | | | | | Merge branch '33003-avatar-in-project-api' into 'master'Rémy Coutable2017-06-121-0/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept avatar file in project API Closes #33003 See merge request !11988
| * | | | | | Accept image for avatar in project APIvanadium232017-06-091-0/+9
| | | | | | |
* | | | | | | Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-1212-147/+518
| | | | | | |
* | | | | | | Merge branch 'rs-simplify-todo-count-spec' into 'master'Rémy Coutable2017-06-122-23/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test todos_count_format helper at the correct level to improve speed See merge request !12075
| * | | | | | | Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-specRobert Speicher2017-06-092-23/+13
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper.
* | | | | | | Merge branch 'sh-recaptcha-fix-try2' into 'master'Sean McGivern2017-06-121-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiated Closes #33532 See merge request !12080
| * | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
* | | | | | Use vue files for navigation tabs and buttonsFilipa Lacerda2017-06-121-1/+1
|/ / / / /
* | | | | Merge branch 'dm-revert-mr-8427'Douwe Maan2017-06-099-399/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-099-399/+4
| | |/ / | |/| |
* | | | Merge branch '32622-fix-markdown_preview_spec' into 'master'Robert Speicher2017-06-091-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure wiki is created before we visit the Wiki page Closes #32622 See merge request !12059
| * | | | Ensure wiki is created before we visit the Wiki page32622-fix-markdown_preview_specRémy Coutable2017-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :facepalm: Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'tc-link-to-commit-on-help-page' into 'master'Robert Speicher2017-06-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Make the revision on the `/help` page clickable See merge request !12016
| * | | | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
* | | | | Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-093-7/+63
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prompt user to create personal access token for Git over HTTP See merge request !11986
| * | | | | Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-073-7/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
* | | | | | Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-093-5/+87
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023
| * | | | | | Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-093-5/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #33477
* | | | | | | Merge branch '33381-display-issue-state-in-mr-widget-issue-links' into 'master'Sean McGivern2017-06-091-0/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display issue state in issue links section of merge request widget Closes #33381 See merge request !12021
| * | | | | | Display issue state in issue links section of merge request widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-091-0/+10
| | |_|/ / / | |/| | | |