summaryrefslogtreecommitdiff
path: root/doc/user/project/repository
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace in user, and misc, docsMarcel Amirault2019-07-152-118/+119
| | | | | | | | | | 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.
* Remove extra blank lines from docsMarcel Amirault2019-07-151-12/+0
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-082-2/+2
| | | | | | | | | | | | | | 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: Clarify project and repo sizeCynthia Ng2019-07-041-8/+5
|
* Fix notes and update links to issues docMarcel Amirault2019-07-042-3/+2
| | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* Docs: Fixes all the alert boxes in "reduce repo size"Marcia Ramos2019-06-181-11/+12
|
* Fix broken hyperlink in reducing_the_repo_size_using_git.mdTom Forbes2019-06-151-3/+3
|
* Add basic support for AsciiDoc include directiveGuillaume Grossetie2019-06-141-1/+1
| | | | See http://asciidoctor.org/docs/user-manual/#include-directive
* Docs: Change links to relative in /user/project (Part 1)Marcel Amirault2019-05-312-9/+6
|
* Add timing of repo size reportingEvan Read2019-05-211-4/+8
|
* Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-0/+6
|
* Docs: Merge EE doc/user/project/repository and doc/push_rules to CEMarcel Amirault2019-05-051-1/+1
|
* Docs: review MR !27275Marcia Ramos2019-04-241-20/+13
|
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-162-0/+20
| | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-112-20/+0
| | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Switch positions of source and directory sectionsPatrick Bajao2019-04-022-5/+5
| | | | | Updated the documentation to match the updated order including the screenshot.
* Add documentation for download source code featurePatrick Bajao2019-04-022-0/+20
|
* Docs: image realignmentMarcel Amirault2019-04-022-0/+0
|
* Docs: Fix all anchors in /user docsMarcel Amirault2019-03-051-1/+1
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-9/+9
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-182-2/+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
|
* Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault2019-02-121-2/+2
|
* Add more information and refactor format of branch-related API topicsEvan Read2019-01-151-8/+8
|
* Clean up the GPG docs and mention push rulesAchilleas Pipinellis2019-01-101-29/+33
|
* Fix typos around .gitlab-ci.ymlTakuya Noguchi2018-12-211-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Compress all images under doc/Achilleas Pipinellis2018-12-182-0/+0
|
* Use BFG object maps to clean projectsNick Thomas2018-12-062-26/+83
|
* Add a new markup languages sectiondocs/markup-languagesAchilleas Pipinellis2018-11-091-10/+24
|
* Add docs for README and index filesAchilleas Pipinellis2018-11-021-1/+27
|
* Fix link in doc/user/project/repository/branches/index.mdStephen Wade2018-10-241-6/+3
|
* Document linguist overridingZeger-Jan van de Weg2018-10-161-1/+5
| | | | | | | | | | Users report that some languages aren't detected, or at least not reported. This is mostly due to the fact that these languages aren't programming languages, according to Linguist. Originally noted in: https://gitlab.com/gitlab-org/gitlab-ce/issues/50705#note_99600216 Related: https://gitlab.com/gitlab-org/gitlab-ce/issues/51995
* Feature improved branch filter sortingJason Rutherford2018-10-113-2/+21
|
* Fix indentation in GPG documentationFranklin Yu2018-10-051-1/+1
|
* Update doc/user/project/repository/index.mddocs/zj-update-repository-langZeger-Jan van de Weg2018-09-251-1/+3
|
* Resolve "Add functionality to change what email address online actions ↵Nick Thomas2018-09-141-0/+4
| | | | commit using"
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-062-18/+18
|
* Move project default branch settings under 'Repository'Paul Slaughter2018-09-041-1/+1
| | | | | | - Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
* 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-2721-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
* Remove feature gates for Repository LanguagesZeger-Jan van de Weg2018-08-162-0/+10
| | | | | | | | | | | | | The repository languages feature got introduced through: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19480. This MR included feature flags to guard against performance regressions, which allowed GitLab to test it on gitlab.com before the customers would be exposed. .com worked out fine, as shown by our internal monitoring tools, which prompts feature gate removal. Given the docs weren't present yet, these were added too.
* Updated products links to pricingMarcel Amirault2018-07-031-3/+3
|
* Fix typosjr-45820-xcode-docsJames Ramsay2018-06-181-2/+2
|
* Add Open in Xcode docsJames Ramsay2018-06-141-0/+8
|
* Fixed typosPascal Borreli2018-04-271-1/+1
|
* Document that LFS is included in the 10GB repository limit on gitlab.comWinnie Hellmann (back on Tuesday)2018-03-301-2/+3
|
* Add Jupyter Notebook docsJames Ramsay2018-03-162-0/+18
|
* Docs: search/replace "Enterprise Edition" and adjust when applicableMarcia Ramos2018-02-221-2/+1
|
* Merge branch 'docs-edits' into 'master'Sean McGivern2018-02-151-1/+1
|\ | | | | | | | | Update index.md with minor grammatical edit See merge request gitlab-org/gitlab-ce!16919
| * Update index.md with minor grammatical editAnn Lette2018-02-041-1/+1
| |