Skip to content
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

Fix bug #26 - services description empty in Apps Manager #28

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 65 additions & 65 deletions tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,75 +60,75 @@ packages:
buildpack: java_buildpack_offline
memory: 1G
env:
CATALOG_SERVICES[0]_ID: (( .properties.catalog_services_0_guid.value ))
CATALOG_SERVICES[0]_ACTIVE: (( .properties.catalog_services_0_active.value ))
CATALOG_SERVICES[0]_NAME: (( .properties.catalog_services_0_name.value ))
CATALOG_SERVICES[0]_DESCRIPTION: (( .properties.catalog_services_0_description.value ))
CATALOG_SERVICES[0]_TAGS: (( .properties.catalog_services_0_tags.value ))
CATALOG_SERVICES[0]_BINDABLE: (( .properties.catalog_services_0_bindable.value ))
CATALOG_SERVICES[0]_REPOSITORY_SERVICE: (( .properties.catalog_services_0_repository_service.value ))
CATALOG_SERVICES[0]_METADATA[displayName]: (( .properties.catalog_services_0_display_name.value ))
CATALOG_SERVICES[0]_METADATA[imageUrl]: (( .properties.catalog_services_0_image_url.value ))
CATALOG_SERVICES[0]_METADATA[longDescription]: (( .properties.catalog_services_0_long_description.value ))
CATALOG_SERVICES[0]_METADATA[providerDisplayName]: (( .properties.catalog_services_0_provider_display_name.value ))
CATALOG_SERVICES[0]_METADATA[documentationUrl]: (( .properties.catalog_services_0_documentation_url.value ))
CATALOG_SERVICES[0]_METADATA[supportUrl]: (( .properties.catalog_services_0_support_url.value ))
catalog.services[0].id: (( .properties.catalog_services_0_guid.value ))
catalog.services[0].active: (( .properties.catalog_services_0_active.value ))
catalog.services[0].name: (( .properties.catalog_services_0_name.value ))
catalog.services[0].description: (( .properties.catalog_services_0_description.value ))
catalog.services[0].tags: (( .properties.catalog_services_0_tags.value ))
catalog.services[0].bindable: (( .properties.catalog_services_0_bindable.value ))
catalog.services[0].repositoryService: (( .properties.catalog_services_0_repository_service.value ))
catalog.services[0].metadata.displayName: (( .properties.catalog_services_0_display_name.value ))
catalog.services[0].metadata.imageUrl: (( .properties.catalog_services_0_image_url.value ))
catalog.services[0].metadata.longDescription: (( .properties.catalog_services_0_long_description.value ))
catalog.services[0].metadata.providerDisplayName: (( .properties.catalog_services_0_provider_display_name.value ))
catalog.services[0].metadata.documentationUrl: (( .properties.catalog_services_0_documentation_url.value ))
catalog.services[0].metadata.supportUrl: (( .properties.catalog_services_0_support_url.value ))

CATALOG_SERVICES[1]_ID: (( .properties.catalog_services_1_guid.value ))
CATALOG_SERVICES[1]_ACTIVE: (( .properties.catalog_services_1_active.value ))
CATALOG_SERVICES[1]_NAME: (( .properties.catalog_services_1_name.value ))
CATALOG_SERVICES[1]_DESCRIPTION: (( .properties.catalog_services_1_description.value ))
CATALOG_SERVICES[1]_TAGS: (( .properties.catalog_services_1_tags.value ))
CATALOG_SERVICES[1]_BINDABLE: (( .properties.catalog_services_1_bindable.value ))
CATALOG_SERVICES[1]_REPOSITORY_SERVICE: (( .properties.catalog_services_1_repository_service.value ))
CATALOG_SERVICES[1]_METADATA[displayName]: (( .properties.catalog_services_1_display_name.value ))
CATALOG_SERVICES[1]_METADATA[imageUrl]: (( .properties.catalog_services_1_image_url.value ))
CATALOG_SERVICES[1]_METADATA[longDescription]: (( .properties.catalog_services_1_long_description.value ))
CATALOG_SERVICES[1]_METADATA[providerDisplayName]: (( .properties.catalog_services_1_provider_display_name.value ))
CATALOG_SERVICES[1]_METADATA[documentationUrl]: (( .properties.catalog_services_1_documentation_url.value ))
CATALOG_SERVICES[1]_METADATA[supportUrl]: (( .properties.catalog_services_1_support_url.value ))
catalog.services[1].id: (( .properties.catalog_services_1_guid.value ))
catalog.services[1].active: (( .properties.catalog_services_1_active.value ))
catalog.services[1].name: (( .properties.catalog_services_1_name.value ))
catalog.services[1].description: (( .properties.catalog_services_1_description.value ))
catalog.services[1].tags: (( .properties.catalog_services_1_tags.value ))
catalog.services[1].bindable: (( .properties.catalog_services_1_bindable.value ))
catalog.services[1].repositoryService: (( .properties.catalog_services_1_repository_service.value ))
catalog.services[1].metadata.displayName: (( .properties.catalog_services_1_display_name.value ))
catalog.services[1].metadata.imageUrl: (( .properties.catalog_services_1_image_url.value ))
catalog.services[1].metadata.longDescription: (( .properties.catalog_services_1_long_description.value ))
catalog.services[1].metadata.providerDisplayName: (( .properties.catalog_services_1_provider_display_name.value ))
catalog.services[1].metadata.documentationUrl: (( .properties.catalog_services_1_documentation_url.value ))
catalog.services[1].metadata.supportUrl: (( .properties.catalog_services_1_support_url.value ))

