summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Correctly link ConvDev Index nav links to its controller.conv-dev-index-regressionBryce Johnson2017-09-082-1/+1
|
* index project settings doc from other indexesMarcia Ramos2017-09-081-0/+4
|
* copyeditMarcia Ramos2017-09-081-5/+5
|
* fixes linkMarcia Ramos2017-09-081-1/+1
|
* Docs new index for project's settingsMarcia Ramos2017-09-087-2/+76
|
* Merge branch 'gpg' into 'master'Rémy Coutable2017-09-081-2/+2
|\ | | | | | | | | update gpg_signed_commit to use 0xLONG format for gpg list keys See merge request !13839
| * update gpg_signed_commit to use 0xLONG format for gpg list keysKevin Pankonen2017-09-071-2/+2
| |
* | Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-073-17/+24
|\ \ | | | | | | | | | | | | | | | | | | Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944
| * | Update “Share with group lock” docsMichael Kozono2017-09-063-17/+24
| | |
* | | Update docs for confidential issuesClement Ho2017-09-077-5/+19
| | |
* | | Merge branch 'events-migration-cleanup' into 'master'Sean McGivern2017-09-071-11/+12
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Finish migration to the new events setup Closes #37241 See merge request !13932
| * | Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
* | | Merge branch 'patch-24' into 'master'Rémy Coutable2017-09-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Add example of docker login with personal access token See merge request !13668
| * | | Add example of docker login with personal access tokenTim Hobbs2017-08-181-0/+5
| | | |
* | | | Merge branch 'master' into 'master'Rémy Coutable2017-09-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Minor Text Fix See merge request !13946
| * | | | Minor Text FixSab942017-08-311-1/+1
| | | | |
* | | | | Add Security on protected branchesFabio Busatto2017-09-072-0/+16
| | | | |
* | | | | Merge branch 'docs-37499-add-description-template-examples-to-the-docs' into ↵Achilleas Pipinellis2017-09-071-0/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add description template examples to the docs Closes #37499 See merge request !14073
| * | | | | Add full text example description templateMark Fletcher2017-09-061-0/+45
| | | | | |
| * | | | | Add link to GitLab project examples in Description Template documentationMark Fletcher2017-09-061-0/+9
| | | | | |
* | | | | | Fix broken link on Kubernetes Monitoring page - docsJoshua Lambert2017-09-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove duplicate entry, order tools by namedocs/migrating-from-tfsAchilleas Pipinellis2017-09-062-10/+4
| | | | |
* | | | | Merge branch 'master' into 'docs/migrating-from-tfs'Achilleas Pipinellis2017-09-0615-31/+163
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # doc/user/project/import/index.md
| * \ \ \ \ Merge branch 'docs/migrating-from-cvs' into 'master'Marcia Ramos2017-09-062-0/+69
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CVS migration guide See merge request !13928
| | * | | | | Make clear changeset vs snapshot method. Also typos.Achilleas Pipinellis2017-09-061-7/+6
| | | | | | |
| | * | | | | Add CVS migration guideAchilleas Pipinellis2017-09-062-0/+70
| | | | | | |
| * | | | | | Merge branch ↵Douwe Maan2017-09-062-0/+18
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' into 'master' Add setting to collapse outdated diff comments on push Closes #36994 See merge request !14053
| | * | | | | Resolve outdated diff discussions on pushSean McGivern2017-09-063-6/+12
| | | | | | |
| | * | | | | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-063-6/+5
| | | | | | |
| | * | | | | Add functionality to collapse outdated diff comments regardless of ↵Ashley Dumaine2017-09-062-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | discussion resolution
| * | | | | | Merge branch 'mmarif4u/gitlab-ce-36859-update-gpg-docs-with-gpg2' into 'master'Marcia Ramos2017-09-061-0/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Update the docs for GPG for gpg2 - [secret key not available]" Closes #36859 See merge request !14024
| | * | | | | | Added changelogmmarif4u/gitlab-ce-36859-update-gpg-docs-with-gpg2M M Arif2017-09-041-0/+10
| | | | | | | |
| | * | | | | | Delete git-gpg2-config.pngM M Arif2017-09-041-0/+0
| | | | | | | |
| | * | | | | | Upload New FileM M Arif2017-09-041-0/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | Update 'Visibility of pipelines'Fabio Busatto2017-09-061-4/+24
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'update-issue-search-example' into 'master'Robert Speicher2017-09-051-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update issue search example to lorem ipsum See merge request !14057
| | * | | | | Update issue search example to lorem ipsumupdate-issue-search-exampleSean McGivern2017-09-051-0/+0
| | | | | | |
| * | | | | | Docs update confidential system noteReece Jensen Kemp2017-09-051-0/+0
| |/ / / / /
| * | | | | Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-052-0/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| | * | | | | Update search documentHiroyuki Sato2017-09-052-4/+6
| | | | | | |
| | * | | | | Add `Searching for specific terms` sectionHiroyuki Sato2017-09-031-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | Improve permission table on permissions.mdRaniere Silva2017-09-051-23/+22
| | | | | | |
| * | | | | | Merge branch 'docs/rm-koding' into 'master'Marcia Ramos2017-09-052-3/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate Koding in docs See merge request !13998
| | * | | | | | Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-012-3/+4
| | | |/ / / / | | |/| | | |
| * | | | | | update gpg documentation picturesAlexis Reigel2017-09-053-0/+0
| | | | | | |
| * | | | | | document new gpg verification conditionsAlexis Reigel2017-09-051-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Make clear changeset vs snapshot methodAchilleas Pipinellis2017-09-061-5/+10
| | | | | |
* | | | | | Add TFS migration docsAchilleas Pipinellis2017-09-062-0/+44
|/ / / / /
* | | | | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-033-0/+14
|/ / / / | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* | | | Merge branch 'docs/migrating-from-perforce' into 'master'Marcia Ramos2017-09-012-0/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add perforce migration doc See merge request !13890