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
AgeCommit message (Collapse)Author
2016-07-22Merge branch 'doc-protected-branches' into 'master' Achilleas Pipinellis
Refactor protected branches documentation Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19832 See merge request !5419
2016-07-20Merge branch 'issue_18585' into 'master' Rémy Coutable
Allow to disable user request access to groups/projects fixes #18585 ![projects](/uploads/9f381e77ffbcd2ecdbabdb8b201b95e4/projects.png) ![namespaces](/uploads/4b8d39c80576b499118373f0a221882c/namespaces.png) ## 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) - [ ] 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) See merge request !5286
2016-07-12Change URLs to new permissions.md locationAchilleas Pipinellis
2016-07-05Add documentation for wildcard protected branches.Timothy Andrew
2016-07-01Improve the request / withdraw access buttonRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-30Make GH one-off auth the default again for importing GH projectsRémy Coutable
Advertise the PAT as an alternative unless GH import is not configured. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
2016-06-29Merge branch 'issue_3359_3' into 'master' Douwe Maan
Insert notification settings dropdown into groups ## Display notification settings dropdown for groups part of #3359 ![groups](/uploads/d61648236b81b0cca55fa2d73758f0df/groups.png) ![Screenshot_from_2016-06-29_10-58-37](/uploads/7be05ea6002932c094a81b25a308fd62/Screenshot_from_2016-06-29_10-58-37.png) ![small](/uploads/6f2b556d734c870e358f6f56618a0bab/small.png) See merge request !4857
2016-06-29Merge branch 'master' into issue_3359_3Felipe Artur
2016-06-29merge master into issue_3359_3Felipe Artur
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-06-22Merge branch 'inline-todos-docs' into 'master' Robert Speicher
Update Todos documentation and screenshots to include new functionality. Updates documentation for todos, includes updated and new screenshots. See also !4502 and #18906 Closes #18923 [ci skip] See merge request !4840
2016-06-22Finish my sentence. [ci skip]Connor Shea
2016-06-22Merge branch 'doc_refactor_labels' into 'master' Achilleas Pipinellis
Refactor labels docs Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18555 See merge request !3347
2016-06-21Update Todos documentation and screenshots to include new functionality.Connor Shea
Add information about manually creating Todos from issue and merge request sidebars. [ci skip]
2016-06-21Expand on Award Emoji documentation, update/add screenshots. [ci skip]Connor Shea
2016-06-21Move labels documentation to new locationAchilleas Pipinellis
Due to https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
2016-06-21Add info on tooltipsAchilleas Pipinellis
[ci skip]
2016-06-21Refactor labels docsAchilleas Pipinellis
[ci skip]
2016-06-20Merge branch ↵Jacob Schatz
'lbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentation' into 'master' Documented the up key shortcut ## What does this MR do? Documents the `up` key edit note shortcut in the `/help/_shortcuts.html.haml` help pane and the `/doc/workflow/shortcuts.png` screenshot. ## Are there points in the code the reviewer needs to double check? The issue and MR shortcuts should be merged, they're the same? Shall I open an issue or include here? This panel also need to be a little more responsive. Shall I open an issue or include here? Additionally, I have some conflicts regarding the screenshot. This screenshot also needs to update for !4570. ## Why was this MR needed? Everyone should know about this awesome shortcut. ## What are the relevant issue numbers? Closes #18114. ## Screenshots (if relevant) View the [updated screenshot](https://gitlab.com/gitlab-org/gitlab-ce/blob/e7221ad66efeb0f7d263ead7ed523d194243fb09/doc/workflow/shortcuts.png) ## 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) - [ ] API support added - [ ] Tests - [ ] Added for this feature/bug - [ ] 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) See merge request !4758
2016-06-20Merge branch '18584-document-request-access-feature' into 'master' Achilleas Pipinellis
Document access request to project & group ## What does this MR do? Adds documentation that was missing from !3798. ## Are there points in the code the reviewer needs to double check? I've taken the opportunity to update the images in the "Project users" documentation page, I can remove the commit if it's not welcome! ## What are the relevant issue numbers? Closes #18584. ## Does this MR meet the acceptance criteria? - [ ] Tests - [ ] 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) /cc @DouweM See merge request !4685
2016-06-17Merge master into issue_12758Felipe Artur
2016-06-17Added shortcut to help shortcuts viewLuke "Jared" Bennett
Updated shortcuts.png for docs Updated CHANGELOG Moved CHANGELOG entry updated shortcut docs
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-15Update images for the 'Project users' documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Add documentation for the 'request access to group' featureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Add documentation for the 'request access to project' featureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Implement custom notification level optionsFelipe Artur
2016-06-13Add notification settings documentation and update screenshotFelipe Artur
2016-06-10Add documentation for the 'only_allow_merge_if_build_succeeds.rb' featureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-21Merge branch 'issue_9013' into 'master' Douwe Maan
Let users set notification levels in projects which they are not members Fixes #9013 See merge request !3986
2016-05-18Merge branch 'patch-1' into 'master' Hannes Rosenögger
doc: fix git lfs workaround for using http instead of https the url should only point to `info/lfs` instead of `info/lfs/batch/objects` See merge request !2713
2016-05-18Update documentationFelipe Artur
2016-05-14Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis
[ci skip]
2016-05-08Merge pull request #9953 from cmckni3/update-lfs-documentationAchilleas Pipinellis
Update git lfs initialize command
2016-04-26Update wordingAlfredo Sumaran
2016-04-26Add documentation for "Hide whitespace changes" buttonAlfredo Sumaran
2016-04-25Merge branch 'issue_14904' into 'master' Jacob Schatz
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
2016-04-22Merge branch 'doc-gh-import-additions' into 'master' Achilleas Pipinellis
Add newest enhancements to GH importer docs [ci skip] See merge request !3867
2016-04-22Add newest enhancements to GH importer docsAchilleas Pipinellis
[ci skip]
2016-04-22Use new Note styleguideAchilleas Pipinellis
[ci skip]
2016-04-20Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran
2016-04-19Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan
2016-04-18Update shortcuts imageAlfredo Sumaran
2016-04-18"git lfs init" is deprecated, use "git lfs install" instead.Con Vissenberg
2016-04-18Add support to cherry-pick any commitP.S.V.R
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
2016-04-14Start with iid on branch creationZeger-Jan van de Weg
2016-04-13Move 'New branch from issue' feature doc to web_editor.mdAchilleas Pipinellis
[ci skip]
2016-04-07Updates git lfs initialize commandChris McKnight
2016-03-24Clarify LFS configurationDrew Blessing