summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix migration failure9255-implement-access-controls-when-sso-enforcement-enabled-ceJames Lopez2019-02-071-0/+4
* Merge branch '52363-update-cluster-and-ado-docs' into 'master'Grzegorz Bizon2019-02-073-21/+45
|\
| * Adds a base domain doc section on cluster pages52363-update-cluster-and-ado-docsMayra Cabrera2019-02-063-21/+45
* | Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-0723-205/+489
|\ \
| * | Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-069-166/+103
| * | Addresses backend/db review commentsMayra Cabrera2019-02-0413-24/+22
| * | Use a single sql statement for ADO queryMayra Cabrera2019-02-042-55/+32
| * | Modifies ADO script to include new variableMayra Cabrera2019-02-041-12/+25
| * | Moves domain setting to Cluster settingMayra Cabrera2019-02-0419-62/+421
* | | Merge branch 'ce-version-fix-failing-resolve-conflicts-spec' into 'master'Sean McGivern2019-02-071-0/+2
|\ \ \
| * | | Update spec/features/merge_request/user_resolves_conflicts_spec.rbPhil Hughes2019-02-071-0/+2
* | | | Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre2019-02-0717-40/+118
|\ \ \ \
| * | | | Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-0617-40/+118
* | | | | Merge branch 'docs/source-installation-requirements' into 'master'Marin Jankovski2019-02-072-2/+9
|\ \ \ \ \
| * | | | | Document adding source installation stepsdocs/source-installation-requirementsYorick Peterse2019-02-061-0/+3
| * | | | | Remove usage of 11-7-stable for source installsYorick Peterse2019-02-061-2/+6
* | | | | | Merge branch '56543-project-lists-further-iteration-improvements' into 'master'Annabel Dunstone Gray2019-02-075-38/+29
|\ \ \ \ \ \
| * | | | | | Improve project list UX on large screensMartin Wortschack2019-02-075-38/+29
* | | | | | | Merge branch 'jlenny-NewAndroidTemplate' into 'master'Nick Thomas2019-02-073-0/+128
|\ \ \ \ \ \ \
| * | | | | | | Template for Android with FastlaneJason Lenny2019-02-073-0/+128
|/ / / / / / /
* | | | | | | Merge branch '56014-api-merge-request-squash-commit-messages' into 'master'Nick Thomas2019-02-074-0/+32
|\ \ \ \ \ \ \
| * | | | | | | API support for squash commit message during merge56014-api-merge-request-squash-commit-messagesLuke Duncalfe2019-02-074-0/+32
* | | | | | | | Merge branch 'fix-repo-settings-file-upload-error' into 'master'Nick Thomas2019-02-073-8/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug causing repo mirror settings UI to breakfix-repo-settings-file-upload-errorLuke Bennett2019-01-083-8/+44
* | | | | | | | | Merge branch 'docs-pages-dns-update' into 'master'Achilleas Pipinellis2019-02-071-7/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Clarify DNS record for Pagesdocs-pages-dns-updateMarcia Ramos2019-01-291-7/+12
* | | | | | | | | Merge branch '57333-default_on_group_search_optimizations' into 'master'Sean McGivern2019-02-071-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Delete 57333-default_on_group_search_optimizations.ymlSean McGivern2019-02-071-5/+0
| * | | | | | | | | Enable subquery for group issue search by default57333-default_on_group_search_optimizationsMario de la Ossa2019-02-062-1/+6
* | | | | | | | | | Merge branch 'docs-add-nginx-note' into 'master'Marcia Ramos2019-02-071-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added correct syntax in nginx suggestion boxdocs-add-nginx-notesahbabou2019-02-061-0/+5
* | | | | | | | | | | Merge branch 'ce-jej/group-saml-sso-when-signed-out' into 'master'Nick Thomas2019-02-071-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Backport build_auth_user for GroupSAML callbackce-jej/group-saml-sso-when-signed-outJames Edwards-Jones2019-02-061-1/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'api-group-labels' into 'master'Sean McGivern2019-02-0713-102/+720
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add documentationapi-group-labelsRobert Schilling2019-02-063-1/+203
| * | | | | | | | | | | Simplify label helper and correct versionRobert Schilling2019-01-314-73/+61
| * | | | | | | | | | | Factor out common label APIRobert Schilling2019-01-316-109/+129
| * | | | | | | | | | | Incorporate feedback from RobertRobert Schilling2019-01-315-120/+83
| * | | | | | | | | | | Correctly search for labels in parent groupsRobert Schilling2019-01-312-6/+6
| * | | | | | | | | | | Don't run subgroup tests for mysqlRobert Schilling2019-01-311-2/+2
| * | | | | | | | | | | Factor out group labels entityRobert Schilling2019-01-315-41/+31
| * | | | | | | | | | | Use proper finder helper to get existing labelsRobert Schilling2019-01-311-11/+13
| * | | | | | | | | | | fix rebasingRobert Schilling2019-01-312-10/+1
| * | | | | | | | | | | Replace findersRobert Schilling2019-01-312-5/+5
| * | | | | | | | | | | Incorporate feedback from NickRobert Schilling2019-01-317-23/+52
| * | | | | | | | | | | Use a schema matcher to capture all entity membersRobert Schilling2019-01-312-0/+18
| * | | | | | | | | | | Add changelog, version information, frozen string literalsRobert Schilling2019-01-313-0/+13
| * | | | | | | | | | | Add subscription API for the group label APIRobert Schilling2019-01-314-16/+117
| * | | | | | | | | | | Add specsRobert Schilling2019-01-313-8/+222
| * | | | | | | | | | | Inital API implementation for group labelsRobert Schilling2019-01-312-0/+87