geek
40f666adc2
chore: combine data/watch into api module
2017-06-28 18:34:50 +01:00
Sérgio Ramos
48549e5d38
multiple bug fixes ( #528 )
...
* fix(portal-data): don't fallback on service instances
* feat(portal-data): run delete service in background
* fix(portal-watch): throtle (by dg-service) changes resolver
* feat(portal-watch): resolve all machines on start
* fix(portal-watch): add missing dependency
2017-06-28 10:04:34 -05:00
Sérgio Ramos
8e56cb0ada
style: lint
2017-06-28 12:08:46 +01:00
Sérgio Ramos
8717d19136
feat(portal-watch): don't filter by hash
2017-06-28 12:08:46 +01:00
Sérgio Ramos
bb99662976
fix(portal-data): don't fallback on service slug
2017-06-28 12:08:46 +01:00
Sérgio Ramos
a2e0100f5e
fix(portal-data): infer container id from machine_id (they are not the same)
2017-06-28 12:08:46 +01:00
Sérgio Ramos
b3581a61d2
fix(portal-data): use 'serviceId' argmument instead of 'id' for scale()
2017-06-28 12:08:46 +01:00
Sérgio Ramos
f94a0869a6
fix(portal-data): don't integrate cp-client (for now)
2017-06-28 12:08:46 +01:00
Sérgio Ramos
19635e7a0a
fix(portal-api): parse DOCKER_HOST for protocol, hostname, and port
2017-06-28 12:08:46 +01:00
Sérgio Ramos
15d689b0c2
feat(cp-frontend): remove leading '/' from services url
2017-06-28 12:08:46 +01:00
Sérgio Ramos
20052a4a13
feat(cp-frontend): remove scale modal after mutate response
2017-06-28 12:08:46 +01:00
Sérgio Ramos
6aec0d3f68
feat(cp-frontend): remove id from scale mutation
2017-06-28 12:08:46 +01:00
Sérgio Ramos
0172d32bad
feat(cp-gql-schema): remove id from ServiceScale
2017-06-28 12:08:46 +01:00
Sérgio Ramos
4b7027295f
feat(cp-frontend): integrate Progressbar into create/edit DG flow
2017-06-28 10:52:32 +01:00
robertzlatarski
5cade4e17d
feat(ui-toolkit): initial Progressbar implementation
2017-06-28 10:52:32 +01:00
Sérgio Ramos
3aa88141d4
feat(portal-data): use internals.resolveCb
2017-06-28 10:18:10 +01:00
Sérgio Ramos
e8f05282fa
feat(cp-frontend): add manifest notice for imported DG
2017-06-28 10:18:10 +01:00
Sérgio Ramos
cb908d33e5
refactor(portal-data): lint
2017-06-28 10:18:10 +01:00
Sérgio Ramos
d7a8a55d22
feat(cp-frontend): update instance status colors based on new InstanceStatus'es
2017-06-28 10:18:10 +01:00
Sérgio Ramos
2bc7ef3973
feat(portal-data): handle deleted based on new InstanceStatus'es
2017-06-28 10:18:10 +01:00
Sérgio Ramos
ce2a13e501
feat(cp-gql-schema): update InstanceStatus'es
...
based on:
- 1bc3c1eeb5/lib/machines.js (L75-L116)
- 280af75e07/docs/index.md (vm-states)
2017-06-28 10:18:10 +01:00
Sérgio Ramos
041d6bf73f
feat(portal-data): if machine is deleted, remove it from Service
2017-06-28 10:18:10 +01:00
Sérgio Ramos
c438f07e56
feat(cp-gql-schema): add READY and STOPPING InstanceStatus'es
2017-06-28 10:18:10 +01:00
Sérgio Ramos
4e241191bf
feat(cp-frontend): DeploymentGroup reprovision flow
2017-06-28 10:18:10 +01:00
Sérgio Ramos
3aa7ec54bb
fix(portal-data): use version() when provisioning
2017-06-28 10:18:10 +01:00
Sérgio Ramos
3f1625aa5a
feat(portal-data): expose version() in DeploymentGroup
2017-06-28 10:18:10 +01:00
Sérgio Ramos
05bc971a58
feat(portal-data): importable() don't list already imported DeploymentGroups
2017-06-28 10:18:10 +01:00
Sérgio Ramos
12fa092c3b
feat(portal-data): set imported when creating imported DeploymentGroup
2017-06-28 10:18:10 +01:00
Sérgio Ramos
a150dabff2
feat(cp-gql-schema): add imported to DeploymentGroup
2017-06-28 10:18:10 +01:00
Sérgio Ramos
190601a999
feat(cp-gql-schema): add PROVISIONING to InstanceStatus
2017-06-28 10:18:10 +01:00
Sérgio Ramos
61bd88e437
feat(cp-gql-schema): expose Manifest in Version instead of manifestId
2017-06-28 10:18:10 +01:00
geek
aa853fe4c8
feat(portal-data): insert ip address in instance record
2017-06-27 20:47:10 +01:00
JUDIT GRESKOVITS
a14672355c
fix(cp-frontend): Add missing empty instances component
2017-06-27 17:59:31 +01:00
JUDIT GRESKOVITS
8e90dbfa56
feat(cp-frontend, ui-toolkit): Resize nodes and topolgy
2017-06-27 17:48:03 +01:00
Sérgio Ramos
5dab93e59e
feat(cp-gql-schema): add healthy attr to Instance ( #520 )
2017-06-26 10:56:08 -05:00
Sérgio Ramos
f2ad0da7e2
feat(cp-frontend): add status to instances
2017-06-26 16:25:38 +01:00
Sérgio Ramos
fc160e6a17
feat(cp-gql-schema): add FAILED InstanceStatus
2017-06-26 16:25:38 +01:00
Sérgio Ramos
8078471355
feat(cp-frontend): import existing project
2017-06-26 16:25:38 +01:00
Sérgio Ramos
7f1d731dc6
import existing deployment groups ( #516 )
...
* refactor: config() from mutation to query
* refactor(cp-frontend): remove unused dependency
* feat(portal-watch): expose getContainers() and compose tags
* fix(portal-watch): assert services by name AND hash
* feat(portal-data): expose importable and import APIs
* fix(portal-data): add missing dependencies
* feat(portal-api): expose import/importable
* feat(cp-gql-schema): add import/importable
* feat(cp-frontend): import existing project
* style(portal-watch): lint
* style(portal-data): lint
* chore: update lockfile
2017-06-26 09:29:12 -05:00
Sérgio Ramos
59043760b6
chore: remove legacy gql server
2017-06-26 14:27:17 +01:00
Sérgio Ramos
20b8b23cbb
chore(cp-frontend): restore Dockerfile for demo compose
2017-06-26 14:26:55 +01:00
geek
b3926751ad
chore: explicitly ask for key path
2017-06-26 13:59:14 +01:00
geek
892c5a4575
chore(frontend): move docker artificats into docker folder
2017-06-26 13:59:14 +01:00
geek
dfe3b66f53
chore: build from published modules
2017-06-26 13:59:14 +01:00
JUDIT GRESKOVITS
a373e4efa2
feat(cp-frontend, cp-gql-mock-server): add stop, start, delete to resolvers
2017-06-26 13:53:10 +01:00
Sérgio Ramos
2ea33c2a07
feat(cp-frontend): improve review stage of deployment group creation
2017-06-23 12:49:36 +01:00
Sérgio Ramos
627761e98d
feat(portal-api): expose config mutation
2017-06-23 12:49:36 +01:00
Sérgio Ramos
885c6cfe5e
feat(cp-gql-schema): add config() mutation
2017-06-23 12:49:36 +01:00
Sérgio Ramos
53cd13b561
feat(portal-data): add config() mutation
2017-06-23 12:49:36 +01:00
Sérgio Ramos
5fe14a7c5a
fix(docker-compose-client): remove services attr from config()
2017-06-23 12:49:36 +01:00