summaryrefslogtreecommitdiff
path: root/doc/user/project
Commit message (Collapse)AuthorAgeFilesLines
* Add more images for the test coverage docsdoc/improve-coverage-badge-docsAchilleas Pipinellis2016-10-174-6/+18
|
* Fully document the pipelines settings pageAchilleas Pipinellis2016-10-173-0/+101
|
* Merge branch 'docs/clarify-new-ci-permissions-some-more' into 'master' Achilleas Pipinellis2016-10-141-18/+37
|\ | | | | | | | | | | | | Add more info on the new CI permissions model From discussion in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/22484 See merge request !6843
| * Add link to update docs for source installationsAchilleas Pipinellis2016-10-141-1/+2
| |
| * Add more info on the new CI permissions modeldocs/clarify-new-ci-permissions-some-moreAchilleas Pipinellis2016-10-131-18/+36
| | | | | | | | [ci skip]
* | Refactor merge requests revisionsAchilleas Pipinellis2016-10-144-10/+20
| | | | | | | | | | | | | | - A system note now appears on every push - Replace dashes with underscores in images [ci skip]
* | Merge branch 'feature/cycle-analytics-2-backend' into 'master' Douwe Maan2016-10-131-12/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement second iteration of cycle analytics - Change in data measurement Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/22458 Measure everything that happened in the given time range, not only what's been pushed to production. With the exception of the staging and production stages. - [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) - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [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 it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6798
| * | Ignore deployment for statistics in Cycle Analytics, except in staging and ↵James Lopez2016-10-121-12/+10
| | | | | | | | | | | | | | | | | | production stages Also, updated specs and docs.
* | | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesfeature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-121-0/+22
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Update health_check gem to `~> 2.2.0` API: Version information Revert "Merge branch 'tests-use-tmpfs' into 'master'" Added documentation chapter for Git attributes Use activerecord_sane_schema_dumper Add a separate stage for bundle check Add a bundle check step to ensure dependencies are correct Create a new /templates API namespace Add disabled delete button to protected branches Make spec deterministic refactors tests because of gitlab-test repository changes Addresses Robert's feedback Speed up specs for GET /projects/:id/events API: New /users/:id/events endpoint writes tests to verify the issue is solved and fixes breaking issues. removes inconsistency regarding tagging immediately as merged once you create a branch using new branch button and adds changelog entry
| * | Added documentation chapter for Git attributesYorick Peterse2016-10-121-0/+22
| |/ | | | | | | | | | | | | | | As discussed in https://gitlab.com/gitlab-org/gitlab_git/issues/28 we'll need to clearly document the need for .gitattributes files being encoded using UTF-8. [ci skip]
* | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-1211-20/+335
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (221 commits) Add CHANGELOG entry for 8.12.6 Added 'Download' button to snippet view Merge branch 'api-fix-project-group-sharing' into 'security' Add 8.12.5, 8.11.9, and 8.10.12 CHANGELOG entries FIx JS bug with select2 because of missing `data-field` attribute in select box. Remove pointless `.vagrant_enabled` file allow multiple labels commands Move some CHANGELOG entries to the 8.13.0 part Move operations/ to new location Move health check docs under user/admin_area/monitoring Make guests unable to view MRs Add examples of fake tokens to be used in docs Remove duplicate CHANGELOG entry Allow browsing branches that end with '.atom' Refactor the SubGit/SVN documentation Document the new CI_DEBUG_TRACE variable Remove redundant images changed the scss for the top line connectors to be exactly centered Rearrange GitLab basics READMEs New images for GitLab basics "Create MR" docs ... Conflicts: app/models/commit_status.rb
| * Reference the web editor docs in GitLab basics "Create a branch"Achilleas Pipinellis2016-10-112-2/+2
| |
| * Merge branch 'ci-https' into 'master' Achilleas Pipinellis2016-10-071-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notice about HTTPS cloning for CI ## What does this MR do? Adds a notice about potential problem with GitLab CI unable to clone sources: https://gitlab.com/gitlab-org/gitlab-ce/issues/22484#note_16612187 ## Issues Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22484 See merge request !6719
| | * Add notice about HTTPS cloning for CIci-httpsKamil Trzcinski2016-10-061-0/+3
| | |
| * | Merge branch 'docs/refactor-registry' into 'master' Achilleas Pipinellis2016-10-065-0/+253
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move container_registry user docs to new location ## What does this MR do? Move container_registry user docs to new location and refactor them a bit. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6516
| | * | Move container_registry user docs to new locationAchilleas Pipinellis2016-09-255-0/+253
| | | | | | | | | | | | | | | | [ci skip]
| * | | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-3/+4
| | |/ | |/|
| * | Merge branch 'docs/ca-feedback' into 'master' Achilleas Pipinellis2016-10-062-15/+73
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more info in Cycle Analytics docs - Clarify the Plan to Code stages in Cycle Analytics docs based on feedback https://about.gitlab.com/2016/09/21/cycle-analytics-feature-highlight/#comment-2915715168 - Add a workflow example See merge request !6562
| | * | Clarify some more the Cycle Analytics workflow exampleAchilleas Pipinellis2016-10-061-16/+22
| | | | | | | | | | | | | | | | [ci skip]
| | * | Add example Cycle Analytics workflowdocs/ca-feedbackAchilleas Pipinellis2016-10-041-5/+53
| | | | | | | | | | | | | | | | [ci skip]
| | * | Take a new screenshot for Cycle AnalyticsAchilleas Pipinellis2016-10-031-0/+0
| | | |
| | * | Clarify that the `production` environment is case-sensitiveAchilleas Pipinellis2016-10-031-1/+1
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22533
| | * | Clarify Plan and Code stages moreAchilleas Pipinellis2016-10-031-2/+2
| | | |
| | * | Clarify what it means Test stage is not calculated in TotalAchilleas Pipinellis2016-10-031-1/+4
| | | |
| | * | Fix markdown URL linkAchilleas Pipinellis2016-10-031-1/+1
| | | |
| | * | Clarify the Plan to Code stages in Cycle Analytics docsAchilleas Pipinellis2016-09-281-3/+4
| | |/ | | | | | | | | | [ci skip]
* | | Update documentation according to changes in MWBSGrzegorz Bizon2016-10-071-10/+10
|/ /
* | Merge branch 'fix/import-export-admin' into 'master' Robert Speicher2016-10-031-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable Import/Export for non-admin users Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21315 Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20857 and https://gitlab.com/gitlab-org/gitlab-ce/issues/20821/ See merge request !6080
| * | Enable import/export back for non-adminsfix/import-export-adminJames Lopez2016-10-031-1/+2
| |/
* | Add a /wip slash commandThomas Balthazar2016-10-031-1/+2
|/ | | | It toggles the 'WIP' prefix in the MR title.
* Copyedit the CI build permissions docAchilleas Pipinellis2016-09-221-3/+3
| | | | [ci skip]
* Small fixes in CI build permissions docsAchilleas Pipinellis2016-09-221-16/+16
| | | | | - 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-221-0/+8
|
* Move document on CI build permissions to new locationAchilleas Pipinellis2016-09-221-0/+281
|
* 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>
* | 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]
* | Change location and refactor issue closing pattern documentationAchilleas Pipinellis2016-09-222-1/+56
|/ | | | | | | | | Split into user and administrator docs: - administration/issue_closing_pattern.md - user/project/issues/automatic_issue_closing.md [ci skip]
* Add docs on Cycle AnalyticsAchilleas Pipinellis2016-09-202-0/+112
| | | | [ci skip]
* Fixed label color issue and added Import/Export versioning tableJames Lopez2016-09-191-2/+16
|
* Document how to download the latest build artifactsAchilleas Pipinellis2016-09-182-0/+32
| | | | [ci skip]
* Document the fact that merge requests from private forks can be checked out ↵document-checkout-mr-from-forks-locallyRémy Coutable2016-09-131-0/+3
| | | | locally
* Add changelog entry and documentation for merge request versions compareDmitriy Zaporozhets2016-09-071-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch '21857-refactor-merge-requests-documentation' into 'master' Achilleas Pipinellis2016-09-0525-0/+423
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Refactor authorization_for_merge_requests.md21857-refactor-merge-requests-documentationAchilleas Pipinellis2016-09-051-16/+32
| |
| * Add links to new docs in merge_requests.md and workflow/README.mdAchilleas Pipinellis2016-09-053-27/+117
| |
| * Move merge request versions to its own documentAchilleas Pipinellis2016-09-053-5/+23
| |
| * Move "Only allow merge requests to be merged if the build succeeds" to new ↵Achilleas Pipinellis2016-09-054-12/+20
| | | | | | | | location