David Fowler
efd225a9cd
Renamed configurations to frameworks in project.json
2014-07-13 22:31:03 -07:00
David Fowler
ff9e21b647
Use runtime APIs to locate AspNet.Loader.dll
2014-07-13 12:03:09 -07:00
DamianEdwards
db429b0d59
Updated AngularHtmlHelper based on MVC changes
2014-07-08 18:23:58 -07:00
Ryan Nowak
42b5aac1b1
fixing a broken link in musicstore.
2014-07-08 17:18:39 -07:00
Chris Ross
8d270ae328
Add namespace for Response.Write extension.
2014-07-08 11:02:18 -07:00
Ryan Nowak
c2140666d9
fix build break in music store
2014-07-03 19:25:29 -07:00
Praburaj
0b0b5837fd
A few changes with this checkin
...
1. Fixed the delete album action
2. Added a test for add to cart, checkout & delete an album scenarios.
With this the scenario set becomes complete.
2014-07-03 16:05:58 -07:00
Praburaj
3fdb2e3e57
Adding some verifications for static file serving.
2014-07-03 13:51:49 -07:00
Praburaj
047db6d5f4
Change with this submission
...
Fixes # https://github.com/aspnet/MusicStore/issues/105
2014-07-03 12:58:26 -07:00
Praburaj
8c7bc1a9c8
Auto id generation is available for entities
...
Previously the sample had work arounds to generate an id itself while adding a new item into a table. Removing the work around.
2014-07-03 12:37:31 -07:00
Praburaj
04de187189
Changing the connection strings to use Dev14 LocalDB
...
Addresses https://github.com/aspnet/MusicStore/issues/159
2014-07-03 12:35:52 -07:00
Praburaj
974bfcab7a
Adding kestrel variation of the MusicStore tests
...
Variation added for both Desktop & CoreCLR.
Added some more diagnostics to help better trouble shoot with more variations.
2014-07-02 17:32:31 -07:00
Praburaj
ecbf6e27fa
Adding more diagnostics to the test
...
Adding logic to throw and stop the tests if the response from the server is not OK.
2014-06-27 13:00:33 -07:00
DamianEdwards
b9fd70b930
Fixing more tslint errors
2014-06-27 11:11:41 -07:00
DamianEdwards
f1a82e6456
Fixing tslint errors
2014-06-27 11:00:37 -07:00
DamianEdwards
aae0635911
Updating MusicStore.Spa for latest MVC changes
2014-06-27 10:48:11 -07:00
Hao Kung
dd1a75370d
React to identity renames
2014-06-23 15:16:43 -07:00
Brice Lambson
1703bf7445
Updating dev Nuget.config
2014-06-20 15:03:10 -07:00
Brice Lambson
a7ce8c9814
Updating release Nuget.config
2014-06-20 15:02:37 -07:00
Brice Lambson
54a66fc70e
React to more renames
2014-06-20 09:34:14 -07:00
David Fowler
32cd4db959
React to Helios rename
2014-06-19 22:26:28 -07:00
David Fowler
ba24762ab2
Removed invalid reference from e2e tests
2014-06-19 22:18:44 -07:00
Brice Lambson
b41abcffa6
React to version bumps and renames
2014-06-19 16:00:13 -07:00
Wei Wang
7724182925
Change the default author in makefile.shade
2014-06-18 16:33:46 -07:00
DamianEdwards
7ec9c71181
MusicStore.Spa changes:
...
- Make the account manage page work
- Changed ngTextBoxFor extension not use the base TextBoxFor helper as it was adding unwanted client validation attributes
- Fix controller route
2014-06-16 18:09:08 -07:00
DamianEdwards
4a4fe86df4
Changed use of custom SmartJsonResult to JsonResult in MusicStore.Spa
2014-06-16 15:55:50 -07:00
DamianEdwards
2934514909
Fix MusicStore.Spa:
...
- Support self-host via commands
- Comment out calls to EF APIs that throw NIE
2014-06-16 15:00:57 -07:00
Ryan Nowak
c5593491e0
fix breaking change from mvc
2014-06-12 17:21:07 -07:00
DamianEdwards
ced2c3950f
Delete pre-processed *.ng.ts files from repo
2014-06-12 10:24:59 -07:00
Praburaj
1ca9e25e54
Fixing an invalid 'And' condition while checking for process exited already
2014-06-11 13:31:55 -07:00
Praburaj
6b1a61f208
Checking if the host process is actually running before attempting to kill
...
adding some more diagnostics in case of host process failed to start.
2014-06-11 13:20:24 -07:00
Praburaj
e2b4842680
Adding some more diagnostic logs for cleanup
...
This is to confirm that the host process started by the tests are cleaned up at the end of the test.
2014-06-10 12:17:17 -07:00
Praburaj
a4ae444594
Enabling CoreCLR variation of the test
...
Value of the KRE_DEFAULT_LIB of the 'k test' process was flowing into Helios resulting in an exception. As the test is always running on desktop clr, the value of this variable always points to the desktop KRE path resulting in the exception. This fix will fix the issue.
2014-06-09 20:18:55 -07:00
Praburaj
022ff067ad
Moving the host start process into the try block
...
To make sure the host process is not left unkilled after a failure in host start complete.
2014-06-08 13:54:07 -07:00
Praburaj
c5f2b4054f
Fixing a test bug resulting in a null reference
...
After starting the klr.exe process, Process.MainModule.FileName returns null if checked soon. Adding a thread sleep to solve this issue.
2014-06-08 12:06:37 -07:00
Praburaj
59fad3bbb3
Adding CoreCLR variation of test on selfhost
2014-06-06 17:34:12 -07:00
ajcvickers
b53404596f
Updating to add new parameter for Navigation class
2014-06-06 15:04:53 -07:00
Praburaj
2f88fb4d9d
Removing work around applied
...
Bug https://github.com/aspnet/identity/issues/102 is fixed. Removing the work around applied for the same.
2014-06-06 12:10:46 -07:00
Ryan Nowak
d112adc1f2
Fix breaking changes from MVC
2014-06-06 11:26:50 -07:00
Praburaj
6d50b397c0
The cookie name pointed by DefaultAuthenticationTypes.ApplicationCookie changed
...
This was changed with a recent identity checkin. Fixing this in test which was expecting a different cookie name.
2014-06-04 12:45:38 -07:00
Hao Kung
892afc5fab
React to Identity API changes
2014-06-04 11:13:13 -07:00
Praburaj
a7e4fa9c9d
OptionsServices.GetDefaultServices() call no longer required
...
This is in response to a recent change.
2014-06-03 17:02:07 -07:00
Pranav K
032ad4a444
Updating makefile to include Options and Logging repos
2014-06-03 11:10:02 -07:00
Praburaj
516251a1c3
Enabling self-host variation of the MusicStore tests
...
With this change the tests run on Helios+DesktopCLR and Self-Host+DesktopCLR.
2014-06-02 12:17:57 -07:00
Praburaj
6cd501c5f7
Work around for the identity bug to unblock CI test
...
Identity internally overrides the explicitly specified connection string by overriding it with a default value. This results in reusing a default database causing test failures. Until identity is fixed this is a work around.
2014-05-30 12:19:19 -07:00
Brice Lambson
9cb6325bf3
React to aspnet/EntityFramework#264
2014-05-28 14:36:10 -07:00
Hao Kung
083601c539
Add options services to Startup
2014-05-28 13:43:13 -07:00
Hao Kung
043dbb2940
Changes for OptionsModel
2014-05-28 12:51:48 -07:00
Praburaj
c356d8e824
Printing out cold start time, test runtime and total time
2014-05-28 11:08:33 -07:00
Praburaj
fdfaeacbf1
Adding a scenario to login with latest password after a password change
...
Removed init of class member variables to null per a CR feedback.
2014-05-28 10:42:40 -07:00