GitLab Bot
54a2245581
Add latest changes from gitlab-org/gitlab@master
2025-03-25 15:08:02 +00:00
GitLab Bot
dc497ce27f
Add latest changes from gitlab-org/gitlab@master
2023-08-15 21:09:57 +00:00
GitLab Bot
7f98cf51aa
Add latest changes from gitlab-org/gitlab@master
2023-07-31 15:11:19 +00:00
GitLab Bot
40fb10f78e
Add latest changes from gitlab-org/gitlab@master
2023-06-17 03:08:18 +00:00
GitLab Bot
eac99f198f
Add latest changes from gitlab-org/gitlab@master
2023-02-21 12:11:26 +00:00
GitLab Bot
fa7c331b76
Add latest changes from gitlab-org/gitlab@master
2023-02-15 15:07:42 +00:00
GitLab Bot
453634293e
Add latest changes from gitlab-org/gitlab@master
2023-02-09 18:07:44 +00:00
GitLab Bot
b989445a6e
Add latest changes from gitlab-org/gitlab@master
2022-09-10 00:09:59 +00:00
GitLab Bot
4f1e40017d
Add latest changes from gitlab-org/gitlab@master
2022-08-11 00:09:45 +00:00
GitLab Bot
c753fd0bf4
Add latest changes from gitlab-org/gitlab@master
2021-09-30 18:11:31 +00:00
GitLab Bot
a5628d3b6d
Add latest changes from gitlab-org/gitlab@master
2021-06-09 06:10:29 +00:00
GitLab Bot
c80a1141e3
Add latest changes from gitlab-org/gitlab@master
2021-06-04 12:10:17 +00:00
GitLab Bot
c3afdb42dd
Add latest changes from gitlab-org/gitlab@master
2021-06-01 18:10:04 +00:00
GitLab Bot
63546c0b11
Add latest changes from gitlab-org/gitlab@master
2020-06-04 12:08:21 +00:00
dineshpanda
e908e11776
Avoid calling freeze on already frozen strings in lib/gitlab
2019-09-04 09:52:02 +05:30
gfyoung
f93f8f569d
Enable even more frozen string for lib/gitlab
...
Enables frozen string for the following:
* lib/gitlab/patch/**/*.rb
* lib/gitlab/popen/**/*.rb
* lib/gitlab/profiler/**/*.rb
* lib/gitlab/project_authorizations/**/*.rb
* lib/gitlab/prometheus/**/*.rb
* lib/gitlab/query_limiting/**/*.rb
* lib/gitlab/quick_actions/**/*.rb
* lib/gitlab/redis/**/*.rb
* lib/gitlab/request_profiler/**/*.rb
* lib/gitlab/search/**/*.rb
* lib/gitlab/sherlock/**/*.rb
* lib/gitlab/sidekiq_middleware/**/*.rb
* lib/gitlab/slash_commands/**/*.rb
* lib/gitlab/sql/**/*.rb
* lib/gitlab/template/**/*.rb
* lib/gitlab/testing/**/*.rb
* lib/gitlab/utils/**/*.rb
* lib/gitlab/webpack/**/*.rb
Partially addresses gitlab-org/gitlab-ce#47424 .
2018-11-19 18:24:22 -08:00
Lin Jen-Shin
e042baebb8
Eliminate the last warning for redis wrapper
2018-01-26 19:42:48 +08:00
Robert Speicher
f5cb3ac14d
Don't depend on `Rails` for Redis configuration file paths
...
The `Rails` object was not always available in all tasks that require
Redis access, such as `mail_room`, so the constant pointing to the
configuration path was never defined, but we still attempted to access
it in `config_file_name`, resulting in a `NameError` exception.
Further, there was no benefit to defining these paths in a constant to
begin with -- they're only accessed in one place, and it was within the
class where they were being defined. We can just provide them at
run-time instead.
Further _still_, we were calling `File.expand_path` on the absolute path
returned by `Rails.root.join`, which was rather pointless.
2017-08-15 15:08:56 -04:00
Paul Charlton
cb3b4a15e6
Support multiple Redis instances based on queue type
2017-07-11 03:35:47 +00:00