chore: rename to copilot

This commit is contained in:
Sérgio Ramos 2017-09-14 16:22:12 +01:00
parent 500897e3d4
commit 3375821b19
6 changed files with 40 additions and 40 deletions

View File

@ -4,17 +4,17 @@
### Bug Fixes
* **cp-frontend:** gracefully handle multiple postinstall executions ([73899b2](https://github.com/yldio/joyent-portal/commit/73899b2))
* **cp-frontend:** use `postinstall` hook to patch react-scripts ([d2ac10a](https://github.com/yldio/joyent-portal/commit/d2ac10a))
* **styled-is:** correct package entrypoints ([44a2f2e](https://github.com/yldio/joyent-portal/commit/44a2f2e))
* **ui-toolkit:** compile on postinstall ([7bf95fd](https://github.com/yldio/joyent-portal/commit/7bf95fd))
* **ui-toolkit:** copy fonts before compiling ([19f3678](https://github.com/yldio/joyent-portal/commit/19f3678))
* **cp-frontend:** gracefully handle multiple postinstall executions ([73899b2](https://github.com/yldio/copilot/commit/73899b2))
* **cp-frontend:** use `postinstall` hook to patch react-scripts ([d2ac10a](https://github.com/yldio/copilot/commit/d2ac10a))
* **styled-is:** correct package entrypoints ([44a2f2e](https://github.com/yldio/copilot/commit/44a2f2e))
* **ui-toolkit:** compile on postinstall ([7bf95fd](https://github.com/yldio/copilot/commit/7bf95fd))
* **ui-toolkit:** copy fonts before compiling ([19f3678](https://github.com/yldio/copilot/commit/19f3678))
### Features
* **cp-frontend:** Move portal query to header, display result, return user from mock server ([5ffa07a](https://github.com/yldio/joyent-portal/commit/5ffa07a))
* **cp-frontend,ui-toolkit:** style inheritance using `.extend` (#458) ([f3e531d](https://github.com/yldio/joyent-portal/commit/f3e531d))
* **cp-frontend:** Move portal query to header, display result, return user from mock server ([5ffa07a](https://github.com/yldio/copilot/commit/5ffa07a))
* **cp-frontend,ui-toolkit:** style inheritance using `.extend` (#458) ([f3e531d](https://github.com/yldio/copilot/commit/f3e531d))

View File

@ -29,8 +29,8 @@ with [n](https://github.com/tj/n):
**Clone repo**:
```
λ git clone git@github.com:yldio/joyent-portal.git
Cloning into 'joyent-portal'...
λ git clone git@github.com:yldio/copilot.git
Cloning into 'copilot'...
remote: Counting objects: 13702, done.
remote: Compressing objects: 100% (146/146), done.
remote: Total 13702 (delta 89), reused 138 (delta 53), pack-reused 13491
@ -38,13 +38,13 @@ Receiving objects: 100% (13702/13702), 15.08 MiB | 5.44 MiB/s, done.
Resolving deltas: 100% (8824/8824), done.
Downloading legacy/design/ui-library.sketch (8.48 MB)
Checking out files: 100% (1795/1795), done.
λ cd joyent-portal
λ cd copilot
```
**Install dependendencies**:
```
joyent-portal:master λ yarn
copilot:master λ yarn
yarn install v0.24.6
[1/5] 🔍 Resolving packages...
[2/5] 🚚 Fetching packages...
@ -55,24 +55,24 @@ $ redrun -s clean bootstrap
> lerna clean --yes && lerna bootstrap
lerna info version 2.0.0-rc.5
lerna info versioning independent
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/babel-preset/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/cloudapi-gql/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/cp-frontend/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/cp-gql-mock-server/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/cp-gql-schema/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/cp-rdb-bootstrap/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/docker-compose-client/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/eslint-config/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/normalized-styled-components/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/portal-api/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/portal-data/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/pseudo-json-ast/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/pseudo-yaml-ast/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/remcalc/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/rnd-id/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/styled-is/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/ui-toolkit/node_modules
lerna info clean removing /Users/ramitos/dev/yld/joyent-portal/packages/unitcalc/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/babel-preset/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/cloudapi-gql/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/cp-frontend/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/cp-gql-mock-server/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/cp-gql-schema/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/cp-rdb-bootstrap/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/docker-compose-client/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/eslint-config/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/normalized-styled-components/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/portal-api/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/portal-data/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/pseudo-json-ast/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/pseudo-yaml-ast/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/remcalc/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/rnd-id/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/styled-is/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/ui-toolkit/node_modules
lerna info clean removing /Users/ramitos/dev/yld/copilot/packages/unitcalc/node_modules
lerna success clean finished
lerna info version 2.0.0-rc.5
lerna info versioning independent
@ -92,10 +92,10 @@ lerna success Bootstrapped 18 packages
**Start mock server**:
```
joyent-portal:master λ cd packages/cp-gql-mock-server
copilot:master λ cd packages/cp-gql-mock-server
cp-gql-mock-server:master* λ npm run start
> joyent-cp-gql-mock-server@1.0.4 start /Users/ramitos/dev/yld/joyent-portal/packages/cp-gql-mock-server
> joyent-cp-gql-mock-server@1.0.4 start /Users/ramitos/dev/yld/copilot/packages/cp-gql-mock-server
> node src/index.js
server started at http://0.0.0.0:3000
@ -104,10 +104,10 @@ server started at http://0.0.0.0:3000
**Start UI Toolkit**:
```
joyent-portal:master* λ cd packages/ui-toolkit
copilot:master* λ cd packages/ui-toolkit
ui-toolkit:master* λ npm run watch
> joyent-ui-toolkit@1.1.0 watch /Users/ramitos/dev/yld/joyent-portal/packages/ui-toolkit
> joyent-ui-toolkit@1.1.0 watch /Users/ramitos/dev/yld/copilot/packages/ui-toolkit
> cross-env NODE_ENV=development redrun -s -c copy-fonts "compile --watch"
> rm -rf dist; mkdir -p dist/typography; cp -r src/typography/libre-franklin dist/typography || true && babel src --out-dir dist --source-maps inline --watch || true
@ -118,10 +118,10 @@ src/anchor/index.js -> dist/anchor/index.js
**Start Frontend**:
```
joyent-portal:master* λ cd packages/cp-frontend
copilot:master* λ cd packages/cp-frontend
cp-frontend:master* λ npm run start
> joyent-cp-frontend@1.1.0 start /Users/ramitos/dev/yld/joyent-portal/packages/cp-frontend
> joyent-cp-frontend@1.1.0 start /Users/ramitos/dev/yld/copilot/packages/cp-frontend
> PORT=3069 react-scripts start
Starting the development server...

View File

@ -1,7 +1,7 @@
![CoPilot Logo](./copilot.png)
![CoPilot Logo](./assets/logo_dark.png)
[![CircleCI](https://img.shields.io/circleci/project/github/yldio/joyent-portal/master.svg)](https://circleci.com/gh/yldio/joyent-portal)
[![CircleCI](https://img.shields.io/circleci/project/github/yldio/copilot/master.svg)](https://circleci.com/gh/yldio/copilot)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme)

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1,9 +1,9 @@
{
"name": "container-pilot-dashboard",
"name": "copilot",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"repository": "github:yldio/copilot",
"scripts": {
"wizard": "lerna-wizard",
"release": "./scripts/release",
@ -14,7 +14,7 @@
"lint-license": "./scripts/license-to-fail",
"lint-docs": "./scripts/quality-docs",
"lint-ci:root":
"echo 0 `# eslint scripts/* --format junit --output-file $CIRCLE_TEST_REPORTS/lint/container-pilot-dashboard.xml`",
"echo 0 `# eslint scripts/* --format junit --output-file $CIRCLE_TEST_REPORTS/lint/copilot.xml`",
"lint:root": "echo 0 `# eslint scripts/* --fix`",
"lint-ci:packages": "lerna run lint-ci",
"lint:packages": "lerna run lint",