-
Use different commands for different environments
```bash
# defaults to local
yarn e2e
# rely on local devel server running - http://localhost:4200
yarn e2e:local
# use ui from openshift
yarn…
-
You can see this by going to the 'integrations' list page in the UI:
```
{
"timestamp": 1490622589818,
"status": 500,
"error": "Internal Server Error",
"exception": "org.jboss.resteasy…
-
Project-generator [template](
https://github.com/redhat-ipaas/ipaas-rest/blob/master/project-generator/src/main/resources/com/redhat/ipaas/project/converter/templates/README.md.mustache#L10) should a…
-
Implement REST API to Save an Integration
https://issues.jboss.org/browse/IPAAS-173
-
In our example the twitter output data shape is:
```
"outputDataShape": {
"dataType": "java:twitter4j.Status"
},
```
and the salesforce input data shape is:
```
"in…
-
Or maybe it should be part of the Step perhaps, like a attribute to reference n files maybe?
@chirino @jimmidyson FYI
-
Creating new integrations works (or has worked :-)) but updating existing integrations fails, need to look into how the request is being made as it appears to be posting the whole object as query para…
-
ATM keycloak is deployed as a standalone server which handles both authentication via keycloak form as well as with a token. We'd like to hook OpenShift up as the OAuth provider for keycloak, so the t…
-
Currently the UI tries to do a PUT but that fails at the OPTIONS request (snipped out all the javascript gobbledegook for ya):
```
OPTIONS https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/api/…
-
Bump version to allow usage of typescript logging in e2e tests.
Issue issue https://github.com/mreuvers/typescript-logging/issues/3 is fixed in 0.2.1.
from `"typescript-logging": "0.2.0-beta6",`
to…