Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Commits
1f789177
Commit
1f789177
authored
11 months ago
by
Ash McKenzie
Browse files
Options
Downloads
Patches
Plain Diff
Remove 5_backend.rb as it's not adding value
parent
990018c2
No related branches found
No related tags found
1 merge request
!147224
Remove 5_backend.rb as it's not adding value
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.rubocop_todo/layout/line_length.yml
+0
-1
0 additions, 1 deletion
.rubocop_todo/layout/line_length.yml
config/initializers/5_backend.rb
+0
-10
0 additions, 10 deletions
config/initializers/5_backend.rb
with
0 additions
and
11 deletions
.rubocop_todo/layout/line_length.yml
+
0
−
1
View file @
1f789177
...
...
@@ -630,7 +630,6 @@ Layout/LineLength:
-
'
config/application.rb'
-
'
config/initializers/01_secret_token.rb'
-
'
config/initializers/1_settings.rb'
-
'
config/initializers/5_backend.rb'
-
'
config/initializers/7_prometheus_metrics.rb'
-
'
config/initializers/8_devise.rb'
-
'
config/initializers/active_record_force_reconnects.rb'
...
...
This diff is collapsed.
Click to expand it.
config/initializers/5_backend.rb
deleted
100644 → 0
+
0
−
10
View file @
990018c2
# frozen_string_literal: true
unless
Rails
.
env
.
test?
required_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
version_required
)
current_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
version
)
unless
current_version
.
valid?
&&
required_version
<=
current_version
warn
"WARNING: This version of GitLab depends on gitlab-shell
#{
required_version
}
, but you're running
#{
current_version
}
. Please update gitlab-shell."
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment