Skip to content
GitLab
Next
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 FOSS
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
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 FOSS
Merge requests
!9432
Enable (and disable) more rubocops
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable (and disable) more rubocops
dm-meer-blauw-op-straat
into
master
Overview
55
Commits
51
Pipelines
9
Changes
100+
Merged
Douwe Maan
requested to merge
dm-meer-blauw-op-straat
into
master
8 years ago
Overview
54
Commits
51
Pipelines
9
Changes
100
Expand
0
0
Merge request reports
Compare
master
version 8
f88ff0cc
8 years ago
version 7
80cdb455
8 years ago
version 6
f9ac5f7e
8 years ago
version 5
1ea94aca
8 years ago
version 4
bf94a28f
8 years ago
version 3
f6c45af6
8 years ago
version 2
8ba43d51
8 years ago
version 1
41e0ce05
8 years ago
master (base)
and
latest version
latest version
ade5e0b1
51 commits,
8 years ago
version 8
f88ff0cc
50 commits,
8 years ago
version 7
80cdb455
49 commits,
8 years ago
version 6
f9ac5f7e
48 commits,
8 years ago
version 5
1ea94aca
42 commits,
8 years ago
version 4
bf94a28f
40 commits,
8 years ago
version 3
f6c45af6
38 commits,
8 years ago
version 2
8ba43d51
25 commits,
8 years ago
version 1
41e0ce05
22 commits,
8 years ago
100+ files
+
1561
−
1538
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
100+
Search (e.g. *.vue) (Ctrl+P)
app/controllers/admin/system_info_controller.rb
+
2
−
2
Options
@@ -3,7 +3,7 @@ class Admin::SystemInfoController < Admin::ApplicationController
'nobrowse'
,
'read-only'
,
'ro'
]
]
.
freeze
EXCLUDED_MOUNT_TYPES
=
[
'autofs'
,
@@ -27,7 +27,7 @@ class Admin::SystemInfoController < Admin::ApplicationController
'tmpfs'
,
'tracefs'
,
'vfat'
]
]
.
freeze
def
show
@cpus
=
Vmstat
.
cpu
rescue
nil
Loading