author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
455,744
23.09.2019 18:33:09
25,200
efce75868e12408d999a4bc33cb0c1c1bec405fa
IconUrl deprecation message. * IconUrl deprecation message. Tests.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<DependentUpon>201906262145129_EmbeddedIconFlag.cs</DependentUpon>\n</Compile>\n<Compile Include=\"Services\\ConfigurationIconFileProvider.cs\" />\n+ <Compile I...
C#
Apache License 2.0
nuget/nugetgallery
IconUrl deprecation message. (#7556) * IconUrl deprecation message. Tests.
455,759
26.09.2019 08:48:40
-7,200
d199584d61d92757081f2f4be3fe39d6aa65860d
Upgrade to AppInsights v2.10
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "new_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"Microsoft.ApplicationInsights\">\n- <Ve...
C#
Apache License 2.0
nuget/nugetgallery
Upgrade to AppInsights v2.10 (#7499)
455,736
23.09.2019 09:13:51
25,200
a37e81fa365671b7aeac77620b47f521d11d271f
Batch sign the binaries Progress on
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "-nuget.exe\n*.ide\n*.results.xml\n@@ -26,10 +25,9 @@ x64/\n# Files created and used by our build scripts\nbuild/\ntools/\n-.nuget/CredentialProviderBundle.zip\n-.nuget/CredentialProvider.VSS.exe\n-.nuget/EULA_Mic...
C#
Apache License 2.0
nuget/nugetgallery
Batch sign the binaries (#7581) Progress on https://github.com/NuGet/Engineering/issues/1821
455,759
02.10.2019 19:05:29
-7,200
872e05f3958a4fb1a2551ca0e52bbd691b77404d
Fix AI request telemetry
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ApplicationInsights.config", "new_path": "src/NuGetGallery/ApplicationInsights.config", "diff": "Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.\n-->\n- <TelemetryProcessors>\n- <Add ...
C#
Apache License 2.0
nuget/nugetgallery
Fix AI request telemetry (#7599)
455,759
02.10.2019 19:06:22
-7,200
665c759cd739252134c654e920c1ac6a5aecff72
Re-align AppInsights with dev branch
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "new_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"Microsoft.ApplicationInsights\">\n- <Ve...
C#
Apache License 2.0
nuget/nugetgallery
Re-align AppInsights with dev branch (#7600)
455,759
03.10.2019 09:56:35
-7,200
d5699f170ca2c28110fae4b82420e995ca974ea7
Handle RequestTelemetry.Url == null (AI intermediate requests)
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Telemetry/ClientTelemetryPIIProcessor.cs", "new_path": "src/NuGetGallery/Telemetry/ClientTelemetryPIIProcessor.cs", "diff": "@@ -28,13 +28,20 @@ public void Process(ITelemetry item)\nprivate void ModifyItem(ITelemetry item)\n{\nvar requestTele...
C#
Apache License 2.0
nuget/nugetgallery
Handle RequestTelemetry.Url == null (AI intermediate requests) (#7603)
455,770
04.10.2019 10:50:27
25,200
8a1b7356e4d1b3c4db831f38587db1eb99b996b0
Replacing enum StorageType with static class of constants by the same name.
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/Configuration/GalleryConfiguration.cs", "new_path": "src/AccountDeleter/Configuration/GalleryConfiguration.cs", "diff": "@@ -48,7 +48,7 @@ public string SiteRoot\npublic bool FeedOnlyMode { get => throw new NotImplementedException(); set => ...
C#
Apache License 2.0
nuget/nugetgallery
Replacing enum StorageType with static class of constants by the same name. (#7602)
455,747
05.10.2019 23:41:29
25,200
5c21a41506ea6e088eb4742b8b58047e5b94b819
[Hotfix] Fix AAD login issues for some tenants.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "new_path": "src/NuGetGallery.Services/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs", "diff": "@@ -184,...
C#
Apache License 2.0
nuget/nugetgallery
[Hotfix] Fix AAD login issues for some tenants. (#7606)
455,744
08.10.2019 10:56:58
25,200
dc1cad435f5dec2fb5f53c6fb204e004ac8e8c54
Fix for iconUrl deprecation message appearing for packages without any icon.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageUploadService.cs", "new_path": "src/NuGetGallery/Services/PackageUploadService.cs", "diff": "@@ -350,7 +350,7 @@ private async Task<PackageValidationResult> CheckIconMetadataAsync(PackageArchiv\nif (iconElement == null)\n{\n- i...
C#
Apache License 2.0
nuget/nugetgallery
Fix for iconUrl deprecation message appearing for packages without any icon. (#7608)
455,736
09.10.2019 16:32:07
25,200
b93ae1ce43fa2f190cf8e4cc61f5b18cbf008a65
Display instead of for user certificates Address
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -324,6 +324,10 @@ img.reserved-indicator-icon {\n.breadcrumb-menu h1 {\nmargin-top: 0px;\n}\n+.page-account-settings .small-fingerprint,\n+.page-...
C#
Apache License 2.0
nuget/nugetgallery
Display SHA-256 instead of SHA-1 for user certificates (#7614) Address https://github.com/NuGet/Engineering/issues/2758
455,776
11.10.2019 15:43:42
25,200
6a035d5bc11c70ef48dd97d15e6b6d6b8add43cd
Add nuget.org and nugettest.org to the HTTP URL rewrite list
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Extensions/UriExtensions.cs", "new_path": "src/NuGetGallery.Services/Extensions/UriExtensions.cs", "diff": "@@ -38,7 +38,11 @@ public static bool IsGitProtocol(this Uri uri)\npublic static bool IsDomainWithHttpsSupport(this Uri uri)\n...
C#
Apache License 2.0
nuget/nugetgallery
Add nuget.org and nugettest.org to the HTTP URL rewrite list (#7624)
455,759
02.10.2019 15:12:07
-7,200
e39061bd73dbb945d609ab5c4076d14f3e4b2613
Add heartbeats support
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>\n<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n- <PackageRefer...
C#
Apache License 2.0
nuget/nugetgallery
Add heartbeats support
455,737
21.10.2019 13:10:30
25,200
279a68b4e6f7b6adb30f6561f05553153f0da9ee
Update to real jobs.common packages
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation.Common.Job\">\n- <Version>4.3.0-ryuyu-upd...
C#
Apache License 2.0
nuget/nugetgallery
Update to real jobs.common packages (#7636)
455,736
21.10.2019 09:40:33
25,200
b83e497a96278ee508f6a8b9078a35b9f5a3c344
Add better messaging when SxS page is disabled Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ExperimentsController.cs", "new_path": "src/NuGetGallery/Controllers/ExperimentsController.cs", "diff": "@@ -27,7 +27,7 @@ public async Task<ActionResult> SearchSideBySide(string q = null)\nvar currentUser = GetCurrentUser();\nif (...
C#
Apache License 2.0
nuget/nugetgallery
Add better messaging when SxS page is disabled (#7639) Address https://github.com/NuGet/NuGetGallery/issues/7638
455,747
28.10.2019 17:06:28
25,200
02795c60dca8d450234e6aaa29519f57e3861cc4
[MSA] Audit the external credential for attempted login in Gallery
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/AuditedUserAction.cs", "new_path": "src/NuGetGallery.Core/Auditing/AuditedUserAction.cs", "diff": "@@ -23,6 +23,7 @@ public enum AuditedUserAction\nRemoveOrganizationMember,\nUpdateOrganizationMember,\nEnabledMultiFactorAuthentic...
C#
Apache License 2.0
nuget/nugetgallery
[MSA] Audit the external credential for attempted login in Gallery (#7645)
455,776
31.10.2019 09:30:07
25,200
13fd9d31bc96767df1ef3bbd710148883e84383d
Add vulnerabilities entities
[ { "change_type": "MODIFY", "old_path": "src/NuGet.Services.Entities/Constants.cs", "new_path": "src/NuGet.Services.Entities/Constants.cs", "diff": "@@ -7,5 +7,6 @@ public static class Constants\n{\npublic const string AdminRoleName = \"Admins\";\npublic const int MaxPackageIdLength = 128;\n+ public ...
C#
Apache License 2.0
nuget/nugetgallery
Add vulnerabilities entities (#7660)
455,776
31.10.2019 10:43:45
25,200
c4752b82e50924bc9d8053c56ede0a58a4a3da97
Add PackageVulnerabilityService
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "new_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "diff": "<Compile Include=\"PackageManagement\\IPackageOwnershipManagementService.cs\" />\n<Compile Include=\"PackageManagement\\IPac...
C#
Apache License 2.0
nuget/nugetgallery
Add PackageVulnerabilityService (#7661)
455,736
01.11.2019 14:22:02
25,200
7300656b7ef3953572687f4edce02fcccf34d57f
Add storage abstractions for list and snapshots
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Compile Include=\"NuGetVersionExtensions.cs\" />\n<Compile Include=\"SemVerLevelKey.cs\" />\n<Compile Include=\"Services\\AccessConditionWr...
C#
Apache License 2.0
nuget/nugetgallery
Add storage abstractions for list and snapshots (#7670)
455,776
04.11.2019 15:22:40
28,800
d1f5ae0a8cf07754bfcf159c3e7cdb7f95f19d19
Fix nuspec for GitHubVulnerabilities2Db
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/GitHubVulnerabilities2Db.nuspec", "new_path": "src/GitHubVulnerabilities2Db/GitHubVulnerabilities2Db.nuspec", "diff": "<copyright>Copyright .NET Foundation</copyright>\n</metadata>\n<files>\n- <file src=\"bin\\$configuration$\\*.*\...
C#
Apache License 2.0
nuget/nugetgallery
Fix nuspec for GitHubVulnerabilities2Db (#7673)
455,776
06.11.2019 11:12:23
28,800
08f8ecf2f76cffbdac4a1d581d5b2a1e9fa922d5
Manage Package page forms should link back to the Manage page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ManageDeprecationJsonApiController.cs", "new_path": "src/NuGetGallery/Controllers/ManageDeprecationJsonApiController.cs", "diff": "@@ -53,6 +53,13 @@ public virtual JsonResult GetAlternatePackageVersions(string id)\nreturn Json(err...
C#
Apache License 2.0
nuget/nugetgallery
Manage Package page forms should link back to the Manage page (#7678)
455,776
11.11.2019 12:45:58
28,800
e9ab0ddc8332bef25fbca8817454ec6d4c036bca
Newly pushed packages that are vulnerable should be marked vulnerable on upload/push
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "new_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "diff": "@@ -467,6 +467,9 @@ protected override void OnModelCreating(DbModelBuilder modelBuilder)\n.HasMany(pv => pv.Packages)\n.WithMany(p => ...
C#
Apache License 2.0
nuget/nugetgallery
Newly pushed packages that are vulnerable should be marked vulnerable on upload/push (#7679)
455,776
12.11.2019 13:57:30
28,800
e89c40983f0617f8dc9133c93a9b9779533e5dc5
Allow admins to see users' MFA setting on profile page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/UserProfileModel.cs", "new_path": "src/NuGetGallery/ViewModels/UserProfileModel.cs", "diff": "@@ -16,6 +16,7 @@ public UserProfileModel(User user, User currentUser, List<ListPackageItemViewMod\nUsername = user.Username;\nEmailAddres...
C#
Apache License 2.0
nuget/nugetgallery
Allow admins to see users' MFA setting on profile page (#7692)
455,776
14.11.2019 16:31:41
28,800
7d1f3ca6badc4445868ad74785f50abbf8e2e469
Ingest first patched version of security vulnerabilities from the GitHub API
[ { "change_type": "MODIFY", "old_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "new_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<PackageReference Include=\"EntityFramework\">\n- <Version>6.3.0</Version>\n+ <Version>6.4.0-...
C#
Apache License 2.0
nuget/nugetgallery
Ingest first patched version of security vulnerabilities from the GitHub API (#7686)
455,736
19.11.2019 14:19:04
28,800
9a2d0bef771a0dbd11fe454cad3399f2c4527aac
Use ef6.exe instead of migrate.exe This addresses a breaking change introduced in 6.3.0 which eliminates migrate.exe and replaces it with ef6.exe. Discover the version from the .csproj instead of hard-coding it. Fix some "Nuget" cases and made them "NuGet". Address Migration details available here:
[ { "change_type": "MODIFY", "old_path": "test.ps1", "new_path": "test.ps1", "diff": "@@ -38,6 +38,9 @@ Function Run-Tests {\n& $xUnitExe (Join-Path $PSScriptRoot $Test) -xml \"Results.$TestCount.xml\"\n$TestCount++\n}\n+\n+ Write-Host \"Ensuring the EntityFramework version can be discovered.\"\n+ . (...
C#
Apache License 2.0
nuget/nugetgallery
Use ef6.exe instead of migrate.exe (#7711) This addresses a breaking change introduced in 6.3.0 which eliminates migrate.exe and replaces it with ef6.exe. Discover the version from the .csproj instead of hard-coding it. Fix some "Nuget" cases and made them "NuGet". Address https://github.com/NuGet/NuGetGallery/issues/7699 Migration details available here: https://github.com/aspnet/EntityFramework.Docs/issues/1740#issuecomment-557204757
455,744
22.11.2019 15:38:45
28,800
c87374c7a07037fa3a29273e4024310c38508f53
Dropped the `DiagnosticMonitorTraceListener` usage.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/AppActivator.cs", "new_path": "src/NuGetGallery/App_Start/AppActivator.cs", "diff": "using System.Web.Routing;\nusing System.Web.UI;\nusing Elmah;\n-using Microsoft.WindowsAzure.Diagnostics;\nusing Microsoft.WindowsAzure.ServiceRunti...
C#
Apache License 2.0
nuget/nugetgallery
Dropped the `DiagnosticMonitorTraceListener` usage. (#7709)
455,736
03.12.2019 11:43:07
28,800
a79a30b3804b741b49ec70131bd1d9d63e8cb5d8
Removed unused TrustedHttpsCertificates since it is no longer used
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/GalleryConfiguration.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/GalleryConfiguration.cs", "diff": "@@ -25,8 +25,6 @@ public class GalleryConfiguration\n[JsonProperty]\npublic string EmailServerHost { get; ...
C#
Apache License 2.0
nuget/nugetgallery
Removed unused TrustedHttpsCertificates since it is no longer used (#7724)
455,736
04.12.2019 09:46:22
28,800
e7ebfbd44f93eff3a6aab7a871f33a1c63950381
Fix null reference exception when GitHub usage is not yet initialized Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Storage/ContentObjectService.cs", "new_path": "src/NuGetGallery.Services/Storage/ContentObjectService.cs", "diff": "@@ -23,6 +23,7 @@ public ContentObjectService(IContentService contentService)\nCertificatesConfiguration = new Certifi...
C#
Apache License 2.0
nuget/nugetgallery
Fix null reference exception when GitHub usage is not yet initialized (#7727) Address https://github.com/NuGet/NuGetGallery/issues/7726
455,736
04.12.2019 11:27:22
28,800
39b34b916b505f4eb662dc78fb63bd2c99f9a0c7
Only check "is indexed" for a day Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -51,6 +51,11 @@ public partial class PackagesController\n/// </remarks>\ninternal const int MaxAllowedLicenseLengthForDisplaying ...
C#
Apache License 2.0
nuget/nugetgallery
Only check "is indexed" for a day (#7729) Address https://github.com/NuGet/NuGetGallery/issues/7716
455,736
05.12.2019 09:26:40
28,800
ecc99ffe85d74269fcdceb956d247615cb199639
[Hotfix] Align NuGet.Jobs and ServerCommon dependencies to 2.60.0
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation.Common.Job\">\n- <Version>4.3.0-dev-31599...
C#
Apache License 2.0
nuget/nugetgallery
[Hotfix] Align NuGet.Jobs and ServerCommon dependencies to 2.60.0 (#7731)
455,736
09.12.2019 12:24:47
28,800
c60db2f15660de0b9a9339d574897069556da345
[Hotfix] Revert to ServerCommon 2.58.0 Address
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation.Common.Job\">\n- <Version>4.3.0-dev-32975...
C#
Apache License 2.0
nuget/nugetgallery
[Hotfix] Revert to ServerCommon 2.58.0 (#7750) Address https://github.com/NuGet/NuGetGallery/issues/7747
455,747
10.12.2019 12:30:25
28,800
3bcb7d001019b10a1f83513afaec1bf3d52de027
[MSA] Redirect to home page for enabling 2FA
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "new_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "diff": "@@ -612,7 +612,7 @@ public virtual async Task<ActionResult> LinkExternalAccount(string returnUrl, st\nif (!currentUser.E...
C#
Apache License 2.0
nuget/nugetgallery
[MSA] Redirect to home page for enabling 2FA (#7758)
455,759
03.12.2019 12:10:57
-3,600
6ae47ca94e83cee9907e8314bbf79f4fe844c171
Guard against unexpected data integrity violation from GH API.
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Ingest/AdvisoryIngestor.cs", "new_path": "src/GitHubVulnerabilities2Db/Ingest/AdvisoryIngestor.cs", "diff": "@@ -28,6 +28,13 @@ public async Task IngestAsync(IReadOnlyList<SecurityAdvisory> advisories)\n{\nforeach (var advisory in ...
C#
Apache License 2.0
nuget/nugetgallery
Guard against unexpected data integrity violation from GH API.
455,736
18.12.2019 14:02:04
28,800
8377465d9ad05c907b1f9e5f17ad4a8096587ca4
Fix two package type related bugs Clear previous package types during reflow: Reject invalid package type names:
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "new_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "diff": "@@ -19,7 +19,7 @@ namespace NuGetGallery {\n// class via a tool like ResGen or Visual Studio.\n// To add or remove a member, edit your .ResX f...
C#
Apache License 2.0
nuget/nugetgallery
Fix two package type related bugs (#7782) Clear previous package types during reflow: https://github.com/NuGet/NuGetGallery/issues/7780 Reject invalid package type names: https://github.com/NuGet/NuGetGallery/issues/7766
455,756
30.12.2019 11:28:21
28,800
f4e8334447bc3816a06dbb76cf7a834ce95e2dff
Fix typo of emails
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Infrastructure/Mail/Messages/CredentialRevokedMessage.cs", "new_path": "src/NuGetGallery.Core/Infrastructure/Mail/Messages/CredentialRevokedMessage.cs", "diff": "@@ -52,7 +52,7 @@ protected override string GetMarkdownBody()\n{\nvar body =...
C#
Apache License 2.0
nuget/nugetgallery
Fix typo of emails (#7793)
455,781
08.01.2020 14:50:29
28,800
70bd1cccab34386e4831986d400298f652d66319
use Json.Encode to avoid js injection
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Manage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Manage.cshtml", "diff": "// Set up documentation section\nvar readMeModel = {\n\"Versions\": @Html.Raw(JsonConvert.SerializeObject(Model.VersionReadMeStateDictionary))...
C#
Apache License 2.0
nuget/nugetgallery
use Json.Encode to avoid js injection
455,744
08.01.2020 17:07:16
28,800
5267c95ee808fb5633f0f0569cb082401ca33378
Build extensions targets file for build pipelines.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "</PropertyGroup>\n<Import Project=\"$(SignPath)\\sign.targets\" Condition=\"Exists('$(SignPath)\\sign.targets')\" />\n<Import Project=\"$(SignPath)\\sign.microb...
C#
Apache License 2.0
nuget/nugetgallery
Build extensions targets file for build pipelines. (#7770)
455,744
09.01.2020 15:02:15
28,800
6dc57effd8c2cd3c63014284c3db958ff201e983
Functional test script update to wait for the service to start up after the deployment
[ { "change_type": "MODIFY", "old_path": "tests/Scripts/RunTestScripts.ps1", "new_path": "tests/Scripts/RunTestScripts.ps1", "diff": "@@ -13,6 +13,56 @@ Write-Host $fullDivider\n$failedTests = New-Object System.Collections.ArrayList\n+Function Wait-ForServiceStart($MaxWaitSeconds) {\n+ $configurationF...
C#
Apache License 2.0
nuget/nugetgallery
Functional test script update to wait for the service to start up after the deployment (#7799)
455,744
09.01.2020 16:24:50
28,800
c59ced8e63dba5fb645b4e53a131bd65eafe95e5
Minor app service related changes
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "new_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "diff": "using System.ComponentModel;\nusing System.ComponentModel.DataAnnotations;\nusing System.Configuration;\n+...
C#
Apache License 2.0
nuget/nugetgallery
Minor app service related changes (#7803)
455,747
14.01.2020 12:13:11
28,800
5d2380b2f2d9d35418074f2db2d98e9c1b27e2b0
Add ussc preview to functional tests validation
[ { "change_type": "MODIFY", "old_path": "tests/Scripts/Import-Configuration.ps1", "new_path": "tests/Scripts/Import-Configuration.ps1", "diff": "@@ -7,7 +7,7 @@ param (\n[Parameter(Mandatory=$true)][string]$Branch = \"master\",\n[Parameter(Mandatory=$true)][ValidateSet(\"production\", \"staging\")][s...
C#
Apache License 2.0
nuget/nugetgallery
Add ussc preview to functional tests validation (#7804)
455,759
16.01.2020 10:00:21
-3,600
c676fb6df6f76bb714832fd815bf23981623d45e
Upgrade ServerCommon and NuGet.Jobs dependencies to latest
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation.Common.Job\">\n- <Version>4.3.0-dev-33416...
C#
Apache License 2.0
nuget/nugetgallery
Upgrade ServerCommon and NuGet.Jobs dependencies to latest (#7807)
455,772
21.01.2020 19:24:53
18,000
8680f654ec6f9264929648a7fa01f4daf3af7fd4
Reject packages with duplicate dependency groups
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/PackageHelper.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/PackageHelper.cs", "diff": "@@ -171,6 +171,12 @@ public static void ValidateNuGetPackageMetadata(PackageMetadata packageMetadata)\n{\nthrow ...
C#
Apache License 2.0
nuget/nugetgallery
Reject packages with duplicate dependency groups (#7814)
455,736
05.02.2020 17:06:46
28,800
b876c52811035c4d4712e5058f71dd860b00c176
Block versions that NuGet pack does not allow Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "new_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "diff": "@@ -195,6 +195,15 @@ public class CoreStrings {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar to The package manifest cont...
C#
Apache License 2.0
nuget/nugetgallery
Block versions that NuGet pack does not allow (#7838) Address https://github.com/NuGet/NuGetGallery/issues/4973
455,736
05.02.2020 14:15:30
28,800
0799e8cd4a3769388b5eb0dd40ba72da10c51efc
Remove the SemVer 2.0.0 warnings from push and display packages Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/ServicesStrings.Designer.cs", "new_path": "src/NuGetGallery.Services/ServicesStrings.Designer.cs", "diff": "@@ -2958,15 +2958,6 @@ public class ServicesStrings {\n}\n}\n- /// <summary>\n- /// Looks up a localized string similar to Thi...
C#
Apache License 2.0
nuget/nugetgallery
Remove the SemVer 2.0.0 warnings from push and display packages (#7837) Address https://github.com/NuGet/NuGetGallery/issues/7836
455,736
06.02.2020 14:03:04
28,800
7ef040b3493efd273354e1e1b20386db142bf958
Enable using managed identities for KeyVault Progress on
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation.Common.Job\">\n- <Version>4.3.0-dev-33835...
C#
Apache License 2.0
nuget/nugetgallery
Enable using managed identities for KeyVault (#7840) Progress on https://github.com/NuGet/Engineering/issues/2970
455,747
10.02.2020 16:12:11
28,800
b18a543faa3c7603d2e2a864ae241ad1e8612bc7
Nit fix to add empty config for managed identity
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/App.config", "new_path": "src/GalleryTools/App.config", "diff": "<!-- KeyVault configuration to fetch secrets. -->\n<add key=\"KeyVault.VaultName\" value=\"\"/>\n+ <add key=\"KeyVault.UseManagedIdentity\" value=\"\"/>\n<add key=\"KeyVault.Clie...
C#
Apache License 2.0
nuget/nugetgallery
Nit fix to add empty config for managed identity (#7841)
455,736
13.02.2020 13:58:30
28,800
778cb52e20d8d0c0c89165fbe4a3af95d17d83b3
Sign Owin.dll
[ { "change_type": "MODIFY", "old_path": "sign.thirdparty.props", "new_path": "sign.thirdparty.props", "diff": "<ThirdPartyBinaries Include=\"Microsoft.CookieCompliance.dll\" />\n<ThirdPartyBinaries Include=\"Microsoft.CookieCompliance.NetStd.dll\" />\n<ThirdPartyBinaries Include=\"Newtonsoft.Json.dll...
C#
Apache License 2.0
nuget/nugetgallery
Sign Owin.dll (#7845)
455,744
13.02.2020 19:23:35
28,800
f75e20299af1d9ed8e778a3fd988809d62da2521
Removed some hot path logs * Removed logging in hot path. Fixed the ResilientSearchHttpClient constructor exceptions. * Build fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -1138,7 +1138,6 @@ private static List<(string name, Uri searchUri)> GetPreviewSearchClientsFromCon\nreturn new Resilie...
C#
Apache License 2.0
nuget/nugetgallery
Removed some hot path logs (#7846) * Removed logging in hot path. Fixed the ResilientSearchHttpClient constructor exceptions. * Build fix
455,747
21.02.2020 14:37:41
28,800
2a8ab4b70c7fdcae9ffd637192515b40e02d78f0
[HOTFIX] Fix GalleryAccount deleter job DI issue
[ { "change_type": "MODIFY", "old_path": "sign.thirdparty.props", "new_path": "sign.thirdparty.props", "diff": "<ThirdPartyBinaries Include=\"Microsoft.CookieCompliance.dll\" />\n<ThirdPartyBinaries Include=\"Microsoft.CookieCompliance.NetStd.dll\" />\n<ThirdPartyBinaries Include=\"Newtonsoft.Json.dll...
C#
Apache License 2.0
nuget/nugetgallery
[HOTFIX] Fix GalleryAccount deleter job DI issue (#7851)
455,736
27.02.2020 16:42:21
28,800
9dab14db4e8d65e743f07c8e7da74c0108a01141
Initialize cookie compliance service during startup Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "using System.Net.Http;\nusing System.Net.Mail;\nusing System.Security.Principal;\n+using System.Threading;\nusing System.T...
C#
Apache License 2.0
nuget/nugetgallery
Initialize cookie compliance service during startup (#7856) Progress on https://github.com/NuGet/Engineering/issues/2980
455,756
03.03.2020 18:14:12
28,800
891af3544dfecceadbf6088d2e9bcaf82bd6e1b1
Trigger the active update of SQL certificates
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "new_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "diff": "@@ -31,6 +31,11 @@ public class ConfigurationService : IGalleryConfigurationService\nprivate readonly Lazy...
C#
Apache License 2.0
nuget/nugetgallery
Trigger the active update of SQL certificates
455,756
04.03.2020 22:17:14
28,800
d855bce6772b4d747fe92ecb8126a0b790deb628
Update server common dependencies
[ { "change_type": "MODIFY", "old_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "new_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation\">\n- <Ve...
C#
Apache License 2.0
nuget/nugetgallery
Update server common dependencies (#7860)
455,736
04.03.2020 16:46:50
28,800
779ef3f637a222e046cba030930cdcabe89c77cb
Reject broken ZIPs on API push with better message Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -549,7 +549,21 @@ private async Task<ActionResult> CreatePackageInternal()\nStrings.PackageEntryFromTheFuture,\nentryInTheFuture.Name));\n}...
C#
Apache License 2.0
nuget/nugetgallery
Reject broken ZIPs on API push with better message (#7859) Address https://github.com/NuGet/Engineering/issues/3046
455,736
05.03.2020 11:35:21
28,800
99784abd06c683a9be9c3f31a049e1d2e4f49f66
Populate MEF container to allow early initialization Related to
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Providers/RuntimeServiceProvider.cs", "new_path": "src/NuGetGallery.Services/Providers/RuntimeServiceProvider.cs", "diff": "using System;\nusing System.Collections.Generic;\n+using System.ComponentModel.Composition;\nusing System.Comp...
C#
Apache License 2.0
nuget/nugetgallery
Populate MEF container to allow early initialization (#7862) Related to https://github.com/NuGet/Engineering/issues/2980
455,736
10.03.2020 10:34:29
25,200
ec483fa73d2cd0651254aa3ca0e116677ecf9aa1
Support KeyVault secrets in functional test configuration Move to PackageReference and .NET 4.7.2 Progress on
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/GalleryConfiguration.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/GalleryConfiguration.cs", "diff": "// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license informa...
C#
Apache License 2.0
nuget/nugetgallery
Support KeyVault secrets in functional test configuration (#7865) Move to PackageReference and .NET 4.7.2 Progress on https://github.com/NuGet/Engineering/issues/3060
455,736
11.03.2020 18:13:50
25,200
2afaf673619c369ac20526ecb4125be6371c4448
Add KnownOperation telemetry and add more configuration to DI Progress on
[ { "change_type": "MODIFY", "old_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "new_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Validation\">\n- <Ve...
C#
Apache License 2.0
nuget/nugetgallery
Add KnownOperation telemetry and add more configuration to DI (#7867) Progress on https://github.com/NuGet/Engineering/issues/3020
455,736
20.03.2020 09:37:54
25,200
a59722d64306b497d07f63e85a078a634c69cec6
Add missing binding redirects This helps with addressing Component Governance issues.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "</system.diagnostics>\n<runtime>\n<assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n- <dependentAssembly>\n- <assemblyIdentity name=\"Microsoft.IdentityModel.Clients....
C#
Apache License 2.0
nuget/nugetgallery
Add missing binding redirects (#7894) This helps with addressing Component Governance issues.
455,744
23.03.2020 14:47:38
25,200
00362bbf5878e4074e90489f15bd78cd1cf4b38c
Updated MaxSupportedMinClientVersion to match the client version about to be published.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/GalleryConstants.cs", "new_path": "src/NuGetGallery/GalleryConstants.cs", "diff": "@@ -27,7 +27,7 @@ public static class GalleryConstants\npublic const int GravatarCacheDurationSeconds = 300;\npublic const int MaxEmailSubjectLength = 255;\n- i...
C#
Apache License 2.0
nuget/nugetgallery
Updated MaxSupportedMinClientVersion to match the client version about to be published. (#7899)
455,736
03.04.2020 18:27:57
25,200
f93b9da1cfd280894683ee6d652c78dfd3769d6b
Update to latest ServerCommon and NuGet.Jobs version This brings in the NoWarn and the 3.0.0.0 assembly version for ServerCommon assemblies.
[ { "change_type": "MODIFY", "old_path": "build.ps1", "new_path": "build.ps1", "diff": "@@ -10,7 +10,7 @@ param (\n[string]$PackageSuffix,\n[string]$Branch,\n[string]$CommitSHA,\n- [string]$BuildBranch = 'd298565f387e93995a179ef8ae6838f1be37904f',\n+ [string]$BuildBranch = '6d1fcf147a7af8b6b4db842494b...
C#
Apache License 2.0
nuget/nugetgallery
Update to latest ServerCommon and NuGet.Jobs version (#7929) This brings in the NoWarn and the 3.0.0.0 assembly version for ServerCommon assemblies.
455,736
06.04.2020 16:27:43
25,200
74cdb70286a6b6ae1ecf3faffdb471010c303447
Remove "-staging" suffix from cloud role name Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -524,6 +524,7 @@ protected override void Load(ContainerBuilder builder)\ntelemetryConfiguration.TelemetryInitializers.A...
C#
Apache License 2.0
nuget/nugetgallery
Remove "-staging" suffix from cloud role name (#7935) Address https://github.com/NuGet/Engineering/issues/3105
455,736
07.04.2020 12:55:24
25,200
51e063c91a7aac61d24a4c60ba0d03064bc7eaa0
Add CustomerResourceId to enrich push metrics with tenant ID Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Compile Include=\"Auditing\\UserAuditRecord.cs\" />\n<Compile Include=\"Authentication\\AuthenticationExtensions.cs\" />\n<Compile Include=...
C#
Apache License 2.0
nuget/nugetgallery
Add CustomerResourceId to enrich push metrics with tenant ID (#7936) Progress on https://github.com/NuGet/Engineering/issues/3106
455,736
14.04.2020 12:40:47
25,200
678fe47b79df25c9f038064ba9a97c21185e696c
Allow deletion of unconfirmed users and orgs Fix minor styling issue on the delete account page when an exception bubbles out. Fix bug in the account delete handler which would not delete users when notifications were turned off. Address
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleteMessageHandler.cs", "new_path": "src/AccountDeleter/AccountDeleteMessageHandler.cs", "diff": "@@ -63,15 +63,25 @@ public async Task<bool> HandleAsync(AccountDeleteMessage command)\nthrow new UserNotFoundException();\n}\n- if (_a...
C#
Apache License 2.0
nuget/nugetgallery
Allow deletion of unconfirmed users and orgs (#7948) Fix minor styling issue on the delete account page when an exception bubbles out. Fix bug in the account delete handler which would not delete users when notifications were turned off. Address https://github.com/NuGet/Engineering/issues/3099
455,736
10.04.2020 10:30:17
25,200
cfcc1bada8b07bd6f86158dd0b021ab4f596f008
Add simulated error for exceptions in view and error page Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "using System.Net.Http;\nusing System.Net.Mail;\nusing System.Security.Principal;\n+using System.Threading;\nusing System.T...
C#
Apache License 2.0
nuget/nugetgallery
Add simulated error for exceptions in view and error page (#7958) Progress on https://github.com/NuGet/NuGetGallery/issues/7868
455,736
22.04.2020 09:25:48
25,200
a0644313992f97be807594b37f208b04802402ba
Remove redirects from error handling and clean Elmah Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/AppActivator.cs", "new_path": "src/NuGetGallery/App_Start/AppActivator.cs", "diff": "@@ -237,6 +237,7 @@ private static void AppPostStart(IAppConfiguration configuration)\nGlobalFilters.Filters.Add(new ReadOnlyModeErrorFilter());\nGl...
C#
Apache License 2.0
nuget/nugetgallery
Remove redirects from error handling and clean Elmah (#7960) Progress on https://github.com/NuGet/NuGetGallery/issues/7868
455,737
24.04.2020 16:02:20
25,200
e927718b992014f57551be62dab31d86c9a8ffb7
Use ToLowerInvariant to avoid locale issues.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Authentication/ApiKeyV4.cs", "new_path": "src/NuGetGallery.Services/Authentication/ApiKeyV4.cs", "diff": "@@ -143,7 +143,7 @@ private bool TryParseInternal(string plaintextApiKey)\nprivate string Normalize(string input)\n{\n- return i...
C#
Apache License 2.0
nuget/nugetgallery
Use ToLowerInvariant to avoid locale issues. (#7967)
455,744
27.04.2020 17:16:06
25,200
bc46376a638add24f21784bb23eaf6feac280194
Not using `Uri.ToString()`.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/PackageHelper.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/PackageHelper.cs", "diff": "@@ -67,7 +67,7 @@ public static bool TryPrepareUrlForRendering(string uriString, out string readyU\nif (returnUr...
C#
Apache License 2.0
nuget/nugetgallery
Not using `Uri.ToString()`. (#7970)
455,736
24.04.2020 16:32:10
25,200
8178e167690a920e25a4d7c349db119aa18d4c2c
Add support for alternate instrumentation system in browser Progress on
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/Configuration/GalleryConfiguration.cs", "new_path": "src/AccountDeleter/Configuration/GalleryConfiguration.cs", "diff": "@@ -112,5 +112,6 @@ public string SiteRoot\npublic int? MaxWorkerThreads { get => throw new NotImplementedException(); s...
C#
Apache License 2.0
nuget/nugetgallery
Add support for alternate instrumentation system in browser (#7971) Progress on https://github.com/NuGet/Engineering/issues/3020
455,736
29.04.2020 13:23:46
25,200
53b80d60412e85c604a25eb727352bef4eaeb3b5
Add build hook to AccountDeleter and GitHubVulnerabilities2Db Progress on
[ { "change_type": "MODIFY", "old_path": "src/AccountDeleter/AccountDeleter.csproj", "new_path": "src/AccountDeleter/AccountDeleter.csproj", "diff": "</PropertyGroup>\n<Import Project=\"$(SignPath)\\sign.targets\" Condition=\"Exists('$(SignPath)\\sign.targets')\" />\n<Import Project=\"$(SignPath)\\sig...
C#
Apache License 2.0
nuget/nugetgallery
Add build hook to AccountDeleter and GitHubVulnerabilities2Db (#7973) Progress on https://github.com/NuGet/Engineering/issues/2891
455,736
11.05.2020 13:06:53
25,200
1e6329b96ee098ed10fd0de678b1730427291c0d
Remove unnecessary binding redirect Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "<assemblyIdentity name=\"Microsoft.ApplicationInsights\" publicKeyToken=\"31BF3856AD364E35\" culture=\"neutral\"/>\n<bindingRedirect oldVersion=\"0.0.0.0-2.12.0.21496\" newVersio...
C#
Apache License 2.0
nuget/nugetgallery
Remove unnecessary binding redirect (#7989) Progress on https://github.com/NuGet/Engineering/issues/3128
455,754
08.05.2020 16:01:18
-36,000
10dee3eca16738e8e8891999df2670246c2c0f67
ListPackages (default packages action) now responds to delete requests with a 405.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -796,6 +796,10 @@ private static async Task<byte[]> ReadPackageFile(PackageArchiveReader packageAr\n}\n}\n+ [HttpDelete]\n+ publi...
C#
Apache License 2.0
nuget/nugetgallery
ListPackages (default packages action) now responds to delete requests with a 405.
455,754
12.05.2020 13:38:07
-36,000
e805b73a823b094c7168719f7edd43f68938a3ad
Added header to result, and test
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "using System;\nusing System.Collections.Generic;\n+using System.Collections.Specialized;\nusing System.Diagnostics;\nusing System.Gl...
C#
Apache License 2.0
nuget/nugetgallery
Added header to result, and test
455,754
12.05.2020 17:49:36
-36,000
e8acf7d79ebaf19e561565a865f9be14b99a5f36
Force a number of significant figures in Y axis values
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "diff": "@@ -142,22 +142,37 @@ public string DisplayPercentage(float amount, float total)\nreturn (amount / total).ToString(\...
C#
Apache License 2.0
nuget/nugetgallery
Force a number of significant figures in Y axis values
455,754
13.05.2020 09:38:19
-36,000
020aed833a4fbbde4d0ede6ac885a18ee83bc593
Add unit test for short number formatter
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "diff": "@@ -18,7 +18,7 @@ public enum WeekFormats\nYearWeekNumber\n}\n- private readonly string[] _magnitudeAbbreviations = ...
C#
Apache License 2.0
nuget/nugetgallery
Add unit test for short number formatter
455,754
18.05.2020 14:14:11
-36,000
ac27bd5ce0c8e66e2135fe260e797b22ff86d425
Append FAQ address to AAD unmanaged tenant authentication error Append FAQ address to AAD unmanaged tenant authentication error
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "new_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "diff": "@@ -810,10 +810,23 @@ private string GetEmailAddressFromExternalLoginResult(AuthenticateExternalLoginR\n}\nprivate Actio...
C#
Apache License 2.0
nuget/nugetgallery
Append FAQ address to AAD unmanaged tenant authentication error (#7993) Append FAQ address to AAD unmanaged tenant authentication error
455,754
20.05.2020 16:46:32
-36,000
73b80387d68d69eb88261f247f3c1bfdd38f9345
Suppress ValidateAntiForgeryToken message in FxCop (nuget.exe doesn't provide one)
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "using System.Collections.Generic;\nusing System.Collections.Specialized;\nusing System.Diagnostics;\n+using System.Diagnostics.CodeA...
C#
Apache License 2.0
nuget/nugetgallery
Suppress ValidateAntiForgeryToken message in FxCop (nuget.exe doesn't provide one) (#7998)
455,741
20.05.2020 19:02:32
25,200
ca0db5127a818355ee2e0e0eb7c3541a8e4e094f
UI fix for long username in profile page and display package(#7809)
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -998,6 +998,10 @@ img.reserved-indicator-icon {\n}\n.page-package-details .owner-list li {\nmargin-bottom: 8px;\n+ display: block;\n+ overflow: h...
C#
Apache License 2.0
nuget/nugetgallery
UI fix for long username in profile page and display package(#7809)
455,744
29.05.2020 14:30:07
25,200
3e83e7fe85d020b7d10d04d4d11ead0968d18ce3
Fix for statistics not refreshing
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/JsonStatisticsService.cs", "new_path": "src/NuGetGallery/Services/JsonStatisticsService.cs", "diff": "@@ -32,6 +32,11 @@ public class JsonStatisticsService : IStatisticsService\n/// </summary>\nprivate readonly IReportService _reportS...
C#
Apache License 2.0
nuget/nugetgallery
Fix for statistics not refreshing (#8015)
455,756
01.06.2020 17:57:36
25,200
7950ae64186c4e54ac8e4861ab6ff654b24ad26e
client version
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/GalleryConstants.cs", "new_path": "src/NuGetGallery/GalleryConstants.cs", "diff": "@@ -27,7 +27,7 @@ public static class GalleryConstants\npublic const int GravatarCacheDurationSeconds = 300;\npublic const int MaxEmailSubjectLength = 255;\n- i...
C#
Apache License 2.0
nuget/nugetgallery
client version (#8018)
455,736
30.04.2020 01:15:43
0
6d955d13396271d3fe86d8b54790752177d59591
Change to regex Matches instead of Replace Also use ToJson which is more DRY.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "new_path": "src/NuGetGallery/Controllers/AuthenticationController.cs", "diff": "using System.Net.Mail;\nusing System.Security.Claims;\nusing System.Threading.Tasks;\n+using System.Web;\nusing System.W...
C#
Apache License 2.0
nuget/nugetgallery
Change to regex Matches instead of Replace Also use ToJson which is more DRY.
455,737
08.06.2020 15:47:37
25,200
9e7b90921cdf31b7fba83923c436cb682fcfdac4
Fix input group read out from table to nothing.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap.css", "new_path": "src/Bootstrap/dist/css/bootstrap.css", "diff": "@@ -3075,7 +3075,7 @@ tbody.collapse.in {\n}\n.input-group {\nposition: relative;\n- display: table;\n+ display: table-row;\nborder-collapse: separate;\n}\n.inp...
C#
Apache License 2.0
nuget/nugetgallery
Fix input group read out from table to nothing. (#8003)
455,764
09.06.2020 18:05:08
0
95da6d9db90973de65a61665653ceebffb5c6af4
Added UI to reverse dependencies Progress on
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -912,6 +912,14 @@ img.reserved-indicator-icon {\nfont-size: 25px;\ncolor: red;\n}\n+.page-package-details {\n+ /*\n+ .used-by-adjust-stars {\n+ w...
C#
Apache License 2.0
nuget/nugetgallery
Added UI to reverse dependencies (#8017) Progress on https://github.com/NuGet/Engineering/issues/3143
455,741
10.06.2020 00:53:14
25,200
a412007e12e28a1783e37c74e2575c337306f1a2
API key generation without defaulting to the current owner selection
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "diff": "}\nthis.PackageOwner(existingOwner);\n- } else {\n- this.PackageOwner(this.PackageOwners[0]);\n}\n};\n+\nthis.Key = ko.observable(0);\...
C#
Apache License 2.0
nuget/nugetgallery
API key generation without defaulting to the current owner selection
455,764
10.06.2020 22:22:29
0
5582e036be1c94a0832e1d3d9ed4fc86693b6935
Added index for package dependencies table Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<Compile Include=\"Migrations\\202004030548285_AddPackageRename.designer.cs\">\n<DependentUpon>202004030548285_AddPackageRename.cs</DependentUpon>\n</Compile>\n...
C#
Apache License 2.0
nuget/nugetgallery
Added index for package dependencies table (#8029) Progress on https://github.com/NuGet/NuGetGallery/issues/4718
455,741
10.06.2020 21:05:42
25,200
3bdf081d34f39c9b574aa5c8502c768337fc7951
Handle single owner and fix ui accessibility issue
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "diff": "}\nthis.PackageOwner(existingOwner);\n+\n+ } else if (this.PackageOwners.length == 1) {\n+ this.PackageOwner(this.PackageOwners[0]);\n...
C#
Apache License 2.0
nuget/nugetgallery
Handle single owner and fix ui accessibility issue
455,764
12.06.2020 20:51:26
0
7e5573db6328fc605fa6230badd88f34e890657d
Added verified checkmark to packages Progress on:
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -912,14 +912,6 @@ img.reserved-indicator-icon {\nfont-size: 25px;\ncolor: red;\n}\n-.page-package-details {\n- /*\n- .used-by-adjust-stars {\n- w...
C#
Apache License 2.0
nuget/nugetgallery
Added verified checkmark to packages (#8031) Progress on: https://github.com/NuGet/NuGetGallery/issues/4718
455,764
16.06.2020 00:34:02
0
0f52bc90a9e3aaaa5e9ba97ca64b428b1030cc06
Adding extra icon to csproj Quick changes are in!
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<Content Include=\"Content\\gallery\\img\\orange-circle.svg\" />\n<Content Include=\"Content\\gallery\\img\\purple-circle-225x225.png\" />\n<Content Include=\"C...
C#
Apache License 2.0
nuget/nugetgallery
Adding extra icon to csproj (#8049) Quick changes are in!
455,764
16.06.2020 20:22:01
0
c1e16fbbb75b29c40acefcec97460b3d4625979e
Added configurable cache Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "new_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "diff": "<Compile Include=\"Authentication\\V3Hasher.cs\" />\n<Compile Include=\"Configuration\\ABTestConfiguration.cs\" />\n<Compile...
C#
Apache License 2.0
nuget/nugetgallery
Added configurable cache (#8043) Progress on https://github.com/NuGet/NuGetGallery/issues/4718
455,736
18.06.2020 13:21:53
25,200
9e163d7eec650109e9350ba6b48764468265545c
Don't track the package push failure if the client has disconnected Address
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Gallery/ThrowingTelemetryService.cs", "new_path": "src/GitHubVulnerabilities2Db/Gallery/ThrowingTelemetryService.cs", "diff": "@@ -236,6 +236,11 @@ public void TrackPackageOwnershipAutomaticallyAdded(string packageId, string pac\nt...
C#
Apache License 2.0
nuget/nugetgallery
Don't track the package push failure if the client has disconnected (#8060) Address https://github.com/NuGet/NuGetGallery/issues/8022
455,764
19.06.2020 20:29:59
0
e18ce5484451c062880f6e9198e24d16f03cdf9b
Made some UI polish Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "if (Model.PackageDependents.TotalPackageCount > 0)\n{\n<h3>\n- <strong>NuGet packages </strong> (@Model.PackageDependents.Tota...
C#
Apache License 2.0
nuget/nugetgallery
Made some UI polish (#8065) Progress on https://github.com/NuGet/NuGetGallery/issues/4718
455,736
26.06.2020 12:21:09
25,200
17e57fb01d745dbdee4bb8971c9038125795e93c
Clear banner, aligning with partner teams
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -177,10 +177,6 @@ body h3 {\n.banner.banner-info {\nbackground: #fff4ce;\n}\n-.banner.banner-blm {\n- background-color: #000;\n- color: #fff;\n-}...
C#
Apache License 2.0
nuget/nugetgallery
Clear banner, aligning with partner teams (#8072)
455,754
29.06.2020 09:17:51
-36,000
edb3cb9491131717c80b10857d22e60dcffe5fc9
Make statistical significant figures formatting culture-sensitive
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/StatisticsPackagesViewModel.cs", "diff": "using System.Collections.Generic;\nusing System.Globalization;\nusing System.Linq;\n+using System.Threading;\nnamesp...
C#
Apache License 2.0
nuget/nugetgallery
Make statistical significant figures formatting culture-sensitive (#8039)
455,736
10.07.2020 16:18:32
25,200
e58f23ce57731f63debd8067d4f3ea3bf8b3a62a
Add RECOMPILE query hint to package dependents SQL Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "new_path": "src/NuGetGallery.Core/Entities/EntitiesContext.cs", "diff": "@@ -56,7 +56,18 @@ public EntitiesContext(DbConnection connection, bool readOnly)\nReadOnly = readOnly;\n}\n+ public IDisposable WithQ...
C#
Apache License 2.0
nuget/nugetgallery
Add RECOMPILE query hint to package dependents SQL (#8096) Progress on https://github.com/NuGet/NuGetGallery/issues/8078
455,744
14.07.2020 12:41:10
25,200
f8c378009d25a293ee49f4cda5d96c7e50433ed5
Removing TLS banner
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "var rawErrorMessage = TempData.ContainsKey(\"RawErrorMessage\") ? TempData[\"RawErrorMessage\"].ToString() : null;\n}\n-<div class...
C#
Apache License 2.0
nuget/nugetgallery
Removing TLS banner (#8101)
455,736
13.07.2020 11:21:58
25,200
e6d6dc88d316f93fb21ff5081c581e3f19f305c0
Use protected configuration provider instead of reflection Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "new_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "diff": "@@ -64,8 +64,6 @@ public static void Configuration(IAppBuilder app)\nvar config = dependencyResolver.GetService<IGalleryConfigurationService>();\nvar ...
C#
Apache License 2.0
nuget/nugetgallery
Use protected configuration provider instead of reflection (#8098) Address https://github.com/NuGet/Engineering/issues/3206
455,754
15.07.2020 14:53:21
-36,000
9518c24bab0679bccbcd9244bb4f343e7f193571
Replace advisory permalink workaround with GitHub advisory permalink field
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Collector/AdvisoryQueryBuilder.cs", "new_path": "src/GitHubVulnerabilities2Db/Collector/AdvisoryQueryBuilder.cs", "diff": "@@ -21,7 +21,7 @@ public string CreateSecurityAdvisoriesQuery(DateTimeOffset? updatedSince = null,\ncursor\n...
C#
Apache License 2.0
nuget/nugetgallery
Replace advisory permalink workaround with GitHub advisory permalink field (#8088)
455,754
16.07.2020 08:55:17
-36,000
5caec434ffa3eca0849e8d58de4931ebd91236bf
Made a test permalink a more realistic URL
[ { "change_type": "MODIFY", "old_path": "tests/GitHubVulnerabilities2Db.Facts/AdvisoryIngestorFacts.cs", "new_path": "tests/GitHubVulnerabilities2Db.Facts/AdvisoryIngestorFacts.cs", "diff": "@@ -40,7 +40,7 @@ public async Task IngestsAdvisoryWithoutVulnerability(bool withdrawn)\nvar advisory = new Se...
C#
Apache License 2.0
nuget/nugetgallery
Made a test permalink a more realistic URL (#8108)
455,736
17.07.2020 16:07:59
25,200
3df003b9740ad886365ec64aa976d727def21f13
Use OPTIMIZE FOR UNKNOWN for dependents queries * Use OPTIMIZE FOR UNKNOWN for dependents queries * Add query hint configuration to RECOMPILE for some package IDs Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "new_path": "src/NuGetGallery.Services/NuGetGallery.Services.csproj", "diff": "<Compile Include=\"Configuration\\ILoginDiscontinuationConfiguration.cs\" />\n<Compile Include=\"Configuration\\IPackageDele...
C#
Apache License 2.0
nuget/nugetgallery
Use OPTIMIZE FOR UNKNOWN for dependents queries (#8112) * Use OPTIMIZE FOR UNKNOWN for dependents queries * Add query hint configuration to RECOMPILE for some package IDs Progress on https://github.com/NuGet/NuGetGallery/issues/8078
455,739
20.07.2020 14:41:05
14,400
18887a4f2aad26ea843f7b55488a34e197ae227d
Fix filter button alignment on small screens for Advanced Search panel
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -1334,6 +1334,11 @@ img.reserved-indicator-icon {\nmargin-left: 10px;\nmargin-right: 10px;\n}\n+@media (min-width: 768px) {\n+ .page-list-package...
C#
Apache License 2.0
nuget/nugetgallery
Fix filter button alignment on small screens for Advanced Search panel (#8113)
455,741
14.07.2020 17:21:04
0
f0fdd66034dcd8b4619f82343896cb1dbd1c5c69
3268 add column EmbeddedReadmeFileType to Package tables
[ { "change_type": "MODIFY", "old_path": "src/NuGet.Services.Entities/NuGet.Services.Entities.csproj", "new_path": "src/NuGet.Services.Entities/NuGet.Services.Entities.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<Compile Include=\"AccountDelete.cs\" />\n+ <Compile Include=\"EmbeddedReadmeFileType.cs\...
C#
Apache License 2.0
nuget/nugetgallery
3268 add column EmbeddedReadmeFileType to Package tables
455,736
31.07.2020 11:08:22
25,200
c2fbceefafd25b59e111c50d4450afe855644189
Use protected configuration provider instead of reflection (WITHOUT DI) Address Related to
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "new_path": "src/NuGetGallery.Services/Configuration/ConfigurationService.cs", "diff": "using Microsoft.WindowsAzure.ServiceRuntime;\nusing NuGet.Services.Configuration;\nusing NuGet.Services.Ke...
C#
Apache License 2.0
nuget/nugetgallery
Use protected configuration provider instead of reflection (WITHOUT DI) (#8132) Address https://github.com/NuGet/NuGetGallery/issues/8121 Related to https://github.com/NuGet/Engineering/issues/3206
455,776
03.08.2020 00:40:35
25,200
df53bf857eaf3aabe4235992af0906b539eca71d
Add command to compare PackageVulnerabilities to GitHub API Add command to compare PackageVulnerabilities to GitHub API
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.csproj", "diff": "<Compile Include=\"Commands\\ReflowCommand.cs\" />\n<Compile Include=\"Commands\\UpdateIsLatestCommand.cs\" />\n<Compile Include=\"Commands\\VerifyApiKeyCommand...
C#
Apache License 2.0
nuget/nugetgallery
Add command to compare PackageVulnerabilities to GitHub API (#7706) Add command to compare PackageVulnerabilities to GitHub API