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-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled
2018-11-13Merge branch '53289-update-haml_lint-to-0-28-0' into 'master'Rémy Coutable
Update haml_lint to 0.28.0 Closes #53289 See merge request gitlab-org/gitlab-ce!22660
2018-11-13Merge branch '53291-update-ffaker-to-2-10-0' into 'master'Rémy Coutable
Update ffaker to 2.10.0 Closes #53291 See merge request gitlab-org/gitlab-ce!22661
2018-11-12Merge branch 'sh-bump-redis-store' into 'master'Rémy Coutable
Bump redis-store to 1.6.0 See merge request gitlab-org/gitlab-ce!22963
2018-11-12Merge branch 'rails5-update-gemfile' into 'master'Sean McGivern
Upgrade whitequark/parser to 2.5.3.0 See merge request gitlab-org/gitlab-ce!22984
2018-11-12Merge branch 'sh-bump-sidekiq' into 'master'Sean McGivern
Bump Sidekiq and other related gems See merge request gitlab-org/gitlab-ce!22956
2018-11-12Upgrade whitequark/parser to 2.5.3.0Jan Provaznik
Rails 5 counterpart to the version update from 7fb30b4cc4994022e55460e6905996212859cfb6
2018-11-12Update gems in Gemfile.rails5.lockJan Provaznik
2018-11-12Merge branch 'blackst0ne-add-discord-service' into 'master'Sean McGivern
Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
2018-11-12Update gitlab-markup gem to avoid binary name collisionAlejandro Rodríguez
See https://gitlab.com/gitlab-org/gitlab-ce/issues/53082
2018-11-11Bump redis-store to 1.6.0Stan Hu
This version supports SSL/TLS via the redis:// URL scheme: https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/47702
2018-11-07Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern
Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
2018-11-07Merge branch 'remove-asset-sync' into 'master'Marin Jankovski
Remove asset_sync gem and related code Closes omnibus-gitlab#3872 See merge request gitlab-org/gitlab-ce!22610
2018-11-07Add submodule update API endpointFrancisco Javier López
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
2018-11-05Update Gemfileblackst0ne
2018-10-30Add Discord integrationblackst0ne
2018-10-29Update ffaker to 2.10.0Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-29Update haml_lint to 0.28.0Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-28Remove mousetrap-rails gemTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-26Merge branch 'an-multithreading' into 'master'Robert Speicher
Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
2018-10-25Remove asset_sync gem and related codeBalasankar "Balu" C
Reverting https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15734 . We are not using asset sync currently.
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-10-25Upgrade parser gem to 2.5.1.2Stan Hu
2018-10-24Bump google-protobuf to 3.6.1Stan Hu
It looks like gRPC may have worked around https://github.com/google/protobuf/issues/4210 via https://github.com/grpc/grpc/pull/14634. This is needed to support Ruby 2.5 (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22555).
2018-10-17Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
2018-10-16Merge branch 'grpc-update-1-15' into 'master'Rémy Coutable
Use grpc v1.15.x See merge request gitlab-org/gitlab-ce!22350
2018-10-16Remove a dependency on gitlab-gollum-libNick Thomas
Removing this dependency also allows us to remove a transitive dependency on gitlab_grit - which is the whole point of this exercise. I don't think we can EOL gitlab_grit until it's removed as a dependency from gitaly-ruby, but this at least gets it out of gitlab-ce.
2018-10-16Inline the gitlab-flowdock-git-hooks gemNick Thomas
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
2018-10-15Use grpc v1.15.xAlejandro Rodríguez
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-09Bump rugged to 0.27.5 for security fixesStan Hu
See: https://github.com/libgit2/libgit2/releases
2018-10-04Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas
Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715
2018-10-03Merge branch 'update-dev-test-gems' into 'master'Robert Speicher
Update Development related gems See merge request gitlab-org/gitlab-ce!22066
2018-10-03Update Development related gemsGabriel Mazetto
Upgrade to latest version the following gems: * Spring * Bootsnap * Thin * webpack-rails * pry-rails
2018-10-03Add reliable fetcher for SidekiqValery Sizov
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-10-02Merge branch 'rouge-3.3.0' into 'master'Stan Hu
Update to Rouge 3.3.0 including frozen string literals for improved memory usage See merge request gitlab-org/gitlab-ce!22035
2018-10-02Update to Rouge 3.3.0 including frozen string literals for improved memory usageDrew Blessing
2018-10-01Merge branch '37433-solve-n-1-in-refs-controller-logs-tree' into 'master'Nick Thomas
Adds list_last_commits_for_tree as the method call for the Gitaly ListLastCommitsForTree RPC Closes #37433 See merge request gitlab-org/gitlab-ce!21921
2018-10-01Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
2018-09-29Update rails 5 Gemfile.lockMike Greiling
2018-09-27Merge branch '51299-update-grape' into 'master'Sean McGivern
Update grape to 1.1.0 to address a XSS vulnerability Closes #51299 See merge request gitlab-org/gitlab-ce!21639
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-17Sync commonmaker version in Gemfile.*.lockJan Provaznik
commonmaker was update in Gemfile.lock only
2018-09-12Remove peek-sidekiqJan Provaznik
The reason for removing this gem is that it's not being maintained anymore. It uses `alias_method_chain` which is deprecated in rails 5 (and removed in 5.1), the issue is pending upstream (including a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while. Peek-sidekiq is used in performance bar for displaying sidekiq statistics.
2018-09-10Update grape to 1.1.0 to address a XSS vulnerabilityRémy Coutable
See https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md#110-842018. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/51299. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-09Bump Sidekiq 5.1.3 to 5.2.1Stan Hu
The most significant change in this version is that the default concurrency has been lowered from 25 to 10 (https://github.com/mperham/sidekiq/issues/3892). This doesn't affect omnibus-gitlab because the concurrency is controlled via a setting that defaults to 25 anyway and is passed in via the `-c` command-line parameter. However, source installations (including the GDK) will have to either specify the concurrency in `sidekiq.yml` or use the `-c` option. Full list of changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
2018-09-07Merge branch '51180-update-ffi-to-1.9.25' into 'master'Robert Speicher
Update ffi to 1.9.25 Closes #51180 See merge request gitlab-org/gitlab-ce!21561
2018-09-06Use gitaly-proto 0.117.0Douglas Barbosa Alexandre