summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Remove js classes from vue component that are not needed in vue component33642-timeago-updateFilipa Lacerda2017-06-131-12/+1
* Merge branch '32054-rails-should-use-timestamptz-database-type-for-postgresql...Yorick Peterse2017-06-134-1/+315
|\
| * Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-134-1/+315
* | Merge branch 'zj-commit-status-sortable-name' into 'master'Grzegorz Bizon2017-06-131-0/+11
|\ \
| * | Handle legacy jobs without namezj-commit-status-sortable-nameZ.J. van de Weg2017-06-131-0/+11
| |/
* | Merge branch 'fix/gb/fix-migrations-testing-support-hooks-order' into 'master'Sean McGivern2017-06-131-9/+7
|\ \
| * | 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
|\ \ \ | |/ / |/| |
| * | 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 imagesrc/load-images-in-phantomjsRémy Coutable2017-06-123-12/+9
* | 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 unne...sh-fix-refactor-uploader-work-dirStan Hu2017-06-063-19/+50
* | | Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-122-1/+82
|\ \ \
| * | | Add a feature spec for the performance barRémy Coutable2017-06-091-0/+81
| * | | Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
| * | | Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
* | | | Merge branch '32834-task-note-only' into 'master'Sean McGivern2017-06-123-6/+36
|\ \ \ \
| * | | | 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 migrationsYorick Peterse2017-06-122-0/+61
* | | | | | Merge branch 'retry-specs' into 'master'Robert Speicher2017-06-121-3/+2
|\ \ \ \ \ \
| * | | | | | Attempts to run RSpec tests twice (1 retry)retry-specsRémy Coutable2017-06-121-3/+2
* | | | | | | Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan2017-06-1210-82/+20
|\ \ \ \ \ \ \
| * | | | | | | 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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | 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 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 speedrs-simplify-todo-count-specRobert Speicher2017-06-092-23/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'sh-recaptcha-fix-try2' into 'master'Sean McGivern2017-06-121-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-0/+1
| |/ / / / /
* | | | | | 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 page32622-fix-markdown_preview_specRémy Coutable2017-06-091-1/+2
* | | | | Merge branch 'tc-link-to-commit-on-help-page' into 'master'Robert Speicher2017-06-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-1/+1
* | | | | Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-093-7/+63
|\ \ \ \ \
| * | | | | Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-073-7/+63
* | | | | | Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-093-5/+87
|\ \ \ \ \ \
| * | | | | | Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-093-5/+87
* | | | | | | 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 widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-091-0/+10
| | |_|/ / / | |/| | | |