summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dz-nested-groups-members' into 'master' Dmitriy Zaporozhets2017-03-091-0/+22
|\
| * Show members of parent groups on project members pagedz-nested-groups-membersDmitriy Zaporozhets2017-03-091-0/+22
* | Merge branch 'storage-validation-improvement' into 'master' Sean McGivern2017-03-091-39/+53
|\ \
| * | Improve storage validation after configuration structure updatestorage-validation-improvementAlejandro Rodríguez2017-03-081-39/+53
* | | Merge branch 'feature/gb/verbosify-blocked-pipeline-status' into 'master' Kamil Trzciński2017-03-094-3/+75
|\ \ \ | |_|/ |/| |
| * | Add specs for an extended blocked pipeline statusfeature/gb/verbosify-blocked-pipeline-statusGrzegorz Bizon2017-03-082-0/+50
| * | Adjust specs for core pipeline detailed statusesGrzegorz Bizon2017-03-082-3/+25
* | | Fix wrong message on starred projects filteringGeorge Andrinopoulos2017-03-091-9/+28
* | | Merge branch 'remove-awards-handler-spec-timeout' into 'master' Clement Ho2017-03-091-3/+0
|\ \ \
| * | | Remove timeout from awards_handler_spec.jsremove-awards-handler-spec-timeout💃 Winnie 💃2017-03-081-3/+0
* | | | Merge branch '29034-fix-github-importer' into 'master' Douwe Maan2017-03-081-0/+28
|\ \ \ \
| * | | | Refactor some code29034-fix-github-importerGabriel Mazetto2017-03-081-0/+18
| * | | | Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto2017-03-081-0/+10
* | | | | Merge branch '29162-refactor-dropdown-milestone-spec' into 'master' Rémy Coutable2017-03-081-27/+31
|\ \ \ \ \
| * | | | | Refactor dropdown_milestone_spec.rbGeorge Andrinopoulos2017-03-081-27/+31
* | | | | | Merge branch 'es6-class-issue' into 'master' Clement Ho2017-03-081-23/+20
|\ \ \ \ \ \
| * | | | | | Convert Issue into ES6 class (!9636)winniehell2017-03-081-23/+20
| |/ / / / /
* | | | | | Remove hidden text from subscribe buttonAnnabel Dunstone Gray2017-03-081-1/+1
* | | | | | Merge branch 'rs-lower-capybara-timeout' into 'master' Rémy Coutable2017-03-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Decrease Capybara timeout for CI environmentrs-lower-capybara-timeoutRobert Speicher2017-03-081-1/+1
| | |/ / / | |/| | |
* | | | | Raise an exception if creating a test repository failsNick Thomas2017-03-081-2/+2
|/ / / /
* | | | Merge branch 'fix-visual-tokens' into 'master' Alfredo Sumaran2017-03-082-3/+38
|\ \ \ \
| * | | | Prevent visual token dropdown from opening the wrong filter dropdownfix-visual-tokensClement Ho2017-03-082-3/+38
* | | | | Added discussion comments avatars to diffPhil Hughes2017-03-082-1/+146
| |_|_|/ |/| | |
* | | | Merge branch 'sh-speed-up-refresh-service' into 'master' Rémy Coutable2017-03-081-47/+57
|\ \ \ \
| * | | | Speed up MergeRequest::RefreshService spec by combining examplessh-speed-up-refresh-serviceStan Hu2017-03-081-47/+57
| | |_|/ | |/| |
* | | | Merge branch 'fix/29093' into 'master' Sean McGivern2017-03-083-13/+13
|\ \ \ \
| * | | | Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre2017-03-073-13/+13
* | | | | Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable2017-03-081-0/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Don't show links to tag a commit for non permitted usersMark Fletcher2017-03-071-0/+28
* | | | | Merge branch 'settings-tab' into 'master' fl-links-environmentsClement Ho2017-03-081-1/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fixed user_access_request_specsettings-tabJose Ivan Vargas2017-03-071-1/+7
* | | | | Merge branch 'filtered-search-visual-tokens-improvements' into 'master' Alfredo Sumaran2017-03-082-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Code improvementsfiltered-search-visual-tokens-improvementsClement Ho2017-03-072-3/+3
* | | | | Merge branch 'fix-fs-edit-dropdown' into 'master' Alfredo Sumaran2017-03-081-0/+16
|\ \ \ \ \
| * | | | | Fix filtered search visual token editing dropdownfix-fs-edit-dropdownClement Ho2017-03-071-0/+16
| |/ / / /
* | | | | Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-072-4/+17
|/ / / /
* | | | Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-0720-291/+1677
|/ / /
* | | Merge branch 'rs-fix-todo-service-spec' into 'master' Douwe Maan2017-03-081-1/+1
|\ \ \
| * | | Fix transient failure in TodoService specRobert Speicher2017-03-071-1/+1
* | | | Merge branch 'issue_16834'Douwe Maan2017-03-073-104/+400
|\ \ \ \
| * | | | Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-073-68/+247
| * | | | Update API endpoints for raw filesFelipe Artur2017-03-072-97/+214
* | | | | Merge branch 'dm-nested-groups-go-get' into 'master' Douwe Maan2017-03-081-9/+86
|\ \ \ \ \
| * | | | | Fix go-get support for projects in nested groupsdm-nested-groups-go-getDouwe Maan2017-03-071-9/+86
| |/ / / /
* | | | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-083-5/+144
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Returns correct header data for commits endpointOswaldo Ferreira2017-03-073-23/+81
| * | | | Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-0/+29
| * | | | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-072-3/+55
* | | | | Merge branch 'tc-api-pipeline-jobs' into 'master' Douwe Maan2017-03-081-2/+74
|\ \ \ \ \ | |/ / / / |/| | | |