syndesisio / syndesis-ui

The front end application or UI 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.io/
14 stars 28 forks source link

Move some backend bits over to ipaas-api #63

Closed gashcrumb closed 8 years ago

gashcrumb commented 8 years ago

Since ipaas-client is only going to use ipaas-api we don't need bits for talking to forge/kubernetes/git kicking around in ipaas-client. We should move these to https://github.com/redhat-ipaas/ipaas-api.

To move:

  1. These scripts
  2. This block of code
  3. The forge service
  4. The kubernetes service
  5. The git service
  6. The forge, kubernetes helper functions here along with the related tests.
  7. This whole module might be worth converting some of it into docs for the forge/kubernetes code.

@kahboom anything else you can think of?

kahboom commented 8 years ago

That sounds good @gashcrumb ! I can start helping move things over.

gashcrumb commented 8 years ago

@kahboom am happy to do it, just want to be sure I haven't missed anything.

gashcrumb commented 8 years ago

To start off with I'm extracting out all the bits I've mentioned and am going to put them in a 'sandbox' directory in ipaas-api, I'll add a readme and add a mention of it in the overview for historical purposes

gashcrumb commented 8 years ago

I wonder if we even need to keep the little oauth code I added, probably not, wdyt @kahboom?

kahboom commented 8 years ago

@gashcrumb Sounds good! The API is secured (erhmm "secured") for the most part.. we'll discuss it once I can start working on it again.

gashcrumb commented 8 years ago

I think this is all in place.