Commit Graph

5512 Commits

Author SHA1 Message Date
Pranav K f18a1b3465 Updating _k-build to actually pass in configuration 2014-07-10 13:47:45 -07:00
Pranav K 77409f8f6e Flow Configuration from environment when doing k build 2014-07-10 13:21:32 -07:00
DamianEdwards 79111650f0 Fixed node/npm/grunt tasks to use global install if available 2014-07-08 13:42:47 -07:00
DamianEdwards 861e3df43b Only install node/npm/bower if not installed globally 2014-07-08 12:43:56 -07:00
Chris Ross 7133ab1b2a Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature. 2014-07-03 14:07:38 -07:00
DamianEdwards f290ec014f Change native-compile to no-op if no native projects found
- #93
2014-07-02 14:38:52 -07:00
David Fowler d98df8a873 Updated packages due to changes in security contracts 2014-07-01 10:22:31 -07:00
Chris Ross df425e4796 Server: Expose WebSocketOptions. Make feature replacement configurable. 2014-06-30 12:50:55 -07:00
Chris Ross b24d808b58 #10 - Rename Middleware package to Server. 2014-06-30 12:22:16 -07:00
David Fowler 6277e70ac8 Added KestrelHttpServer 2014-06-29 08:44:08 -07:00
AndriySvyryd e32d1b069f Using the default namespace for the resources class 2014-06-27 15:40:38 -07:00
Brice Lambson efd257a7be Run tests on both k10 and net45 2014-06-25 09:46:41 -07:00
Pranav K 4b5b85a2ac Use K_BUILD_VERSION in Universe if specified. 2014-06-22 06:24:18 -07:00
Pranav K 0023eac56b Modify KoreBuild to not set a K_BUILD_VERSION if it is already set (CI scenarios) 2014-06-21 18:25:10 -07:00
Brice Lambson 75915500cc Updating dev Nuget.config 2014-06-20 14:34:14 -07:00
Brice Lambson 4f54640fb5 Updating release Nuget.config 2014-06-20 14:34:13 -07:00
Brice Lambson 491dafb7a7 Updating dev Nuget.config 2014-06-20 14:31:41 -07:00
Brice Lambson 67398cf649 Updating release Nuget.config 2014-06-20 14:31:40 -07:00
Louis DeJardin e41d2a4a3c Adding universe build target for init-release
Creates release branch and updates NuGet.config as appropriate
2014-06-20 13:37:25 -07:00
David Fowler 980e28a79f Updated kvm.ps1 2014-06-20 12:35:56 -07:00
Brice Lambson 6d56ee2471 Bump version to 1.0.0-* 2014-06-19 17:11:14 -07:00
Brice Lambson 9df90f615b Bump version to 1.0.0-* 2014-06-19 16:10:41 -07:00
Brice Lambson 782e586c22 Bump versions to *-alpha2-* 2014-06-19 16:05:56 -07:00
Wei Wang 9a53c1d773 Change the author of package to MS OpenTech 2014-06-18 22:09:39 -07:00
Wei Wang f938a6ad75 Change the default author in makefile.shade 2014-06-18 16:52:47 -07:00
Wei Wang fa27f77150 Change the default author in makefile.shade 2014-06-18 16:17:31 -07:00
Wei Wang 213cddb339 Default author is set in KoreBuild script
- If there is a non-empty env var "K_AUTHOR", use its value as default
  author
- Otherwise, use the value of predefined var "AUTHORS"
2014-06-18 15:28:29 -07:00
David Fowler a1583f298c Change k build to kpm build. 2014-06-15 07:49:55 -07:00
David Fowler 2e6f9859a9 Fixed duplicates in repo list 2014-06-15 07:42:33 -07:00
David Fowler 8422d7413a Fix dependency order or projects 2014-06-15 07:32:53 -07:00
David Fowler 60c1d007fa Merge pull request #65 from khellang/patch-1
Added exception message to warning when `git clone` fails
2014-06-15 06:52:57 -07:00
David Fowler 32aa84d975 Fixed project.json casing 2014-06-13 07:32:14 -07:00
David Fowler 0c0321c694 Renamed Project.json to Project.json2 2014-06-13 07:32:13 -07:00
Chris Ross 2deea2c299 Delete old file. 2014-06-12 20:16:25 -07:00
Chris Ross 7484db54c6 Compile for CoreClr. Seperate Client project. Rename everything. 2014-06-12 20:11:12 -07:00
Ryan Nowak 545c614320 temporarily disable stylecop for tests 2014-06-11 16:47:17 -07:00
Pranav K ae879573ca Updating build.sh based on KRuntime changes 2014-06-10 17:16:45 -07:00
Pranav K d8018a8b4e Updating build.sh based on KRuntime changes 2014-06-10 17:15:57 -07:00
Pranav K 79f627868a Updating build.sh based on KRuntime changes 2014-06-10 17:10:50 -07:00
Brice Lambson 9774d4531f Revert "Run tests on both net45 and k10 (Fix #42)"
This reverts commit c2a22b57b0.
2014-06-09 15:46:27 -07:00
Brice Lambson c2a22b57b0 Run tests on both net45 and k10 (Fix #42) 2014-06-09 14:18:41 -07:00
Brice Lambson 71a77685e6 Add Resources.cs to fix VS warnings 2014-06-06 09:42:09 -07:00
Pranav K caa18342bc Updating makefile to include Options and Logging repos 2014-06-03 11:13:25 -07:00
Pranav K 967ca3757e Updating makefile to include Options and Logging repos 2014-06-03 11:06:48 -07:00
Pranav K 1bd9dd46e1 Adding switch to build.cmd to skip KRE install 2014-06-03 10:14:14 -07:00
Pranav K f467b1f8f3 Adding switch to build.cmd to skip KRE install 2014-06-03 10:11:51 -07:00
Pranav K 9d3b449f9f Use '\n' instead of Environment.NewLine when tokenizing multi-line resx
statements

Fixes #76
2014-05-29 16:43:02 -07:00
Ryan Nowak 9a960a5831 Adding scripts for stylecop 2014-05-28 12:53:40 -07:00
David Fowler 49196aaec3 Fixed project.json casing 2014-05-26 02:47:54 -07:00
David Fowler 92e0c16499 Made universe mono ready
- Added build.sh to universe
- Updated makefile to run build.sh instead of build.cmd
- Updated build.sh script
2014-05-23 03:15:48 -07:00