CATALOG_SERVICES[2]_ID: (( .properties.catalog_services_2_guid.value ))
CATALOG_SERVICES[2]_ACTIVE: (( .properties.catalog_services_2_active.value ))
CATALOG_SERVICES[2]_NAME: (( .properties.catalog_services_2_name.value ))
CATALOG_SERVICES[2]_DESCRIPTION: (( .properties.catalog_services_2_description.value ))
CATALOG_SERVICES[2]_TAGS: (( .properties.catalog_services_2_tags.value ))
CATALOG_SERVICES[2]_BINDABLE: (( .properties.catalog_services_2_bindable.value ))
CATALOG_SERVICES[2]_REPOSITORY_SERVICE: (( .properties.catalog_services_2_repository_service.value ))
CATALOG_SERVICES[2]_METADATA[displayName]: (( .properties.catalog_services_2_display_name.value ))
CATALOG_SERVICES[2]_METADATA[imageUrl]: (( .properties.catalog_services_2_image_url.value ))
CATALOG_SERVICES[2]_METADATA[longDescription]: (( .properties.catalog_services_2_long_description.value ))
CATALOG_SERVICES[2]_METADATA[providerDisplayName]: (( .properties.catalog_services_2_provider_display_name.value ))
CATALOG_SERVICES[2]_METADATA[documentationUrl]: (( .properties.catalog_services_2_documentation_url.value ))
CATALOG_SERVICES[2]_METADATA[supportUrl]: (( .properties.catalog_services_2_support_url.value ))
catalog.services[2].id: (( .properties.catalog_services_2_guid.value ))
catalog.services[2].active: (( .properties.catalog_services_2_active.value ))
catalog.services[2].name: (( .properties.catalog_services_2_name.value ))
catalog.services[2].description: (( .properties.catalog_services_2_description.value ))
catalog.services[2].tags: (( .properties.catalog_services_2_tags.value ))
catalog.services[2].bindable: (( .properties.catalog_services_2_bindable.value ))
catalog.services[2].repositoryService: (( .properties.catalog_services_2_repository_service.value ))
catalog.services[2].metadata.displayName: (( .properties.catalog_services_2_display_name.value ))
catalog.services[2].metadata.imageUrl: (( .properties.catalog_services_2_image_url.value ))
catalog.services[2].metadata.longDescription: (( .properties.catalog_services_2_long_description.value ))
catalog.services[2].metadata.providerDisplayName: (( .properties.catalog_services_2_provider_display_name.value ))
catalog.services[2].metadata.documentationUrl: (( .properties.catalog_services_2_documentation_url.value ))
catalog.services[2].metadata.supportUrl: (( .properties.catalog_services_2_support_url.value ))

