Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 842a565144 Add latest changes from gitlab-org/gitlab@master 2024-09-11 06:09:49 +00:00
GitLab Bot 53b01d4a2c Add latest changes from gitlab-org/gitlab@master 2024-02-26 21:09:55 +00:00
GitLab Bot 0a906d19a4 Add latest changes from gitlab-org/gitlab@master 2024-02-10 03:07:32 +00:00
GitLab Bot 45dd87a017 Add latest changes from gitlab-org/gitlab@master 2024-02-05 09:08:44 +00:00
GitLab Bot fb5d3cceb8 Add latest changes from gitlab-org/gitlab@master 2023-05-04 12:17:18 +00:00
GitLab Bot be4b3134a2 Add latest changes from gitlab-org/gitlab@master 2021-05-04 15:10:36 +00:00
GitLab Bot a2f3b3e5cf Add latest changes from gitlab-org/gitlab@master 2020-11-19 15:09:13 +00:00
gfyoung ebf98f27c4 Enable even more frozen string in lib/gitlab
Enables frozen string for the following:

* lib/gitlab/fogbugz_import/**/*.rb
* lib/gitlab/gfm/**/*.rb
* lib/gitlab/git/**/*.rb
* lib/gitlab/gitaly_client/**/*.rb
* lib/gitlab/gitlab_import/**/*.rb
* lib/gitlab/google_code_import/**/*.rb
* lib/gitlab/gpg/**/*.rb
* lib/gitlab/grape_logging/**/*.rb
* lib/gitlab/graphql/**/*.rb
* lib/gitlab/graphs/**/*.rb
* lib/gitlab/hashed_storage/**/*.rb
* lib/gitlab/health_checks/**/*.rb

Partially address gitlab-org/gitlab-ce#47424.
2018-11-13 11:42:15 -08:00
Bob Van Landuyt 81f5955eb6 Move Repository#wrapped_gitaly_errors into concern
Having this in a concern allows us to reuse it for different single
purpose classes that call out to git without going through the
repository every time.
2018-10-30 15:53:46 +01:00