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
2019-03-07Merge branch 'incremental-backups' into 'master'Stan Hu
Incremental backups See merge request gitlab-org/gitlab-ce!24035
2019-03-07Merge branch 'jest-docs' into 'master'Mike Lewis
Add jest to frontend_testing docs See merge request gitlab-org/gitlab-ce!25748
2019-03-07Merge branch 'restrict-jupyter-login' of ↵Amit Rathi
https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
2019-03-07add comment on how to determine if rsyncable option is availableFrederic Van Espen
2019-03-07Merge branch 'eb-update-cycle-analytics-docs' into 'master'Kushal Pandya
Update Cycle Analytics Documentation See merge request gitlab-org/gitlab-ce!25536
2019-03-07Merge branch 'patch-47' into 'master'Marcia Ramos
Fix missing quote in Wildcard domains section See merge request gitlab-org/gitlab-ce!25773
2019-03-07Merge branch 'winh-enable-reply_to_individual_notes' into 'master'Grzegorz Bizon
Enable reply_to_individual_notes feature flag by default Closes #30299 See merge request gitlab-org/gitlab-ce!25575
2019-03-07Apply suggestion to doc/development/testing_guide/frontend_testing.mdLuke Bennett
2019-03-07Move proj templates into default getting started guideMarcia Ramos
- Move instructions to use project templates to getting started - Move the fork illustration into the in-depth guide - Add screenshot for current project templates Copyedit - better wording Copy edit - typo
2019-03-07Profiler only works with absolute URLs and pathsSean McGivern
2019-03-07Merge branch 'master' into incremental-backupsFrederic Van Espen
2019-03-07Merge branch 'fix-group-without-owner' into 'master'Sean McGivern
fix group without owner after transfer Closes #58086 See merge request gitlab-org/gitlab-ce!25573
2019-03-07Merge branch 'patch-48' into 'master'Kamil Trzciński
Change 11.9 for 11.7 in include external files See merge request gitlab-org/gitlab-ce!25839
2019-03-07Merge branch 'auto-devops-tags' into 'master'Grzegorz Bizon
Add Auto DevOps build job for tags See merge request gitlab-org/gitlab-ce!25718
2019-03-07introduce optional rsyncable flagFrederic Van Espen
2019-03-07Merge branch '7714-boards-fe' into 'master'Kushal Pandya
Display Recent Boards in Board switcher See merge request gitlab-org/gitlab-ce!25696
2019-03-07Porting changes from EERajat Jain
- Extract 445px as a variable - Documentation changes: new image and update copy
2019-03-07Docs: Add missing redirects to /user and /project_services docsMarcel Amirault
2019-03-07Update upgrading_from_source.md for Ruby 2.5Jason Plum
Update the documented version requirement of Ruby inside of Upgrading from Source to show GitLab 11.8 needs Ruby 2.5
2019-03-07Change 11.9 for 11.7 in include external filesDavid Broin
2019-03-07Merge branch 'patch-47' into 'master'Evan Read
Update using_docker_build.md Closes #58556 See merge request gitlab-org/gitlab-ce!25779
2019-03-07Update Cycle Analytics documentationEric Brinkman
Removed duplicate info. Update pipeline health to cycle analytics. Updated screenshots.
2019-03-07Merge branch 'docs/update-permissions-list' into 'master'Evan Read
Docs: Adding Package Repository Permissions to permissions.md See merge request gitlab-org/gitlab-ce!24676
2019-03-06Merge branch 'docs/zj-feature-flag-group-project' into 'master'Sean McGivern
Document ChatOps for actor feature gates See merge request gitlab-org/gitlab-ce!25815
2019-03-06Document ChatOps for actor feature gatesZeger-Jan van de Weg
The documentations only covered the percentage based feature gates. These don't work really well for a number of reasons, for example; a new visual element in GitLab would be weird to see only 25% of the time. Allowing feature gates based on projects and groups has been supported, now it's documented.
2019-03-06Add current state of docsWinnie Hellmann
copied from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25633
2019-03-06Allow protected branch creation via web and APIPatrick Bajao
This commit includes changes to add `UserAccess#can_create_branch?` which will check whether the user is allowed to create a branch even if it matches a protected branch. This is used in `Gitlab::Checks::BranchCheck` when the branch name matches a protected branch. A `push_to_create_protected_branch` ability in `ProjectPolicy` has been added to allow Developers and above to create protected branches.
2019-03-06Merge branch 'docs-object-storage' into 'master'Marcia Ramos
Fix object storage link in doc See merge request gitlab-org/gitlab-ce!25791
2019-03-06Merge branch '58023-add-Saturday-to-localization-first-day-of-the-week' into ↵Clement Ho
'master' Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
2019-03-06Fix object storage link in docTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-06API: delete job_artifacts of a single jobRoger Rüttimann
2019-03-06Fix spelling and other minor improvementsEvan Read
2019-03-06Accept force option on commit via APIPatrick Bajao
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
2019-03-06Fixed incorrect include keyLaurens Stötzel
2019-03-05Update using_docker_build.mdChristian Morsing
2019-03-05Update permissions.md to add Pull from Private Package Repository and ↵Wil Wade
Publish to Package Repository
2019-03-05Merge branch 'add-efs-warning-to-requirements' into 'master'Mike Lewis
Adding EFS warning to requirements See merge request gitlab-org/gitlab-ce!25754
2019-03-05Fix missing quoteMartin Melka
2019-03-05Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
2019-03-05Docs: Fix broken anchors in development docsMarcel Amirault
2019-03-05Docs: Fix all anchors in /user docsMarcel Amirault
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746
2019-03-05Merge branch 'feature/gb/add-serverless-cicd-template' into 'master'Grzegorz Bizon
Simplify CI/CD configuration on serverless projects Closes #57405 See merge request gitlab-org/gitlab-ce!25523
2019-03-05Merge branch 'docs-update-health-check' into 'master'Evan Read
Update Health Check typo & adjust formatting See merge request gitlab-org/gitlab-ce!25722
2019-03-05docs: ldap users must have email address setMoritz Bellach
2019-03-05Adding NFS warning to requirementsEric Johnson
2019-03-05Add docs and update screenshotHeinrich Lee Yu
2019-03-05Add jest to frontend_testing docsLuke Bennett
2019-03-05Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato
Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
2019-03-04Merge dev master into GitLab.com masterYorick Peterse