-
Notifications
You must be signed in to change notification settings - Fork 713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Table
model to PropertyList
#2100
Conversation
8e51f80
to
8269569
Compare
8269569
to
0c6ecf7
Compare
Table
model to PropertyList
WeavePluginTableID = "weave_plugin_table" | ||
WeavePluginStatus = "weave_plugin_status" | ||
WeavePluginDriver = "weave_plugin_driver" | ||
WeaveConnectionsListPrefix = "weave_connections_list_" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Metadata []report.MetadataRow `json:"metadata,omitempty"` | ||
Parents []Parent `json:"parents,omitempty"` | ||
Metrics []report.MetricRow `json:"metrics,omitempty"` | ||
PropertyLists []report.PropertyList `json:"propertyLists,omitempty"` |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Controls `json:"controls,omitempty"` | ||
MetadataTemplates `json:"metadata_templates,omitempty"` | ||
MetricTemplates `json:"metric_templates,omitempty"` | ||
PropertyListTemplates `json:"property_list_templates,omitempty"` |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
As a first step towards #1980, I renamed
Table
toPropertyList
to clear the room for introducing a real generic multi-column table.