Commit Graph

713 Commits

Author SHA1 Message Date
Nate McMaster f0becd0586 Fix regex syntax 2017-11-02 10:33:35 -07:00
Nate McMaster adf599e7c2 Fail the submodule script if the VCS roots are not configured to match submodules 2017-11-02 10:18:32 -07:00
Nate McMaster 60faa8db90 Add missing parameters to updater scripts 2017-11-02 09:39:17 -07:00
Nate McMaster 7e97adc1c0 Add arguments to configure the git username and email to the updater scripts 2017-11-02 09:31:09 -07:00
Nate McMaster bb8e030aab Update buildtools and submodules
Submodule modules/Configuration 94a5f9e3..6cc477ed:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/EntityFrameworkCore e70d7daef..e76f8f3d1:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/HttpClientFactory 8a6433460..126e68136:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/HttpSysServer 02331040a..db210af71:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/IISIntegration 94c895a1b..a42c8a33b:
  > Return FINISH_REQUEST on request failure (#469)
  > Pin tool and package versions to make builds more repeatable
Submodule modules/JsonPatch e453fafad..478c640a6:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/KestrelHttpServer 0c34523e8..6c82f78c6:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Localization 98484b828..115271d1c:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Microsoft.Data.Sqlite 791993269..a2b6f5f7d:
  > Pin tool and packages versions to make builds more repeatable
Submodule modules/MusicStore 1c0aeb08b..b8c118056:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/MvcPrecompilation 00dd638c4..976ddc2ef:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Options 7e46634d3..e762d2070:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Proxy 0d1e23194..6b507eb64:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Razor 6c7551d9c..4d737af16:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/ResponseCaching 85bd16418..f616f3e89:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Routing bb413c6ac..f4fb178f5:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Security 88cb3df0e..bd8ecd026:
  > Pin tool and package versions to make builds more repeatable
  > Refactor OIDC event tests
Submodule modules/ServerTests f1e0205b9..20837fe04:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Session a29e7cf687..f7f89cdf8f:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/SignalR 2419867dfc..8c446fc02d:
  > [Redis] Save a few bytes for acks (#1070)
  > Pin package and tool versions to make build more repeatable
  > Enabling byte[]
  > Updating jasmine
  > Updating msgpack5 to the latest version
Submodule modules/StaticFiles 5248d6057c..555f5c68ee:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/Testing 94569378d4..a6c6619f19:
  > Pin tool and package versions to make builds more repeatable
Submodule modules/WebSockets f17facd329..5bbab01ba5:
  > Pin tool and package versions to make builds more repeatable
2017-11-01 18:28:15 -07: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
Ryan Brandenburg 3cc35da562 Add a switch to protect from unintended pushes 2017-11-01 10:15:34 -07:00
Steve Sanderson a4b35bd896 Temporarily remove SpaServices.Extensions as it will be built separately for OOB shipping 2017-11-01 13:08:06 +00:00
Nate McMaster 05cd5edf5f Updating BuildTools from 2.1.0-preview1-15546 to 2.1.0-preview1-15549
[auto-updated: buildtools]
2017-10-31 10:50:51 -07:00
Andrew Stanton-Nurse 0573454c70
Add ValueStopwatch package to artifacts.props 2017-10-30 14:59:56 -07:00
Nate McMaster 8906ebed4c Updating BuildTools from 2.1.0-preview1-15544 to 2.1.0-preview1-15546
[auto-updated: buildtools]
2017-10-30 11:27:26 -07:00
Ryan Brandenburg 6652182b58 Add script to update each Repo 2017-10-30 11:13:34 -07:00
Nate McMaster b6510d892c Updating BuildTools from 2.1.0-preview1-15541 to 2.1.0-preview1-15544
[auto-updated: buildtools]
2017-10-30 10:23:56 -07:00
Nate McMaster 4e641df9b1 Update roslyn VSIX package versions to match what is in aspnet/Razor 2017-10-27 10:14:18 -07:00
Nate McMaster d392659424 Updating BuildTools from 2.1.0-preview1-15540 to 2.1.0-preview1-15541
[auto-updated: buildtools]
2017-10-27 10:13:14 -07:00
Ryan Brandenburg 734df3f88f Use TeamCity to select commits 2017-10-26 11:47:37 -07:00
Pavel Krymets b2c73f13e2 Add AppAuthentication package (#617) 2017-10-26 10:28:38 -07:00
Nate McMaster d8e8ab7c60 Temporarily remove Microsoft.AspNetCore.All from expected output 2017-10-25 17:44:31 -07:00
Nate McMaster a01aee7e9c Add scripts to auto-update build tools and submodules (#618)
* Add a script to auto-update submodules
* Add VSCode settings
* Add script to update the build tools version
2017-10-25 11:39:53 -07:00
Nate McMaster e91af13a7d Generate the PackageVersionProps file and put it in the lineup package 2017-10-23 15:00:53 -07:00
Brice Lambson bf23f16c22 Add SQLitePCLRaw.bundle_sqlcipher 2017-10-23 13:48:02 -07:00
Ryan Brandenburg 058d70190a Metapackage false 2017-10-23 11:29:20 -07:00
Ryan Brandenburg 31217a7577 Add SpaServices.Extensions to artifacts.props 2017-10-23 11:29:20 -07:00
Andrew Stanton-Nurse c563f371c7 Add HealthChecks to artifacts.props (#611) 2017-10-18 15:24:55 -07:00
Javier Calvarro Nelson 20cb6ea978 Remove Microsoft.AspNetCore.CertificateGeneration.Task from artifacts.props 2017-10-17 12:25:03 -07:00
Javier Calvarro Nelson 2836d53a2d Add Microsoft.AspNetCore.DeveloperCertificates.Tools to the artifacts.props 2017-10-17 11:32:47 -07:00
Justin Kotalik bdfbc3fea6 Adds endings to new dependencies 2017-10-16 13:45:32 -07:00
Justin Kotalik 600cf9d444 Adds ANCM external dependencies (#608) 2017-10-16 12:56:07 -07:00
Justin Kotalik ebbf5a730e Adds Microsoft.AspNetCore.HttpsPolicy to packages. (#583) 2017-10-13 12:15:38 -07:00
Stephen Halter 5fab5a4775 Ship Kestrel.Transport.Sockets 2017-10-12 15:13:45 -07:00
Pavel Krymets 701184a962 Microsoft.AspNetCore.BenchmarkRunner.Sources (#597) 2017-10-12 12:28:34 -07:00
Chris Ross 00dc9831dd AzureIntegration#38 Make the SiteExtension a shipping package (#593) 2017-10-11 14:48:28 -07:00
Ryan Brandenburg 4561d402fe Update bootstrappers 2017-10-10 12:16:14 -07:00
Nate McMaster 086f6e4ea0 Upgrade xunit to 2.3.0 2017-10-09 11:42:05 -07:00
Javier Calvarro Nelson f6bb106960 Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.2.0-preview1 2017-10-09 11:21:40 -07:00
Nate McMaster 71116396cf Add Microsoft.AspNetCore.Certificates.Generation.Sources to artifacts.props 2017-10-06 14:06:45 -07:00
Justin Kotalik 60f520de34 Removing Microsoft.AspNetCore.Server.IIS package (#582) 2017-10-06 10:02:50 -07:00
Ryan Nowak 7609f4dca7 Add HttpClientFactory to repos 2017-10-06 08:55:29 -07:00
Ryan Nowak 722c47a674 Add Microsoft.Extensions.Http to artifacts 2017-10-06 08:55:15 -07:00
Nate McMaster 3d4a3e0301 Upgrade to xunit 2.3.0-rc3 (#578) 2017-10-05 16:05:10 -07:00
Justin Kotalik 4d091430fc Update AspNetCoreModule to latest version 2017-10-04 09:48:44 -07:00
N. Taylor Mullen 3dda2afdf8 Revert "Remove Mac.LanguageServices.Razor from package artifacts."
This reverts commit 785f81916a.
2017-10-02 15:43:51 -07:00
Justin Kotalik c93cfd0375 Add Microsoft.AspNetCore.Server.IIS to package artifacts (#572) 2017-10-02 15:05:31 -07:00
Nate McMaster 197d2f5633 Fix KOREBUILD_REPOSITORY_EXCLUDE 2017-10-02 10:30:14 -07:00
Nate McMaster 7ee6b5db9e Skip coherence checks on test-only builds 2017-10-02 09:50:55 -07:00
N. Taylor Mullen 785f81916a Remove Mac.LanguageServices.Razor from package artifacts. 2017-09-29 19:13:32 -07:00
N. Taylor Mullen 9bf6fe233f Add Mono.Addins to lineup. 2017-09-29 17:37:23 -07:00
N. Taylor Mullen 7ccd7ce108 Add VisualStudio.Mac assemblies.
- Added `Microsoft.VisualStudio.Editor.Razor` to `artifacts.props`.
- Added `Microsoft.VisualStudio.Mac.LanguageServices.Razor` to `artifacts.props`.

aspnet/Razor#1690
aspnet/Razor#1696
2017-09-29 16:27:26 -07:00
Nate McMaster 6045eff343 Push NPM packages 2017-09-29 14:34:57 -07:00
Nate McMaster 4ecafc0afd Update AspNetCoreModule to 1.0.0-pre-10134 2017-09-29 14:23:57 -07:00