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
2019-03-27Update CHANGELOG.md for 11.9.3GitLab Release Tools Bot
[ci skip]
2019-03-27Revert "Update CHANGELOG.md for 11.9.2"Robert Speicher
This reverts commit faab4d4b997d892c917e288d5a91f5444d51a49a.
2019-03-27Update CHANGELOG.md for 11.9.2GitLab Release Tools Bot
[ci skip]
2019-03-26Merge branch 'security-55503-fix-pdf-js-11-9' into '11-9-stable'Yorick Peterse
Fix PDF.js vulnerability See merge request gitlab/gitlabhq!3024
2019-03-26Merge branch 'security-mass-assignment-on-project-update-11-9' into ↵Yorick Peterse
'11-9-stable' Disallow changing namespace of a project in update method See merge request gitlab/gitlabhq!3033
2019-03-26Rake task for removing exif from uploadsJan Provaznik
Adds a rake task which can be used for removing EXIF data from existing uploads.
2019-03-26Merge branch 'security-id-potential-denial-languages-11-9' into '11-9-stable'GitLab Release Tools Bot
Return cached languages if they've been detected before See merge request gitlab/gitlabhq!3029
2019-03-26Merge branch 'security-2819-xss-resolve-conflicts-branch-name-11-9' into ↵GitLab Release Tools Bot
'11-9-stable' Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!3030
2019-03-26Merge branch 'security-use-untrusted-regexp-11-9' into '11-9-stable'GitLab Release Tools Bot
Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3006
2019-03-26Merge branch 'security-56224-11-9' into '11-9-stable'GitLab Release Tools Bot
Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!3018
2019-03-26Disallow guest users from accessing ReleasesShinya Maeda
As they do not have a permission to read git tag
2019-03-25Update CHANGELOG.md for 11.9.1GitLab Release Tools Bot
[ci skip]
2019-03-25Merge branch 'sh-fix-github-import-creator' into 'master'Douglas Barbosa Alexandre
GitHub importer: Use the project creator to create branches from forks Closes #59396 See merge request gitlab-org/gitlab-ce!26510
2019-03-25Merge branch 'gitaly-version-v1.27.1' of gitlab.com:gitlab-org/gitlab-ce ↵John Jarvis
into 11-9-stable-patch-1
2019-03-25Merge branch 'retain-default-branch-on-import' into 'master'Stan Hu
Set proper default-branch on GitHub Import Closes #59347 See merge request gitlab-org/gitlab-ce!26476 (cherry picked from commit 3eba3a187c6fab19937ff072f848e5a4d47ab2b2) 31fb85d5 Set proper default-branch on GitHub Import
2019-03-25Merge branch 'refresh-commit-count-after-head-change' into 'master'Stan Hu
Refresh commit count after repository head changes Closes #59346 See merge request gitlab-org/gitlab-ce!26473 (cherry picked from commit 7ffc79829194d3be18cf66017528a90b41586054) e64589a3 Refresh commit count after repository head changes
2019-03-25Merge branch '59293-android-template-is-missing-gitlab-ci-yml' into 'master'Nick Thomas
Resolve "Android template is missing .gitlab-ci.yml" Closes #59293 See merge request gitlab-org/gitlab-ce!26415 (cherry picked from commit 134df14c1c327a53668eb5b6c1ece9fb33a00caa) 755b6bbc Add missing .gitlab-ci.yml for Android template 78c35f28 Remove additional extra file 285c05f6 Add missing chmod
2019-03-25Merge branch '59289-fix-push-to-create-protected-branches' into 'master'Douwe Maan
Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413 (cherry picked from commit b36fc6d51d7b70b25be62d3e6a1a2da616975770) 438485ef Allow users to create protected branches via CLI
2019-03-25Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan
Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402 (cherry picked from commit 7d3c5d882c1ddb7a78241e326996f30d67fce4b8) 8723f292 Fix diff bottom expand button appears twice
2019-03-25Merge branch '58999-z-index-issue-on-pipeline-dropdown' into 'master'Phil Hughes
Resolve "Z-Index Issue on Pipeline Dropdown" Closes #58999 See merge request gitlab-org/gitlab-ce!26274 (cherry picked from commit 9023cf710cb161360e5cda97ea2746cb66385092) 9b777688 Fix z-index issue
2019-03-25Add cr remarksMałgorzata Ksionek
2019-03-25Update Gitaly version to v1.27.1gitaly-version-v1.27.1GitalyBot
2019-03-21Update CHANGELOG.md for 11.9.0GitLab Release Tools Bot
[ci skip]
2019-03-21Disallow changing namespace of a project in update methodMałgorzata Ksionek
2019-03-21Fix XSS in resolve conflicts formPaul Slaughter
The issue arose when the branch name contained Vue template JavaScript. The fix is to use `v-pre` which disables Vue compilation in a template.
2019-03-21Merge remote-tracking branch 'dev/11-9-stable' into 11-9-stableAlex Hanselka
* dev/11-9-stable: Update VERSION to 11.9.0-rc9 Only return `commands_changes` used in frontend
2019-03-21Merge branch ↵Stan Hu
'59208-fix-error-500-on-every-page-when-active-broadcast-message-present-after-upgrading-to-11-9-0' into 'master' Gracefully handles excluded fields from attributes during serialization on JsonCache Closes #59208 See merge request gitlab-org/gitlab-ce!26368 (cherry picked from commit cc5095edfce2b4d4083a4fb1cdc7c0a1898b9921) 7028b376 Gracefully handles excluded fields from attributes during serialization 1c7a2c05 Add CHANGELOG entry
2019-03-21Merge branch 'sh-create-branch-as-project-owner-for-github-import' into 'master'Douglas Barbosa Alexandre
GitHub import: Create new branches as project owner See merge request gitlab-org/gitlab-ce!26335 (cherry picked from commit 6e74eb4eacdc9dbb4ce584fc8ae2e151a911e17b) 1e6ea914 GitHub import: Create new branches as project owner
2019-03-20Return cached languages if they've been detected beforeIgor Drozdov
2019-03-20Updated PDF.js to 2.0.943Natalia Tepluhina
fix: changed PDFJS prop to GlobalWorkerOptions Fixed pdf tests Added changelog entry
2019-03-20Merge branch 'security-11-9-2826-fix-project-serialization-in-quick-actions' ↵John Jarvis
into '11-9-stable' Fix project serialization in quick actions response See merge request gitlab/gitlabhq!3015
2019-03-20Hide related branches when user does not have permissionMark Chao
Guest user of a project should not see branches
2019-03-19Merge branch '56970-fix-mr-stuck-loading-on-error' into 'master'Phil Hughes
Resolve "Merge request page loses state" See merge request gitlab-org/gitlab-ce!25988
2019-03-19Merge branch 'fix-projects-partial-locals' into 'master'Stan Hu
Fix undefined variable error on json project views See merge request gitlab-org/gitlab-ce!26297 (cherry picked from commit 3c5a81cb83e6022530e53b1b6cdedf94c92d980e) 585fcfb9 Fix undefined variable error on json project views
2019-03-19Merge branch 'sh-handle-null-bytes-in-merge-request-diffs' into 'master'Nick Thomas
Fix error creating a merge request when diff includes a null byte Closes #57710 See merge request gitlab-org/gitlab-ce!26190 (cherry picked from commit a885e2d0a63b25411995fce2057067348f1bad9b) 6552197e Fix error creating a merge request when diff includes a null byte
2019-03-19Merge branch '57330-fix-comment-edited' into 'master'Sean McGivern
Hide "Edited" when note is transformed or resolved Closes #57330 See merge request gitlab-org/gitlab-ce!26143 (cherry picked from commit 6461cbdfa4df0873d62183ca0c0979b20040fde6) f5f243a0 Hide "Edited" when note is transformed or resolved
2019-03-18Only return `commands_changes` used in frontendHeinrich Lee Yu
When executing quick actions, this limits the `commands_changes` response to only those used by the frontend
2019-03-15Make CI refs matching to to use UntrustedRegexpKamil Trzciński
This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
2019-03-15Merge branch 'fj-58804-fix-bitbucket-import' into 'master'Douwe Maan
Fix Bitbucket import Closes #58804 See merge request gitlab-org/gitlab-ce!26050 (cherry picked from commit 516987e4ba40bffa68a1060efd901af2f1e6a3c3) e4663942 Fix Bitbucket import a89851e7 Added changelog to MR b5b9925e Removing SHA length validation 4268fc87 Added SHA length validation 2e2e3a8c Small replacement in spec to use a constant
2019-03-14Merge branch '48324-enable-squash-message-on-fast-forward' into 'master'Phil Hughes
Allow modifying squash commit message for fast-forward only merge method Closes #48324, #58805, and #58631 See merge request gitlab-org/gitlab-ce!26017
2019-03-13Merge branch 'sh-fix-blank-codeowners-ce' into 'master'Rémy Coutable
Fix 500 error caused by CODEOWNERS with no matches Closes gitlab-ee#10282 See merge request gitlab-org/gitlab-ce!26072
2019-03-13Merge branch 'sh-revert-rack-request-health-checks' into 'master'Douglas Barbosa Alexandre
Fix health checks not working behind load balancers Closes #58573 See merge request gitlab-org/gitlab-ce!26055 (cherry picked from commit ef19ded4b0b5cc3aabb50b3432c8711f23a2742b) 01203e71 Fix health checks not working behind load balancers
2019-03-13Merge branch 'sh-rugged-commit-tree-entry' into 'master'Douwe Maan
Bring back Rugged implementation of commit_tree_entry See merge request gitlab-org/gitlab-ce!25896 (cherry picked from commit 97357c5bb6594be793c1af332bed8f942f2d72d2) 4ee08fd1 Add back Rugged support for retrieving a commit tree entry
2019-03-13Merge branch 'modify_group_policy' into 'master'Rémy Coutable
Update group policy to reflect all the requirements See merge request gitlab-org/gitlab-ce!25854 (cherry picked from commit d8bbd3e78e2fe21048bf4c3ad58fd815c8339200) 0a706446 Modify group policy 8a37dd7a Add changelog to reflect changes 71e522a5 Remove not relevant changes 9559470b Remove not relevant changes
2019-03-12Merge branch 'more-pgroup-fix' into 'master'Stan Hu
Fix the last-ditch memory killer pgroup SIGKILL See merge request gitlab-org/gitlab-ce!25940 (cherry picked from commit 253bad8cebc83ce0b011ffb61a060be985e1c196) 452f5081 Fix the last-ditch memory killer pgroup SIGKILL
2019-03-08Merge branch '58649-project-template-for-android' into 'master'Sean McGivern
Resolve "Project template for Android" Closes #58649 See merge request gitlab-org/gitlab-ce!25870
2019-03-08Merge branch 'ingress-hostnames' into 'master'Mike Greiling
Add support for ingress hostnames Closes #58244, #56158, and #46691 See merge request gitlab-org/gitlab-ce!25181
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-08Revert "Merge branch 'sh-show-pre-receive-error-merge' into 'master'"Luke Duncalfe
This reverts merge request !25708
2019-03-08Upgrade Gitaly to v1.26.0GitalyBot