Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!32
Update context.proto for inventory
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update context.proto for inventory
vilaltar-develop-patch-85050
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ricard Vilalta
requested to merge
vilaltar-develop-patch-85050
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Update context.proto for inventory
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9fc0427a
1 commit,
2 years ago
1 file
+
5
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/context.proto
+
5
−
0
Options
@@ -158,6 +158,11 @@ message Device {
@@ -158,6 +158,11 @@ message Device {
DeviceOperationalStatusEnum
device_operational_status
=
4
;
DeviceOperationalStatusEnum
device_operational_status
=
4
;
repeated
DeviceDriverEnum
device_drivers
=
5
;
repeated
DeviceDriverEnum
device_drivers
=
5
;
repeated
EndPoint
device_endpoints
=
6
;
repeated
EndPoint
device_endpoints
=
6
;
repeated
Component
component
=
7
;
// Used for inventory
}
message
Component
{
repeated
string
comp_string
=
1
;
}
}
message
DeviceConfig
{
message
DeviceConfig
{
Loading