Commit Graph

81 Commits

Author SHA1 Message Date
Nate McMaster 37915c9b58
Remove the aspnet/Common git submodule (#3715)
As a part of merging and reducing the number of repos we use, the aspnet/Common repo was renamed to aspnet/Extensions and it now builds on its own and not as a submodule of this repo.
2018-10-24 12:38:03 -07:00
Nate McMaster 6994c4fc48
Merge release/2.2 and aspnet/WebSockets master branch 2018-10-17 16:06:14 -07:00
Nate McMaster d991c50c82
Merge release/2.1 and aspnet/WebSockets release/2.2 2018-10-17 15:47:04 -07:00
Nate McMaster b1427c759b
Remove the WebSockets submodule 2018-10-17 14:53:22 -07:00
Nate McMaster a35226131a
Merge branch release/2.2 2018-10-16 12:02:18 -07:00
Nate McMaster 489a88d21e
Merge aspnet/DataProtection release/2.2 into this repo 2018-10-15 10:21:02 -07:00
Nate McMaster 4dfd351c84
Remove DataProtection submodule and update path to DP source code to local folder 2018-10-15 09:46:20 -07:00
Nate McMaster 89866bbbd2
Remove aspnet/WebHooks from building in Universe (#1474)
Remove the aspnet/WebHooks universe from building with Universe.

This is part of consolidating repos and preparing aspnet/Universe to move into https://github.com/aspnet/AspNetCore
2018-10-09 15:23:12 -07:00
Nate McMaster cc8cc7b443
Merge branch 'release/2.2' 2018-10-09 13:24:13 -07:00
Nate McMaster 8e13235732
Remove the Proxy submodule (#1471)
Part of https://github.com/aspnet/AspNetCore/issues/3598 - unifying and reducing repos. Proxy does not ship, so its code will move to aspnet/AspLabs.
2018-10-09 13:16:03 -07:00
Pranav K 0670796d8e Stop building MvcPrecompilation package 2018-08-30 11:23:45 -07:00
Nate McMaster a21d455b51
Change default branch to master 2018-07-02 11:50:02 -07:00
Nate McMaster fd3b979b56
Remove aspnet/WebHooks from release/2.2 2018-06-29 11:10:56 -07:00
Nate McMaster 1c1256406e
Update README, config, and scripts to use release/2.2 (#1232) 2018-06-28 15:51:15 -07:00
Nate McMaster f126871a4c
[2.1.x] Remove WebHooks and Proxy from servicing (#1189)
These repos do not produce packages that will ship in 2.1.x.
2018-05-30 15:16:22 -07:00
Pavel Krymets facd3c10bc
Remove testing submodule (#1138) 2018-05-03 17:03:22 -07:00
Ryan Brandenburg a32e7dc18b Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00
Nate McMaster 77bf03c9ac
Merge branch 'release/2.1' into dev 2018-03-22 16:11:19 -07:00
Javier Calvarro Nelson 7eb13646d5 Add AAD Integration repo 2018-03-22 11:34:11 -07:00
Pranav K d715461c14
Branching for release/2.1 2018-03-16 12:05:11 -07:00
Pranav K 124525b428 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-01-25 11:03:00 -08:00
Doug Bunting 6162476e0a Add aspnet/WebHooks to Universe 2018-01-25 10:46:13 -08:00
Ryan Brandenburg a5ab5b2abc Change submodule branches 2018-01-24 10:07:01 -08:00
Nate McMaster f9de3588e3 Update submodules manually to react to corefx changes 2018-01-04 11:25:13 -08:00
Chris Ross b05ec85f35
Add AuthSamples repo (#659) 2017-11-21 12:24:16 -08:00
Nate McMaster dae1f1ce78 Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
Nate McMaster cccfe3dd57
Use submodules for source dependencies (#621)
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.

Initial submodule status:

Antiforgery => e1884586
AzureIntegration => c998d74e
BasicMiddleware => 9f3ed006
BrowserLink => 7e2ff85a
Caching => c6a9cbbe
Common => 062ad3e7
CORS => 8fd36866
DataProtection => 49b2e22a
DependencyInjection => 88297e3c
Diagnostics => 7ac0e06a
DotNet=>ols => 1836201b
EntityFrameworkCore => e70d7dae
EventNotification => 3f881f18
FileSystem => 51e14a62
Hosting => 82ccf4f0
HtmlAbstractions => d687617a
HttpAbstractions => c0f93723
HttpSysServer => 02331040
Identity => 52dfb021
JavaScriptServices => e583a17e
JsonPatch => e453fafa
KestrelHttpServer => 0c34523e
Logging => e8e3e707
MetaPackages => d63542ca
Mvc => 2e4bc548
Razor => 6c7551d9
Routing => bb413c6a
Security => 88cb3df0
SignalR => 2419867d

[auto-updated: submodules]
2017-11-01 13:03:46 -07:00
Nate McMaster 446de15f0b Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
Nate McMaster c8068b7d1c Use submodules for source dependencies
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
2017-10-11 15:48:50 -07:00
Pavel Krymets c7113e1c60 Revert "Fetch corefx lab sources and compile them into kestrel (#1581)"
This reverts commit 13ee32b7ab.
2017-04-03 14:08:27 -07:00
Pavel Krymets 13ee32b7ab Fetch corefx lab sources and compile them into kestrel (#1581) 2017-04-03 13:21:17 -07:00