Commit Graph

453 Commits

Author SHA1 Message Date
Wyatt Johnson 273cc9927a Fixed misplaced deps 2018-03-21 14:51:05 -06:00
Wyatt Johnson bf37ab8c78 Moved extract-text-webpack-plugin from devDependencies to dependencies 2018-03-21 14:14:04 -06:00
Wyatt Johnson 076a07fba4 Merge branch 'master' into docs 2018-03-20 15:42:16 -06:00
Wyatt Johnson ff24f521be fixed graphql docs, added graphql tutorial 2018-03-20 15:39:38 -06:00
Belén Curcio da285fb7e5 Merge branch 'master' into better-graph 2018-03-20 11:07:17 -03:00
Chi Vinh Le f74641a548 Cache busting 2018-03-14 20:24:26 +01:00
Chi Vinh Le 106b2faaf1 Extract css 2018-03-14 14:25:00 +01:00
Chi Vinh Le ce70c9c925 Merge branch 'master' into better-graph 2018-03-14 09:59:50 +01:00
Chi Vinh Le 84f1003b2b Get rid of data direct dependency in the plugins 2018-03-13 19:58:32 +01:00
Kim Gardner 40a3a24ba0 Fix merge conflict 2018-03-07 14:08:19 -05:00
Wyatt Johnson cf87b52177 Merge branch 'master' into docs 2018-02-28 16:29:25 -07:00
Wyatt Johnson 2451d4b6d6 adjusted client tests 2018-02-28 14:00:56 -07:00
Wyatt Johnson 744348dee5 seperated tests 2018-02-28 13:50:36 -07:00
Wyatt Johnson b8ddfe4ae4 added dist cache support 2018-02-27 21:45:29 -07:00
Wyatt Johnson f0572d1e34 Merge branch 'master' into events 2018-02-23 15:09:32 -07:00
Wyatt Johnson 025c82a6cc migrated pregit linting 2018-02-23 11:48:44 -07:00
Wyatt Johnson fa3373ec94 added docs to workspace 2018-02-23 10:34:52 -07:00
Wyatt Johnson 31c643e4eb Merge branch 'master' into events 2018-02-22 16:02:07 -07:00
Wyatt Johnson b6fa8b92a1 Merge branch 'master' into events 2018-02-20 21:46:41 -07:00
Wyatt Johnson e5f6188bd2 replaced custom loading with yarn workspaces 2018-02-20 21:39:32 -07:00
Kim Gardner f918bbea20 Update version to 4.2.2 2018-02-20 11:45:36 -05:00
Leandro 606d5734f9 set a right last release 4.2.1 to package.json 2018-02-19 11:18:56 +01:00
Wyatt Johnson 634da8012f Merge branch 'master' into events 2018-02-16 15:47:37 -07:00
Wyatt Johnson 36e855237f replaced json -> hjson loader 2018-02-15 10:47:36 -07:00
snyk-bot c3bccaf4a8 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:hoek:20180212
- https://snyk.io/vuln/npm:hoek:20180212

Latest report for coralproject/talk:
https://snyk.io/test/github/coralproject/talk
2018-02-15 01:19:30 +00:00
Kim Gardner 239377dd7f Update version to 4.2.0 2018-02-14 12:25:40 -05:00
Wyatt Johnson 5f5f0ffa14 patched pym 2018-02-13 12:32:57 -07:00
Wyatt Johnson 5221ebbe9a added docs, added new logger 2018-02-12 16:51:39 -07:00
Matt Montgomery 6b5a690c4f Changes node requirement notation
This changes the notation for the `node` requirement. Solves #1342
2018-02-02 17:04:01 -07:00
Kim Gardner 00eff653cb Update version to 4.1.0 and update LICENSE 2018-01-30 12:21:10 -05:00
Wyatt Johnson 04390c5acd migration rewrite and removed verifications 2018-01-25 16:12:26 -07:00
Wyatt Johnson ef7693afa5 fixed error in migration 2018-01-25 11:25:32 -07:00
Wyatt Johnson b36c70acc1 replaced pre-git with pre-commit 2018-01-22 16:16:04 -07:00
Wyatt Johnson a402817cc9 Merge branch 'master' into user-json 2018-01-19 10:12:36 -07:00
Wyatt Johnson 7258c3dd08 added performance updates to webpack build 2018-01-18 17:19:19 -07:00
Wyatt Johnson 49d20db26f replaced homegrown with package 2018-01-18 14:22:19 -07:00
Wyatt Johnson 0abc2ca243 replaced eslint:recommended with prettier 2018-01-11 20:00:34 -07:00
Chi Vinh Le 7036aa5bad Use lodash with es modules 2018-01-10 17:54:06 +01:00
Wyatt Johnson c07ec23a20 hardened configuration
- moved env rewrite + dotenv code to single location
- fixed bug with system flag on user
2018-01-05 16:06:36 -07:00
Wyatt Johnson 6260339508 user cli patches
- removed unused user actions
- added system side graph context
- added user cli search
2018-01-05 15:32:36 -07:00
Kim Gardner ce4ab4e86c Merge branch 'master' into next 2018-01-04 17:28:13 -05:00
Kim Gardner f8c1f1e63d Merge branch 'master' into safari-bs-changes 2018-01-04 11:21:52 -05:00
J. Heasly d7097ff729 Up patch version to match tag. 2018-01-03 17:51:58 -08:00
Kim Gardner 0d70c87ea9 Fix merge conflict 2017-12-21 17:01:48 -05:00
Wyatt Johnson 4fb9910221 updates to cli
- removed -c,--config flag in favor of env only or .env files
- loads .env always if found
- scripts re-written to call cli-serve directly
2017-12-21 12:03:34 -07:00
Wyatt Johnson c0f8fce442 fixed graphql error 2017-12-21 11:48:16 -07:00
Wyatt Johnson 97406e1b18 removed dev requirement for engine 2017-12-20 16:10:02 -07:00
okbel 570c0edfb3 merge conficts 2017-12-20 16:06:55 -03:00
Chi Vinh Le 7d71452ab5 Add ip package 2017-12-20 17:45:03 +01:00
Wyatt Johnson df0ab7c1dc removed body-parser in favor of express.json() 2017-12-19 15:11:11 -07:00