syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Return `created` for Integrations #302

Closed kahboom closed 7 years ago

kahboom commented 7 years ago

We already receive lastUpdated for Integrations, which is great and is currently used in the Dashboard. It looks strange when an Integration has not been updated, as that entire column remains blank. Please add created as a property that is included as part of the Integration object.

An example of where we would use both the created and lastUpdated properties for an Integration (this is the Dashboard):

screenshot 2017-04-13 10 31 13
KurtStam commented 7 years ago

@kahboom I've added CreatedDate and LastUpdated on Connection and Integration. https://github.com/redhat-ipaas/ipaas-rest/pull/304

kahboom commented 7 years ago

Ty @KurtStam !