Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add inline badges to auto devops feature listdocs-add-inline-badges-autodevops | Marcia Ramos | 2018-06-22 | 1 | -6/+6 |
| | |||||
* | Update squash_and_merge.md to fix link and description | Marcel Amirault | 2018-06-22 | 1 | -3/+3 |
| | | | (cherry picked from commit b5ea33397eb8d2c874662026b0e36aed7c41dbbc) | ||||
* | Add ip_address to json examples in Runner API docs | Achilleas Pipinellis | 2018-06-22 | 1 | -0/+12 |
| | |||||
* | Merge branch 'docs/autodevops-k8s' into 'master' | Marcia Ramos | 2018-06-22 | 30 | -159/+308 |
|\ | | | | | | | | | | | | | Document end to end flow for Kubernetes and Auto DevOps Closes #44455 See merge request gitlab-org/gitlab-ce!19699 | ||||
| * | Add paragraph for self-hosted instancesdocs/autodevops-k8s | Achilleas Pipinellis | 2018-06-22 | 1 | -1/+6 |
| | | |||||
| * | Edits to quick_start_guide.md | Mike Lewis | 2018-06-21 | 1 | -61/+51 |
| | | |||||
| * | Document end to end flow for Kubernetes and Auto DevOps | Achilleas Pipinellis | 2018-06-21 | 30 | -159/+313 |
| | | |||||
* | | Show a reCAPTCHA on signin page if custom header is set | Stan Hu | 2018-06-21 | 1 | -1/+18 |
| | | | | | | | | | | This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header. | ||||
* | | Add `gitlab` chart documentation | Joshua Lambert | 2018-06-21 | 8 | -32/+395 |
| | | |||||
* | | Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_spec | Lin Jen-Shin | 2018-06-21 | 1 | -0/+48 |
| | | |||||
* | | Merge branch 'MadLittleMods-master-patch-55656' into 'master' | Filipa Lacerda | 2018-06-21 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046 | ||||
| * | | Fix a couple Vuex typosMadLittleMods-master-patch-55656 | Eric Eastwood | 2018-06-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'docs-styleguidelines-nav' into 'master' | Achilleas Pipinellis | 2018-06-21 | 1 | -2/+16 |
|\ \ \ | | | | | | | | | | | | | | | | | Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024 | ||||
| * | | | clarify what "methods" aredocs-styleguidelines-nav | Marcia Ramos | 2018-06-20 | 1 | -3/+4 |
| | | | | |||||
| * | | | Update styleguide.md with rules for navigation items | Marcia Ramos | 2018-06-20 | 1 | -2/+15 |
| | | | | |||||
* | | | | Fix documentation code blocksmk/fix-n-plus-1-queries-in-uploads-check-rake-task | Michael Kozono | 2018-06-20 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'docs/profile-preferences' into 'master' | Marcia Ramos | 2018-06-20 | 1 | -17/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | Refactor the profile preferences docs See merge request gitlab-org/gitlab-ce!20031 | ||||
| * | | | Refactor the profile preferences docs | Achilleas Pipinellis | 2018-06-20 | 1 | -17/+9 |
| | | | | |||||
* | | | | Merge branch 'docs-clarify-API-share-project-to-group' into 'master' | Achilleas Pipinellis | 2018-06-20 | 2 | -1/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Docs clarify API to share project to a group See merge request gitlab-org/gitlab-ce!19301 | ||||
| * | | | Docs clarify API to share project to a groupdocs-clarify-API-share-project-to-group | Andrew Winata | 2018-06-01 | 2 | -1/+5 |
| | | | | |||||
* | | | | Add note about Master/Maintainer role | Achilleas Pipinellis | 2018-06-20 | 1 | -1/+13 |
| | | | | |||||
* | | | | Merge branch 'clear-up-background-type-change-docs' into 'master' | Yorick Peterse | 2018-06-20 | 1 | -0/+47 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add docs for the cleanup step of a background column type change See merge request gitlab-org/gitlab-ce!20020 | ||||
| * | | | | Add docs for the cleanup step of a background column type changeclear-up-background-type-change-docs | Sean McGivern | 2018-06-19 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | A background column type change needs a cleanup step, like any background migration. We should call that out explicitly in the documentation. | ||||
* | | | | | Merge branch 'go-1.10-source-installs' into 'master' | Nick Thomas | 2018-06-20 | 2 | -11/+11 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Use Go 1.10 for source installations Closes gitaly#1231 See merge request gitlab-org/gitlab-ce!19989 | ||||
| * | | | | Use Go 1.10 for source installationsgo-1.10-source-installs | Jacob Vosmaer | 2018-06-19 | 2 | -11/+11 |
| | | | | | |||||
* | | | | | Merge branch 'ce-5024-filename-search' into 'master' | Sean McGivern | 2018-06-20 | 1 | -0/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement filtering by filename on code search Closes #43627 See merge request gitlab-org/gitlab-ce!19509 | ||||
| * | | | | | Implement filtering by filename on code searchce-5024-filename-search | Mario de la Ossa | 2018-06-19 | 1 | -0/+9 |
| | | | | | | |||||
* | | | | | | Merge branch 'patch-28' into 'master' | Rémy Coutable | 2018-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Point out the specific anchor inside the document See merge request gitlab-org/gitlab-ce!19998 | ||||
| * | | | | | | Point out the specific anchor inside the document | Matthieu Fronton | 2018-06-19 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Correct cURL syntax | Henrik Hüttemann | 2018-06-20 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge branch 'jl-update-jupyterhub-docs' into 'master' | Marcia Ramos | 2018-06-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update JupyterHub docs with additional details See merge request gitlab-org/gitlab-ce!19981 | ||||
| * | | | | | | Clarify jupyterhub docs to indicate OAuth is enabled and HTTPS is not yet ↵jl-update-jupyterhub-docs | Joshua Lambert | 2018-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | supported. | ||||
* | | | | | | | Merge branch 'dm-branch-api-can-push' into 'master' | Robert Speicher | 2018-06-19 | 1 | -3/+8 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958 | ||||
| * | | | | | | Expose whether current user can push into a branch on branches APIdm-branch-api-can-push | Douwe Maan | 2018-06-18 | 1 | -3/+8 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'more-group-api-sorting-options' into 'master' | Douwe Maan | 2018-06-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665 | ||||
| * | | | | | | | Add id group api sorting option | Marko, Peter | 2018-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by: Marko, Peter <peter.marko@siemens.com> | ||||
* | | | | | | | | Merge branch 'replace-omniauth.org-sedo-doc' into 'master' | Rémy Coutable | 2018-06-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix omniauth link, site has moved. See merge request gitlab-org/gitlab-ce!19957 | ||||
| * | | | | | | | | Fix omniauth link, site has moved. | julianladisch | 2018-06-18 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'patch-28' into 'master' | Rémy Coutable | 2018-06-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it explicit where is the gitlab.rb file See merge request gitlab-org/gitlab-ce!19963 | ||||
| * | | | | | | | | Make it explicit where is the gitlab.rb file | Mike Weilgart | 2018-06-18 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Save people an extra Google search if this is the first doc they're reading. | ||||
* | | | | | | | | Merge branch 'jr-45820-xcode-docs' into 'master' | Douwe Maan | 2018-06-19 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Open in Xcode docs See merge request gitlab-org/gitlab-ce!19872 | ||||
| * | | | | | | | | Fix typosjr-45820-xcode-docs | James Ramsay | 2018-06-18 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Add Open in Xcode docs | James Ramsay | 2018-06-14 | 1 | -0/+8 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'docs/fix-yaml-indentation' into 'master' | Achilleas Pipinellis | 2018-06-19 | 1 | -44/+44 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation in CI yaml See merge request gitlab-org/gitlab-ce!19737 | ||||
| * | | | | | | | | Fix indentation in CI yaml | pityonline | 2018-06-14 | 1 | -44/+44 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'dm-favicon-redirect' into 'master' | Sean McGivern | 2018-06-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirect favicon.(png|ico) to actual favicon asset or upload Closes #47840 See merge request gitlab-org/gitlab-ce!19956 | ||||
| * | | | | | | | | | Redirect favicon.(png|ico) to actual favicon asset or uploaddm-favicon-redirect | Douwe Maan | 2018-06-18 | 1 | -0/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Update README.md to clarify EFS is slow and not to use this guide. | Lee Matos | 2018-06-18 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch '2211-add-option-to-change-clone-path-docs' into 'master' | Achilleas Pipinellis | 2018-06-18 | 1 | -0/+38 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document Custom build directories Closes gitlab-runner#2211 See merge request gitlab-org/gitlab-ce!19664 | ||||
| * | | | | | | | | | Document custom build directories | Steve Azzopardi | 2018-06-16 | 1 | -0/+38 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update all references to version to include `v` for consistency. Closes gitlab-org/gitlab-runner#2211 |