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

Update test data #23

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

I've since updated the dummy data a bit to add some of the associations using a generator tool, would be awesome if we could get this loading, as it also contains generated dummy form data which will show up in the create connection flow I'm hoping to get finished up.

gashcrumb commented 7 years ago

Link would help, here's the latest -> https://github.com/redhat-ipaas/ipaas-api/blob/master/src/data/fixtures/development.json

gashcrumb commented 7 years ago

@KurtStam FYI btw, otherwise the UI looks kinda lame without the embedded form config :-)

gashcrumb commented 7 years ago

@kahboom CC

KurtStam commented 7 years ago

@gashcrumb it looks like you have an id at the top level:

https://github.com/redhat-ipaas/ipaas-api/blob/master/src/data/fixtures/development.json#L20

I fixed that in my dataset, but you may want to fix that.