Youngjune Hong
8c9969ed3f
Updated OpenIdConnectTest for a build break
2015-05-05 03:07:19 -07:00
Youngjune Hong
3c1f3c94e9
Fixing a build break by adding ISystemClock services to the E2E startup
2015-05-04 16:03:31 -07:00
Chris R
568d0d9106
#275 Reduce UriHelper to static methods.
2015-05-04 10:30:14 -07:00
Youngjune Hong
797f802906
Adding the unit tests for ViewComponents in MusicStore
2015-05-04 10:18:35 -07:00
N. Taylor Mullen
552b336a78
Update LICENSE.txt and license header on files.
2015-05-01 14:07:00 -07:00
N. Taylor Mullen
b781df02af
Update LICENSE.txt and license header on files.
2015-05-01 14:05:34 -07:00
N. Taylor Mullen
ff3ffd9348
Update LICENSE.txt and license header on files.
2015-05-01 13:54:16 -07:00
N. Taylor Mullen
063fb64c8b
Update LICENSE.txt and license header on files.
2015-05-01 13:53:45 -07:00
N. Taylor Mullen
8703e2d7f2
Update LICENSE.txt and license header on files.
2015-05-01 13:52:04 -07:00
N. Taylor Mullen
65b21712ef
Update LICENSE.txt and license header on files.
2015-05-01 13:51:42 -07:00
N. Taylor Mullen
c6416f3520
Update LICENSE.txt and license header on files.
2015-05-01 13:45:56 -07:00
moozzyk
f3207ed440
Fixing a build break in Helios
...
Removing Common.Native.targets - to avoid increasing build complexity repo with native projects will have their own target that generates version.h file
2015-05-01 13:16:51 -07:00
Brennan
cb4361b253
React to DNX package renames
2015-05-01 11:07:18 -07:00
Brennan
c4d8b51f99
React to DNX package renames
2015-05-01 11:05:40 -07:00
Troy Dai
4a58540bdf
React to DNX packages name change
2015-05-01 11:05:09 -07:00
moozzyk
6558f1c281
Consistent versioning of native binaries
...
* Adding an MSBuild target file that generates a header containing file and product versions which will be used in .rc files in native projects across all repos.
Note that keeping header generation in MSBuild is cleaner than generating it in a .shade file since the entire project is being built within a single build subsystem and therefore you can build the project directly (i.e. just with MSBuild) without having to do it with Sake (if the file did not exist)
* Updating native-compile target in _k-standard-goals.shade to pass version numbers.
2015-05-01 10:23:27 -07:00
Kiran Challa
602f638a8c
Remove EncoderServices and add default services directly in the service collection extension
2015-04-30 13:21:14 -07:00
Pranav K
9ffb74a4c3
Build samples as part of build-samples
2015-04-30 11:57:45 -07:00
Pranav K
d457b54a36
Avoid running tests for different target frameworks in parallel.
...
This lets us run more things in parallel which involve shared resources.
2015-04-30 11:28:04 -07:00
Pranav K
e3373d54ab
Removing parallel copying of files
2015-04-30 10:33:39 -07:00
Brennan
89ccdf56bf
React to interface renames
2015-04-30 08:45:24 -07:00
Pranav K
4882269842
Adding support for running build in parallel.
2015-04-30 08:28:42 -07:00
Brennan
d578779fa6
Revert Runtime.Abstractions
2015-04-29 23:58:04 -07:00
Brennan
2c602d6396
Only revert runtime.abstractions
2015-04-29 23:50:17 -07:00
Brennan
23592666e2
Revert "Revert "Reacting to interface name changes""
...
This reverts commit 2a90b46be9 .
2015-04-29 23:48:21 -07:00
Brennan
a8f794bbb3
Revert "Revert "Interfaces->Abstractions""
...
This reverts commit 306cf6221d .
2015-04-29 23:47:40 -07:00
Brennan
306cf6221d
Revert "Interfaces->Abstractions"
...
This reverts commit ec7a4351de .
2015-04-29 23:44:27 -07:00
Brennan
2a90b46be9
Revert "Reacting to interface name changes"
...
This reverts commit 4308522de7 .
2015-04-29 23:44:24 -07:00
Brennan
a1144274a1
React to Interface package renames
2015-04-29 22:42:00 -07:00
Brennan
4308522de7
Reacting to interface name changes
2015-04-29 18:52:51 -07:00
Brennan
7ecbee2f7d
Interfaces->Abstractions
2015-04-29 17:21:04 -07:00
Brennan
ec7a4351de
Interfaces->Abstractions
2015-04-29 16:54:12 -07:00
anurse
727924a8f2
change to us cmd to launch git on Windows
2015-04-29 16:08:43 -07:00
Chris R
f48801cdf7
React to Http.Core rename.
2015-04-29 15:28:38 -07:00
Chris R
5bce140681
#295 Rename Core->Abstractions and Interfaces->Features.
2015-04-29 14:38:26 -07:00
Chris R
06584a31b4
#276 Remove unused IHttpApplicationFeature.
2015-04-29 09:59:29 -07:00
ajcvickers
1ddaf8687e
Stop using ForRelational.
2015-04-28 15:19:52 -07:00
Chris R
86f94b7590
Fix typo.
2015-04-28 13:44:40 -07:00
moozzyk
e54a3b61c0
Enabling MSBuild 14 in the default native-compile target
...
Currently Helios won't build on machines that don't have VS2013 installed (only VS2015)
2015-04-28 11:55:39 -07:00
Chris R
117486de94
#277 Rename IHttpClientCertificateFeature. #279 prefer X509Certificate2.
2015-04-27 14:18:02 -07:00
Troy Dai
b98af101f9
React to OperatingSystems change
2015-04-24 13:57:10 -07:00
Troy Dai
223724c13e
React to OperationSystems option change
2015-04-24 13:32:46 -07:00
Chris Ross
2063ad5f67
React to Auth API changes.
2015-04-24 12:03:19 -07:00
Chris Ross
66b669aa22
React to WebSocket feature API changes.
2015-04-24 10:53:07 -07:00
Chris Ross
59e40904ad
Remove redundant websocket sample code.
2015-04-24 09:50:36 -07:00
Chris Ross
43a38c1b58
Reorder Challenge parameters.
2015-04-24 08:51:30 -07:00
Hao Kung
69d42502a6
React to WebHostBuilder
2015-04-24 00:11:58 -07:00
Hao Kung
5093c06b2a
Fix program main to actually use config
2015-04-24 00:10:36 -07:00
Hao Kung
234bbf82f2
Hosting API Review changes
...
- Introduce WebHostBuilder
2015-04-23 23:51:29 -07:00
Chris Ross
06e24a8fdf
Handle null auth, null descriptions.
2015-04-23 16:05:05 -07:00