summaryrefslogtreecommitdiff
path: root/doc/user/project/repository/gpg_signed_commits
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-15/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Changes to Repository docs for SSOT epicRussell Dickenson2019-07-291-27/+48
| | | | | | | | | | | | Content about Repository was edited to comply with docs standards. This is part of a SSOT epic. - Added standard elements to each file. - Moved content on Branches, and Compare, to the Branches file. - Added a brief introduction piece to the GPG content. - Lightly edited all content to improve clarity.
* Fix whitespace in user, and misc, docsMarcel Amirault2019-07-151-77/+78
| | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-1/+1
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Docs: Merge EE doc/user/project/repository and doc/push_rules to CEMarcel Amirault2019-05-051-1/+1
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Add API docs for commit's GPG signature endpoint49502-gpg-signature-api-endpointBalasankar "Balu" C2019-02-141-0/+4
|
* Clean up the GPG docs and mention push rulesAchilleas Pipinellis2019-01-101-29/+33
|
* Fix indentation in GPG documentationFranklin Yu2018-10-051-1/+1
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-9/+10
|
* Update doc/user/project/repository/gpg_signed_commits/index.md with ↵Logan Schmidt2018-08-291-0/+2
| | | | | | | | | | | clarifying gpg command for generating keys on other operating systems See https://gitlab.com/gitlab-org/gitlab-ce/issues/36923. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6492. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-275-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Add note about using the term GPG for all related implementationsdocs/gpg-clarifyAchilleas Pipinellis2017-12-221-1/+6
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36970
* Merge branch 'master' into ↵Douwe Maan2017-10-051-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
| * Backport doc change from latest upstream mergeRémy Coutable2017-09-261-11/+11
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2906 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-2/+2
|/
* update gpg_signed_commit to use 0xLONG format for gpg list keysKevin Pankonen2017-09-071-2/+2
|
* 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
| |
* | update gpg documentation picturesAlexis Reigel2017-09-053-0/+0
| |
* | document new gpg verification conditionsAlexis Reigel2017-09-051-1/+2
|/
* Move GPG signed commits docs to new locationdocs/gpg-move-under-repositoryAchilleas Pipinellis2017-08-296-0/+245
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36804