Commit Graph

32 Commits

Author SHA1 Message Date
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 892c5a4575 chore(frontend): move docker artificats into docker folder 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 bc679d6ac6 feat(portal-api): integrate portal-watch (#510) 2017-06-22 12:09:13 -05:00
Sérgio Ramos 8530b24691 feat(joyent-cp-frontend): integrate toolkit's SectionList 2017-06-22 11:47:25 +01:00
geek 54a5c6a46e feat(cp-frontend): use nginx instead of serve 2017-06-22 10:43:29 +01:00
geek 6cd39b2d8c build: extended support for containerpilot v3
with sensors and local-compose
2017-06-20 13:54:37 +01:00
Sérgio Ramos edc5fcba87 style(joyent-cp-frontend): remove unused variables 2017-06-20 10:40:23 +01:00
Sérgio Ramos eb37c7de49 feat(joyent-cp-frontend): integrate toolkit's Breadcrumb 2017-06-20 10:40:23 +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 97a820688b fix(joyent-cp-frontend): destruct data in handleQuickActionsClick 2017-06-16 23:41:28 +01:00
Sérgio Ramos c65706c0ab fix(joyent-cp-frontend): send event when calling onQuickActionsClick 2017-06-16 23:13:12 +01:00
Sérgio Ramos eeb4fde251 fix(joyent-cp-frontend): fix prettier errors 2017-06-16 23:03:35 +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
Sérgio Ramos 6cfeae136d chore: fix linting with hoisted eslint 2017-06-15 17:11:40 +01:00
Sérgio Ramos 4923f39463 fix(joyent-cp-frontend): add polling interval to dg list 2017-06-15 17:11:40 +01:00
Sérgio Ramos 1cc2330b22 feat(joyent-cp-frontend): create dg initial implementation 2017-06-15 17:11:40 +01:00
Sérgio Ramos b6f6f1b2a8 fix(joyent-cp-frontend): fix fallback gql hostname 2017-06-07 16:56:33 +01:00
Sérgio Ramos f17fae6a74 feat(joyent-cp-frontend): integrate toolkit's Header 2017-06-07 15:09:49 +01:00
Sérgio Ramos 1510341307 test(joyent-cp-frontend): bootstrap unit tests 2017-06-07 10:27:33 +01:00
Sérgio Ramos 0503802282 ci: better run-parallel error log 2017-06-01 17:04:13 +01:00
JUDIT GRESKOVITS 8cd863f394 fix(joyent-cp-frontend,joyent-ui-toolkit): Uuids become ids 2017-06-01 15:05:10 +01:00
Sérgio Ramos 539e1ea35e fix(joyent-cp-frontend): set REACT_APP_GQL_HOSTNAME 2017-06-01 12:10:14 +01:00
JUDIT GRESKOVITS cab7411454 feat(joyent-ui-toolkit,joyent-cp-frontend): Quick actions show and hide 2017-06-01 11:08:32 +01:00
Sérgio Ramos df5d8655f9 fix(joyent-cp-frontend): use a dynamic graphql hostname 2017-05-31 22:48:33 +01:00
geek 1efcc32748 chore(portal-data): move portal-data to packages 2017-05-25 21:07:34 +01:00
JUDIT GRESKOVITS d93ab9eb74 Merge branch 'master' of https://github.com/yldio/joyent-portal 2017-05-25 17:49:56 +01:00
JUDIT GRESKOVITS 5ffa07aeee feat(cp-frontend): Move portal query to header, display result, return user from mock server 2017-05-25 17:32:19 +01:00
Sérgio Ramos f3e531dbd8 feat(cp-frontend,ui-toolkit): style inheritance using `.extend` (#458)
styled-components@2 exposes a new `.extend`[1] API. It is less problematic than
styled(Parent).

[1]: https://www.styled-components.com/docs/basics#extending-styles
2017-05-25 09:59:58 -05:00
Sérgio Ramos 5fb69bec22 chore(cp-frontend): assert `nsc` imports are after `sc`'s
nsc = normalized-styled-components
sc = styled-components
2017-05-25 13:15:18 +01:00
Sérgio Ramos 8295bd6882 chore: initial lerna setup
this shall be a progressive process
2017-05-25 10:56:50 +01:00