summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Expose the Koding application settings in the APIkoding-setting-apiDJ Mountney2016-09-291-3/+9
| | | | This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
* Merge branch 'issue_22382' into 'master' Rémy Coutable2016-09-291-0/+1
|\ | | | | | | | | | | | | Expose project share expiration_date field on API closes #22382 See merge request !6484
| * Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-0/+1
| |
* | Merge branch '22367-add-pipeline-id-build' into 'master' Rémy Coutable2016-09-291-0/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose pipeline data in builds API Exposes pipeline data in builds API, as suggested by #22367. The fields exposed were 'id', 'status', 'ref', and 'sha'. Closes #22367 See merge request !6502
| * | expose pipeline data in builds APIGuilherme Salazar2016-09-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add pipeline ref, sha, and status to the build API response add tests of build API (pipeline data) change API documentation for builds API log change to builds API in CHANGELOG CHANGELOG: add reference to pull request and contributor's name
* | | [ci-skip] Correct gitlab-shell installation instructions in docs22352-cannot-install-gitlab-shell-on-ubuntu-server-with-no-previous-gitlab-installAlejandro Rodríguez2016-09-281-1/+1
| | | | | | | | | | | | | | | | | | With the introduction of repository storages validations it becomes necessary to add the flag `SKIP_STORAGE_VALIDATION` to the gitlab-shell install command, since that command will create the storage paths
* | | Merge branch 'fix-csfr-typo-in-doc' into 'master' Achilleas Pipinellis2016-09-281-8/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix typo `CSFR` -> `CSRF` in the OAuth2 doc See merge request !6538
| * | | Fix typo `CSFR` -> `CSRF` in the OAuth2 docfix-csfr-typo-in-docRémy Coutable2016-09-271-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'add-university-content' into 'master' Achilleas Pipinellis2016-09-2822-0/+1647
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add university content ## What does this MR do? Imports gitlab-org/University content into doc/university to deprecate university.gitlab.com and access it from doc.gitlab.com/universtiy. ## Are there points in the code the reviewer needs to double check? That there are no broken links. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added ## What are the relevant issue numbers? #22449 See merge request !6520
| * | | | Resolve merge request commentsadd-university-contentSean Packham2016-09-281-5/+5
| | | | |
| * | | | Fix linksSean Packham2016-09-271-3/+3
| | | | |
| * | | | Resolve merge request commentsSean Packham2016-09-274-35/+27
| | | | |
| * | | | Readded imagesSean Packham2016-09-2715-0/+0
| | | | |
| * | | | Removed lfsSean Packham2016-09-2715-45/+0
| | | | |
| * | | | Fix lint errorSean Packham2016-09-271-1/+1
| | | | |
| * | | | Migrate university to use lfs for imagesSean Packham2016-09-2715-0/+0
| | | | |
| * | | | Merge branch 'master' into add-university-contentSean Packham2016-09-271-1/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into add-university-contentSean Packham2016-09-263-2/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Imported GitLab University contentseanpackham2016-09-2323-0/+1655
| | |_|_|/ | |/| | |
* | | | | Add footnote to Markdown docsBen Bodenmiller2016-09-281-0/+10
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller2016-09-281-0/+6
| |_|/ |/| | | | | | | | Signed-off-by: Roger Meier <r.meier@siemens.com>
* | | Add User#organization to users apiDmitriy Zaporozhets2016-09-271-1/+8
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'fix_trivial_doc_typo' into 'master' Rémy Coutable2016-09-261-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix trivial typo in docs See merge request !5849
| * | Fix trivial typo in docsArnold Bechtoldt2016-08-171-1/+1
| | | | | | | | | | | | * Fix a word with the so-called *Deppenapostroph* (``'s``)
* | | Merge branch 'patch-5' into 'master' Achilleas Pipinellis2016-09-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in README.md ## What does this MR do? Fixes a typo in the documentation of the gitlab-ci-runner environment variables See merge request !6340
| * | | Fix typo in README.mdJohan Brandhorst2016-09-141-1/+1
| | | |
* | | | Merge branch 'zj-link-broadcast-api-docs' into 'master' Robert Speicher2016-09-231-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Add link to broadcast messages docs [ci skip] See merge request !6495
| * | | Add link to broadcast messages docsZ.J. van de Weg2016-09-231-0/+1
| | | | | | | | | | | | | | | | | | | | Fixes #22508 [ci skip]
* | | | Copyedit the CI build permissions docAchilleas Pipinellis2016-09-221-3/+3
| | | | | | | | | | | | | | | | [ci skip]
* | | | Small fixes in CI build permissions docsAchilleas Pipinellis2016-09-222-17/+17
| | | | | | | | | | | | | | | | | | | | - Add link to external user - Move build triggers up
* | | | s/project/buildAchilleas Pipinellis2016-09-221-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Added a note about build triggers [ci skip]Kamil Trzcinski2016-09-222-0/+12
| | | |
* | | | Make 'build permissions' consistentAchilleas Pipinellis2016-09-222-3/+3
| | | | | | | | | | | | | | | | [ci skip]
* | | | Add a small description mentioning submodules/LFSAchilleas Pipinellis2016-09-221-2/+1
| | | |
* | | | Move document on CI build permissions to new locationAchilleas Pipinellis2016-09-223-16/+16
| | | |
* | | | Refactor new CI build permissions model docsAchilleas Pipinellis2016-09-222-158/+211
| | | |
* | | | Update permissions tableKamil Trzcinski2016-09-221-6/+23
| | | |
* | | | Describe how the recent changes of CI permissions affect buildsKamil Trzcinski2016-09-223-0/+244
|/ / /
* | | Merge branch 'dz-improve-mr-versions-doc' into 'master' Rémy Coutable2016-09-224-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update merge request versions documentation with new screenshots For #13570 based on https://gitlab.com/gitlab-org/gitlab-ce/issues/21427 See merge request !6454
| * | | Update merge request versions documentation with new screenshotsdz-improve-mr-versions-docDmitriy Zaporozhets2016-09-214-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Bump gitlab-shell upgrade version to 3.6.0 for 8.12sh-bump-gitlab-shell-8.12Stan Hu2016-09-221-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'docs/cycle-analytics' into 'master' merge-request-push-compare-uiAchilleas Pipinellis2016-09-221-6/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in cycle analytics docs See merge request !6467
| * | | | Fix typos in cycle analytics docsAchilleas Pipinellis2016-09-221-6/+8
| |/ / / | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'docs/issue-closing-pattern' into 'master' Achilleas Pipinellis2016-09-228-44/+114
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change location and refactor issue closing pattern documentation ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [x] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [x] Make sure internal links pointing to the document in question are not broken. - [x] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [x] If working on CE, submit an MR to EE with the changes as well. See merge request !6466
| * | | | Change location and refactor issue closing pattern documentationAchilleas Pipinellis2016-09-228-44/+114
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split into user and administrator docs: - administration/issue_closing_pattern.md - user/project/issues/automatic_issue_closing.md [ci skip]
* | | | Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-5/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And Snippets get awards ## What does this MR do? Makes snippets more awesome, by making them awardables ## Why was this MR needed? Because Snippets were left behind. ## What are the relevant issue numbers? Closes #17878 See merge request !4456
| * | | Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-3/+3
| | | | | | | | | | | | | | | | Also incorporate feedback
| * | | API docs for award emoji on SnippetsZ.J. van de Weg2016-09-191-5/+10
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-09-2123-90/+372
|\ \ \ \
| * | | | Add docs on Cycle AnalyticsAchilleas Pipinellis2016-09-203-0/+113
| | | | | | | | | | | | | | | | | | | | [ci skip]