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-01-03Update VERSION to 11.6.2v11.6.2GitLab Release Tools Bot
2019-01-03Update CHANGELOG.md for 11.6.2GitLab Release Tools Bot
[ci skip]
2019-01-02Merge branch '11-6-stable-patch-2' into '11-6-stable'Alex Hanselka
Prepare 11.6.2 release See merge request gitlab-org/gitlab-ce!24105
2019-01-02Bump Rails 4 dependenciesStan Hu
We got rid of `Gemfile.rails4.lock` in `master`, but this stable branch still uses it. To fix this, we just need to run: ``` BUNDLE_GEMFILE=Gemfile.rails4 bundle install ```
2019-01-02Merge branch 'use-px-not-rems' into 'master'Annabel Dunstone Gray
Use px instead of rems to prep for csslab Closes #55314 See merge request gitlab-org/gitlab-ce!23804
2019-01-02Merge branch 'fix-prepare-build-script' into 'master'Marin Jankovski
Stop using deprecated argument to `gem` See merge request gitlab-org/gitlab-ce!24079 (cherry picked from commit a352a95e9a4e6e925e43e1b0a3dc2cac6d33cef4) 1854f142 Stop using deprecated argument to `gem`
2019-01-02Merge branch 'fj-55781-fix-api-blob-content-disposition' into 'master'Sean McGivern
Fixed content-disposition in blob and files API endpoint Closes #55781 See merge request gitlab-org/gitlab-ce!24078 (cherry picked from commit ca14b70d5201852751d79d6a0827b81689fff5be) 2cd47bba Fixed api content-disposition in blob and files endpoint
2019-01-02Merge branch 'sh-fix-clone-geo-dropdown' into 'master'Stan Hu
Fix clone dropdown parent inheritance issues in HAML See merge request gitlab-org/gitlab-ce!24029 (cherry picked from commit 68e312b20d7fa16ec924be7a7d10fc67ee0c4292) 9e3f9f75 Fix clone dropdown parent inheritance issues in HAML 70d155e8 Add changelog entry
2019-01-02Merge branch 'pipeline-labels' into 'master'Stan Hu
Fix tooltip titles for pipeline flags See merge request gitlab-org/gitlab-ce!24027 (cherry picked from commit f13ec30d5e0079d66efadd374b219d0c445e28cf) 0f74f6dd Added missing colons near titles.
2019-01-02Merge branch 'sh-fix-http-clone-panel' into 'master'Kushal Pandya
Fix missing Git clone button when protocol restriction setting enabled Closes #55676 See merge request gitlab-org/gitlab-ce!24015 (cherry picked from commit f044679c96251c82de310219a48cb7814dfe5143) 4a8b4d8a Fix missing Git clone button when protocol restriction setting enabled f50ee65b Add spec for HTTP/SSH clone panel 91b0754d Fix HTTP/SSH clone panel for mobile 29adade5 Fix and move specs into admin_disables_git_access_protocol_spec.rb
2019-01-02Merge branch 'markdown-toolbar-btn-fix' into 'master'Filipa Lacerda
Fixes the markdown toolbar buttons Closes #55618 See merge request gitlab-org/gitlab-ce!23979 (cherry picked from commit 82772caf727e3ea59513ffff6693bab1ee37b53f) 3019a567 Fixes the markdown toolbar buttons
2019-01-02Merge branch 'qa-fix-select-activities' into 'master'Mark Lapierre
Using find_elements instead of all_elements Closes gitlab-org/quality/staging#18 See merge request gitlab-org/gitlab-ce!23977 (cherry picked from commit 78dcdc871a053e68e60e72d891801895f74b1c79) 35193d5c Using find_elements instead of all_elements
2019-01-02Merge branch '55282-dark-theme-colors' into 'master'Mike Greiling
Remove &:not(.use-csslab) from table to fix dark diff themes Closes #55282 See merge request gitlab-org/gitlab-ce!23941 (cherry picked from commit c699b97f9db6329d7d6a11d0b3bfc90e0b4ff9f0) a798e2cb Remove &:not(.use-csslab) from table to fix dark diff themes
2019-01-02Merge branch ↵Stan Hu
'54953-fix-commit_email_hostname-accessor-in-fake_application_settings' into 'master' Add FakeApplicationSettings#commit_email_hostname Closes #54953 See merge request gitlab-org/gitlab-ce!23939 (cherry picked from commit 2a9ba34dde0058c94caa696b2be1e53687faf0d0) ecb847fd Add FakeApplicationSettings#commit_email_hostname
2019-01-02Merge branch 'fix_reliable_fetcher_version' into 'master'Douglas Barbosa Alexandre
Fix sidekiq-reliable-fetch version Closes sidekiq-reliable-fetch#18 See merge request gitlab-org/gitlab-ce!23937 (cherry picked from commit 37c934e089508e053e6ad4cf075b00cfaab53f3c) 586fd677 Fix sidekiq-reliable-fetch version
2019-01-02Merge branch '55103-hide-group-cluster-features' into 'master'Kushal Pandya
Resolve "Hide cluster features that don't work yet with Group Clusters" Closes #55103 See merge request gitlab-org/gitlab-ce!23935 (cherry picked from commit a91138baaba93b72c3b487d38e11299e99d2071e) 4ed4a640 Expose environment's cluster type 55bfea0a Disable terminal button for group clusters bfbea9b8 Use constants for cluster_type b1fb15f8 Fix formatting e9c4f190 Add CHANGELOG.md entry for gitlab-ce!23935 0d608a7b Add test for environment_terminal_button e18fb5b3 Memoize call for EnvironmentEntity#cluster_type a45fb5d6 Moves memoization to Environment
2019-01-02Merge branch '55551-nomethoderror-undefined-method-for-nil-nilclass' into ↵Kamil Trzciński
'master' Handle nil terminals in Clusters::Platforms::Kubernetes Closes #55551 See merge request gitlab-org/gitlab-ce!23925 (cherry picked from commit 6b02f502c84450d5e23866fef0d3da600d7c78ae) 6d4c2529 Handle nil terminals in Clusters::Platforms::Kubernetes
2019-01-02Merge branch 'osw-revert-suggestions-ff' into 'master'Douwe Maan
Remove feature flag for suggest changes feature See merge request gitlab-org/gitlab-ce!23892 (cherry picked from commit 58ee1746a867ea939dd64a993963f14fc34c338d) ee425c9c Remove feature flag for suggest changes feature
2019-01-02Merge branch '51668-fix-line-numbers' into 'master'Mike Greiling
Fix line-height of line numbers Closes #55278 and #51668 See merge request gitlab-org/gitlab-ce!23775 (cherry picked from commit ed3f0100c3f5c71e3370bcbbf1687a627f4ecc1d) c21df376 Adjust line height of blame view line numbers
2018-12-28Update VERSION to 11.6.1v11.6.1GitLab Release Tools Bot
2018-12-28Update CHANGELOG.md for 11.6.1GitLab Release Tools Bot
[ci skip]
2018-12-27Merge branch 'security-11-6' of dev.gitlab.org:gitlab/gitlabhq into 11-6-stableJohn Jarvis
2018-12-27Merge branch 'security-fix/security-group-user-removal-11-6' into ↵John Jarvis
'security-11-6' [11.6] Resolve "Removing a user from a private group doesn't remove them from group's project, if their project's role was changed" See merge request gitlab/gitlabhq!2716
2018-12-27Merge branch 'security-import-symlink-11-6' into 'security-11-6'John Jarvis
[11.6] Persistent Symlink in Project Import See merge request gitlab/gitlabhq!2728
2018-12-27Merge remote-tracking branch 'origin/security-48259-private-snippet-11-6' ↵John Jarvis
into security-11-6
2018-12-27Merge branch 'security-11-6' into ↵James Lopez
'security-fix/security-group-user-removal-11-6' # Conflicts: # app/services/members/destroy_service.rb
2018-12-27Merge branch 'security-11-6' of dev.gitlab.org:gitlab/gitlabhq into 11-6-stableJohn Jarvis
2018-12-27Merge branch ↵Stan Hu
'55402-broken-master-karma-test-failing-in-spec-javascripts-boards-components-issue_due_date_spec-js' into 'master' Resolve "Broken master: karma test failing in spec/javascripts/boards/components/issue_due_date_spec.js" Closes #55402 See merge request gitlab-org/gitlab-ce!23845
2018-12-27Merge branch 'security-11-6-secret-ci-variables-exposed' into 'security-11-6'John Jarvis
[11.6] Secret CI variables can exposed by creating a tag with the same name as an existing protected branch See merge request gitlab/gitlabhq!2684
2018-12-27Merge branch ↵John Jarvis
'security-11-6-user-keeps-access-to-mr-issue-when-removed-from-team' into 'security-11-6' [11.6] Adds validation to check if user can read project See merge request gitlab/gitlabhq!2753
2018-12-27Merge branch 'security-11-6-group-cicd-settings-accessible-to-maintainer' ↵John Jarvis
into 'security-11-6' [11.6] Group Ex-Maintainer Could maintain Access to Project's Source Code/Jobs/Pipelines/Artifacts if it had Shared Group Runner Configured See merge request gitlab/gitlabhq!2750
2018-12-27Merge branch 'security-11-6-guests-jobs-api' into 'security-11-6'John Jarvis
[11.6] Guest users have access to all Job information via the API See merge request gitlab/gitlabhq!2744
2018-12-27Merge branch 'security-11-6-refs-available-to-project-guest' into ↵John Jarvis
'security-11-6' [11.6] Project guests no longer are able to see refs page See merge request gitlab/gitlabhq!2686
2018-12-27Merge branch 'security-11-6-fix-ssrf-lfs-project-import' into 'security-11-6'John Jarvis
[11.6] SSRF in project imports with LFS See merge request gitlab/gitlabhq!2725
2018-12-27[11.6] SSRF in project imports with LFSFrancisco Javier López
2018-12-27Merge branch 'security-label-xss-11-6' into 'security-11-6'John Jarvis
[11.6] Escape html entities when no label found See merge request gitlab/gitlabhq!2747
2018-12-27Merge branch 'ensure-that-build-token-is-always-running' into 'security-11-6'John Jarvis
[11.6] Ensure that build token is always running See merge request gitlab/gitlabhq!2563
2018-12-27Merge branch 'security-11-6-fix-ssrf-import-url-remote-mirror' into ↵John Jarvis
'security-11-6' [11.6] SSRF - Scan Internal Ports and GCP/AWS endpoints See merge request gitlab/gitlabhq!2708
2018-12-26Adds validation to check if user can read projectTiago Botelho
An issuable should not be available to a user if the project is not visible to that specific user
2018-12-26Merge branch 'security-11-6-54377-label-milestone-name-xss' into 'security-11-6'John Jarvis
[11.6] Escape label and milestone titles to prevent XSS in GFM autocomplete See merge request gitlab/gitlabhq!2740
2018-12-26Merge branch 'security-11-6-url-rel' into 'security-11-6'John Jarvis
[11.6] Set URL rel attribute for broken URLs See merge request gitlab/gitlabhq!2711
2018-12-26Merge branch 'security-todos_not_redacted_for_guests-11-6' into 'security-11-6'John Jarvis
[11.6] Delete confidential issue todos for guests See merge request gitlab/gitlabhq!2722
2018-12-26Merge branch 'security-bvl-fix-cross-project-mr-exposure-11-6' into ↵John Jarvis
'security-11-6' [11.6] Validate projects in MR build service See merge request gitlab/gitlabhq!2703
2018-12-24Use old-style controller request paramsMatija Čupić
2018-12-24Add CHANGELOG entryMatija Čupić
2018-12-24Check for group admin permissionsMatija Čupić
2018-12-22Escape html entities when no label foundJarka Košanová
2018-12-22Add CHANGELOG entryMatija Čupić
2018-12-22Move pipeline auth above pipeline assignmentMatija Čupić
2018-12-22Authorize read_pipeline before read_buildMatija Čupić