Commit Graph

9198 Commits

Author SHA1 Message Date
Gleb Bahmutov 8bb39d2857 working on deploy run 2017-06-19 15:56:20 -04:00
Gleb Bahmutov 59f9e894a7 deploy: list all dev dependencies 2017-06-19 15:46:37 -04:00
Gleb Bahmutov 331f2058d4 remove postinstall download stop variable 2017-06-19 14:44:09 -04:00
Gleb Bahmutov e6a12b94a7 root: move deploy scripts from server to top level scripts 2017-06-19 14:43:36 -04:00
Jennifer Shehane 38fcb29d36 docs: deployed to staging [skip ci] 2017-06-19 14:22:27 -04:00
Jennifer Shehane 1c50c24cdc docs: clean up invalid json 2017-06-19 14:19:37 -04:00
Jennifer Shehane 252d2c3c80 docs: converted plain text to links in 'testing your app' + minor editing. 2017-06-19 14:16:11 -04:00
Jennifer Shehane 4fcaccbea0 docs: added missing errors message 2017-06-19 13:58:42 -04:00
Gleb Bahmutov e7c0d7fc9a docs(ci): add link to example repo with CircleCI workflows 2017-06-19 13:49:00 -04:00
Jennifer Shehane 77dbfa870d docs: fixed another broken issue tag 2017-06-19 13:38:42 -04:00
Jennifer Shehane c9be814e2d docs: Fixed incorrectly formatted issue link + create url tag for chat link 2017-06-19 13:37:02 -04:00
Jennifer Shehane 74e65efacf docs: added 0.19.4 to changelog 2017-06-19 13:04:03 -04:00
Brian Mann 364995ac89 cli: readme typo 2017-06-19 13:02:20 -04:00
Brian Mann 104b67dd81 cli: always nuke build dir first 2017-06-19 13:02:15 -04:00
Brian Mann 15e1ccc412 Merge remote-tracking branch 'origin/master' 2017-06-19 12:59:32 -04:00
Brian Mann 3e72e7be1c cli: WIP build script to generate cli/build folder 2017-06-19 12:59:27 -04:00
Brian Mann 3d7039ddf4 cli: don't track build/package.json 2017-06-19 12:54:51 -04:00
Jennifer Shehane 3264b24c15 docs: deployed to staging [skip ci] 2017-06-19 12:53:28 -04:00
Jennifer Shehane 384e6ec9da docs: remove comments from guide 2017-06-19 12:51:49 -04:00
Jennifer Shehane 680fdc8eb3 docs: fix mobile styles 2017-06-19 12:51:48 -04:00
Gleb Bahmutov b331cb54f0 Issue 156 cli node 0.12 (#158)
* cli: set engines node > 0.12

* cli: trying to transpile using babel-register on the fly

* downgrading fs-extras to 1.0.0 to let it work on Node 0.12

* lint and enforce single quote on strings

* remove individual plugins

* cli: include dist folder in the npm package

* cli: add build step on prepublish, add readme

* cli: use default options, because code is transpiled

* cli: output into es5

* cli: see published size, a few missing requires

* cli: replace const with var in node 0.12

* cli: cache node_modules on CircleCI

* cli: back to use const that is not changed to let by eslint

* cli: build separate package for npm publishing

* remove postinstall step

* cli: remove npm vs dev install check
2017-06-19 12:14:06 -04:00
Brian Mann 8548554ee5 docs: deployed to staging [skip ci] 2017-06-19 00:21:10 -04:00
Brian Mann a43ae487b4 docs: intro to cypress - reduce header noise and simplify phrases 2017-06-18 23:47:08 -04:00
Brian Mann 1b48729481 docs: WIP intro to cypress - explain how cypress commands are and are not like promises
- lots more technical details and why
2017-06-18 23:38:35 -04:00
Brian Mann 5acde0cbb9 docs: WIP intro to cypress - clarify and provide more secret sauce explanations (and why things work the way they do) 2017-06-18 23:37:21 -04:00
Brian Mann 31d8ae6da6 docs: switch notes to use enclosed circle icons 2017-06-18 22:26:55 -04:00
Brian Mann 3236f484e7 docs: provide better explanation of and and should 2017-06-18 22:26:29 -04:00
Brian Mann 51dda64e30 docs: reference assertions from cy.should and cy.and 2017-06-18 16:25:14 -04:00
Brian Mann b6676f55ba docs: cleanup utility docs, reference external url's with tag helper 2017-06-18 16:24:58 -04:00
Brian Mann 48c152c364 docs: explain how to add new chai assertions, reference recipe 2017-06-18 16:09:53 -04:00
Brian Mann ae0e7df170 docs: reference guide for mocha 2017-06-18 16:09:41 -04:00
Brian Mann 217eac4100 docs: rename appendices -> references 2017-06-18 15:54:48 -04:00
Brian Mann 9e6498244b docs: use url helper 2017-06-18 15:51:39 -04:00
Brian Mann 5c91d3f11d docs: finish adding github icons to external urls 2017-06-18 14:52:30 -04:00
Brian Mann ee0f2c17aa docs: Organization -> Definitions 2017-06-18 14:52:16 -04:00
Brian Mann c0ea90d6d3 docs: reference local recipes instead of external ones
-this makes managing the URL’s a lot easier
-instead we train the user to find other parts of the docs instead of
linking directly to the external URL
2017-06-18 14:52:03 -04:00
Brian Mann 37fd22446d docs: add source to tag helper failure on local file 2017-06-18 14:46:02 -04:00
Brian Mann d2828c4275 docs: change note icon to info-circle 2017-06-17 21:47:15 -04:00
Brian Mann 9ad65d6654 Merge remote-tracking branch 'origin/master' 2017-06-17 18:54:04 -04:00
Brian Mann 23e1387c7e docs: remove unused docs which are still backed up in old_docs 2017-06-17 18:10:26 -04:00
Brian Mann 96f3d79af9 docs: add github icons to known issues 2017-06-17 18:08:17 -04:00
Brian Mann bdf913080c docs: increase article title size 2017-06-17 18:08:08 -04:00
Brian Mann 5cab29855b docs: added list of common element assertions 2017-06-17 18:02:50 -04:00
Brian Mann 8892c71ef4 docs: DRY up url helper, enable optional href
-when not passed a href, just use text
2017-06-17 17:44:03 -04:00
Brian Mann 4a9777efc3 docs: rename aliases 2017-06-17 17:28:28 -04:00
Brian Mann f3025689fa docs: simplified / flattened image structure to better keep up with renaming / reorganizing files 2017-06-17 17:25:32 -04:00
Loren Norman a6b7222aff Testing Strategy 2017-06-17 16:24:45 -04:00
Brian Mann 57f7f29dad docs: deployed to staging [skip ci] 2017-06-17 16:05:06 -04:00
Brian Mann 82ad5698ae Merge remote-tracking branch 'origin/master' 2017-06-17 15:53:46 -04:00
Brian Mann 77b3f1a594 docs: rename + restructure the sidebar, docs, urls 2017-06-17 15:53:37 -04:00