Praburaj
2c881cf6a6
Adding verification for openIdconnect logout flow
...
As well removed the logic to wait for the creation of the db file in userprofile folder
as we now have retry logic.
2015-02-06 12:09:11 -08:00
Praburaj
0d673eafc9
Changing DbSet<T>.Remove -> RemoveRange()
2015-02-05 16:41:21 -08:00
Praburaj
3e82cbc052
Merge branch 'release' into dev
2015-02-05 16:40:09 -08:00
Praburaj
b5bfb5a93d
Remove Azure AD feed from nuget.config
...
Wilson packages are from our own feed.
2015-02-05 16:39:44 -08:00
Doug Bunting
3de5db0c78
Provide `deep-clean` target to remove folders `git clean` cannot
...
- use `rimraf` instead of noisier, slower `robocopy-delete`
- _rimraf.shade is modeled after bower.shade
2015-02-05 14:25:44 -08:00
Doug Bunting
530d655d59
Use `default` for `*GloballyInstalled` variables
...
- allows calling .shade files to avoid repeated `TestCommand()` calls
nit in _node-install.shade:
- name `default nodeDir` variable to match other shade files; reusing value
2015-02-05 14:21:10 -08:00
Doug Bunting
f1154a850c
Speed up developer builds a bit
...
- do not delete node_modules folders during every build
2015-02-05 12:09:33 -08:00
Doug Bunting
80f7e445e5
Pay attention to `bower` and `grunt` libraries, not containing folder
...
- should help to avoid repeated CI failures executing `bower`
also get `grunt` working on Linux machines when globally installed
2015-02-05 12:09:10 -08:00
Praburaj
c635116278
Changing some more logger usage to use structured logging.
2015-02-05 10:38:49 -08:00
Praburaj
d78932d927
Using structure logging strings.
2015-02-04 17:29:04 -08:00
Suhas Joshi
1165ba363e
Increasing time out for mono
2015-02-04 12:00:15 -08:00
Praburaj
8617bdc223
Printing the runtime information at the beginning of the test
2015-02-04 11:10:53 -08:00
damianedwards
ff63cb8b0d
Move grunt execution to before compilation
2015-02-03 17:17:41 -08:00
Victor Hurdugaci
afb8f51d19
Environment variable to specify the build branch
2015-02-03 15:37:12 -08:00
Praburaj
5df0d884aa
Removing a fixed waittime of 25 seconds on mono
...
Setting an increased retry wait time. Now test will wait for 42 seconds before giving up.
2015-02-03 15:09:26 -08:00
Praburaj
e26705e2de
Changing codeplex -> github.com/aspnet/musicstore
2015-02-02 17:39:09 -08:00
Praburaj
b48c46ee7d
Reenabling the open idconnect test
...
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Doug Bunting
6d39addb5b
Create target directory for `npm` installations
...
- #144
- problems seem primarily to occur when `node` is globally installed but a
package (`grunt` or `bower`) is not; `npm install X` fails in this case
- create the `--prefix` directory first to avoid these installation failures
- change _node-install.shade to avoid confusion when directory exists
2015-01-31 17:29:25 -08:00
Praburaj
7783c36856
Disabling the openIdc test to enable coherence
...
Seems like the External cookie is null though openidc successfully created the identity and tries to signin. Before this is investigated to unblock the build disabling the test.
2015-01-30 17:02:01 -08:00
ajcvickers
61ef19c6e9
React to EF changes
2015-01-30 15:13:49 -08:00
anurse
da5a292b12
⬆️ kvm again
2015-01-30 14:36:45 -08:00
ajcvickers
5b55da271c
Use Add instead of AddAsync
2015-01-30 14:31:17 -08:00
anurse
6adb92fea6
⬆️ kvm
2015-01-30 13:43:55 -08:00
Doug Bunting
7431356913
Short-circuit `TestCommand()` calls once commands are installed locally
2015-01-29 22:54:56 -08:00
Doug Bunting
56f45e0c7d
Include `bower` and `npm` commands in `--quiet` target
2015-01-29 22:54:51 -08:00
Wei Wang
7da71fc5ee
Fix Open ID test case
2015-01-29 18:35:12 -08:00
Wei Wang
a0044af746
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 17:03:58 -08:00
Pranav K
720858f6b4
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:56:37 -08:00
Wei Wang
4277bb75b1
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:30:59 -08:00
Wei Wang
009de028b6
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:29:27 -08:00
Wei Wang
72aab1927e
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:18:38 -08:00
Wei Wang
3bf675f343
React to runtime renaming revert
2015-01-29 00:01:52 -08:00
Wei Wang
334fa34e0c
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 18:50:50 -08:00
Wei Wang
eb644da0d8
Update build.cmd and build.sh to use kvm
2015-01-28 18:50:38 -08:00
Wei Wang
9800bc82bd
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 18:21:41 -08:00
Wei Wang
7fe1b5041c
Update build.cmd and build.sh to use kvm
2015-01-28 18:21:24 -08:00
Wei Wang
37eb84a840
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 18:20:22 -08:00
Wei Wang
ab257ed716
Update build.cmd and build.sh to use kvm
2015-01-28 18:20:06 -08:00
Wei Wang
de6cbb05df
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 17:09:43 -08:00
Wei Wang
2435a2468d
Update build.cmd and build.sh to use kvm
2015-01-28 17:09:19 -08:00
Wei Wang
e1aee92472
Merge branch 'release' of github.com:aspnet/DataProtection into release
2015-01-28 17:08:35 -08:00
Wei Wang
6c55b360d0
Rename dotnetsdk to kvm
2015-01-28 16:31:17 -08:00
Praburaj
c3b4b6369e
Some cleanup
2015-01-28 10:18:30 -08:00
Praburaj
4f32cb95fa
Fixing some issues with OpenIdconnect E2E test
...
1. Adding notifications and verification for them.
2015-01-28 10:12:27 -08:00
Praburaj
3ec5584c8c
Adding an E2E flow for OpenIDC
2015-01-27 17:40:16 -08:00
Suhas Joshi
bb3ac53833
Merge branch 'release' into dev
2015-01-27 14:44:32 -08:00
Suhas Joshi
19de5f1be1
Fix for test hang issue
2015-01-27 10:06:14 -08:00
Praburaj
e3637924ee
Adding a basic smoke test for OpenIdConnect
...
Currently the mono variation is failing.
2015-01-26 17:03:34 -08:00
Praburaj
c82cda4a78
Fixing the openIdconnect Startup class to add loggerfactory
...
Also adding a placeholder startup class for openid e2etesting.
2015-01-26 11:11:25 -08:00
Praburaj
d29f24f4ad
Using session to store the cart details instead of cookies.
2015-01-26 10:51:20 -08:00