Sérgio Ramos
0503802282
ci: better run-parallel error log
2017-06-01 17:04:13 +01:00
Sérgio Ramos
46ff73d82a
build: remove --build-arg from compose
2017-06-01 15:45:35 +01:00
Sérgio Ramos
0fd6884e68
ci: run test and lint in parallel
2017-06-01 15:45:23 +01:00
Sérgio Ramos
53bec9df41
build: change docker build param order
2017-06-01 12:53:04 +01:00
Sérgio Ramos
a2967210a3
build: --build-arg on build, not up
2017-06-01 12:36: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
a9fef4683d
build: use only cp- as the compose namespace
2017-06-01 02:29:39 +01:00
Sérgio Ramos
cecb1d58ce
build: revert rm docker email
2017-06-01 01:47:41 +01:00
Sérgio Ramos
9ab1d7b37b
build: update docker compose
2017-06-01 01:28:03 +01:00
Sérgio Ramos
246cee7a8c
build: force rm containers
2017-06-01 00:56:56 +01:00
Sérgio Ramos
190230de2f
build: pull fresh images before up-ing
2017-06-01 00:32:12 +01:00
Sérgio Ramos
5a3294b32c
build: stop and remove container before up-ing
2017-05-31 23:55:41 +01:00
Sérgio Ramos
3ffc3b9d1d
build: force compose to recreate images
2017-05-31 23:19:26 +01:00
Sérgio Ramos
0b1c5830d9
style: line-disable irrelevant handle-callback-err
2017-05-31 21:29:47 +01:00
Sérgio Ramos
a65f20ea45
style: line disable some eslint rules
2017-05-31 21:04:40 +01:00
Sérgio Ramos
61d1df94c1
style: update root lint rules
2017-05-31 20:17:12 +01:00
Sérgio Ramos
a0ea6d4a28
chore: prefix container names
2017-05-31 18:35:06 +01:00
Sérgio Ramos
a44c12dcdd
fix: define SDC_ACCOUNT
2017-05-31 17:57:57 +01:00
Sérgio Ramos
487f3dcc6d
fix: correct push tag name
2017-05-31 16:34:00 +01:00
Sérgio Ramos
2687690407
fix: only setup triton when composing
2017-05-31 16:08:36 +01:00
Sérgio Ramos
af86c0a4c4
chore: enable deploy
2017-05-31 15:33:45 +01:00
Sérgio Ramos
52a5a4b932
fix: properly write to triton create
2017-05-31 11:46:58 +01:00
Sérgio Ramos
e2245dd9c0
chore: create triton profile on deploy script
2017-05-31 11:32:15 +01:00
Sérgio Ramos
ef8241ef5a
fix: add missing --email to docker login
2017-05-31 11:04:25 +01:00
Sérgio Ramos
9081d50a0e
chore: attach stdio to all deploy cmds
2017-05-31 10:38:19 +01:00
Sérgio Ramos
20251ae0d0
chore: run deployment in a single script
2017-05-31 01:44:37 +01:00
Sérgio Ramos
1d463af70c
fix: s/git/docker
2017-05-30 23:54:29 +01:00
Sérgio Ramos
6632d8c4e4
fix: s/push/git
2017-05-30 23:40:15 +01:00
Sérgio Ramos
b7371b355a
chore: push image after build
2017-05-30 23:24:29 +01:00
Sérgio Ramos
6ad9c18683
chore: build packages before compose
2017-05-30 19:45:00 +01:00
Sérgio Ramos
82a667504a
chore: allow to publish without release
2017-05-30 10:57:18 +01:00
Sérgio Ramos
efd87268da
chore: use stdio
option on execa
2017-05-29 23:04:51 +01:00
Sérgio Ramos
0dbd8a6b84
chore: improved publish script
...
- goes through the stages step by step
- prompts the user to confirm some choices
- smarter handling of tags and versions
2017-05-29 23:04:33 +01:00
Sérgio Ramos
ec482796a9
chore: have local and remote tag name the same
2017-05-26 13:06:22 +01:00
Sérgio Ramos
6f2eb3cbb1
chore: add type to published tag names
2017-05-26 13:01:29 +01:00
Sérgio Ramos
c327f9f1ef
chore: handle empty files array in format-staged
...
if format-staged is run and after filtering by opt-out no files are left, it tries to format everything
2017-05-26 12:02:19 +01:00
Sérgio Ramos
b665dec740
chore: actually publish
...
it was only listing updated packges
2017-05-26 10:36:16 +01:00
Sérgio Ramos
802dff3e42
chore: improve publish tag description
2017-05-26 10:35:27 +01:00
Sérgio Ramos
8974a0546f
chore: when formatting staged files, also account for /scripts
2017-05-26 10:20:15 +01:00
Sérgio Ramos
06f17c828a
chore: format /scripts
2017-05-26 10:20:10 +01:00
Sérgio Ramos
65a104f7d4
chore: implement a publish script
...
- checks whether branch is `master`
- checks whether the tree is clean
- checks whether HEAD doesn't match origin
- publishes using lerna
- updates root version based on --staging/--dev/--production flags
- tags tapo with name `${pkg.name}@${pkg.version}`
- pushes tag to origin
that creates and pushes a repo tag afterwards
2017-05-26 10:20:05 +01:00
Sérgio Ramos
9b3874ea56
chore: format, lint, and test scripts based on staged files
...
For lint and test, it detects the packages that the staged files affect and only
runs the corresponding `lint` and `test` scripts.
For format, it will run prettier through the Added/Modified js files.
2017-05-26 10:20:00 +01:00
Sérgio Ramos
8887fa3384
chore: properly handle full and relative paths in format
2017-05-26 10:19:54 +01:00
Sérgio Ramos
7da2460b21
chore: allow packages to opt-out of prettier
2017-05-25 19:50:36 +01:00
Sérgio Ramos
8295bd6882
chore: initial lerna setup
...
this shall be a progressive process
2017-05-25 10:56:50 +01:00