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-02Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon
Bump Ruby on Rails to 5.0.7.1 See merge request gitlab-org/gitlab-ce!23396
2019-01-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis
2019-01-02Merge branch ↵Kushal Pandya
'54206-show-the-activity-filter-dropdown-in-discussion-tab-only' into 'master' Resolve "Show the activity filter dropdown in discussion tab only, show all discussions always in changes tab" Closes #54206 See merge request gitlab-org/gitlab-ce!24082
2019-01-02Merge branch '55369-update-milestone-sort-to-say-say-milestone-due-date' ↵Sean McGivern
into 'master' Resolve "Update `Milestone` sort to say say `Milestone due date`" Closes #55369 See merge request gitlab-org/gitlab-ce!24080
2019-01-02Merge branch 's3-directories-get' into 'master'Kamil Trzciński
Use directories.new when getting S3 directory Closes gitlab-com/gl-infra/infrastructure#5807 See merge request gitlab-org/gitlab-ce!23981
2019-01-02Use OpenShift in docs and Web UI instead of OpenshiftTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-02Merge branch '55755-user-activity-is-stuck-loading-when-there-is-none' into ↵Kushal Pandya
'master' Resolve "User activity is stuck loading when there is none" Closes #55755 See merge request gitlab-org/gitlab-ce!24063
2019-01-02Resolve "User activity is stuck loading when there is none"Martin Wortschack
2019-01-02Merge branch 'sh-bump-qa-image-ruby-2.5' into 'master'Grzegorz Bizon
Upgrade GitLab QA image to Ruby 2.5 See merge request gitlab-org/gitlab-ce!24091
2019-01-02Merge branch 'security-label-xss' into 'master'John Jarvis
[master] Escape html entities when no label found See merge request gitlab/gitlabhq!2706
2019-01-02Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis
[master] Secret CI variables can exposed by creating a tag with the same name as an existing protected branch See merge request gitlab/gitlabhq!2596
2019-01-02Merge branch 'security-master-url-rel' into 'master'John Jarvis
[master] Set URL rel attribute for broken URLs See merge request gitlab/gitlabhq!2695
2019-01-02Merge branch 'security-todos_not_redacted_for_guests' into 'master'John Jarvis
[master] Security todos not redacted for guests See merge request gitlab/gitlabhq!2697
2019-01-02Merge branch ↵Sean McGivern
'55838-remove-gem-install-bundler-from-docker-based-ruby-environments' into 'master' Remove gem install bundler from Docker-based Ruby environments Closes #55838 See merge request gitlab-org/gitlab-ce!24093
2019-01-02Merge branch 'qa-fix-logging-find-element' into 'master'Ramya Authappan
log text_filter arg of find_element Closes gitlab-org/quality/nightly#52 See merge request gitlab-org/gitlab-ce!24064
2019-01-02Fix navigation style in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-02Made discussion filters only visible in merge request discussions tabConstance Okoghenun
Discussion filters will be hidden on Commits, Pipelines, and Changes tabs on merge requests page. This does not affect its behavior on issues page
2019-01-02Merge branch 'patch-37' into 'master'Evan Read
Updating link to correctly point to environment scope docs See merge request gitlab-org/gitlab-ce!24023
2019-01-02Merge branch 'patch-37' into 'master'Evan Read
Update mysql.md - broken link See merge request gitlab-org/gitlab-ce!23988
2019-01-02Merge branch '53656-explain-how-to-add-custom-kaniko-certificate' into 'master'Evan Read
Explain how to use kaniko with a registry with a custom certificate Closes #53656 See merge request gitlab-org/gitlab-ce!23875
2019-01-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis
2019-01-01Merge branch ↵John Jarvis
'security-53543-user-keeps-access-to-mr-issue-when-removed-from-team' into 'master' [master] Adds validation to check if user can read project See merge request gitlab/gitlabhq!2645
2019-01-01Merge branch 'security-bvl-fix-cross-project-mr-exposure' into 'master'John Jarvis
[master] Validate projects in MR build service See merge request gitlab/gitlabhq!2678
2019-01-01Merge branch 'security-refs-available-to-project-guest' into 'master'John Jarvis
[master] Project guests no longer are able to see refs page See merge request gitlab/gitlabhq!2685
2019-01-01Merge branch 'security-fix-ssrf-import-url-remote-mirror' into 'master'John Jarvis
[master] SSRF - Scan Internal Ports and GCP/AWS endpoints See merge request gitlab/gitlabhq!2689
2019-01-01Merge branch 'security-48259-private-snippet' into 'master'John Jarvis
[master] Prevent private snippet from being embeddable See merge request gitlab/gitlabhq!2692
2019-01-01Merge branch 'security-54377-label-milestone-name-xss' into 'master'John Jarvis
[master] Escape label and milestone titles to prevent XSS in GFM autocomplete See merge request gitlab/gitlabhq!2693
2019-01-01Merge branch 'security-master-guests-jobs-api' into 'master'John Jarvis
[master] Guest users have access to all Job information via the API See merge request gitlab/gitlabhq!2717
2019-01-01Merge branch 'security-fix-ssrf-lfs-project-import' into 'master'John Jarvis
[master] SSRF in project imports with LFS See merge request gitlab/gitlabhq!2720
2019-01-01Merge branch 'security-master-group-cicd-settings-accessible-to-maintainer' ↵John Jarvis
into 'master' [master] 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!2721
2019-01-01Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi
bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-01Merge branch 'patch-37' into 'master'Sean McGivern
Fix #55740: Use the '--no-document' option instead of the 'gem' tool's deprecated options Closes #55740 See merge request gitlab-org/gitlab-ce!24049
2019-01-01Merge branch 'sh-fix-issue-55822' into 'master'Sean McGivern
Fix commit SHA not showing in merge request compare dropdown Closes #55822 See merge request gitlab-org/gitlab-ce!24084
2019-01-01Merge branch 'sh-bump-omniauth-google-gem' into 'master'Sean McGivern
Upgrade Omniauth and JWT gems to switch away from Google+ API Closes #55668 See merge request gitlab-org/gitlab-ce!24068
2019-01-01Stop using deprecated argument to `gem`Sean McGivern
`--no-rdoc` and `--no-ri` have been deprecated since RubyGems 2.0: https://github.com/rubygems/rubygems/blob/v2.0.0/History.txt#L43 They were finally removed in a recent release: https://github.com/rubygems/rubygems/pull/2354
2019-01-01Upgrade GitLab QA image to Ruby 2.5Stan Hu
GitLab is now shipping with Ruby 2.5.3, so we should make the version consistent for the QA image as well.
2019-01-01Update doc/update/9.5-to-10.0.mdFatih Sarhan
2019-01-01Update doc/update/9.4-to-9.5.mdFatih Sarhan
2019-01-01Update doc/update/9.3-to-9.4.mdFatih Sarhan
2019-01-01Update doc/update/9.2-to-9.3.mdFatih Sarhan
2019-01-01Update doc/update/9.1-to-9.2.mdFatih Sarhan
2019-01-01Update doc/update/9.0-to-9.1.mdFatih Sarhan
2019-01-01Update doc/update/8.17-to-9.0.mdFatih Sarhan
2019-01-01Update doc/update/8.16-to-8.17.mdFatih Sarhan
2019-01-01Update doc/update/8.15-to-8.16.mdFatih Sarhan
2019-01-01Update doc/update/8.14-to-8.15.mdFatih Sarhan
2019-01-01Update doc/update/8.13-to-8.14.mdFatih Sarhan
2019-01-01Update doc/update/8.12-to-8.13.mdFatih Sarhan
2019-01-01Update doc/update/8.11-to-8.12.mdFatih Sarhan
2019-01-01Update doc/update/8.10-to-8.11.mdFatih Sarhan