Sérgio Ramos
|
b2f0b4c205
|
chore: version bumps
|
2017-08-30 17:42:17 +01:00 |
|
Sérgio Ramos
|
c7938efd2f
|
chore: update dependencies
|
2017-08-28 20:47:19 +01:00 |
|
Sérgio Ramos
|
cac9453154
|
style: format
|
2017-08-28 20:24:36 +01:00 |
|
Sérgio Ramos
|
d1af5eec1a
|
feat(portal-api): check for public networks when fetching metrics
|
2017-08-28 20:05:58 +01:00 |
|
JUDIT GRESKOVITS
|
1eac90c79a
|
feat: initial metrics implementation
|
2017-08-25 18:29:47 +01:00 |
|
geek
|
77acb731ac
|
feat: can query metrics on instance
|
2017-08-22 17:56:57 +01:00 |
|
Judit Greskovits
|
ce31f505a0
|
feat(cp-gql-mock-server, cp-gql-schema): Metrics to be a filed on instances (#607)
|
2017-08-22 10:17:33 -05:00 |
|
geek
|
f38a0c5907
|
chore: updating to latest dep versions
|
2017-08-21 20:49:54 +01:00 |
|
geek
|
5f97704c78
|
bug: boostrap/start when rethink/docker are ready
|
2017-08-21 18:05:57 +01:00 |
|
Sérgio Ramos
|
7cce1e6f8e
|
fix(cp-gql-schema): typos
|
2017-08-21 17:46:26 +01:00 |
|
geek
|
44fec7dfb1
|
feat(portal-api): retrieve metrics from prometheus
|
2017-08-21 14:41:22 +01:00 |
|
geek
|
ad7d55544f
|
chore: update version
|
2017-08-17 16:02:35 +01:00 |
|
geek
|
e5187ff4c5
|
feat: support metrics in schema and mock server
|
2017-08-17 16:02:35 +01:00 |
|
Sérgio Ramos
|
0917d67b07
|
chore: use yarn workspaces
|
2017-08-04 00:51:24 +01:00 |
|
geek
|
e5bbdadd6a
|
feat: support TLS auth
|
2017-08-01 23:58:56 +01:00 |
|
Sérgio Ramos
|
763bf9ecc8
|
feat(cp-gql-schema): don't require scale or manifest in Version
|
2017-07-27 17:18:19 +01:00 |
|
Sérgio Ramos
|
de68427a0c
|
test(cp-gql-mock-server): unit tests
|
2017-07-26 12:01:44 +01:00 |
|
JUDIT GRESKOVITS
|
173b6c9307
|
feat(ui-toolkit, cp-frontend, cp-gql-mock-server): Mock deleting a deployment group and filter out deleted dgs and services on frontend
|
2017-07-19 17:48:13 +01:00 |
|
Sérgio Ramos
|
fdb24ebc13
|
feat(cp-gql-schema): rename watchers to watches
|
2017-07-19 17:22:31 +01:00 |
|
Sérgio Ramos
|
66c4bdc520
|
feat(cp-gql-schema): add deleteDeploymentGroup mutation
|
2017-07-17 15:58:45 +01:00 |
|
Sérgio Ramos
|
6e5214fc07
|
feat(cp-gql-schema): add 'files' to Manifest
|
2017-07-17 12:41:51 +01:00 |
|
Sérgio Ramos
|
5b169cc2a3
|
feat(cp-gql-schema): instead of parent, allow service childs
|
2017-07-17 10:57:35 +01:00 |
|
Sérgio Ramos
|
be7bb5f871
|
feat: detect service connections and instance health
|
2017-07-12 11:14:18 +01:00 |
|
Sérgio Ramos
|
5ccd873a54
|
feat: environment stage
|
2017-07-07 11:35:18 +01:00 |
|
Sérgio Ramos
|
012a44c00a
|
feat: track transitional states
|
2017-07-06 15:40:07 +01:00 |
|
geek
|
da40ee11e8
|
chore: docker compose works with published images
|
2017-06-29 15:53:30 +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
|
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
|
c438f07e56
|
feat(cp-gql-schema): add READY and STOPPING InstanceStatus'es
|
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 |
|
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
|
fc160e6a17
|
feat(cp-gql-schema): add FAILED InstanceStatus
|
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 |
|
geek
|
dfe3b66f53
|
chore: build from published modules
|
2017-06-26 13:59:14 +01:00 |
|
Sérgio Ramos
|
885c6cfe5e
|
feat(cp-gql-schema): add config() mutation
|
2017-06-23 12:49:36 +01:00 |
|
Sérgio Ramos
|
bc679d6ac6
|
feat(portal-api): integrate portal-watch (#510)
|
2017-06-22 12:09:13 -05:00 |
|
Sérgio Ramos
|
aa8d9f7a25
|
feat(eslint-config-joyent-portal): don't lint anything prettier related
|
2017-06-22 11:46:54 +01:00 |
|
Sérgio Ramos
|
29b42fd4fc
|
chore: remove packages' yarn-lock
related: https://github.com/lerna/lerna/issues/852
|
2017-06-19 13:50:10 +01:00 |
|
JUDIT GRESKOVITS
|
7e359e5836
|
feat: number input and mutations for restart, stop and start
|
2017-06-19 13:48:34 +01:00 |
|
Sérgio Ramos
|
b22121cb93
|
fix: downgrade eslint
|
2017-06-16 22:45:45 +01:00 |
|
Sérgio Ramos
|
871893598f
|
chore: restore removed packages
|
2017-06-16 21:46:36 +01:00 |
|
Sérgio Ramos
|
18be101068
|
chore: re-align dependencies
|
2017-06-16 21:08:33 +01:00 |
|
JUDIT GRESKOVITS
|
bd2bf728c6
|
feat(joyent-cp-frontend,joyent-ui-toolkit,joyent-cp-gql-mock-data): Scaling and delete modals
|
2017-06-16 15:19:30 +01:00 |
|
geek
|
5220139fdb
|
bug(portal-data): query by deployment slug works
|
2017-06-15 17:11:40 +01:00 |
|
Sérgio Ramos
|
b5a8a8e23d
|
fix(joyent-cp-gql-schema): don't require created and obj on Manifest
|
2017-06-15 17:11:40 +01:00 |
|
geek
|
1e157641b2
|
feat(portal-data): can stop services
|
2017-06-09 00:04:46 +01:00 |
|
Sérgio Ramos
|
ebec51b965
|
feat(joyent-cp-gql-schema): add nested queries to more fields
- also, fix identation
- remove redundant query type
|
2017-06-07 16:51:37 +01:00 |
|
geek
|
7b9a40a8f9
|
chore: bootstrap data for frontend
|
2017-06-06 10:38:59 +01:00 |
|