summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move Dashboard shortcuts specs from Spinah to RSpecmove-dashboard-shortcuts-from-spinach-to-rspecRémy Coutable2017-01-313-28/+29
* Merge branch 'remove-warning-to-login' into 'master' Rémy Coutable2017-01-313-1/+11
|\
| * Remove flash warning from login pagePadilla, Gerald2017-01-303-1/+11
* | Merge branch 'ensure-rake-is-called-within-the-correct-bundle-context' into '...Rémy Coutable2017-01-311-4/+4
|\ \
| * | Ensure rake is called within the correct bundle contextensure-rake-is-called-within-the-correct-bundle-contextLuke "Jared" Bennett2017-01-301-4/+4
* | | Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable2017-01-3121-69/+117
|\ \ \ | |_|/ |/| |
| * | Use ApiHelpers in merge request specs for API routesfeature/gb/expose-commit-and-mr-pipelines-apiGrzegorz Bizon2017-01-301-11/+5
| * | Add controller tests for commit pipelines endpointGrzegorz Bizon2017-01-271-5/+19
| * | Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-272-2/+34
| * | Fix cycle analytics code after improving serializersGrzegorz Bizon2017-01-277-7/+7
| * | Expose serialized pipelines API for merge requestsGrzegorz Bizon2017-01-271-1/+10
| * | Expose serialized pipelines for commit pipelinesGrzegorz Bizon2017-01-272-5/+15
| * | Return serializable hash from a represented serializerGrzegorz Bizon2017-01-278-40/+29
* | | Merge branch 'sh-add-project-id-index-project-authorizations' into 'master' Yorick Peterse2017-01-303-1/+17
|\ \ \
| * | | Add project ID index to `project_authorizations` table to optimize queriessh-add-project-id-index-project-authorizationsStan Hu2017-01-303-1/+17
* | | | Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran2017-01-307-319/+222
|\ \ \ \ | |/ / / |/| | |
| * | | remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-207-319/+222
* | | | Merge branch 'issue-sidebar-empty-assignee' into 'master' Fatih Acet2017-01-304-1/+46
|\ \ \ \
| * | | | Clears all dropdown menus in issue sidebar when it opensissue-sidebar-empty-assigneePhil Hughes2017-01-201-4/+6
| * | | | Resets issue boards assignee dropdownPhil Hughes2017-01-204-1/+44
* | | | | Merge branch 'move-todos-empty-state-icons' into 'master' Fatih Acet2017-01-303-2/+2
|\ \ \ \ \
| * | | | | Moved todos icons to new foldermove-todos-empty-state-iconsLuke "Jared" Bennett2016-11-223-2/+2
* | | | | | Merge branch 'fix/ci-build-policy' into 'master' Robert Speicher2017-01-303-2/+97
|\ \ \ \ \ \
| * | | | | | Add Changelog entry for build policy improvementsfix/ci-build-policyGrzegorz Bizon2017-01-231-0/+4
| * | | | | | Fix build access policies when pipelines are publicGrzegorz Bizon2017-01-232-2/+93
* | | | | | | Merge branch '8-16-0-release-date' into 'master' Rémy Coutable2017-01-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix 8.16.0 release date. 8-16-0-release-dateAdam Niedzielski2017-01-301-1/+1
* | | | | | | | Merge branch '20852-getting-started-project-better-blank-state-for-labels-vie...Fatih Acet2017-01-3013-51/+76
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-3013-51/+76
* | | | | | | | Merge branch 'dz-nested-groups-improvements-2' into 'master' Dmitriy Zaporozhets2017-01-3012-9/+64
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Improve search within group logicDmitriy Zaporozhets2017-01-303-2/+10
| * | | | | | | Add changelog item about new attributes in group apiDmitriy Zaporozhets2017-01-301-0/+4
| * | | | | | | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-302-1/+15
| * | | | | | | Add tests for nested groups in search service and search helperDmitriy Zaporozhets2017-01-302-0/+24
| * | | | | | | Include nested groups items into search resultsDmitriy Zaporozhets2017-01-301-1/+5
| * | | | | | | Use full group name/path in UI dropdownsDmitriy Zaporozhets2017-01-304-7/+8
|/ / / / / / /
* | | | | | | Merge branch 'fix/import-encrypt-atts' into 'master' Douwe Maan2017-01-3011-14/+70
|\ \ \ \ \ \ \
| * | | | | | | fix spec failurefix/import-encrypt-attsJames Lopez2017-01-301-1/+1
| * | | | | | | fix typo in specJames Lopez2017-01-301-1/+1
| * | | | | | | programmatically remove encrypted attributes. Added relevant spec.James Lopez2017-01-303-2/+22
| * | | | | | | rename method and added note to export file spec about new encrypted attributesJames Lopez2017-01-302-2/+5
| * | | | | | | fix spec failuresJames Lopez2017-01-302-2/+2
| * | | | | | | fix typoJames Lopez2017-01-302-3/+3
| * | | | | | | Ignore encrypted attributes in Import/ExportJames Lopez2017-01-308-12/+45
* | | | | | | | Merge branch 'zj-slow-service-fetch' into 'master' Yorick Peterse2017-01-302-3/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Improve performance of triggered chat commandszj-slow-service-fetchZ.J. van de Weg2017-01-302-3/+14
| |/ / / / / /
* | | | | | | Merge branch 'document-how-to-vue' into 'master' Fatih Acet2017-01-302-18/+92
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | First draft of "how to use vue.js in gitlab" documentationFilipa Lacerda2017-01-302-18/+92
* | | | | | | Merge branch 'patch-11' into 'master' Rémy Coutable2017-01-301-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Use consistent URLs for review apps in the docsVincent Tunru2017-01-271-4/+4