Commit Graph

156 Commits

Author SHA1 Message Date
Daniel Rosenwasser ad8c6c7e41 Pin Node for Volta, bump version to 3.1.8, update LKG 2021-02-10 12:09:30 -08:00
Mine Starks 7c397a5ab1 Bump version to 3.1.7 and LKG 2021-01-04 17:03:49 -08:00
Daniel Rosenwasser 15649f2386 Bump version number. 2018-11-01 13:51:46 -07:00
Daniel Rosenwasser 0f5b74a55b Bump version to 3.1.5. 2018-10-31 13:22:59 -07:00
Daniel Rosenwasser 626303e6df Bump to 3.1.4. 2018-10-29 14:48:20 -07:00
Daniel Rosenwasser 86d53d2483 Update version to 3.1.3. 2018-10-11 16:06:57 -07:00
Ryan Cavanaugh 8038e14a61 Update patch version to .2 2018-10-09 10:39:39 -07:00
Daniel Rosenwasser 005d202251 Bump version to 3.1.1 2018-09-25 13:54:24 -04:00
Andy c57ff087d6 Add codefix to generate types for untyped module (#26588) 2018-09-18 11:47:29 -07:00
Ron Buckton 111300ccd5 Fix overlapping test runs in 'gulp watch' 2018-08-29 12:57:05 -07:00
Mohamed Hegazy ec6e37ec62 Update version 2018-07-12 11:37:19 -07:00
Ron Buckton 5ed96ec072 Clean up browserify task, remove unused 'debugMode.js' script 2018-06-25 16:21:28 -07:00
Ron Buckton c8c0428162 Cleanup, remove some unneeded dependencies, make it easier to add gulp.watch support later 2018-06-20 18:24:12 -07:00
Ron Buckton 891b15f60a Update gulpfile to support project references 2018-06-18 22:45:13 -07:00
Ron Buckton 23c7571e27 Merge branch 'master' into parallelAsyncTests 2018-06-15 13:26:27 -07:00
Ryan Cavanaugh d63100a21b Add fs-extra 2018-06-13 11:56:10 -07:00
Ron Buckton ece8f2691b Support async tests in runtests-parallel 2018-06-11 14:22:37 -07:00
Ryan Cavanaugh a61a7a2a6e Attempt to rewrite the jakefile and fail 2018-06-10 10:58:16 -07:00
Mohamed Hegazy d55837175c Update version 2018-05-16 13:50:48 -07:00
Wesley Wigham 2dd0ff3ea8 Add script for automatically creating PRs for user test updates (#24036)
* Draft of script to automatically create user baseline update PRs

* Some modifications to make testing easier
2018-05-10 15:02:35 -07:00
Ron Buckton 4863d55d01 Merge branch 'master' into vfs 2018-04-27 14:03:42 -07:00
Andy 4a379d66d4 Use @types/travis-fold (#23694) 2018-04-25 16:15:06 -07:00
Ron Buckton 370107ed7b Merge branch 'master' into vfs 2018-04-19 16:55:35 -07:00
Ron Buckton 154f09bee9 Reorganize project structure. 2018-04-17 18:42:59 -07:00
Ron Buckton 1cbe930e06 Merge branch 'master' into vfs 2018-04-17 14:39:20 -07:00
Wesley Wigham 391c0565d7 Use ts-check instead of ts-node to avoid transpilation overhead on gulp startup (#23486) 2018-04-17 17:19:42 -04:00
Daniel Rosenwasser db1e924a4b Update version to 2.9. 2018-03-22 13:06:00 -07:00
Ron Buckton f153b04f35 Revert changes to unit tests 2018-02-05 23:29:20 -08:00
Ron Buckton 7f4ac292b9 Clean up build steps 2018-01-30 12:51:28 -08:00
Ron Buckton 4d8d51452c Migrate core.ts 2018-01-30 11:57:47 -08:00
Ron Buckton d0988b8078 PR Feedback 2018-01-29 15:35:44 -08:00
Ron Buckton f527a15108 Disable node6 build 2018-01-29 12:49:35 -08:00
Ron Buckton 7ca84aca52 Merge branch 'master' into vfs 2018-01-29 11:05:07 -08:00
Mohamed Hegazy 1cc164b330 Update version (#21319) 2018-01-24 12:05:44 -08:00
Ron Buckton cda87282b4 Update build script 2018-01-24 10:57:18 -08:00
Ron Buckton 87de5ffb5c Merge branch 'master' into vfs 2018-01-22 02:25:22 -08:00
Ron Buckton ee415576b6 More consistent POSIX-like virtual file system. 2018-01-19 21:58:46 -08:00
Mohamed Hegazy 4eb633e0d9 Fix version of @types/node to 8.5.5 (#21019) 2018-01-04 17:46:09 -08:00
Ron Buckton fb469e70cb Update build for node 6 to allow private package 2017-12-20 12:39:19 -08:00
Ron Buckton e426257d8c Revert more baselines, add jake task for typemock 2017-12-19 13:40:32 -08:00
Ron Buckton 7944f5082b Merge branch 'master' into vfs 2017-12-18 12:12:51 -08:00
Josh Goldberg 423ab2e03d Removed colors devDependency (#20430)
* Replaced colors with chalk

* Used chalk's preferred import style
2017-12-14 16:05:25 -08:00
Wesley Wigham 79a1240a19 Revert merge pull request #20429 (removing chai) (#20654)
* Revert "Merge pull request #20429 from Microsoft/unchai"

This reverts commit 66ec938164, reversing
changes made to 37a40561ac.

* Update lockfile
2017-12-13 06:49:50 -08:00
andy-ms 72b7d6ef4e Remove dependency on chai 2017-12-03 18:36:29 -08:00
Ron Buckton fa428356d5 Switch to function spies 2017-11-22 19:07:29 -08:00
Ron Buckton 41567b2261 Migrate tscWatchMode to vfs 2017-11-21 19:47:13 -08:00
Andy ae87cd2fa9 Enable 'no-implicit-dependencies' lint rule (#19716) 2017-11-03 15:08:19 -07:00
Wesley Wigham 3f406bd3ec Use light test flag by default (#19362)
* Use `light` test flag by default

* Different boolean formulation
2017-10-19 17:15:54 -07:00
Mohamed Hegazy 8a292e3514 Update version (#19353)
* Update version

* Accept baselines after version change
2017-10-19 15:37:38 -07:00
Mohamed Hegazy a8b7f7d1e5 Include localized diagnostics (#18702)
* Add lcl files

* Add loclalization script

* Add localization build targets

* use async exists, and add assert

* Generate lcg file

* Add localize task to gulpFile

* Only run loclaize if the generated files neededs update. Also run localize as part of local

* Fix lint errors

* Linter love

* Respond to code review comments
2017-10-02 17:16:08 -07:00