summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-301-0/+37
|\
| * Added specs for handleNotifications in mr_widget_options_spec.jsLuke "Jared" Bennett2017-05-261-0/+37
* | Merge branch 'issue_32225_2' into 'master'Kamil Trzciński2017-05-302-2/+44
|\ \
| * | Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-292-1/+32
| * | Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-231-1/+12
* | | Update looks job logFilipa Lacerda2017-05-302-139/+185
* | | Merge branch '31349-pipeline-url-techdeb' into 'master'Phil Hughes2017-05-301-1/+1
|\ \ \
| * | | Use vue file for pipelines tables components31349-pipeline-url-techdebFilipa Lacerda2017-05-291-1/+1
* | | | Merge branch 'fix-authorized-members-destroy' into 'master'Rémy Coutable2017-05-301-1/+1
|\ \ \ \
| * | | | Fix spec for Members::AuthorizedDestroyServicefix-authorized-members-destroyYorick Peterse2017-05-301-1/+1
* | | | | Merge branch '2472-assignee-dropdown-does-not-display-selected-assignee-ce' i...Phil Hughes2017-05-302-0/+77
|\ \ \ \ \
| * | | | | Fix rubocop2472-assignee-dropdown-does-not-display-selected-assignee-ceClement Ho2017-05-261-3/+1
| * | | | | Backport MR from EEClement Ho2017-05-263-0/+93
* | | | | | Merge branch '31849-pipeline-show-view-realtime' into 'master'Phil Hughes2017-05-301-33/+26
|\ \ \ \ \ \
| * | | | | | Creates a mediator for pipeline details vue in order to mount several vue app...Filipa Lacerda2017-05-261-33/+26
* | | | | | | Merge branch '31616-add-uptime-of-gitlab-instance-in-admin-area' into 'master'Rémy Coutable2017-05-301-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | 31616-add-uptime-of-gitlab-instance-in-admin-areajboltz882017-05-291-0/+3
* | | | | | | Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'Kamil Trzciński2017-05-292-0/+32
|\ \ \ \ \ \ \
| * | | | | | | Add a test for deletion of importing_or_inactive?Shinya Maeda2017-05-291-0/+8
| * | | | | | | NULL to nilShinya Maeda2017-05-291-2/+2
| * | | | | | | Reproduced2Shinya Maeda2017-05-291-0/+24
| * | | | | | | Revert "Reproduced"Shinya Maeda2017-05-291-24/+0
| * | | | | | | ReproducedShinya Maeda2017-05-291-0/+24
| | |_|_|/ / / | |/| | | | |
* | | | | | | 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