Skip to content

Commit a76413e

Browse files
committed
remove hacky-rest2task-ui the real UI is coming!
1 parent 43eafbc commit a76413e

File tree

80 files changed

+0
-14672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-14672
lines changed

.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<PROJECT_ROOT>/images/
99
<PROJECT_ROOT>/tests/
1010
# Too many errors for now (as of June 2018). Enable again when errors fixed.
11-
<PROJECT_ROOT>/services/hacky-rest2tasks-ui/
1211
<PROJECT_ROOT>/services/logs2slack/
1312
<PROJECT_ROOT>/services/openshiftbuilddeploy/
1413
<PROJECT_ROOT>/services/openshiftbuilddeploymonitor/

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ services := api \
307307
rest2tasks \
308308
webhook-handler \
309309
webhooks2tasks \
310-
hacky-rest2tasks-ui \
311310
rabbitmq \
312311
logs-forwarder \
313312
logs-db \
@@ -331,7 +330,6 @@ $(build-services):
331330

332331
# Dependencies of Service Images
333332
build/auth-server build/logs2slack build/logs2rocketchat build/openshiftbuilddeploy build/openshiftbuilddeploymonitor build/openshiftremove build/rest2tasks build/webhook-handler build/webhooks2tasks build/api build/cli build/ui: build/yarn-workspace-builder
334-
build/hacky-rest2tasks-ui: build/node__8
335333
build/logs2logs-db: build/logstash
336334
build/logs-db: build/elasticsearch
337335
build/logs-db-ui: build/kibana

docker-compose.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,6 @@ services:
218218
- '2222:22'
219219
labels:
220220
lagoon.type: none
221-
hacky-rest2tasks-ui:
222-
image: ${IMAGE_REPO:-lagoon}/hacky-rest2tasks-ui
223-
command: yarn run dev
224-
environment:
225-
- RABBITMQ_HOST=rabbitmq
226-
- RABBITMQ_USER=guest
227-
- RABBITMQ_PASSWORD=guest
228-
- ELASTICSEARCH_URL=http://elasticsearch:9200
229-
- XPACK_MONITORING_ELASTICSEARCH_URL=http://elasticsearch:9200
230-
labels:
231-
lagoon.type: none
232221
remotedev:
233222
image: jhen0409/remotedev-server
234223
command: node main.js

services/hacky-rest2tasks-ui/.editorconfig

-7
This file was deleted.

services/hacky-rest2tasks-ui/.env

-3
This file was deleted.

services/hacky-rest2tasks-ui/.flowconfig

-9
This file was deleted.

services/hacky-rest2tasks-ui/.gitignore

-9
This file was deleted.

services/hacky-rest2tasks-ui/.vscode/settings.json

-4
This file was deleted.

services/hacky-rest2tasks-ui/Dockerfile

-14
This file was deleted.

services/hacky-rest2tasks-ui/LICENSE.md

-21
This file was deleted.

services/hacky-rest2tasks-ui/app/entry/client/index.js

-75
This file was deleted.

services/hacky-rest2tasks-ui/app/entry/client/root.js

-37
This file was deleted.

services/hacky-rest2tasks-ui/app/entry/server/index.js

-51
This file was deleted.

0 commit comments

Comments
 (0)