- 28 Sep, 2021 1 commit
-
-
Mehmet Emin INAC authored
-
- 21 Sep, 2021 2 commits
-
-
Stan Hu authored
Prior to this commit, files downloaded in Azure Blob Storage would not have a Content-Disposition header sent, which would cause files to be saved with an unfriendly filename. https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/merge_requests/25 added support for retrieving this response header by requesting this in the Azure shared access signature (SAS) token. We now patch CarrierWave to send these custom options to the File object. We drop the dynamic parameter check in the CarrierWave patch since we have a fog-google version that supports the options. Plus, this dynamic parameter doesn't work with mocks since the mocks don't copy the exactly method signature. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/341061 Changelog: fixed
-
Drew Blessing authored
Changelog: changed
-
- 20 Sep, 2021 2 commits
-
-
Brett Walker authored
which fixes several issues, including a `w` being in a footnote, and exposing the XML interface Changelog: fixed
-
David Kim authored
-
- 17 Sep, 2021 1 commit
-
-
Vladimir Shushlin authored
This adds Rails/IncludeUrlHelper See https://gitlab.com/gitlab-org/gitlab/-/issues/340567
-
- 15 Sep, 2021 2 commits
-
-
Mehmet Emin INAC authored
Upgrading the gem from `0.9.0` to `0.10.0` which contains just one change to address our patch.
-
Matthias Kaeppler authored
In preparation for the Ruby 3 upgrade, we should update json to match the minimum gem version as specified by the default gem: https://stdgems.org/json/#gem-version Which for Ruby 3.0 is 2.5.1. This will otherwise lead to errors, since rubygems will encounter conflicting gemspecs during require. See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6286
-
- 13 Sep, 2021 1 commit
-
-
Stan Hu authored
This upgrade properly supports regional STS endpoints as well as the ability to set the minimum and maximum multipart chunk size. Diff: https://github.com/fog/fog-aws/compare/v3.9.0..v3.12.0 Changelog: fixed
-
- 08 Sep, 2021 2 commits
-
-
Pavel Shutsin authored
Can be used to increase max SAML message size Changelog: added EE: true
-
Heinrich Lee Yu authored
This prepares us for upgrading the redis-rb gem to 4.2+ which is required for Sidekiq 6
-
- 02 Sep, 2021 1 commit
-
-
Bob Van Landuyt authored
This includes a bugfix for label ordering: if metrics were reported with a different label ordering than they were initialized with, they would not get stored in the file and thus not reported when scraped. Diff in https://my.diffend.io/gems/prometheus-client-mmap/0.14.0/0.15.0 Merge request with the changes https://gitlab.com/gitlab-org/prometheus-client-mmap/-/merge_requests/60
-
- 30 Aug, 2021 1 commit
-
-
Patrick Steinhardt authored
Upgrade Gitaly's protobuf definitions to v14.3.0-rc1. Amongst other changes, this also includes the new `with_paths` field in the ListBlobs RPC call.
-
- 25 Aug, 2021 4 commits
-
-
Alex Kalderimis authored
This enables us to make use of `strict_mode`, preventing denial of service attacks. Changelog: security
-
Aleksei Lipniagov authored
This will include fix for noisy warnings visible when running the app with Ruby 3. Changelog: other
-
Matthias Kaeppler authored
The newer shared library contains CPU instructions that are incompatible with some customer machines. We need to ignore deprecation warnings from related files as well until this is resolved. Changelog: fixed
-
Heinrich Lee Yu authored
This includes a performance improvement when generating API routes Changelog: performance
-
- 16 Aug, 2021 1 commit
-
-
Jeremy Jackson authored
-
- 11 Aug, 2021 1 commit
-
-
Aleksei Lipniagov authored
To fix https://github.com/thoughtbot/factory_bot/issues/1458. Changelog: other
-
- 04 Aug, 2021 2 commits
-
-
Andrejs Cunskis authored
-
Matthias Kaeppler authored
These are the minimum versions required to add Ruby 3 support.
-
- 02 Aug, 2021 1 commit
-
-
Matthias Kaeppler authored
This ensures that deprecation warnings coming from both Ruby and Rails are logged to a new log file, deprecations_json.log. Changelog: added
-
- 30 Jul, 2021 1 commit
-
-
Jeremy Jackson authored
-
- 29 Jul, 2021 1 commit
-
-
Matthias Kaeppler authored
It is my understanding that this is currently unused and just tech debt, but it is sitting in the path for the Ruby 3 migration, and using the latest version resolves this problem.
-
- 28 Jul, 2021 1 commit
-
-
Patrick Steinhardt authored
When writing a repo's path (e.g. "gitlab-org/gitlab") into the gitconfig, we currently use the `SetConfig()` RPC. This RPC has been deprecated by Gitaly in favor of a new `SetFullPath()`, which can only be used to explicitly write the repo's path into the gitconfig. Convert the code to use the new RPC.
-
- 26 Jul, 2021 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Jul, 2021 2 commits
-
-
Jeremy Jackson authored
-
Matthias Kaeppler authored
This should address some remaining Ruby 3 deprecation warnings.
-
- 21 Jul, 2021 1 commit
-
-
Patrick Bajao authored
In https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3648, support for listing conflicts even when there's a missing side has been added to ListConflictFiles RPC. This only happens when `allow_tree_conflicts` is set to `true` in the RPC request. This allows gitlab-rails to use that parameter when displaying MR diffs with conflicts. The `allow_tree_conflicts` will be set to `true` only when `display_merge_conflicts_in_diff` is enabled. Otherwise, it'll be set to `false`.
-
- 17 Jul, 2021 1 commit
-
-
Stan Hu authored
This fixes issues with HS256-signed JWTs: https://gitlab.com/gitlab-org/gitlab-omniauth-openid-connect/-/issues/1 Diff: https://my.diffend.io/gems/gitlab-omniauth-openid-connect/0.4.0/0.8.0 Changelog: fixed
-
- 14 Jul, 2021 2 commits
-
-
Stan Hu authored
Diff: https://my.diffend.io/gems/addressable/2.7.0/2.8.0 Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/336153 Changelog: security
-
Mark Chao authored
Update gem and method reference
-
- 09 Jul, 2021 5 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
This removes the dependency on gitlab-pg_query and adds fingerprinting for SQL sampling. Diff: https://my.diffend.io/gems/gitlab-labkit/0.18.0/0.20.0 Changelog: changed
-
Matthias Kaeppler authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Patrick Steinhardt authored
Implement a wrapper for the new `ListCommits()` RPC introduced in Gitaly v14.0-rc3. This new RPC can take a set of revisions including the pseudo revisions `--not` and `--all` and is thus slated to deprecate some of the existing RPC calls which list commits.
-
- 08 Jul, 2021 1 commit
-
-
Matthias Fechner authored
-
- 06 Jul, 2021 2 commits
-
-
Matthias Käppler authored
-
Matthias Kaeppler authored
-