- Clone delorean
git clone [email protected]:integr8ly/delorean.git
- Build the binary
make build/cli
--- | |
apiVersion: tekton.dev/v1 | |
kind: Task | |
metadata: | |
annotations: | |
tekton.dev/pipelines.minVersion: 0.12.1 | |
tekton.dev/tags: appstudio, hacbs | |
creationTimestamp: null | |
labels: | |
app.kubernetes.io/version: "0.1" |
{ | |
"rhsso": [], | |
"usersso": [] | |
} |
git clone [email protected]:integr8ly/delorean.git
make build/cli
➜ integreatly-operator git:(master) ✗ go test -v ./test/functional -run=TestIntegreatly/Integreatly_Happy_Path_Tests/Verify_RHMI_CRD_Exists | |
=== RUN TestIntegreatly | |
=== RUN TestIntegreatly/Integreatly_Happy_Path_Tests | |
=== RUN TestIntegreatly/Integreatly_Happy_Path_Tests/Verify_RHMI_CRD_Exists | |
--- PASS: TestIntegreatly (0.56s) | |
--- PASS: TestIntegreatly/Integreatly_Happy_Path_Tests (0.54s) | |
--- PASS: TestIntegreatly/Integreatly_Happy_Path_Tests/Verify_RHMI_CRD_Exists (0.54s) | |
PASS |
let config = { | |
"version": 1, | |
"namespace": "test", | |
"clientId": "org.aerogear.ionic.showcase", | |
"services": [ | |
{ | |
"id": "e973164c-3687-11e9-9467-0af08791569c", | |
"name": "keycloak", | |
"type": "keycloak", | |
"url": "https://keycloak-route-test.comm2.skunkhenry.com/auth", |
Executing tasks: [:app:assembleDebug] | |
:app:buildInfoDebugLoader | |
:app:preBuild UP-TO-DATE | |
:app:preDebugBuild UP-TO-DATE | |
:app:compileDebugAidl UP-TO-DATE | |
:app:compileDebugRenderscript UP-TO-DATE | |
:app:generateDebugResValues UP-TO-DATE | |
:app:generateDebugResources UP-TO-DATE | |
:app:mergeDebugResources UP-TO-DATE |
[2018-07-31T09:58:01.483Z] INFO (11236 on Pavels-MacBook-Pro.local): | |
tag: "AUDIT" | |
requestId: 4 | |
operationType: "query" | |
parentTypeName: "Profile" | |
path: "allProfiles.0.memes" | |
success: true | |
parent: { | |
"_type": "profile", | |
"email": "[email protected]", |
> [email protected] start /opt/app-root/src | |
> node ./index.js | |
{"level":30,"time":1532722742178,"msg":"Using default schemaListener since SCHEMA_LISTENER_CONFIG environment variable is not defined","pid":19,"hostname":"data-sync-server-1-5bshx","v":1} | |
unhandled rejection: { SequelizeDatabaseError: column Resolver.publish does not exist | |
at Query.formatError (/opt/app-root/src/node_modules/sequelize/lib/dialects/postgres/query.js:363:16) | |
at query.catch.err (/opt/app-root/src/node_modules/sequelize/lib/dialects/postgres/query.js:86:18) | |
at tryCatcher (/opt/app-root/src/node_modules/bluebird/js/release/util.js:16:23) | |
at Promise._settlePromiseFromHandler (/opt/app-root/src/node_modules/bluebird/js/release/promise.js:512:31) | |
at Promise._settlePromise (/opt/app-root/src/node_modules/bluebird/js/release/promise.js:569:18) | |
at Promise._settlePromise0 (/opt/app-root/src/node_modules/bluebird/js/release/promise.js:614:10) |
λ ~/work/aerogear/data-sync-server/ postgres-datasource* npm run db:init:memeo:postgres | |
> [email protected] db:init:memeo:postgres /Users/psturc/work/aerogear/data-sync-server | |
> FORCE_DROP=true node ./scripts/sync_models && sequelize db:seed --seed memeolist-example-postgres.js && docker exec aerogeardatasyncserver_postgres_memeo_1 psql -U postgres -d memeolist_db -f /tmp/examples/memeolist.tables.sql | |
{"level":30,"time":1532095119016,"msg":"Using default schemaListener since SCHEMA_LISTENER_CONFIG environment variable is not defined","pid":38687,"hostname":"Pavels-MacBook-Pro.local","v":1} | |
{"level":30,"time":1532095119548,"msg":"Executing (default): DROP TABLE IF EXISTS \"Resolvers\" CASCADE;","pid":38687,"hostname":"Pavels-MacBook-Pro.local","v":1} | |
{"level":30,"time":1532095119551,"msg":"Executing (default): DROP TABLE IF EXISTS \"GraphQLSchemas\" CASCADE;","pid":38687,"hostname":"Pavels-MacBook-Pro.local","v":1} | |
{"level":30,"time":1532095119553,"msg":"Executing (default): DROP TABLE IF EXISTS \"DataS |