summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern2017-06-092-5/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Detect if blob binaryness changes after loading all data See merge request !11981
| * | | | | Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-changeDouwe Maan2017-06-082-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | binary afer loading all data
* | | | | | Merge branch 'issuable-sidebar-edit-button-field-focus' into 'master'Filipa Lacerda2017-06-091-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown filter input not focusing after transition Closes #33216 See merge request !12020
| * | | | | Fixed dropdown filter input not focusing after transitionissuable-sidebar-edit-button-field-focusPhil Hughes2017-06-081-1/+3
| | |/ / / | |/| | | | | | | | | | | | | Closes #33216
* | | | | Merge branch 'port-post-receive-changes' into 'master'Robert Speicher2017-06-081-16/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor PostReceive worker to limit merge conflicts See merge request !11916
| * | | | | Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-051-16/+13
| | | | | |
* | | | | | Merge branch 'use-request-store-on-mr-controller-query-count-spec' into 'master'Douwe Maan2017-06-081-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use RequestStore on MR show.json query count spec See merge request !12024
| * | | | | | Use RequestStore on MR show.json query count specuse-request-store-on-mr-controller-query-count-specOswaldo Ferreira2017-06-081-1/+6
| | | | | | |
* | | | | | | Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-0828-41/+748
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Master security update See merge request !12025
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/upstream-9-2-security' into ↵master-security-updateDJ Mountney2017-06-081-5/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | master-security-update