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
2018-08-07Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila
2018-08-02Update Rouge to 3.2.0Drew Blessing
2018-07-29Bump prometheus-client-mmap to 0.9.4Stan Hu
Fixes failing builds with gcc on Archlinux and Ruby 2.4.4. See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/26 for more details.
2018-07-26Merge branch 'sh-bump-haml-5.0.4' into 'master'Rémy Coutable
Bump haml gem to 5.0.4 See merge request gitlab-org/gitlab-ce!20847
2018-07-26Bump haml gem to 5.0.4Stan Hu
As pointed out in #49625, this version is needed to support Ruby 2.5. See https://github.com/haml/haml/blob/master/CHANGELOG.md for more details.
2018-07-25Merge branch 'sh-include-rbtrace' into 'master'Douwe Maan
Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
2018-07-25Add rbtrace to GemfileStan Hu
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
2018-07-25Merge branch 'sh-bump-html-pipeline-2.8.4' into 'master'Rémy Coutable
Bump html-pipeline to 2.8.4 See merge request gitlab-org/gitlab-ce!20828
2018-07-25Bump html-pipeline to 2.8.4Stan Hu
In 2.8.3, it was possible to modify a constant without knowing it, which led to a major performance regression (https://gitlab.com/gitlab-org/gitlab-ce/issues/49409). Now attempting to modify the HTML::Pipeline::SanitizationFilter.WHITELIST will result in "can't modify frozen Hash". See https://github.com/jch/html-pipeline/pull/299.
2018-07-25Use limit parameter to retrieve Wikis from GitalyStan Hu
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
2018-07-24Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performanceStan Hu
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
2018-07-23Merge branch 'hangouts_chat_integration' into 'master'Sean McGivern
Hangouts chat integration See merge request gitlab-org/gitlab-ce!20290
2018-07-20Add bootsnap to development/test bundle and enable it if availableGabriel Mazetto
This will enable bootsnap whenver the gem is available.
2018-07-18Incorporate Gitaly's RefService.FindAllRemoteBranches RPCAlejandro Rodríguez
2018-07-14Add Hangouts Chat service implementationKukovskii Vladimir
2018-07-13Upgrade grape-path-helpers to 1.0.6Winnie Hellmann
2018-07-09Merge branch 'update-rubocop'Sean McGivern
2018-07-09Use latest gitlab-stylesLin Jen-Shin
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Update rubocop to get rid of a warning in other MRLin Jen-Shin
2018-07-08Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045Matthew Dawson
Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
2018-07-06Add Repository#set_config and #delete_configJacob Vosmaer
2018-07-05Update OmniAuth Shibboleth gem to latest to gain supportTom Downes
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
2018-07-04Merge branch 'bump-carrierwave-to-1-2-3' into 'master'Kamil Trzciński (OoO till 3th)
Bump Carrierwave gem to 1.2.3 (which contains the monkey patch for memory consumption) Closes #46182 See merge request gitlab-org/gitlab-ce!20287
2018-07-04Merge branch 'pravi/gitlab-ce-update-html-pipeline' into 'master'Douwe Maan
update html-pipeline 2.7.1 -> 2.8 Closes #48571 See merge request gitlab-org/gitlab-ce!20348
2018-07-04Bump carrierwave gem version to 1.2.3Shinya Maeda
2018-07-01update to support latest bcrypt. resolves #48149Muhammad Nuzaihan
2018-06-30update html-pipeline 2.7.1 -> 2.8Pirate Praveen
2018-06-28Don't hash user ID in OIDC subject claimMarkus Koller
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
2018-06-25Merge remote-tracking branch 'dev/master'Alessio Caiazza
2018-06-25Merge branch 'security-fj-bumping-sanitize-gem' into 'master'Alessio Caiazza
[master] Update sanitize gem to 4.6.5 to fix HTML injection vulnerability See merge request gitlab/gitlabhq!2399
2018-06-22Bump sprockets to 3.7.2 to address CVE-2018-3760Robert Speicher
2018-06-20Merge branch 'remove-allocations-gem' into 'master'Stan Hu
Remove remaining traces of the Allocations Gem See merge request gitlab-org/gitlab-ce!20029
2018-06-20Remove remaining traces of the Allocations GemYorick Peterse
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we removed use of the data produced by the Allocations Gem. However, we never removed the code that just enables tracking of allocations. In this commit we remove all remaining traces of this Gem.
2018-06-20Merge branch 'sh-bump-rugged-0.27.2' into 'master'Rémy Coutable
Bump rugged to 0.27.2 See merge request gitlab-org/gitlab-ce!20026
2018-06-20Bump rugged to 0.27.2Stan Hu
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.2
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-15Update gitlab-gollum-lib to 4.2.7.5 and sanitize to 4.6.5Francisco Javier López
2018-06-12Bumping gitlab-gollum-lib and gitlab-gollum-rugged_adapterFrancisco Javier López
2018-06-11Merge branch 'rs-update-rspec' into 'master'Rémy Coutable
Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
2018-06-11Merge branch 'upgrade-gitlab-markup' into 'master'Douwe Maan
Upgrade gitlab-markup to fix render issue with reStructuredText See merge request gitlab-org/gitlab-ce!19596
2018-06-09Bump grape-path-helpers to 1.0.5blackst0ne
2018-06-08Upgrade gitlab-markup to fix render issue with reStructuredTextGabriel Mazetto
2018-06-08Merge branch 'rails5-fix-47370' into 'master'Douwe Maan
Use same gem versions for rails5 as for rails4 where possible Closes #47370, #46232, #47367, and #47373 See merge request gitlab-org/gitlab-ce!19498
2018-06-08Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan
Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Update rspec to 3.7Robert Speicher
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-07Use same gem versions for rails5 as for rails4 where possibleJasper Maes