Commit Graph

9476 Commits

Author SHA1 Message Date
Brian Mann 93ba23fe2f deploy: use Promise.reduce 2017-06-29 14:05:35 -04:00
Brian Mann 7e0b4f0e98 deploy: rename deploy.js -> binary.js 2017-06-29 14:05:23 -04:00
Brian Mann 6603238edb deploy: partial in args 2017-06-29 14:05:03 -04:00
Brian Mann edc7026574 deploy: functional questions 2017-06-29 14:04:42 -04:00
Gleb Bahmutov 22bb4b89e3 print build linux folder on CI 2017-06-29 12:20:03 -04:00
Gleb Bahmutov 4fd82c94be Merge branch 'issue-224' of github.com:cypress-io/cypress-monorepo into issue-224 2017-06-29 12:05:23 -04:00
Gleb Bahmutov 6d1c4ecf21 uncomment two lines 2017-06-29 12:04:47 -04:00
Gleb Bahmutov e64147d5eb build binary with serial mode 2017-06-29 12:04:47 -04:00
Gleb Bahmutov 40650fdcbb name binary using SHA 2017-06-29 12:04:47 -04:00
Gleb Bahmutov db82bcce74 fine, make build binary depend on main build 2017-06-29 12:04:47 -04:00
Gleb Bahmutov 787a6d7c82 install root deps only 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 98e657b982 add building binary on linux to CircleCI 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 6d6c65cdf8 refactor combined step deploy function 2017-06-29 12:04:46 -04:00
Gleb Bahmutov cf95c01679 successful builds on both platforms, upload and install 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 87f839c6cb Mac binary zipped and installed successfully 2017-06-29 12:04:46 -04:00
Gleb Bahmutov b79405145e refactor questions 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 8e4d648822 update references 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 1a8c308b6a move buildDir and distDir to meta file 2017-06-29 12:04:46 -04:00
Gleb Bahmutov dd0dca3fa1 working on making individual binary steps work 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 81d6bb3028 install cloudflare-cli 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 381f0a6d9e use option --zip to pass zip filename 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 1c10ec9ded ask for zip file 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 8730634d69 refactored questions to allow asking only some information 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 9696466b5d deploy: refactored to simplify uploading binary to S3 close #224 2017-06-29 12:04:46 -04:00
Gleb Bahmutov 60faf37c0c fix typo in readme 2017-06-29 11:27:33 -04:00
Gleb Bahmutov 2216ebec1f readme: add docker cypress/base image badge 2017-06-29 11:26:17 -04:00
Chris Breiding bde11a3e01 desktop: simplify build scripts, remove unused deps 2017-06-29 10:25:26 -04:00
Chris Breiding 8eaec56fd4 desktop: use same dropdown as browsers for user menu 2017-06-29 10:25:00 -04:00
Chris Breiding 86b5adbc31 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-06-29 09:20:10 -04:00
Gleb Bahmutov 7a0e9bae98 uncomment two lines 2017-06-28 16:34:47 -04:00
Gleb Bahmutov d25415053b rebuild node-sass for current platform automatically (#225) 2017-06-28 16:13:17 -04:00
Chris Breiding 9b8d049859 desktop: fix un-returned promise warning when logging in 2017-06-28 15:58:56 -04:00
Jennifer Shehane 36c4553151 docs: Add FAQ question about 'how to test file download' 2017-06-28 15:48:52 -04:00
Chris Breiding 15eeb8fc36 desktop: fix invalid dom nesting 2017-06-28 15:44:27 -04:00
Chris Breiding 0fd23ed782 docs: update cy.trigger position option - fixes #108 2017-06-28 15:37:54 -04:00
Chris Breiding 8fe4f15e36 server: add some logging around browser launching 2017-06-28 15:30:55 -04:00
Chris Breiding 2c934e2736 driver: improve visibility algorithm 2017-06-28 15:21:01 -04:00
Gleb Bahmutov 05c6ad1c54 build binary with serial mode 2017-06-28 15:17:15 -04:00
Chris Breiding ac19d8729a server: unskip test concerning productName 2017-06-28 14:50:26 -04:00
Gleb Bahmutov 37e6e1720c name binary using SHA 2017-06-28 14:47:01 -04:00
Chris Breiding 91f204fb74 server: fix app data path 2017-06-28 14:36:52 -04:00
Chris Breiding 106073946a Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-06-28 13:46:50 -04:00
Gleb Bahmutov 3ee1dc4229 fine, make build binary depend on main build 2017-06-28 13:11:35 -04:00
Gleb Bahmutov feb9411a7a install root deps only 2017-06-28 13:09:09 -04:00
Gleb Bahmutov 061b89aa5a add building binary on linux to CircleCI 2017-06-28 13:05:16 -04:00
Gleb Bahmutov e6ae2ee21c refactor combined step deploy function 2017-06-28 13:01:55 -04:00
Gleb Bahmutov 0b086394d3 successful builds on both platforms, upload and install 2017-06-28 12:52:08 -04:00
Gleb Bahmutov ed2dc0e171 Mac binary zipped and installed successfully 2017-06-28 11:51:41 -04:00
Jennifer Shehane 6465a66515 Docs: Added features list to 'Why Cypress' document. 2017-06-28 11:27:09 -04:00
Gleb Bahmutov 14db7c39de refactor questions 2017-06-28 10:39:59 -04:00