Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Nick Chen 50065d311a Reformat with prettier after lerna publish (#80) 2017-08-28 20:57:01 -07:00
Nick Chen 7cd38ac7a7 Need to use parseInt() (#82) 2017-08-28 20:56:18 -07:00
Nick Chen 0cb1686cf1 Support packaging and publishing with Node 7 (#74)
The way npm --prune works on node v7.9.0 is different from node v6.x.y
so we need to ensure that we prune all dependencies from our nodejs
modules first.

@W-4264167@
2017-08-28 18:05:46 -07:00
Nick Chen d5ddb65b95 Add code coverage from system tests (#64)
* Add source form transformation prior to running coverage
* Remap coverage.json
* Produce lcov - that seems to be used more by codecov
* Create a new coverage file for each invocation

@W-4254205@
2017-08-24 20:54:23 -07:00
Nick Chen 8bb35d2b2d Merge branch 'release/v40.7.0' into develop 2017-08-24 09:18:51 -07:00
Nick Chen e1715d7a59 Clarify publishing steps and add automation 2017-08-24 08:23:45 -07:00
Nick Chen 636c8ecada Clean out code coverage folders as well 2017-08-24 07:49:07 -07:00
Nick Chen d631d57fc4 Skip tests during publish
Tests should be run prior to this. I want to keep the test output out of the things we publish.
2017-08-23 13:51:02 -07:00
Nick Chen 9e4e470de8 End-to-end system tests with Spectron (#59)
* Adds tests for Apex class creation.
* Adds tests for VF page creation.
* Adds tests for VF component creation.

@W-4248216@
2017-08-22 22:58:41 -07:00
Nick Chen c21b25ef4b Auto-generate and publish SHA256.md to Amazon
@W-4185719@
2017-07-30 20:04:38 -07:00
Nick Chen 13c5f0c27a Add scripts for publishing to VS Code Marketplace
* Simplify command invocations are npm scripts
* Add shortcuts for running these commands from VS Code
* Use shx to run scripts in platform-agnostic manner
* Add scripts to help with packaging and publishing of .vsix
* Add instructions on how to publish
* Clarify how to run on Windows

@W-4162004@
2017-07-21 16:28:53 -07:00