summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Fix linksupdate-helm-chart-docsJoshua Lambert2018-02-061-2/+2
| | | | | | | | |
| | * | | | | | | TyposJoshua Lambert2018-02-061-2/+2
| | | | | | | | |
| | * | | | | | | Clarify that gitlab-omnibus is the best way to install gitlabJoshua Lambert2018-02-061-1/+1
| | | | | | | | |
| | * | | | | | | Minor cleanup 2.0Joshua Lambert2018-01-312-2/+2
| | | | | | | | |
| | * | | | | | | Minor cleanupJoshua Lambert2018-01-312-2/+2
| | | | | | | | |
| | * | | | | | | Updates to helm chart docsJoshua Lambert2018-01-312-11/+12
| | | | | | | | |
| * | | | | | | | Merge branch '42669-allow-order_by-users-in-gitlab-api' into 'master'Douwe Maan2018-02-061-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sorting options for /users API Closes #42669 See merge request gitlab-org/gitlab-ce!16945
| | * | | | | | | | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | update docShinya Maeda2018-02-061-2/+2
| |/ / / / / / / /
* | | | | | | | | Moves project creationg to git access check for git pushTiago Botelho2018-02-061-10/+7
| | | | | | | | |
* | | | | | | | | Adds documentation for the featureTiago Botelho2018-02-061-0/+38
|/ / / / / / / /
* | | | | | | | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-062-2/+15
| | | | | | | |
* | | | | | | | Added ldap config setting to lower case usernamesFrancisco Javier López2018-02-051-0/+39
| | | | | | | |
* | | | | | | | Merge branch '41672-emphasize-gke-cluster-to-new-users' into 'master'Clement Ho2018-02-053-0/+17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add feature highlight blue dot to GKE "Clusters" sidebar item Closes #41672 See merge request gitlab-org/gitlab-ce!16379
| * | | | | | | Restore feature_highlight code41672-emphasize-gke-cluster-to-new-usersEric Eastwood2018-02-053-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
* | | | | | | | Allow moving wiki pages from the UIFrancisco Javier López2018-02-053-0/+12
|/ / / / / / /
* | | | | | | Merge branch '42684-set-up-ci-set-up-ci-cd' into 'master'Filipa Lacerda2018-02-053-6/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "`Set up CI` => `Set up CI/CD`" Closes #42684 See merge request gitlab-org/gitlab-ce!16870
| * | | | | | Change "Set up CI" to "Set up CI/CD"bikebilly2018-02-013-6/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-052-0/+66
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466
| * | | | | | Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-012-0/+66
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
* | | | | | Document that GITLAB_CDN_HOST takes an base URLBastian Blank2018-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* | | | | | Fix spelling of “discrepancy” in GitHub→GitLab project import docsRory O’Kane2018-02-021-1/+1
| | | | | |
* | | | | | Merge branch '24167__color_label' into 'master'Douwe Maan2018-02-021-1/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Colors to GitLab Flavored Markdown Closes #24167 See merge request gitlab-org/gitlab-ce!16095
| * | | | | | Add Colors to GitLab Flavored MarkdownTony Rom2018-01-291-1/+40
| | | | | | |
* | | | | | | Merge branch 'master' into '3867-port-to-ce'Sean McGivern2018-02-022-24/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ \ \ \ \ Merge branch 'patch-28' into 'master'Dmitriy Zaporozhets2018-02-021-2/+2
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Fix typo in gitlab_runner_chart.md See merge request gitlab-org/gitlab-ce!16860
| | * | | | | | Fix typo in gitlab_runner_chart.mdAlexandre Figura2018-02-011-2/+2
| | | |/ / / / | | |/| | | | | | | | | | | When Gitlab URL is set as `gitlabURL` in the configuration file, `helm install` is not happy and complains about a missing `gitlabUrl`.
| * | | | | | Docs: update GitLab products descriptionMarcia Ramos2018-02-011-22/+6
| |/ / / / /
* | | | | | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-7/+97
|/ / / / /
* | | | | Merge branch 'jramsay-42598-fix-subgroup-creation-docs' into 'master'Marcia Ramos2018-02-012-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix subgroup creation docs Closes #42598 See merge request gitlab-org/gitlab-ce!16836
| * | | | | Fix subgroup creation docsjramsay-42598-fix-subgroup-creation-docsJames Ramsay2018-01-312-1/+2
| | |_|_|/ | |/| | |
* | | | | Improve doc/development/automatic_ce_ee_merge.mdRémy Coutable2018-02-011-8/+23
|/ / / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | [ci skip] Fix example commands to refer to the correct versionsAlejandro Rodríguez2018-01-311-4/+4
| |_|/ |/| |
* | | Merge branch 'docs-42499-api-repo-archive-format-param' into 'master'Achilleas Pipinellis2018-01-311-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Document format parameter for Repository Archive endpoint Closes #42499 See merge request gitlab-org/gitlab-ce!16766
| * | Document format parameter for Repository Archive endpointMark Fletcher2018-01-291-0/+1
| | |
* | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-01-301-11/+2
|\ \ \ | | | | | | | | | | | | | | | | doc: Correct example responses in repository_files.md See merge request gitlab-org/gitlab-ce!16754
| * | | doc: Correct example responses in repository_files.mdkasbah2018-01-271-11/+2
| | | |
* | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-01-301-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Update index.md See merge request gitlab-org/gitlab-ce!16733
| * | | Update index.mdMuhamed2018-01-261-1/+1
| |/ /
* | | Merge branch ↵Achilleas Pipinellis2018-01-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42521-docs-update-usage-of-force-option-when-running-the-restore-raketask' into 'master' Resolve "Docs update usage of force option when running the restore raketask" Closes #42521 See merge request gitlab-org/gitlab-ce!16759
| * | | Updating docs for usage of force=yes when performing a restore.42521-docs-update-usage-of-force-option-when-running-the-restore-raketaskastrachan2018-01-291-1/+1
| |/ /
* | | Digital Ocean Spaces now supports AWS v4 streaming APIStan Hu2018-01-281-8/+10
|/ / | | | | | | See https://github.com/fog/fog-aws/issues/428#issuecomment-360869183
* | fix documentation about node versionTobias Gurtzick2018-01-252-8/+6
| | | | | | | | Resolves #41438
* | Merge branch 'ux-guide-deprecation' into 'master'Jacob Schatz2018-01-251-0/+2
|\ \ | | | | | | | | | | | | Add note within ux documentation that further changes should be made within the… See merge request gitlab-org/gitlab-ce!16686
| * | Add note within ux documentation that further changes should be made within ↵ux-guide-deprecationtauriedavis2018-01-241-0/+2
| | | | | | | | | | | | the design.gitlab project
* | | Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto2018-01-251-4/+3
|/ /
* | Merge branch 'patch-28' into 'master'Robert Speicher2018-01-241-1/+1
|\ \ | | | | | | | | | | | | Fix typo in `.gitlab-ci.yml` heading See merge request gitlab-org/gitlab-ce!16668
| * | Fix typo in `.gitlab-ci.yml` headingMathijs de Kruyf2018-01-241-1/+1
| | |
* | | Merge branch 'PNSalocin/gitlab-ce-24035-api-create-application' into 'master'Rémy Coutable2018-01-241-0/+37
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add application create API Closes #24035 See merge request gitlab-org/gitlab-ce!16643
| * | Add documentation about when the application API was addedToon Claes2018-01-241-1/+5
| | |