Skip to content

Commit

Permalink
Revert "Remove unneeded include from reports"
Browse files Browse the repository at this point in the history
This reverts commit 3af1aeb.
  • Loading branch information
kbrock committed Mar 21, 2017
1 parent 9aa0cfe commit d6418be
Show file tree
Hide file tree
Showing 43 changed files with 458 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ cols:
- bytes
- object_count

# Included tables (joined, has_one, has_many) and columns
include:
cloud_tenant:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- key
Expand Down
13 changes: 13 additions & 0 deletions product/views/CloudObjectStoreContainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ cols:
- bytes
- object_count

# Included tables (joined, has_one, has_many) and columns
include:
cloud_tenant:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ cols:
- last_modified
- etag

# Included tables (joined, has_one, has_many) and columns
include:
cloud_object_store_container:
columns:
- key
cloud_tenant:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- key
Expand Down
15 changes: 15 additions & 0 deletions product/views/CloudObjectStoreObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ cols:
- last_modified
- etag

# Included tables (joined, has_one, has_many) and columns
include:
cloud_object_store_container:
columns:
- key
cloud_tenant:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- key
Expand Down
9 changes: 9 additions & 0 deletions product/views/CloudSubnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ cols:
- dns_nameservers_show
- total_vms

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/CloudTenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ cols:
- name
- total_vms

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
13 changes: 13 additions & 0 deletions product/views/CloudVolume-based_volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ cols:
- volume_type
- bootable

# Included tables (joined, has_one, has_many) and columns
include:
availability_zone:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
12 changes: 12 additions & 0 deletions product/views/CloudVolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ cols:
- volume_type
- bootable

# Included tables (joined, has_one, has_many) and columns
include:
availability_zone:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
13 changes: 13 additions & 0 deletions product/views/CloudVolumeBackup-cloud_volume_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ cols:
- size
- status

# Included tables (joined, has_one, has_many) and columns
include:
cloud_volume:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
10 changes: 10 additions & 0 deletions product/views/CloudVolumeBackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ cols:
- size
- status

# Included tables (joined, has_one, has_many) and columns
include:
cloud_volume:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

Expand Down
10 changes: 10 additions & 0 deletions product/views/CloudVolumeSnapshot-cloud_volume_snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ cols:
- status
- total_based_volumes

# Included tables (joined, has_one, has_many) and columns
include:
cloud_volume:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

Expand Down
10 changes: 10 additions & 0 deletions product/views/CloudVolumeSnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ cols:
- status
- total_based_volumes

# Included tables (joined, has_one, has_many) and columns
include:
cloud_volume:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
# include_for_find:

Expand Down
12 changes: 12 additions & 0 deletions product/views/Container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ cols:
- name
- state

# Included tables (joined, has_one, has_many) and columns
include:
container_group:
columns:
- name
container_image:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
13 changes: 13 additions & 0 deletions product/views/ContainerBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ cols:
- output_name
- completion_deadline_seconds

# Included tables (joined, has_one, has_many) and columns
include:
container_project:
columns:
- name
ext_management_system:
columns:
- name


# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
12 changes: 12 additions & 0 deletions product/views/ContainerGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ cols:
- dns_policy
- running_containers_summary

# Included tables (joined, has_one, has_many) and columns
include:
container_project:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ cols:
- image_ref
- display_registry

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
8 changes: 8 additions & 0 deletions product/views/ContainerImageRegistry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ cols:
- host
- port

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name
# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- host
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerNode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ cols:
- kernel_version
- container_runtime_version

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
9 changes: 9 additions & 0 deletions product/views/ContainerProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ cols:
- containers_count
- images_count

# Included tables (joined, has_one, has_many) and columns
include:
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
12 changes: 12 additions & 0 deletions product/views/ContainerReplicator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ cols:
- replicas
- current_replicas

# Included tables (joined, has_one, has_many) and columns
include:
container_project:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
12 changes: 12 additions & 0 deletions product/views/ContainerRoute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ db: ContainerRoute
cols:
- name

# Included tables (joined, has_one, has_many) and columns
include:
container_project:
columns:
- name
ext_management_system:
columns:
- name

# Included tables and columns for query performance
include_for_find:

# Order of columns (from all tables)
col_order:
- name
Expand Down
Loading

0 comments on commit d6418be

Please sign in to comment.