An error occurred fetching the project authors.
- 24 Dec, 2018 1 commit
-
-
Stan Hu authored
Full list of changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
-
- 21 Dec, 2018 1 commit
-
-
Pirate Praveen authored
Fixes: ActionView::Template::Error (undefined method `add_class' for #<Nokogiri::XML::Element:0x0055dbff5252e8>
-
- 19 Dec, 2018 2 commits
-
-
Valery Sizov authored
-
Zeger-Jan van de Weg authored
This action doesn't lean on reduplication, so a short call can me made to the Gitaly server to have the object pool remove its remote to the project pending deletion. https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58 When an object pool doesn't have members, this would invalidate the need for a pool. So when a project leaves the pool, the pool will be destroyed on the background. Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
-
- 17 Dec, 2018 3 commits
-
-
Stan Hu authored
Even in AWS S3 compatibility mode, Google now appears to reject requests that includes this header with this error: ``` Requests cannot specify both x-amz and x-goog headers ``` This has been submitted upstream via https://github.com/carrierwaveuploader/carrierwave/pull/2356. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53846.
-
Valery Sizov authored
-
Jasper Maes authored
-
- 14 Dec, 2018 1 commit
-
-
Jasper Maes authored
-
- 12 Dec, 2018 1 commit
-
-
Pirate Praveen authored
-
- 06 Dec, 2018 2 commits
-
-
Francisco Javier López authored
-
Nick Thomas authored
-
- 04 Dec, 2018 1 commit
-
-
Douwe Maan authored
-
- 03 Dec, 2018 2 commits
-
-
Matthias Fechner authored
-
Abulhair Saparov authored
-
- 29 Nov, 2018 1 commit
-
-
Matthias Fechner authored
Currently a dependency for grape `~> 1.1` is defined but gitlab does not work with `grape` version `1.2` installed. Fix version of `grape` to 1.1.x.
-
- 28 Nov, 2018 1 commit
-
-
Kamil Trzciński authored
Rack with Unicorn is unable to handle chunked requests due to private `eof?` method. This exposes `eof?` not changing `rack` behavior. Issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/8539
-
- 27 Nov, 2018 1 commit
-
-
Nick Thomas authored
-
- 26 Nov, 2018 2 commits
-
-
Thong Kuah authored
Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
-
Bob Van Landuyt authored
-
- 22 Nov, 2018 1 commit
-
-
Stan Hu authored
This gem is only used for development, and the latest version has been tested with Rails 5/Ruby 2.5. Changes: https://github.com/BetterErrors/better_errors/releases
-
- 19 Nov, 2018 2 commits
-
-
Stan Hu authored
loofah: CVE-2018-16468: https://github.com/flavorjones/loofah/issues/154 nokogiri: CVE-2018-14404 and CVE-2018-14567 https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md rack: CVE-2018-16471 https://github.com/rack/rack/commit/e5d58031b766e49687157b45edab1b8457d972bd i18n: https://github.com/svenfuchs/i18n/releases concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 18 Nov, 2018 1 commit
-
-
Stan Hu authored
The nakayoshi_fork gem works around the lack of a Ruby compacting garbage collecting by calling GC.start a few times to "promote" the age of young objects to the maximum age 3. This reduces the number of dirty pages and consequently improves copy-on-write behavior with unicorn and other forking Web application servers.
-
- 15 Nov, 2018 2 commits
-
-
Rémy Coutable authored
This forks live at https://github.com/gitlabhq/default_value_for/tree/69-fix-action_controller-parameters-handling and fixes an issue where default_value_for wouldn't handle `ActionController::Parameters` correctly with Rails 5. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/54093. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Nov, 2018 3 commits
-
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Shinya Maeda authored
-
Jan Provaznik authored
* updates Gemfile * uses Rails 5 unless explicitly disabled
-
- 11 Nov, 2018 1 commit
-
-
- 07 Nov, 2018 1 commit
-
-
Francisco Javier López authored
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
-
- 05 Nov, 2018 1 commit
-
-
blackst0ne authored
-
- 30 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 29 Oct, 2018 2 commits
-
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 28 Oct, 2018 1 commit
-
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 25 Oct, 2018 2 commits
-
-
Balasankar "Balu" C authored
Reverting https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15734 . We are not using asset sync currently.
-
Andrew Newdigate authored
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.
-
- 24 Oct, 2018 1 commit
-
-
Stan Hu authored
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).
-
- 16 Oct, 2018 2 commits
-
-
Nick Thomas authored
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.
-
Nick Thomas authored
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
-