CATALOG_SERVICES[3]_ID: (( .properties.catalog_services_3_guid.value ))
CATALOG_SERVICES[3]_ACTIVE: (( .properties.catalog_services_3_active.value ))
CATALOG_SERVICES[3]_NAME: (( .properties.catalog_services_3_name.value ))
CATALOG_SERVICES[3]_DESCRIPTION: (( .properties.catalog_services_3_description.value ))
CATALOG_SERVICES[3]_TAGS: (( .properties.catalog_services_3_tags.value ))
CATALOG_SERVICES[3]_BINDABLE: (( .properties.catalog_services_3_bindable.value ))
CATALOG_SERVICES[3]_REPOSITORY_SERVICE: (( .properties.catalog_services_3_repository_service.value ))
CATALOG_SERVICES[3]_METADATA[displayName]: (( .properties.catalog_services_3_display_name.value ))
CATALOG_SERVICES[3]_METADATA[imageUrl]: (( .properties.catalog_services_3_image_url.value ))
CATALOG_SERVICES[3]_METADATA[longDescription]: (( .properties.catalog_services_3_long_description.value ))
CATALOG_SERVICES[3]_METADATA[providerDisplayName]: (( .properties.catalog_services_3_provider_display_name.value ))
CATALOG_SERVICES[3]_METADATA[documentationUrl]: (( .properties.catalog_services_3_documentation_url.value ))
CATALOG_SERVICES[3]_METADATA[supportUrl]: (( .properties.catalog_services_3_support_url.value ))
catalog.services[3].id: (( .properties.catalog_services_3_guid.value ))
catalog.services[3].active: (( .properties.catalog_services_3_active.value ))
catalog.services[3].name: (( .properties.catalog_services_3_name.value ))
catalog.services[3].description: (( .properties.catalog_services_3_description.value ))
catalog.services[3].tags: (( .properties.catalog_services_3_tags.value ))
catalog.services[3].bindable: (( .properties.catalog_services_3_bindable.value ))
catalog.services[3].repositoryService: (( .properties.catalog_services_3_repository_service.value ))
catalog.services[3].metadata.displayName: (( .properties.catalog_services_3_display_name.value ))
catalog.services[3].metadata.imageUrl: (( .properties.catalog_services_3_image_url.value ))
catalog.services[3].metadata.longDescription: (( .properties.catalog_services_3_long_description.value ))
catalog.services[3].metadata.providerDisplayName: (( .properties.catalog_services_3_provider_display_name.value ))
catalog.services[3].metadata.documentationUrl: (( .properties.catalog_services_3_documentation_url.value ))
catalog.services[3].metadata.supportUrl: (( .properties.catalog_services_3_support_url.value ))

CATALOG_SERVICES[4]_ID: (( .properties.catalog_services_4_guid.value ))
CATALOG_SERVICES[4]_ACTIVE: (( .properties.catalog_services_4_active.value ))
CATALOG_SERVICES[4]_NAME: (( .properties.catalog_services_4_name.value ))
CATALOG_SERVICES[4]_DESCRIPTION: (( .properties.catalog_services_4_description.value ))
CATALOG_SERVICES[4]_TAGS: (( .properties.catalog_services_4_tags.value ))
CATALOG_SERVICES[4]_BINDABLE: (( .properties.catalog_services_4_bindable.value ))
CATALOG_SERVICES[4]_REPOSITORY_SERVICE: (( .properties.catalog_services_4_repository_service.value ))
CATALOG_SERVICES[4]_METADATA[displayName]: (( .properties.catalog_services_4_display_name.value ))
CATALOG_SERVICES[4]_METADATA[imageUrl]: (( .properties.catalog_services_4_image_url.value ))
CATALOG_SERVICES[4]_METADATA[longDescription]: (( .properties.catalog_services_4_long_description.value ))
CATALOG_SERVICES[4]_METADATA[providerDisplayName]: (( .properties.catalog_services_4_provider_display_name.value ))
CATALOG_SERVICES[4]_METADATA[documentationUrl]: (( .properties.catalog_services_4_documentation_url.value ))
CATALOG_SERVICES[4]_METADATA[supportUrl]: (( .properties.catalog_services_4_support_url.value ))
catalog.services[4].id: (( .properties.catalog_services_4_guid.value ))
catalog.services[4].active: (( .properties.catalog_services_4_active.value ))
catalog.services[4].name: (( .properties.catalog_services_4_name.value ))
catalog.services[4].description: (( .properties.catalog_services_4_description.value ))
catalog.services[4].tags: (( .properties.catalog_services_4_tags.value ))
catalog.services[4].bindable: (( .properties.catalog_services_4_bindable.value ))
catalog.services[4].repositoryService: (( .properties.catalog_services_4_repository_service.value ))
catalog.services[4].metadata.displayName: (( .properties.catalog_services_4_display_name.value ))
catalog.services[4].metadata.imageUrl: (( .properties.catalog_services_4_image_url.value ))
catalog.services[4].metadata.longDescription: (( .properties.catalog_services_4_long_description.value ))
catalog.services[4].metadata.providerDisplayName: (( .properties.catalog_services_4_provider_display_name.value ))
catalog.services[4].metadata.documentationUrl: (( .properties.catalog_services_4_documentation_url.value ))
catalog.services[4].metadata.supportUrl: (( .properties.catalog_services_4_support_url.value ))

# Include stemcell criteria if you don't want to accept the default.
# Since this stemcell is only used to run pre and post errands, we
Expand Down