Commit Graph

209 Commits

Author SHA1 Message Date
Praburaj 5b4aed8dcc Fixing the configoverride.json location 2015-04-17 21:59:12 -07:00
Praburaj c384fcc3c2 Deployment helpers moved to hosting repo. 2015-04-17 14:51:58 -07:00
Praburaj 94ff5f85f0 Skipping mono tests on both clr and coreclr. 2015-04-17 12:00:10 -07:00
Praburaj 9027ce0982 Fixing the RuntimeInformation enum change
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Chris Ross b4903e22d1 Handle Http.Core rename. 2015-04-16 17:18:34 -07:00
Praburaj ecb6184214 Using IRuntimeEnvironment to detect if mono 2015-04-16 15:14:17 -07:00
Praburaj 9eca47b388 Changing all validators to async 2015-04-15 23:59:04 -07:00
Praburaj bea42ef0ca Making tests async 2015-04-15 23:21:44 -07:00
Praburaj 9c8fa0f3f9 Return HttpResponseMessage from RetryHelper 2015-04-15 23:15:12 -07:00
Praburaj 0823c5802c Cleanup. 2015-04-15 21:51:46 -07:00
Praburaj cae0d494a9 Moving some logging into the helpers 2015-04-15 21:37:15 -07:00
Praburaj edec7e9cce Changing the retry interval to 1 second with retry count = 60
Also exposing a host shutdown token to prevent retries after the process died.
2015-04-15 16:59:48 -07:00
Praburaj 64977e14a9 Fixing IIS variations 2015-04-15 16:06:54 -07:00
Praburaj eac23bc1d8 Moving some helpers into validator class 2015-04-15 13:49:57 -07:00
Praburaj 29ef86fad3 Move deployment helpers out of the test project. 2015-04-14 15:46:42 -07:00
Troy Dai dcac97fe3b React to configuration model change 2015-04-10 11:42:23 -07:00
Praburaj aac9beb1fd Adding a coreclr variation of openidconnect 2015-04-06 13:56:44 -07:00
Praburaj ba80195851 Tag helpers 2015-04-05 20:35:06 -07:00
Doug Bunting 55e7e83375 Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:02:13 -07:00
Doug Bunting 18153af367 Add a few more `<Service/>` items 2015-04-02 23:01:54 -07:00
Doug Bunting df29aaaafd Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Wei Wang 2aaeedc48a Fix newly added --no-source variations 2015-03-30 17:09:51 -07:00
Wei Wang 40edad4953 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:23:49 -07:00
Praburaj 2f36a9cd6b Using optional configuration for IIS deployment 2015-03-30 11:54:10 -07:00
Wei Wang 1e29b52278 Rename "dnu bundle" to "dnu publish" 2015-03-28 12:10:12 -07:00
Praburaj a3b1954810 Changing --no-source variation to use desktop clr
Looks like --no-source is failing with coreclr
2015-03-27 15:28:04 -07:00
Praburaj 6dbe8dd993 Enabling --no-source variations 2015-03-27 14:51:59 -07:00
Praburaj 14889fe6eb Adding a trait for tests and some general refactoring 2015-03-26 17:08:38 -07:00
Praburaj 1eb38e5708 Adding CORS to the sample 2015-03-26 17:08:28 -07:00
Praburaj 4ccf7b090b Fixing test helpers
The command to execute tests have changed to dnx . test. As a result the path to dnx.exe cannot be retrieved from Environment.CommandLineArgs().

Changing the way to obtain path to dnx.exe.
2015-03-25 09:57:03 -07:00
Praburaj b233a7ee25 Re-enabling coreclr based E2E tests 2015-03-24 17:30:29 -07:00
Suhas Joshi 83d9003b7a React to Identity changes 2015-03-24 13:07:41 -07:00
Wei Wang 0f0fc2e23e Rename kpm to dnu 2015-03-24 00:36:00 -07:00
ajcvickers 9b188a047d Use UseSqlServer in tests 2015-03-20 17:04:48 -07:00
ajcvickers a76b6cac24 Stop passing IConfiguration to AddEntityFramework 2015-03-20 14:25:25 -07:00
Praburaj 9faa6f8230 Copying the AspNet.Loader.dll only on non-kpm bundle scenario 2015-03-18 11:38:03 -07:00
Praburaj 36a3262661 Moving some IIS express related helpers to a different class. 2015-03-17 14:26:19 -07:00
Praburaj 6445f6388b Temporarily disable the --no-source test variation
Seems to fail on CI but not on local machines. Investigating this.
2015-03-17 14:24:52 -07:00
Praburaj 6dc2417f9e Adding some coverage for the --no-source switch 2015-03-17 12:46:02 -07:00
Praburaj 5004bac6aa React to AddSessionServices rename to AddSession 2015-03-13 11:56:20 -07:00
N. Taylor Mullen 649a74a753 Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-13 00:34:51 -07:00
Praburaj 36271260a1 Reacting to Caching extension rename 2015-03-12 17:06:16 -07:00
Praburaj ad9e11ed2e React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Hao Kung c49fd85c56 React to identity changes 2015-03-11 16:10:55 -07:00
Praburaj 39fc5ebdc4 Making the tests robust
And some general cleanup
2015-03-11 14:48:34 -07:00
Praburaj b0c989ce90 Modifying the logic to identify the runtime to use
Also quoting the application path being passed to iisexpress/k web so that application path can contain spaces.
2015-03-11 14:48:23 -07:00
N. Taylor Mullen a6982fae6c Update .kproj => .xproj. 2015-03-11 14:09:25 -07:00
N. Taylor Mullen 9878f7dcf9 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:19 -07:00
N. Taylor Mullen 2438fa20e3 Update klr => dnx naming. 2015-03-09 02:30:20 -07:00
N. Taylor Mullen 2d7500c3bb Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:51:40 -07:00