summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan2019-03-251-1/+1
|\ | | | | | | | | Backport 'Update user name upon LDAP sync' from EE See merge request gitlab-org/gitlab-ce!26432
| * Backport 'Update user name upon LDAP sync' from EERémy Coutable2019-03-251-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Mention review-qa-all in the end-to-end tests documentationRémy Coutable2019-03-254-10/+43
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs-junit-report-paths-matching' into 'master'Evan Read2019-03-251-3/+3
|\ | | | | | | | | Correct JUnit report path pattern matching description See merge request gitlab-org/gitlab-ce!26215
| * Correct Gradle files pattern matching description and exampleNate Liu2019-03-151-3/+3
| | | | | | | | `junit` files pattern matching should be globbing instead of regex.
* | Fix Emoji URLsDavid Coy2019-03-251-5/+5
| |
* | Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-2516-28/+25
| |
* | Docs: Fixing anchors and links for all docs related to issues.Marcel Amirault2019-03-257-41/+34
| |
* | Add instance level templates to the examples page.Brendan O'Leary 🐢2019-03-241-0/+4
| |
* | Merge branch 'docs/fix-link-to-personas' into 'master'Evan Read2019-03-241-2/+2
|\ \ | | | | | | | | | | | | Fix link to personas UX guide See merge request gitlab-org/gitlab-ce!26478
| * | Fix link to personas UX guideAchilleas Pipinellis2019-03-221-2/+2
| | |
* | | Add end-of-string to regex exampleEvan Read2019-03-221-2/+2
| | |
* | | Merge branch 'docs-cleanup-fe' into 'master'Filipa Lacerda2019-03-2211-104/+34
|\ \ \ | | | | | | | | | | | | | | | | Docs cleanup fe See merge request gitlab-org/gitlab-ce!26158
| * | | Cleanup of fe_docsSimon Knox2019-03-2211-104/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start moving back to regular fe_docs Remove Initiatives, add section to index in fe_guide Delete some no-longer-relevant parts from principles Update title - Progressive Enchancement is a browser-support term and could be confused "When to use" parts are discussed elswhere Vue & jQuery issue is no longer relevant Delete duplicate Security docs Remove empty files, move event_tracking Shuffle index sections around Remove sections on Vue & Webpack (we say same thing in prev paragraph) Remove link to Droplab docs
* | | | Add highest_role method to UserThiago Presa2019-03-221-1/+2
| | | |
* | | | Improve Youtrack documentation for styleEvan Read2019-03-224-20/+25
| | | |
* | | | YouTrack docs reviewMike Lewis2019-03-222-21/+24
| | | |
* | | | Merge branch 'docs/wiki-permissions' into 'master'Evan Read2019-03-222-5/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify wiki permissions Closes #53964 See merge request gitlab-org/gitlab-ce!23044
| * | | | Clarify wiki permissionsdocs/wiki-permissionsAchilleas Pipinellis2018-11-142-5/+11
| | | | |
* | | | | Docs: Rewrite Work In Progress MR pageMarcel Amirault2019-03-215-18/+39
| | | | |
* | | | | Merge branch 'doc-feature-flag-command' into 'master'Achilleas Pipinellis2019-03-211-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add documentation reference for chatops feature flag commands See merge request gitlab-org/gitlab-ce!26425
| * | | | | Add documentation reference for chatops feature flag commandsJacob Vosmaer2019-03-211-0/+14
| | | | | |
* | | | | | Merge branch 'ek-clarify-creating-feature-flags' into 'master'Stan Hu2019-03-211-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Adds information and links to clarify how to create feature flags See merge request gitlab-org/gitlab-ce!26349
| * | | | | | Adds info and links on creating feature flagsEzekiel Kigbo2019-03-211-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds A short summary of the steps to create and use feature flags in development for frontend developers who might be unfamiliar with `rails` and or `flipper`. Adds links to further reading in the development guide.
* | | | | | Allow users to create protected branches via CLIPatrick Bajao2019-03-211-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
* | | | | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-202-12/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
| * | | | Amend cluster and auto devops troubleshooting docsTiger2019-03-202-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update these sections to reflect Kubernetes resources now being created as a build prerequisite. Remove section about deploys not being triggered as it is no longer accurate.
* | | | | Merge branch 'patch-47' into 'master'Achilleas Pipinellis2019-03-201-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628
| * | | | | Update backup_restore.md instructions for Google Cloud Storage bucket ↵Mike Cave2019-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | configuration to specify required access control option
* | | | | | Merge branch 'patch-11' into 'master'Achilleas Pipinellis2019-03-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/uploads: fix another path to omnibus uploads See merge request gitlab-org/gitlab-ce!22330
| * | | | | | update default omnibus upload pathElan Ruusamäe2019-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | small explanation here (by @balasankarc): https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2777#note_131420508
* | | | | | | Merge branch 'winh-yarn-test-command' into 'master'Clement Ho2019-03-201-6/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce yarn test to run Jest and Karma See merge request gitlab-org/gitlab-ce!26320
| * | | | | | | Update docs on running frontend testsWinnie Hellmann2019-03-191-6/+4
| | | | | | | |
* | | | | | | | Merge branch 'docs-ci-examples-devops_and_game_dev_with_gitlab_ci_cd' into ↵Achilleas Pipinellis2019-03-201-9/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update 'DevOps and Game Dev with GitLab CI/CD' doc See merge request gitlab-org/gitlab-ce!25944
| * | | | | | | | Update 'DevOps and Game Dev with GitLab CI/CD' docTakuya Noguchi2019-03-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | | | Add beta caution to hashed object poolsJames Ramsay2019-03-201-0/+5
| | | | | | | | |
* | | | | | | | | Fix note lists throughout docsEvan Read2019-03-2021-18/+35
| | | | | | | | |
* | | | | | | | | Add documentation about Auto Devops at group levelMayra Cabrera2019-03-191-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a new section on our Auto Devops documentation about enabling or disabling Auto DevOps at group level. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58810
* | | | | | | | | Merge branch 'winh-remove-static-fixtures' into 'master'Mike Greiling2019-03-191-6/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove static JavaScript HAML fixtures Closes #24753 See merge request gitlab-org/gitlab-ce!26019
| * | | | | | | | | Remove static HAML fixtures from frontend testing guideWinnie Hellmann2019-03-191-6/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'only-counted-active-milestones-as-started' into 'master'Kamil Trzciński2019-03-191-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only count active milestones as started Closes #58782 See merge request gitlab-org/gitlab-ce!25969
| * | | | | | | | | | Only count active milestones as startedSean McGivern2019-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Upcoming milestone filter only considers active milestones, but the Started one included closed milestones, too. This was inconsistent.
* | | | | | | | | | | Add cert-manager to group cluster docsThong Kuah2019-03-192-3/+17
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As that is indeed available for group clusters.
* | | | | | | | | | Document how Git object deduplication works in GitLabJacob Vosmaer2019-03-192-0/+262
| | | | | | | | | |
* | | | | | | | | | Docs: Bring HTML Style Guide in line with docs standardsMarcel Amirault2019-03-191-16/+12
| | | | | | | | | |
* | | | | | | | | | Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-191-3/+66
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
| * | | | | | | | | add users search to search apiAlexis Reigel2019-03-141-3/+66
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-46' into 'master'Achilleas Pipinellis2019-03-191-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to the gitaly repository's Beginniner's Guide documentation See merge request gitlab-org/gitlab-ce!25627
| * | | | | | | | | | Add a link to the gitaly repo's guideLuke Duncalfe2019-02-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gitaly repository's Beginner's Guide documentation is an excellent source of information that should be read first.
* | | | | | | | | | | Copyedit pipelines-related documentationEvan Read2019-03-193-43/+43
| | | | | | | | | | |