Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2ff76041
Commit
2ff76041
authored
May 21, 2019
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated event_log_count field
It's just cleaning. No changelog required
parent
63aebf44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
ee/app/models/geo_node_status.rb
ee/app/models/geo_node_status.rb
+1
-3
No files found.
ee/app/models/geo_node_status.rb
View file @
2ff76041
...
...
@@ -14,9 +14,7 @@ class GeoNodeStatus < ApplicationRecord
attr_accessor
:repository_verification_enabled
# Prometheus metrics, no need to store them in the database
# :event_log_count is deprecated and will be removed in 12.0
attr_accessor
:event_log_count
,
:event_log_max_id
,
:repository_created_max_id
,
:repository_updated_max_id
,
attr_accessor
:event_log_max_id
,
:repository_created_max_id
,
:repository_updated_max_id
,
:repository_deleted_max_id
,
:repository_renamed_max_id
,
:repositories_changed_max_id
,
:lfs_object_deleted_max_id
,
:job_artifact_deleted_max_id
,
:lfs_objects_registry_count
,
:job_artifacts_registry_count
,
:attachments_registry_count
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment