summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix Diff#too_large? and specsDouwe Maan2017-05-303-50/+20
* Consistent diff and blob size limit namesDouwe Maan2017-05-297-61/+61
* Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-292-0/+94
|\
| * Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-291-0/+0
| * New Migration/UpdateColumnInBatches copRémy Coutable2017-05-291-0/+94
* | Merge branch '30917-wiki-is-not-searchable-with-guest-permissions' into 'master'Douwe Maan2017-05-292-2/+11
|\ \
| * | Explicitly test that guest is able to search through the wikiValery Sizov2017-05-292-3/+3
| * | Fix: Wiki is not searchable with Guest permissionsValery Sizov2017-05-221-0/+9
* | | Merge branch 'sh-fix-submodules-trailing-spaces' into 'master'Robert Speicher2017-05-291-0/+5
|\ \ \
| * | | Strip trailing whitespaces in submodule URLssh-fix-submodules-trailing-spacesStan Hu2017-05-291-0/+5
* | | | Merge branch '23036-replace-all-spinach-tests-with-rspec-feature-tests' into ...Rémy Coutable2017-05-291-1/+13
|\ \ \ \
| * | | | Replace 'starred_projects.feature' spinach test with an rspec analog23036-replace-all-spinach-tests-with-rspec-feature-testsblackst0ne2017-05-281-1/+13
| | |_|/ | |/| |
* | | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-2938-310/+453
|\ \ \ \
| * | | | Convert nested groups to regular ones for MySQLYorick Peterse2017-05-171-0/+66
| * | | | Hide nested group UI/API support for MySQLYorick Peterse2017-05-172-2/+2
| * | | | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-1736-309/+386
* | | | | Add performance deltas between app deployments on Merge Request widgetKushal Pandya2017-05-292-3/+57
* | | | | Merge branch '32977-user-autocomplete-per_page-does-not-work' into 'master'Douwe Maan2017-05-291-0/+14
|\ \ \ \ \
| * | | | | Add per page to user autocomplete32977-user-autocomplete-per_page-does-not-workClement Ho2017-05-261-0/+14
* | | | | | Merge branch 'fix-up-notes-technical-debt' into 'master'Fatih Acet2017-05-291-1/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix up some notes tech debtfix-up-notes-technical-debtEric Eastwood2017-05-261-1/+0
* | | | | | Merge branch 'fix_duplicated_assignees_on_milestone_page' into 'master'Sean McGivern2017-05-291-0/+13
|\ \ \ \ \ \
| * | | | | | Fix: Milestone - Participants list is showing duplicate assigneesfix_duplicated_assignees_on_milestone_pageValery Sizov2017-05-291-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Improve pipelines API specs related to special parametersGrzegorz Bizon2017-05-291-9/+15
* | | | | | Simplify pipeline spec by using order instead of sort_bysh-fix-issue-33011Stan Hu2017-05-281-1/+1
* | | | | | Fix failing spec in spec/requests/api/pipelines_spec.rbStan Hu2017-05-281-5/+5
|/ / / / /
* | | | | Merge branch 'add-relevant-ee-spec' into 'master'Stan Hu2017-05-271-0/+25
|\ \ \ \ \
| * | | | | Update spec to match latest EE changesStan Hu2017-05-261-2/+7
| * | | | | Add missing project import job example from gitlab-eeAlejandro Rodríguez2017-05-261-0/+20
* | | | | | Merge branch '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-a...Fatih Acet2017-05-265-7/+77
|\ \ \ \ \ \
| * | | | | | Update MWPS feature spec per change to remove source branch default.32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-projectBryce Johnson2017-05-251-2/+2
| * | | | | | Expose remove_source_branch boolean/nullOswaldo Ferreira2017-05-241-1/+2
| * | | | | | Set up merge request from fork more simply.Bryce Johnson2017-05-241-10/+2
| * | | | | | Remove spec from created_from_fork_spec.Bryce Johnson2017-05-241-15/+0
| * | | | | | Move spec and add one for merge button not disabled.Bryce Johnson2017-05-241-0/+29
| * | | | | | Add spec for disabled Remove source branch checkbox.Bryce Johnson2017-05-231-0/+15
| * | | | | | Set merge params to force_remove_source_branch by default.Bryce Johnson2017-05-231-2/+4
| * | | | | | Shush rubocop.Bryce Johnson2017-05-221-1/+0
| * | | | | | Don't use getElementById in specs.Bryce Johnson2017-05-221-2/+2
| * | | | | | Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-222-2/+49
* | | | | | | Merge branch 'dm-dependency-value-regex' into 'master'Grzegorz Bizon2017-05-261-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Add specdm-dependency-value-regexDouwe Maan2017-05-261-1/+10
* | | | | | | | Merge branch '31459-fix-transient-error-caused-by-small-timeout-also-adapt-te...Grzegorz Bizon2017-05-261-14/+69
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki2017-05-252-27/+22
| * | | | | | | Make the test cases more readable and fix to_s coercion problemPawel Chojnacki2017-05-231-19/+26
| * | | | | | | Stop skipping tests if local dependencies are not foundPawel Chojnacki2017-05-222-9/+1
| * | | | | | | Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki2017-05-172-2/+63
* | | | | | | | Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda2017-05-262-0/+150
* | | | | | | | Merge branch 'fix_counter_cache_invalidation' into 'master'Douwe Maan2017-05-266-0/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-266-0/+39