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/user
AgeCommit message (Collapse)Author
2016-11-17Merge branch 'docs/refactor-environments' into 'master' Achilleas Pipinellis
Refactor environments documentation ## What does this MR do? Refactor environments docs. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !7107
2016-11-17Add stop environment permissions and remove deleteAchilleas Pipinellis
[ci skip]
2016-11-17Remove ToC and fix headings in Markdown docsAchilleas Pipinellis
[ci skip]
2016-11-16WIP refactor environmentsAchilleas Pipinellis
2016-11-14Link to correct version of SanitizationFilter API docs for whitelistRobert Speicher
[ci skip]
2016-11-04Add documentation for the "Only allow merge requests to be merged if all ↵Rémy Coutable
discussions are resolved" feature Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-27Add more images for the test coverage docsAchilleas Pipinellis
2016-10-27Fully document the pipelines settings pageAchilleas Pipinellis
2016-10-25Merge branch 'dklischies/gitlab-ce-master' into 'master' Achilleas Pipinellis
Add a note regarding syncing Git submodules in CI Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7047 See merge request !7095
2016-10-25Capitalize GitAchilleas Pipinellis
[ci skip]
2016-10-21Document link syntax introduced by !5586Winnie
2016-10-21Add a note regarding syncing the git submodule conf to CI doc.Daniel Klischies
2016-10-19Fix import/export labels to cope with project and group labels. Added ↵James Lopez
relevant specs.
2016-10-14Merge branch 'docs/clarify-new-ci-permissions-some-more' into 'master' Achilleas Pipinellis
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
2016-10-14Refactor merge requests revisionsAchilleas Pipinellis
- A system note now appears on every push - Replace dashes with underscores in images [ci skip]
2016-10-14Add link to update docs for source installationsAchilleas Pipinellis
2016-10-13Merge branch 'feature/cycle-analytics-2-backend' into 'master' Douwe Maan
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
2016-10-13Add more info on the new CI permissions modelAchilleas Pipinellis
[ci skip]
2016-10-12Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon
* 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
2016-10-12Added documentation chapter for Git attributesYorick Peterse
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]
2016-10-12Ignore deployment for statistics in Cycle Analytics, except in staging and ↵James Lopez
production stages Also, updated specs and docs.
2016-10-12Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon
* 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
2016-10-11Merge branch 'guests_cant_see_mrs' into 'master' Sean McGivern
Make guests unable to view MRs ## What does this MR do? Make guests unable to view MRs. This also fixes a bug when a non-member user could get notification if mentioned (in private project, it's OK for public project). Now if you are a guest and you will be mentioned in one of the MRs you won't get a notification. ## What are the relevant issue numbers? Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/1410 See merge request !6673
2016-10-11Move health check docs under user/admin_area/monitoringAchilleas Pipinellis
[ci skip]
2016-10-11Make guests unable to view MRsValery Sizov
2016-10-11Reference the web editor docs in GitLab basics "Create a branch"Achilleas Pipinellis
2016-10-07Update documentation according to changes in MWBSGrzegorz Bizon
2016-10-07Merge branch 'ci-https' into 'master' Achilleas Pipinellis
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
2016-10-06Merge branch 'docs/refactor-registry' into 'master' Achilleas Pipinellis
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
2016-10-06Add notice about HTTPS cloning for CIKamil Trzcinski
2016-10-06Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre
2016-10-06Merge branch 'docs/ca-feedback' into 'master' Achilleas Pipinellis
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
2016-10-06Clarify some more the Cycle Analytics workflow exampleAchilleas Pipinellis
[ci skip]
2016-10-04Add example Cycle Analytics workflowAchilleas Pipinellis
[ci skip]
2016-10-03Take a new screenshot for Cycle AnalyticsAchilleas Pipinellis
2016-10-03Clarify that the `production` environment is case-sensitiveAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22533
2016-10-03Clarify Plan and Code stages moreAchilleas Pipinellis
2016-10-03Clarify what it means Test stage is not calculated in TotalAchilleas Pipinellis
2016-10-03Fix markdown URL linkAchilleas Pipinellis
2016-10-03Merge branch 'fix/import-export-admin' into 'master' Robert Speicher
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
2016-10-03Enable import/export back for non-adminsJames Lopez
2016-10-03Add a /wip slash commandThomas Balthazar
It toggles the 'WIP' prefix in the MR title.
2016-09-30Merge branch 'patch-3' into 'master' Dmitriy Zaporozhets
Added "View wiki pages" to list of actions granted to various user permission levels in a project. This MR clarifies the actions allowed by various user permission levels in a project to include "View wiki pages" See merge request !5749
2016-09-28Add footnote to Markdown docsBen Bodenmiller
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-28Clarify the Plan to Code stages in Cycle Analytics docsAchilleas Pipinellis
[ci skip]
2016-09-25Move container_registry user docs to new locationAchilleas Pipinellis
[ci skip]
2016-09-22Copyedit the CI build permissions docAchilleas Pipinellis
[ci skip]
2016-09-22Small fixes in CI build permissions docsAchilleas Pipinellis
- Add link to external user - Move build triggers up
2016-09-22s/project/buildAchilleas Pipinellis
[ci skip]
2016-09-22Added a note about build triggers [ci skip]Kamil Trzcinski