Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove executable bit from images for docs lintsh-remove-docs-executable | Stan Hu | 2017-11-17 | 4 | -0/+0 |
| | | | | This was causing a docs lint failure in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/40901316. | ||||
* | Add computed update docs for update_column_in_batches | Sean McGivern | 2017-11-17 | 1 | -1/+37 |
| | |||||
* | Add dropdowns documentation | Filipa Lacerda | 2017-11-17 | 2 | -0/+40 |
| | |||||
* | Merge branch 'mk-update-database-debugging' into 'master' | Yorick Peterse | 2017-11-17 | 1 | -4/+11 |
|\ | | | | | | | | | Update database_debugging.md See merge request gitlab-org/gitlab-ce!15434 | ||||
| * | Update database_debugging.mdmk-update-database-debugging | Michael Kozono | 2017-11-16 | 1 | -4/+11 |
| | | |||||
* | | Merge branch 'patch-28' into 'master' | Achilleas Pipinellis | 2017-11-17 | 1 | -1/+3 |
|\ \ | | | | | | | | | | | | | Update HA README.md to clarify GitLab support does not troubleshoot DRBD. See merge request gitlab-org/gitlab-ce!15428 | ||||
| * | | Update HA README.md to clarify GitLab support does not troubleshoot DRBD. | Lee Matos | 2017-11-16 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'docs/refactor-cluster' into 'master' | Marcia Ramos | 2017-11-16 | 2 | -33/+47 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418 | ||||
| * | | Move installation of apps higherdocs/refactor-cluster | Achilleas Pipinellis | 2017-11-16 | 1 | -12/+13 |
| | | | |||||
| * | | Change to Google Kubernetes Cluster and add internal links | Achilleas Pipinellis | 2017-11-16 | 1 | -9/+9 |
| | | | |||||
| * | | Add Ingress description from official docs | Achilleas Pipinellis | 2017-11-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add info on creating your own k8s cluster from the cluster page | Achilleas Pipinellis | 2017-11-16 | 1 | -21/+32 |
| | | | |||||
| * | | Add info about the installed apps in the Cluster docs | Achilleas Pipinellis | 2017-11-16 | 2 | -10/+12 |
| |/ | |||||
* | | Update database_debugging.md | Michael Kozono | 2017-11-16 | 1 | -4/+3 |
|/ | |||||
* | Merge branch 'docs/db-debugging' into 'master' | Yorick Peterse | 2017-11-16 | 2 | -0/+50 |
|\ | | | | | | | | | Add basic docs for troubleshooting database problems See merge request gitlab-org/gitlab-ce!15416 | ||||
| * | Add basic docs for troubleshooting database problemsdocs/db-debugging | Eric Eastwood | 2017-11-15 | 2 | -0/+50 |
| | | |||||
* | | Merge branch 'jramsay-30140-update-docs' into 'master' | Douwe Maan | 2017-11-16 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Add readme only default project view preference See merge request gitlab-org/gitlab-ce!15415 | ||||
| * | | Add readme only default project view preferencejramsay-30140-update-docs | James Ramsay | 2017-11-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | The option to choose readme only as a users default project view was restored in !14900 | ||||
* | | | Fix Typo in environment create definition | Lee Matos | 2017-11-15 | 1 | -1/+1 |
|/ / | |||||
* | | Resolve "npm list errors for gitlab-svgs and node-pre-gyp" | Tim Zallmann | 2017-11-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'update-emoji-digests-with-latest-from-gemojione' into 'master' | Filipa Lacerda | 2017-11-15 | 3 | -0/+38 |
|\ | | | | | | | | | | | | | Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390 | ||||
| * | Add basic emoji development docs | Eric Eastwood | 2017-11-15 | 2 | -0/+28 |
| | | |||||
| * | Regenerate emoji digests with latest gemojione | Eric Eastwood | 2017-11-14 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'fix-typo' into 'master' | Sean McGivern | 2017-11-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | fix typo See merge request gitlab-org/gitlab-ce!15374 | ||||
| * | | Update getting_started_part_one.md | Chế Tiệp Chân Khoa | 2017-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'patch-2' into 'master' | Achilleas Pipinellis | 2017-11-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Replace 'charts' with 'chart' See merge request gitlab-org/gitlab-ce!15385 | ||||
| * | | | Replace 'charts' with 'chart' | Nestor Pestelos | 2017-11-15 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | Auto DevOps' gitlab-ci.yml expects a directory named 'chart'. See also: https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/114 | ||||
* | | | Merge branch '38007-update-licensing-docs' into 'master' | Achilleas Pipinellis | 2017-11-15 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Update licensing docs to clarify process for node modules Closes #38007 See merge request gitlab-org/gitlab-ce!14575 | ||||
| * | | update licensing docs to mention that we check node_modules for license ↵38007-update-licensing-docs | Mike Greiling | 2017-09-29 | 1 | -3/+3 |
| | | | | | | | | | | | | information as well | ||||
* | | | Merge branch 'update-metrics-for-k8s-1.7' into 'master' | Tim Zallmann | 2017-11-14 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Update queries to remove duplicate entries (CE version) See merge request gitlab-org/gitlab-ce!15254 | ||||
| * | | | Uodate docsupdate-metrics-for-k8s-1.7 | Joshua Lambert | 2017-11-12 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master' | Kamil Trzciński | 2017-11-14 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216 | ||||
| * \ \ \ | Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-new | Shinya Maeda | 2017-11-07 | 10 | -16/+89 |
| |\ \ \ \ | |||||
| * | | | | | Add doc. Fix spec. Add erase_build in protected_ref rule | Shinya Maeda | 2017-11-07 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Update limit_ee_conflicts.md with assets/gitlab-svgs conflict resolution.limit_ee_conflicts-gitlab-svgs | Luke "Jared" Bennett | 2017-11-13 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | Add administrative endpoint to list all pages domains | Travis Miller | 2017-11-13 | 1 | -0/+25 |
| | | | | | | |||||
* | | | | | | Update Services API documentation for Kubernetes serviceupdate-services-api-docs-for-kubernetes | Athar Hameed | 2017-11-13 | 1 | -0/+35 |
| | | | | | | |||||
* | | | | | | Merge branch 'docs-40038-broken-link-on-projects-members-documentation-site' ↵ | Marcia Ramos | 2017-11-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permissions link for project member docs Closes #40038 See merge request gitlab-org/gitlab-ce!15325 | ||||
| * | | | | | Fix permissions link for project member docs | Mark Fletcher | 2017-11-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Add Update guide for 10.2 | Winnie Hellmann | 2017-11-10 | 1 | -0/+360 |
| | | | | | | |||||
* | | | | | | Update installation.md to 10-2-stablewinh-installation-10-2-stable-docswinh-installation-10-2-stable | Winnie Hellmann | 2017-11-10 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge branch 'br-add-glossary' into 'master' | Sid Sijbrandij | 2017-11-09 | 1 | -16/+133 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | add glossary part 1 See merge request gitlab-org/gitlab-ce!15247 | ||||
| * | | | | | add glossary part 2br-add-glossary | Brittany Rohde | 2017-11-07 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | add glossary part 1 | Brittany Rohde | 2017-11-07 | 1 | -13/+130 |
| | |/ / / | |/| | | | |||||
* | | | | | Add /groups/:id/subgroups endpoint to API | Winnie Hellmann | 2017-11-09 | 1 | -4/+45 |
| | | | | | |||||
* | | | | | Fix acceptance of username for Mattermost service update via API | Mark Fletcher | 2017-11-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'fix/doc/39935-missing-fields-in-merge-request-payload' into ↵ | Achilleas Pipinellis | 2017-11-08 | 1 | -0/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix issue 39935 : Add created_at and updated_at fields in MR payload Closes #39935 See merge request gitlab-org/gitlab-ce!15274 | ||||
| * | | | | | Fix issue 39935 : Add created_at and updated_at | Sébastien Le Gall | 2017-11-08 | 1 | -0/+6 |
| |/ / / / | | | | | | | | | | | | | | | | Add those fields to the documentation payload about merge requests that were missing but actually present when calling the endpoints | ||||
* | | | | | Merge branch 'update-upload-documentation' into 'master' | Nick Thomas | 2017-11-08 | 2 | -10/+59 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added file storage documentation and updated hash storage one See merge request gitlab-org/gitlab-ce!15269 | ||||
| * | | | | | Added file storage documentation and updated hash storage one | Gabriel Mazetto | 2017-11-08 | 2 | -10/+59 |
| | | | | | |