Commit Graph

9544 Commits

Author SHA1 Message Date
Gleb Bahmutov bf7b2cd673 symlink relative paths 2017-06-29 18:07:48 -04:00
Gleb Bahmutov f33aeabfa0 binary: add CLI option to skip cleaning output dist folder 2017-06-29 16:07:49 -04:00
Gleb Bahmutov 12f3ec82b4 rebuild node-sass in reporter if necessary before build 2017-06-29 15:07:31 -04:00
Gleb Bahmutov 0951cf00d7 binary: default platform on linux is linux 2017-06-29 15:04:50 -04:00
Gleb Bahmutov 25c6bee630 build: fix missing argument 2017-06-29 15:00:01 -04:00
Gleb Bahmutov d2600f41d8 merged renames 2017-06-29 14:50:08 -04:00
Brian Mann e1ee9af45b docs: typo 2017-06-29 14:42:00 -04:00
Gleb Bahmutov bba4332e8d Issue 224: building, zipping and uploading binary (#234)
* server: remove obsolete desktop types

* server: ensure project path generated by tests is ignored

* driver: remove unused gulp deps

* deploy: refactored to simplify uploading binary to S3 close #224

* refactored questions to allow asking only some information

* ask for zip file

* use option --zip to pass zip filename

* install cloudflare-cli

* working on making individual binary steps work

* move buildDir and distDir to meta file

* update references

* refactor questions

* Mac binary zipped and installed successfully

* successful builds on both platforms, upload and install

* refactor combined step deploy function

* add building binary on linux to CircleCI

* install root deps only

* fine, make build binary depend on main build

* server: fix app data path

* name binary using SHA

* server: unskip test concerning productName

* build binary with serial mode

* driver: improve visibility algorithm

* server: add some logging around browser launching

* docs: update cy.trigger position option - fixes #108

* desktop: fix invalid dom nesting

* docs: Add FAQ question about 'how to test file download'

* desktop: fix un-returned promise warning when logging in

* rebuild node-sass for current platform automatically (#225)

* uncomment two lines

* desktop: use same dropdown as browsers for user menu

* desktop: simplify build scripts, remove unused deps

* readme: add docker cypress/base image badge

* fix typo in readme

* deploy: refactored to simplify uploading binary to S3 close #224

* refactored questions to allow asking only some information

* ask for zip file

* use option --zip to pass zip filename

* install cloudflare-cli

* working on making individual binary steps work

* move buildDir and distDir to meta file

* update references

* refactor questions

* Mac binary zipped and installed successfully

* successful builds on both platforms, upload and install

* refactor combined step deploy function

* add building binary on linux to CircleCI

* install root deps only

* fine, make build binary depend on main build

* name binary using SHA

* build binary with serial mode

* uncomment two lines

* print build linux folder on CI
2017-06-29 14:29:56 -04:00
Brian Mann be211af10e deploy: rename deploy -> binary folder 2017-06-29 14:06:45 -04:00
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
Jennifer Shehane 9e3ad4601f server: Updated warning messaging for 'baseUrl' server not running. 2017-06-29 13:56:19 -04:00
Brian Mann 0d51bc1949 Merge pull request #238 from cypress-io/issue-233
Issue 233: allow installing Cypress binary from local zip
2017-06-29 13:32:55 -04:00
Brian Mann 0a43ad40a3 cli: use fs async methods 2017-06-29 13:32:46 -04:00
Chris Breiding 15062dc295 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-06-29 13:32:23 -04:00
Chris Breiding 47a7f5be57 desktop: remove need for zunder to run server 2017-06-29 13:32:19 -04:00
Jennifer Shehane d66c00fc43 desktop: style changes to 'Update Available' modal #218 2017-06-29 13:27:16 -04:00
Brian Mann 8c947fa486 Merge pull request #212 from cypress-io/doc-api-normalizations 2017-06-29 12:58:58 -04:00
Brian Mann 4a0690a5c0 docs: deployed to staging [skip ci] 2017-06-29 12:55:29 -04:00
Brian Mann b7a97d57e6 docs: less todos [skip ci] 2017-06-29 12:55:17 -04:00
Brian Mann d9f510726a docs: finish requirements, assertions, timeouts! 2017-06-29 12:52:01 -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 3cbe9a0356 test zip install 2017-06-28 17:33:03 -04:00
Gleb Bahmutov 188708275c cli: allow installing local binary zip file, close #233 2017-06-28 17:11:34 -04:00