Nate McMaster
a57ed95fd3
Fix errors connecting to github from powershell and TLS1.2 in test scripts
2018-08-31 11:20:58 -07:00
Ryan Brandenburg
115398ea8b
Tag builds in release/2.2 ( #1361 )
...
* Add a script for tagging TeamCity builds
* chmod +x
2018-08-30 13:36:01 -07:00
Nate McMaster
12e2d30f6b
Publish .jar files to ProdCon output
2018-08-22 19:08:17 -07:00
Nate McMaster
b67a141263
Add code for building the Windows Hosting Bundle and ASP.NET Core runtime installers into this repo
...
This code previously was in private repos because it had references to internal locations and drop shares. This code has been modified to remove these internal-only pieces.
2018-08-20 15:56:22 -07:00
Nate McMaster
2e96271e69
Merge branch 'release/2.1' into release/2.2
2018-07-25 09:29:48 -07:00
Nate McMaster
e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
...
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:
* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)
While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.
* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)
This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.
Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -07:00
Nate McMaster
9ad9ada9ea
Pin to the latest stable 2.1.x corefx packages
2018-07-09 18:16:57 -07:00
Nate McMaster
9276602279
Merge branch 'release/2.1' into release/2.2
2018-07-06 13:43:43 -07:00
Nate McMaster
d7721fdff4
Merge branch 'release/2.0' into release/2.1
2018-07-05 20:12:24 -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
93f2e99d40
Fix for uploading blobs to private Azure blob containers
2018-06-14 09:34:07 -07:00
Nate McMaster
aa91b802f9
Add script used to deploy blobs to Azure storage
2018-06-13 14:26:46 -07:00
Nate McMaster
e4e3551a1e
Prepare 2.1.2 patch
2018-06-12 15:18:36 -07:00
Nate McMaster
451c7036a6
Merge branch 'release/2.1' into dev
2018-06-04 13:05:46 -07:00
Nate McMaster
a7194f0a6e
Merge branch 'release/2.0' into release/2.1
2018-06-04 10:35:13 -07:00
Nate McMaster
704ad8086d
Update description of script [ci skip]
2018-06-04 10:34:22 -07:00
Nate McMaster
c2a267b085
Update branch name and description of dotnet-maestro-bot prs
2018-06-03 20:41:59 -07:00
Nate McMaster
c98b2d1089
Allow specifying commit message for auto-generated commits
2018-06-03 20:40:21 -07:00
Nate McMaster
ca4e81b975
Merge branch 'release/2.0' into release/2.1
2018-06-01 17:08:08 -07:00
Nate McMaster
6cf45a4f8a
Prepare the 2.1.1 patch
2018-05-23 15:38:16 -07:00
Nate McMaster
d133185a78
Updating submodule(s)
...
Templating => 72e29bfd1c51792e041b6b055e7f636bfc4fb813
[auto-updated: submodules]
2018-05-23 11:30:56 -07:00
Nate McMaster
32a80bef78
Merge branch 'release/2.1' into dev
2018-05-08 21:52:55 -07:00
Nate McMaster
7bd10b41ba
Fix #1145 - set commit author and email
2018-05-08 21:37:20 -07:00
Pavel Krymets
b4b85fa841
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-05-04 09:49:06 -07:00
Nate McMaster
6ea43cb951
Backport fixes to maestro-bot scripts
2018-05-03 19:25:11 -07:00
Ryan Brandenburg
66d3de5142
Fix Hub location
2018-04-25 11:46:45 -07:00
Nate McMaster
a375ac31a4
Update to .NET Core 2.2.0-preview1-26425-02
2018-04-25 08:46:39 -07:00
Ryan Brandenburg
76ff1dc5cd
Use fork of universe
2018-04-24 12:46:52 -07:00
Ryan Brandenburg
3ce1b4d1d5
UpdateDeps to match maestro ( #1105 )
2018-04-24 08:33:44 -07:00
Ryan Brandenburg
e08d7fe9c3
UpdateDeps to match maestro ( #1105 )
2018-04-24 08:27:21 -07:00
Nate McMaster
961bf7f272
Merge branch release/2.1 into dev
2018-04-23 17:43:22 -07:00
Ryan Brandenburg
eaefd0be14
Update UpdateDeps script
2018-04-20 14:36:21 -07:00
Nate McMaster
5d96a48638
Prepare 2.0.8 patch
2018-04-17 15:37:06 -07:00
Ryan Brandenburg
9f6531b547
Fix script target
2018-04-17 12:26:08 -07:00
Nate McMaster
d44982b166
Update GenerateTags.ps1 script
2018-04-17 09:08:47 -07:00
Ryan Brandenburg
f3e599649b
Use token instead of ssh
2018-04-13 13:54:19 -07:00
Nate McMaster
c872502ef1
Minor tweaks to update scripts
2018-04-13 10:55:33 -07:00
Ryan Brandenburg
a5b8be2ad3
Update UpdateDependencies script
2018-04-11 12:49:04 -07:00
Nate McMaster
8e261175d2
Generate a .csv file containing tag information
2018-04-10 10:03:31 -07:00
Ryan Brandenburg
428e470e83
Fix UpdateDependencies script for maestro
2018-03-27 11:58:06 -07:00
Nate McMaster
027a6588f9
Backport scripts from dev used to generate tags on repos
2018-03-13 18:09:00 -07:00
Ryan Brandenburg
a686b8ed36
UpdateRepos.ps1 get latest of branch
2018-03-09 14:38:15 -08:00
Nate McMaster
09f84fbf29
Updating submodule(s)
...
Antiforgery => d53db529fc
AuthSamples => 1075daf2d5
AzureIntegration => c77d4d8be6
BasicMiddleware => daa40cea43
BrowserLink => 59f89af9c08f69182f06b24e38337a515c7702d0
Caching => 11d7a550f645d1beeea1d29a8805efbe1d64e582
Common => 62018e351c9bed107075d0139b551fb086f9693d
Configuration => fdd8b2a0d02fc9f358d6f00514b7534f5f4b7a0a
CORS => e78144fea7
DataProtection => 8a42c24f46
DependencyInjection => ee6811d447a22ef47f3fa233e6b62c7f9c396a78
Diagnostics => a18c2b69d2
DotNetTools => abd4d62a80
EventNotification => 75c0f83626f36076930a27737e027f5189d7a821
FileSystem => 795a4fc6274d25190839bb5e8d009f8ff7958fea
Hosting => 983d0e530a
HtmlAbstractions => d5e6c6a81e
HttpAbstractions => fbbbb16305
HttpClientFactory => 906728390a89ba794447ca4afae8cde83acbbd2b
HttpSysServer => 80345b7f8f
IISIntegration => 77c5d2a971
JavaScriptServices => 67560266ab
JsonPatch => 1f29add119
KestrelHttpServer => f52771d0e9
Localization => c6e9b15905
Logging => 3dbf8957188335f0b8d41191b54365b0c4e4b466
MetaPackages => ef54dad3a3
Microsoft.Data.Sqlite => a8f4829bd6fe07b13563684b98bd3aabb3f767ba
MusicStore => 6516c5918e
Mvc => 68deb40719
MvcPrecompilation => 68cef635b5
Options => 33ba5e221ab482d4a60e361d6e5333628645a438
Proxy => 5e307635a69f3c8ddf76781967287f27b5693334
ResponseCaching => 673e7f5500
Routing => 1c114d9151
Scaffolding => 804a6e74f49e26d8171ab9efefcd8f794da1ea2d
Security => 41bcbd5f0b
ServerTests => 27fe94aca4
Session => c1962bae88
SignalR => 4a4efe0f39
StaticFiles => 6886061460
Templating => d682c971b7
Testing => a01d132f743a8143ddfca88999da9f36b1f84d05
WebHooks => a1dc02c849baee37d205ccc502ddb5ac350cc6a2
WebSockets => e879cf7a57
[auto-updated: submodules]
2018-03-08 16:13:26 -08:00
Ryan Brandenburg
0cd555ca51
Adapt update dependencies script to maestro
2018-02-28 15:12:01 -08:00
Nate McMaster
4dc2c17f04
Add script for setting and pushing tags ( #919 )
2018-02-26 16:32:02 -08:00
Ryan Brandenburg
12f7a0367d
Fail script when push to repo fails
2018-02-21 15:32:16 -08:00
Nate McMaster
a1916c8ea1
Merge branch 'release/2.1' into dev
2018-02-16 15:54:28 -08:00
Nate McMaster
6a47e39215
Update dependencies to prodcon build 20180216-05
2018-02-16 15:42:55 -08:00
Nate McMaster
e691822d2b
Merge branch 'release/2.1' into dev
2018-02-14 15:18:12 -08:00
Nate McMaster
fec15b8246
Split dependency versions into pinned vs automatically updated/overridden ( #879 )
2018-02-14 14:11:16 -08:00