Commit graph

80 commits

Author SHA1 Message Date
Wesley Wigham c9f62f33d4 Add folds to travis log (#10269) 2016-08-11 09:53:38 -07:00
Wesley Wigham 02a79e3f81 Try using runtests-parallel for CI (#9970)
* Try using runtests-parallel for CI

* Put worker count setting into .travis.yml

* Reduce worker count to 4 - 8 wasnt much different from 4-6 but had contention issues causing timeouts
2016-08-05 13:50:21 -07:00
Wesley Wigham 0783743994 Unlock ts-node version (#9960) 2016-07-27 11:46:19 -07:00
Wesley Wigham 4ef4cf1bac Lock ts-node to 1.1.0 while perf issue is investigated (#9933) 2016-07-25 12:36:18 -07:00
Sudheesh Singanamalla f24341f719 Remove dependency on tsd, Related to #9658 (#9724) 2016-07-21 12:25:21 -07:00
Wesley Wigham 761482cf5e Use sorcery to merge sourcemaps between browserify and gulp-typescript (#9439)
* Use sorcery to merge sourcemaps between browserify and gulp-typescript

* Use shorthand

* Fix nit

* move comments, change loop into map

* Ahahaha, we should run code before pushing it

* Move conditional into call
2016-07-15 16:55:16 -07:00
Yui 48ab0ce07f Change version to 2.1.0 (#9615) 2016-07-11 20:53:12 -07:00
Wesley Wigham fb20df0568
Have tsconfig for harness 2016-07-11 16:36:20 -07:00
Mohamed Hegazy f67f1f7db7 Update version to 2.0.0 2016-06-27 13:43:07 -07:00
Wesley Wigham 1c9ad5ca4d
Do copyright without gulp-if and lazypipe 2016-06-21 18:22:30 -07:00
Wesley Wigham d7970a5ff3
Lazypipes and better services stream management 2016-06-20 17:58:02 -07:00
Wesley Wigham 0e5b741d42
Use merge2, gulp-if, gulp-newer, and more projects 2016-06-20 15:30:38 -07:00
Wesley Wigham ffbdbf0768
Correct package.json indentation 2016-06-14 14:59:16 -07:00
Wesley Wigham 684ce6e2d1
Add back in Jakefile for transitional period 2016-06-14 14:44:38 -07:00
Wesley Wigham 1defdc3847
Gulfile runs tests and compiles like a champ 2016-06-14 14:41:25 -07:00
Wesley Wigham 8f7c6e81be
Remove compileFile and exec browserify - use gulp-typescript instead 2016-06-14 12:39:13 -07:00
Wesley Wigham 9dcaf2b6f3
Fix package.json casing 2016-06-10 10:44:12 -07:00
Wesley Wigham 2b1b58ba44
Add gulpfile with same tasks as Jakefile 2016-06-10 01:49:38 -07:00
Andrew Z Allen fa86d1383e Add start target to package.json
This allows tsc to be packaged hermetically by
https://github.com/h2non/nar.
2016-04-30 15:45:09 -06:00
Vladimir Matveev 55ce1d0eb6 unpin mocha version 2016-01-29 17:23:17 -08:00
Vladimir Matveev 5282cad100 pin mocha version to 2.3.4 2016-01-27 09:56:20 -08:00
Mohamed Hegazy add91052bb Update version 2016-01-25 17:08:15 -08:00
Daniel Rosenwasser 6fa51f1c02 Go back to depending on nightly builds of TypeScript. 2016-01-16 12:59:02 -08:00
Daniel Rosenwasser 62c3bfb1fb Temporarily use an older nightly so builds can succeed. 2016-01-14 10:17:32 -08:00
Wesley Wigham ee10ea1baa this should work better than dedupe 2015-11-11 13:58:09 -08:00
Wesley Wigham 77f8d89883 because it needs to work with npm 2 as well 2015-11-11 13:42:46 -08:00
Wesley Wigham 15f505e6aa use tslint@next 2015-11-11 13:30:26 -08:00
Daniel Rosenwasser 3749fe854d Bumped version to 1.8.0. 2015-10-16 12:28:48 -07:00
Wesley Wigham 2d7b217d95 linter runs after tests via jake 2015-10-02 12:45:33 -07:00
Wesley Wigham 8cb93424f4 Add lint to the test command so travis picks it up 2015-09-30 16:12:29 -07:00
Wesley Wigham 031240fd42 Yeah. 2015-09-25 11:39:42 -07:00
Wesley Wigham ff4c20c0de Remove postinstall, make it manual, make sure jakefile is in gitignore 2015-09-25 11:26:41 -07:00
Wesley Wigham 106b32d97b Better messages. 2015-09-25 11:07:03 -07:00
Wesley Wigham c88ba9bbe9 Run linking script only if present 2015-09-25 10:59:01 -07:00
Wesley Wigham 29f7c2c9c8 intentation is powerful 2015-09-24 17:07:02 -07:00
Wesley Wigham 9984ae9000 We can go simpler 2015-09-24 17:04:57 -07:00
Wesley Wigham 758e4402da Add git hooks 2015-09-24 17:00:27 -07:00
Daniel Rosenwasser 925f0843d9 Add a jake task, .gitignore entry, and add tsd as a dev dependency. 2015-09-17 17:55:07 -07:00
Daniel Rosenwasser 00dcb57e3b Bump version back to 1.7.0. 2015-09-15 15:08:48 -07:00
Mohamed Hegazy c18051d5ff Update version to 1.6.2 2015-09-10 14:22:31 -07:00
Ron Buckton 175b9bf96f Adds a "typings" property to package.json 2015-08-27 14:06:06 -07:00
Vladimir Matveev 64fd41df2a use buffer in harness only when running outside of the browser 2015-08-21 13:16:08 -07:00
Vladimir Matveev da009b8612 use \r\n as new line in harness 2015-08-21 11:32:53 -07:00
Vladimir Matveev 68d6d8c550 use Harness.IO instead of sys in harness 2015-08-21 00:31:25 -07:00
Vladimir Matveev b27125adc2 add 'browser' section to suppress import discovery for webpack/browserify 2015-08-13 21:04:05 -07:00
Kyle Kelley 068889f7b3 Run builds, tests, etc. without global jake 2015-07-31 18:40:01 -05:00
Vladimir Matveev f3d2888be5 merge with master 2015-07-30 14:03:48 -07:00
Daniel Rosenwasser e4d346c08f Merge pull request #3993 from impinball/patch-1
Remove preferGlobal flag
2015-07-30 11:16:19 -04:00
Vladimir Matveev ad449ce0fa Moved LKG folder to lib 2015-07-27 10:07:07 -07:00
Daniel Rosenwasser b47cd0e9a4 Merge pull request #3875 from Microsoft/nightly
Create a 'publish-nightly' task in our Jakefile
2015-07-23 13:41:09 -07:00