summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dz-create-nested-groups-via-ui' into 'master' Dmitriy Zaporozhets2017-02-091-1/+18
|\
| * Allow creating nested group via UIdz-create-nested-groups-via-uiDmitriy Zaporozhets2017-02-071-1/+18
* | Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets2017-02-091-0/+14
|\ \
| * | Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-0/+14
* | | Merge branch 'dm-add-column-with-default-cop' into 'master' Douwe Maan2017-02-091-0/+41
|\ \ \
| * | | Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-081-0/+41
* | | | Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz2017-02-084-17/+21
|\ \ \ \
| * | | | Changed date check testremove-jquery-ui-datepickerPhil Hughes2017-02-061-19/+23
| * | | | Fixed missing edit link clickPhil Hughes2017-02-061-1/+3
| * | | | Fixed some specsPhil Hughes2017-02-064-31/+29
* | | | | Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz2017-02-084-17/+32
|\ \ \ \ \
| * | | | | Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-064-17/+32
| |/ / / /
* | | | | Merge branch 'dz-fix-route-rename-descendants' into 'master' Dmitriy Zaporozhets2017-02-081-6/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix route rename descendants if route.name is blankDmitriy Zaporozhets2017-02-081-6/+18
* | | | | Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher2017-02-081-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bypass signup domain validation for external usersReza Mohammadi2017-02-081-0/+10
* | | | | Merge branch '27756-fix-json-404-response' into 'master' Clement Ho2017-02-081-0/+22
|\ \ \ \ \
| * | | | | Remove sleep from testsClement Ho2017-02-081-2/+0
| * | | | | Add tests27756-fix-json-404-responseAlfredo Sumaran2017-02-071-0/+24
* | | | | | Merge branch '27880-pipelines-table-not-showing-commit-branch' into 'master' Clement Ho2017-02-081-0/+4
|\ \ \ \ \ \
| * | | | | | Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda2017-02-081-0/+4
* | | | | | | Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets2017-02-084-34/+70
|\ \ \ \ \ \ \
| * | | | | | | Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-084-34/+70
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'widget-spec-failure' into 'master' Sean McGivern2017-02-081-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Fixed random merge request widget failurePhil Hughes2017-02-081-2/+0
* | | | | | | | Merge branch 'rename_delete_services' into 'master'Rémy Coutable2017-02-084-16/+17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix inconsistent naming for services that delete thingsdixpac2017-02-084-16/+17
* | | | | | | | backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-0/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-52/+9
|\ \ \ \ \ \ \
| * | | | | | | Use VisibilityLevel constants in spec23104-remove-public-param-for-projectsToon Claes2017-02-071-4/+4
| * | | | | | | API: remove `public` param for projectsToon Claes2017-02-071-49/+6
* | | | | | | | Merge branch 'dz-limit-nested-groups' into 'master' Douwe Maan2017-02-081-11/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Limit level of nesting for groupsdz-limit-nested-groupsDmitriy Zaporozhets2017-02-081-11/+22
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '26705-filter-todos-by-manual-add' into 'master'Sean McGivern2017-02-082-7/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | Filter todos by manual addJacopo2017-01-282-7/+54
* | | | | | | | | Merge branch 'feature/gb/paginated-environments-api' into 'master'Rémy Coutable2017-02-084-4/+185
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make headers asserts explicit in pagination specsfeature/gb/paginated-environments-apiGrzegorz Bizon2017-02-071-5/+8
| * | | | | | | | | Merge branch 'master' into feature/gb/paginated-environments-apiFilipa Lacerda2017-02-0787-316/+5405
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-062-2/+48
| * | | | | | | | | Rename `Gitlab::Serialize` module to reuse it laterGrzegorz Bizon2017-02-061-1/+1
| * | | | | | | | | Merge branch 'master' into feature/gb/paginated-environments-apiGrzegorz Bizon2017-02-06175-1311/+2311
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Extend environments folders and pagination API specsGrzegorz Bizon2017-02-031-0/+83
| * | | | | | | | | Fix typo in pipeline serializer specsGrzegorz Bizon2017-02-031-1/+1
| * | | | | | | | | Add specs for environments serializer paginationGrzegorz Bizon2017-02-031-0/+49
* | | | | | | | | | Merge branch 'restore-issues_mentioned_but_not_closing' into 'master'Sean McGivern2017-02-082-3/+85
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove MergeRequest#closes_issue?; Remove the default parameter value for #ca...Dongqing Hu2017-01-311-3/+3
| * | | | | | | | | | tests for #mr_closes_issues and #mr_issues_mentioned_but_not_closing in Merge...Dongqing Hu2017-01-251-0/+82
* | | | | | | | | | | Merge branch 'lfs-noauth-public-repo' into 'master'Rémy Coutable2017-02-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | lfs: do not require auth for public repositoriesBen Boeckel2017-02-071-0/+1
* | | | | | | | | | | Merge branch 'jej-lint-scripts-and-config' into 'master'dz-nested-groups-docsDouwe Maan2017-02-081-0/+27
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |