joyent-portal/packages/portal-api
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
..
lib import existing deployment groups (#516) 2017-06-26 09:29:12 -05:00
test feat(portal-data): instance start/stop/restart 2017-06-15 17:11:40 +01:00
.dockerignore build: ignore package-lock 2017-06-20 14:44:27 +01:00
.gitignore chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
.travis.yml chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
LICENSE chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
README.md chore(portal-api): add start script to support frontend 2017-06-05 19:44:43 +01:00
bootstrap-data.js feat(cp-frontend): use nginx instead of serve 2017-06-22 10:43:29 +01:00
package.json chore: build from published modules 2017-06-26 13:59:14 +01:00
server.js feat(portal-api): integrate portal-watch (#510) 2017-06-22 12:09:13 -05:00

README.md

ContainerPilot Monitor API

Build Status

Lead Maintainer: Wyatt Preul

Example usage

yarn start

Navigate to http://localhost:8000/graphiql to run graphQL queries. Navigate to http://localhost:8000/documentation for documentation on each route.