- 23 Apr, 2021 1 commit
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 21 Apr, 2021 1 commit
-
-
Igor Drozdov authored
This merge request introduces the following changes: - uses unicode_normalize instead of the deprecated normalize - updates babosa gem the new version that fixes the warning
-
- 20 Apr, 2021 1 commit
-
-
Alex Kalderimis authored
This removes the `declarative_policy` internal libary, replacing it with the now extracted gitlab-org/declarative-policy> library.
-
- 19 Apr, 2021 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Albert Salim authored
- includes patch from upstream
-
- 16 Apr, 2021 1 commit
-
-
Thong Kuah authored
Since we upgrade to Rails 6.0.3.6 which no longer uses mimemagic, we can now remove the fake shim for mimemagic.
-
- 14 Apr, 2021 5 commits
-
-
Stan Hu authored
Changes: https://my.diffend.io/gems/rails/6.0.3.4/6.0.3.6 Release notes: https://github.com/rails/rails/releases
-
Andrejs Cunskis authored
-
Alex Pooley authored
-
Corinna Wiesner authored
Prior to this change, the value for activated at in the GraphQL Types::Admin::CloudLicenses::LicenseType class was using created at since the field didn't exist before. Now that the field exists in the Gitlab::License we can use the actual value and implement a fallback to created at for older licenses.
-
Albert Salim authored
bin/rake spec:merge_request_rspec_failure
-
- 13 Apr, 2021 3 commits
-
-
Igor Drozdov authored
Changelog: https://github.com/rspec/rspec-rails/blob/main/Changelog.md It mostly introduces Rails 6.1 support
-
Igor Drozdov authored
haml_lint gem has haml as dependency and hamlit had conflicts with it: https://github.com/k0kubun/hamlit/issues/184 The maintainer their kindly helped to resolve the issue!
-
Igor Drozdov authored
It fixes the 2.7 warnings that are more visible as: devise-4.7.3/lib/devise/test/controller_helpers.rb:35 The old version of gon didn't propagate kwargs properly to Devise's process method. CHANGELOG: https://github.com/gazay/gon/blob/master/CHANGELOG.md
-
- 12 Apr, 2021 2 commits
-
-
Igor Drozdov authored
Changelog: https://github.com/rspec/rspec-rails/blob/main/Changelog.md
-
Patrick Steinhardt authored
Gitaly has recently introduced two new RPCs `ListLFSPointers` and `ListAllLFSPointers` which are slated to replace the current RPCs `GetLFSPointers`, `GetNewLFSPointers` and `GetAllLFSPointers`. As a preparatory step to make use of the replacements, this commit updates the Gitaly Gem to v13.11.0.pre.rc1.
-
- 09 Apr, 2021 1 commit
-
-
Igor Drozdov authored
It adds Rails 6.1 support https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md
-
- 08 Apr, 2021 3 commits
-
-
Stan Hu authored
This update embeds the libmagic .tar.gz inside the Gem itself, increasing the relability of builds and reducing network costs for the download mirror. Changes: https://my.diffend.io/gems/ruby-magic/0.3.2/0.4.0 Signed-off-by:
Stan Hu <stanhu@gmail.com>
-
GitLab Renovate Bot authored
-
Alex Pooley authored
-
- 06 Apr, 2021 3 commits
-
-
jejacks0n authored
-
Heinrich Lee Yu authored
Updates the sample config to contain an example for enabling SMTP pool support
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 03 Apr, 2021 1 commit
-
-
Stan Hu authored
This switches away from the ruby-magic-static fork to bring in the latest upstream changes. In particular, this fixes Ruby interprets that are not built with `--enable-static`: https://github.com/kwilczynski/ruby-magic/issues/6 Changes: https://my.diffend.io/gems/ruby-magic/0.3.1/0.3.2 Diff from ruby-magic-static: https://gitlab.com/gitlab-org/ruby-magic/-/merge_requests/8/diffs
-
- 02 Apr, 2021 1 commit
-
-
Jay Swain authored
Bumping GLEX to get updated spec helpers and matcher that are more friendly when stubbing and expecting. part of: https://gitlab.com/gitlab-org/gitlab/-/issues/285286 https://gitlab.com/gitlab-org/gitlab-experiment/-/issues/23
-
- 31 Mar, 2021 1 commit
-
-
Stan Hu authored
This pulls in https://github.com/kwilczynski/ruby-magic/pull/5, which brings significant improvements in the building of `libmagic`: - Use `mini_portile2` gem to build the C extension. - Clean up unneeded files after build. - By default, build a static library of `libmagic` and link it. - Support disabling of static library generation via the `--disable-static` argument. - Support for using the system library via the `--use-system-libraries` argument.
-
- 29 Mar, 2021 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 25 Mar, 2021 8 commits
-
-
Yorick Peterse authored
When using the regular ruby-magic Gem we're running into issues with not being able to download the libmagic library. In merge request https://gitlab.com/gitlab-org/ruby-magic/-/merge_requests/5 we added a quick workaround to at least let us continue to deploy. This commit switches over our Rails application to use that fork for the time being.
-
Matthias Fechner authored
Gitlab does not work with google-protobuff 3.15.x. Using the new version causes segfaults: /usr/local/lib/libruby27.so.27(rb_profile_frame_full_label+0x1665) [0x80059c535] /usr/local/lib/libruby27.so.27(0x8003fa3fb) [0x8003fa3fb] /usr/local/lib/libruby27.so.27(0x8005094d2) [0x8005094d2] /lib/libthr.so.3(_pthread_sigmask+0x53e) [0x800649b7e] /lib/libthr.so.3(0x80064913f) [0x80064913f] [0x7ffffffff193] /usr/local/lib/ruby/gems/2.7/gems/google-protobuf-3.15.0/lib/google/ protobuf_c.so(Defs_register+0xc99) [0x811958699] /usr/local/lib/ruby/gems/2.7/gems/google-protobuf-3.15.0/lib/google/ protobuf_c.so(0x81195c675) [0x81195c675] For more details see this bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254010
-
Dylan Griffith authored
We don't want to mix things up with the real gem so it seems better for us to choose a gem version number that does not exist.
-
Marc Shaw authored
Issue: gitlab.com/gitlab-org/gitlab/-/issues/325851 MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/57443 There is a current issue affecting mimemagic where it was using a magic number dataset which turned out to be under a GPL licence, which in turn meant the maintainer of mimemagic had to switch to the same licence. We can not use this licence. There are still dependencies in our gemfile which require mimemagic, and instead of removing all these, we create a fake gem that we require.
-
Stan Hu authored
The upstream version has all the changes in ruby-magic-static, as well as an additional fix (https://github.com/kwilczynski/ruby-magic/pull/2).
-
Brett Walker authored
-
Brett Walker authored
due to licensing issues
-
Thong Kuah authored
This means the HipChat service now no-ops, but this should be OK given HipChat is un-usable now anyway
-
- 24 Mar, 2021 2 commits
-
-
Lin Jen-Shin authored
This reverts merge request !56913
-
Bob Van Landuyt authored
This allows configuring the BRPOP timeout https://my.diffend.io/gems/gitlab-sidekiq-fetcher/0.5.5/0.5.6
-
- 23 Mar, 2021 3 commits
-
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/325756
-
can eldem authored
Add back to test group
-
can eldem authored
Update tests Add draft 7 to exisiting schemas
-