Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-09-13Import GitHub release notesAndrew Smith
# Conflicts: # lib/gitlab/github_import/importer.rb
2016-09-12Merge branch 'document-custom-event-tracking' into 'master' Achilleas Pipinellis
Document how to track custom events ## What does this MR do? This documents how one can track custom events. ## Are there points in the code the reviewer needs to double check? Spelling, etc. ## Why was this MR needed? This wasn't documented. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/22070 See merge request !6310
2016-09-12Merge branch 'issue_21825' into 'master' Rémy Coutable
Add information about user and manual build start to runner as variables Closes #21825 See merge request !6201
2016-09-12Document how to track custom eventsYorick Peterse
Fixes gitlab-org/gitlab-ce#22070 [ci skip]
2016-09-12doc/user/permissions: update option and menu namesChristian Couder
It looks like the option is now called **Public pipelines** and the menu item is now **Project Settings > CI/CD Pipelines**.
2016-09-12doc/ci/quick_start/README: improve sentence about link to a Lint tool Christian Couder
The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
2016-09-09Add notification_settings API callsMarc Siegfriedt
Use NotificationSetting::EMAIL_EVENTS for params
2016-09-09Merge branch 'workhorse-0.8.1' into 'master' Robert Speicher
Use gitlab-workhorse 0.8.1 Adds Sentry support in gitlab-workhorse. See merge request !6283
2016-09-09Use gitlab-workhorse 0.8.1Jacob Vosmaer
This adds (basic) Sentry support.
2016-09-09Merge branch 'zj-update-ci-examples-doc' into 'master' Achilleas Pipinellis
Minor update on CI docs examples cc @ayufan @markpundsack Commit message: > Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is organized so far and did a minor clean up. In my opinion we should just keep a list of up to date blog posts in the docs and examples should be included in gitlab-org/gitlab-ci-yml. This reduces the number of projects and docs pages one has to look for information. See merge request !5806
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
Security and safety improvements for gitlab-workhorse integration Companion to https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/60 - Use a custom content type when sending data to gitlab-workhorse - Verify (using JWT and a shared secret on disk) that internal API requests came from gitlab-workhorse This will allow us to build features in gitlab-workhorse that require more trust, and protect us against programming mistakes in the future. This is designed so that no action is required for installations from source. For omnibus-gitlab we need to add code that manages the shared secret. See merge request !5907
2016-09-09Minor update on CI docs examplesZ.J. van de Weg
Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is organized so far and did a minor clean up. In my opinion we should just keep a list of up to date blog posts in the docs and examples should be included in gitlab-org/gitlab-ci-yml. This reduces the number of projects and docs pages one has to look for information. [ci skip]
2016-09-09Add information about user and manual build start to runner as variablesSergey Gnuskov
2016-09-08Merge branch 'dz-mr-version-compare' into 'master' Douwe Maan
Allow compare merge request versions ## What does this MR do? Add new functionality to the merge request page. It allows you easily compare merge request versions in one click. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? To improve code review experience. ## Screenshots (if relevant) See discussion ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] ~~API support added~~ - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/13570 See merge request !6127
2016-09-08Use gitlab-workhorse 0.8.0Jacob Vosmaer
2016-09-07Merge branch 'patch-5' into 'master' Rémy Coutable
Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION. See the general Documentation guidelines http://docs.gitlab.com/ce/development/doc_styleguide.html. ## What does this MR do? There is a sample in this document showing the possible values of the predefined CI variables. Those of **CI_SERVER_REVISION** and **CI_SERVER_VERSION** were mixed up. I fixed that. See merge request !6243
2016-09-07Merge branch '15571-api-for-ci-lint' into 'master' Rémy Coutable
API for CI Lint ## What does this MR do? Add API for CI Lint. Can check if `.gitlab-ci.yml` content is valid. ## What are the relevant issue numbers? Closes #15571 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] API support added - [x] Documentation - Tests - [x] Added for this feature/bug - [x] All builds are passing cc @ubudzisz @grzesiek @yorickpeterse See merge request !5953
2016-09-07Merge branch 'master' into 'master' Rémy Coutable
Issue #21440: Small fix to curl example for adding member to project ## What does this MR do? Two lines changed in docs to move the user_id field out of the url and onto the query string ## Why was this MR needed? Issue #21440 reported under Issues. The documentation example for adding members to a project had a slight problem. ## What are the relevant issue numbers? Closes #21440. See merge request !6236
2016-09-07Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.Patrick Thaele
2016-09-07Merge branch 'patch-5' into 'master' Rémy Coutable
Gitlab -> GitLab ## What does this MR do? Fix GitLab capitalization See merge request !6235
2016-09-07Improve curl commend, remove blank linesKatarzyna Kobierska
2016-09-07Fix invalid curl commandKatarzyna Kobierska
2016-09-07Improve documentation grammarKatarzyna Kobierska
2016-09-07Improve documentationKatarzyna Kobierska
2016-09-07Rename file and update READMEKatarzyna Kobierska
2016-09-07Move ci_lint to api/ciKatarzyna Kobierska
2016-09-07Add Documentation to Ci Lint APIKatarzyna Kobierska
2016-09-07Add changelog entry and documentation for merge request versions compareDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-07Merge branch 'master' into feature/fork-to-group-apiOlaf Tomalka
2016-09-06Issue #21440: Fix to curl example for adding member to projectJonny McCullagh
2016-09-06Gitlab -> GitLabBen Bodenmiller
2016-09-06Add a reference to triggers docs in ci/yaml/README.mdAchilleas Pipinellis
2016-09-06Replace the triggers docs with new imagesAchilleas Pipinellis
2016-09-06Remove doctocAchilleas Pipinellis
2016-09-06Added fork API paremeter for a specific namespaceOlaf Tomalka
Browser interface allows forking to an owned grup. This commit brings API up to speed by providing optional namespace parameter to fork API. This allows forking to users and groups under forker's control using their id or unique name. Fixes #21591
2016-09-05Merge branch '21857-refactor-merge-requests-documentation' into 'master' Achilleas Pipinellis
Refactor merge requests documentation ## What does this MR do? Add more information on merge requests. ## 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. --- Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21857 See merge request !6202
2016-09-05Refactor authorization_for_merge_requests.mdAchilleas Pipinellis
2016-09-05Add links to new docs in merge_requests.md and workflow/README.mdAchilleas Pipinellis
2016-09-05Move merge request versions to its own documentAchilleas Pipinellis
2016-09-05Move "Only allow merge requests to be merged if the build succeeds" to new ↵Achilleas Pipinellis
location
2016-09-05Move revert_changes.md to new locationAchilleas Pipinellis
2016-09-05Move cherry_pick_changes.md to new locationAchilleas Pipinellis
2016-09-05Move `wip_merge_requests.md` to a new locationAchilleas Pipinellis
2016-09-05Move merge_when_build_succeeds.md to new locationAchilleas Pipinellis
2016-09-05Move authorization_for_merge_requests.md to new locationAchilleas Pipinellis
2016-09-05Move `workflow/merge_requests.md` to `user/project/merge_requests.md`Achilleas Pipinellis
2016-09-05Merge branch 'docs-gitlab-ci-dropdown' into 'master' Achilleas Pipinellis
Add documentation on template dropdowns ## What does this MR do? Add docs for the dropdown template selectors /cc @axil See merge request !4865
2016-09-05Merge branch 'patch-5' into 'master' Achilleas Pipinellis
Update README.md Added a line to the SSH Key Gen section, to ensure that the `before_script` does not prompt for a passphrase. See merge request !6176
2016-09-05Update README.mdGustav Trenwith
2016-09-03Add link on API docs index pageZ.J. van de Weg
[ci skip]