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-05-29Merge branch '46849-update-rdoc-to-6-0-4' into 'master'Robert Speicher
Update rdoc to 6.0.4 Closes #46849 See merge request gitlab-org/gitlab-ce!19167
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-26Update rdoc to 6.0.4Takuya Noguchi
2018-05-26Update redis-namespace to 1.6.0Takuya Noguchi
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-24Bumped omniauth-authentiq to 0.3.3Alexandros Keramidas
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-22Remove bootstrap-sass gemClement Ho
2018-05-22Bump prometheus-client-mmap to 0.9.3 to fix nil exception errorStan Hu
See https://gitlab.com/gitlab-org/prometheus-client-mmap/issues/24
2018-05-21Merge branch 'ce-5928-geo-rake-task-to-force-housekeeping-on-next-sync' into ↵Nick Thomas
'master' Backport from EE: Adding Progressbar explicitly and spec extensions for it See merge request gitlab-org/gitlab-ce!18885
2018-05-15Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
2018-05-14Merge branch 'update-sidekiq' into 'master'Rémy Coutable
update sidekiq 5.0 -> 5.1 See merge request gitlab-org/gitlab-ce!18765
2018-05-14Clean up Gemfileblackst0ne
2018-05-11[Rails5] Bump Rails to 5.0.7 and set `atomic` to 1.1.99blackst0ne
atomic 1.1.100 was yanked by its author.
2018-05-10Merge branch 'update-gon' into 'master'Robert Speicher
Update gon ~> 6.1.0 to ~> 6.2 See merge request gitlab-org/gitlab-ce!18764
2018-05-10Merge branch 'sh-reset-prometheus-metrics-tests' into 'master'Nick Thomas
Support resetting of Prometheus metrics between test runs Closes #39968 See merge request gitlab-org/gitlab-ce!18836
2018-05-10Adding progressbar explicitly and spec extensions for itGabriel Mazetto
2018-05-10Support resetting of Prometheus metrics between test runsStan Hu
Adding the :prometheus tag to an rspec test will clear out memory-mapped files and reset the registry. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
2018-05-09Merge branch 'jivl-delete-d3-rails-gem' into 'master'Douwe Maan
Removed the d3_rails gem See merge request gitlab-org/gitlab-ce!18860
2018-05-09Removed the d3_rails gemJose
2018-05-08Merge branch 'update-asset-sync' into 'master'Robert Speicher
Update asset_sync ~> 2.2.0 to ~> 2.4 See merge request gitlab-org/gitlab-ce!18762
2018-05-07Bump Gitaly Proto to v0.99Zeger-Jan van de Weg
2018-05-05update sidekiq 5.0 -> 5.1Pirate Praveen
2018-05-05Update gon ~> 6.1.0 to ~> 6.2Pirate Praveen
2018-05-05Update asset_sync ~> 2.2.0 to ~> 2.4Pirate Praveen
2018-05-04Merge branch 'pravi/gitlab-ce-update-grape-entity' into 'master'Stan Hu
Update grape-entity 0.6.0 -> 0.7.1 See merge request gitlab-org/gitlab-ce!18720
2018-05-03Update grape-entity 0.6.0 -> 0.7.1Pirate Praveen
2018-05-03update omniauth-github ~> 1.1.1 to ~> 1.3Pirate Praveen
2018-05-03update devise 4.2 -> 4.4Pirate Praveen
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2018-04-30Use grpc 1.11.0Jacob Vosmaer
2018-04-30Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'Douwe Maan
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580
2018-04-26Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho
2018-04-26remove peek performance_barPirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-19Upgrading gitlab-gollum-lib and rougeFrancisco Javier López
2018-04-18Merge branch 'revert-goldiloader' into 'master'Robert Speicher
Revert the addition of goldiloader See merge request gitlab-org/gitlab-ce!18458
2018-04-18Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López
2018-04-18Revert the addition of goldiloaderYorick Peterse
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
2018-04-16Fix a case with empty secret CI/CD variablesGrzegorz Bizon
2018-04-13Replacing gollum libs for custom gitlab onesFrancisco Javier López
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
2018-04-08[Rails5] Add `rails-controller-testing` gemblackst0ne
In Rails 5.0 `assert_template` and `assigns()` have been extracted to the `rails-controller-testing` gem. https://github.com/rails/rails/pull/20138/files This commit adds this gem for rails5.
2018-04-06Automatically cleanup stale worktrees and lock files upon a pushStan Hu
git 2.16 will fail badly if there are stale worktrees. Closes #44115
2018-04-03Merge branch 'blackst0ne-rails5-isolate-test_after_commit' into 'master'Rémy Coutable
[Rails5] Isolate `test_after_commit` gem See merge request gitlab-org/gitlab-ce!18129
2018-04-03[Rails5] Isolate `test_after_commit` gemblackst0ne
2018-04-02Merge branch '44878-update-brakeman-3.6.1-to-4.2.1' into 'master'Robert Speicher
Update brakeman to 4.2.1 Closes #44878 See merge request gitlab-org/gitlab-ce!18122
2018-04-02Bump html-pipeline to 2.7.1blackst0ne
2018-04-01Update brakeman 3.6.1 to 4.2.1Takuya Noguchi
2018-03-29Merge branch 'sh-bump-rugged-0.27-0' into 'master'Douwe Maan
Bump Rugged to 0.27.0 See merge request gitlab-org/gitlab-ce!18069
2018-03-28Bump Rugged to 0.27.0Stan Hu
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.0 This version solves a significant performance issue with generating large diffs: https://github.com/libgit2/libgit2/issues/4460