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,776 | 20.02.2019 20:19:08 | 0 | 6b081e4ff89ef8785e00d1963a62e9c6f3904c17 | Improve implementation of "Skip To Content" link | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/common.js",
"new_path": "src/NuGetGallery/Scripts/gallery/common.js",
"diff": "nuget.configureFileInputButton = function (id) {\n// File input buttons should respond to keyboard events.\n$(\"#\" + id).on(\"keypress\", function ... | C# | Apache License 2.0 | nuget/nugetgallery | Improve implementation of "Skip To Content" link (#6906) |
455,736 | 25.02.2019 14:25:11 | 28,800 | 5276638fccf406a30f126bf8845dccc75045f0f4 | Remove Atom feed functional tests that depend on 3rd party package
This behavior is asserted by unit tests so a functional test is not strictly necessary | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests/AtomFeed/AtomFeedTests.cs",
"new_path": "tests/NuGetGallery.FunctionalTests/AtomFeed/AtomFeedTests.cs",
"diff": "// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\... | C# | Apache License 2.0 | nuget/nugetgallery | Remove Atom feed functional tests that depend on 3rd party package (#6929)
This behavior is asserted by unit tests so a functional test is not strictly necessary |
455,736 | 22.02.2019 17:04:04 | 28,800 | 939eaa89ade992d0b4378f2a0daaf5e38f700f2f | Add functional tests for different bad requests
Progress on | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests/NuGetGallery.FunctionalTests.csproj",
"new_path": "tests/NuGetGallery.FunctionalTests/NuGetGallery.FunctionalTests.csproj",
"diff": "<Compile Include=\"AtomFeed\\AtomFeedTests.cs\" />\n<Compile Include=\"Commandline\\NuGetCom... | C# | Apache License 2.0 | nuget/nugetgallery | Add functional tests for different bad requests (#6918)
Progress on https://github.com/NuGet/NuGetGallery/issues/6601 |
455,736 | 26.02.2019 09:19:12 | 28,800 | 9e8a48f4e39bedcc2d8bf092fbaa3fbca442ab6f | Site admins can see email address on profile page
This is currently already possible with the database admin view, but this makes it much more convenient.
Address | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -1265,6 +1265,9 @@ img.reserved-indicator-icon {\n.page-profile .profile-details .statistics .statistic .description {\nfont-size: 24px;\n}\n+.pa... | C# | Apache License 2.0 | nuget/nugetgallery | Site admins can see email address on profile page (#6930)
This is currently already possible with the database admin view, but this makes it much more convenient.
Address https://github.com/NuGet/Engineering/issues/609 |
455,736 | 26.02.2019 10:10:59 | 28,800 | 91986c3e8abe91c6a895793087e27fc746cdf3f4 | Remove flaky download count assertion
Address | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/ClientSdkHelper.cs",
"new_path": "tests/NuGetGallery.FunctionalTests.Core/Helpers/ClientSdkHelper.cs",
"diff": "@@ -575,37 +575,6 @@ public async Task VerifyVersionCountAsync(string packageId, int expectedVersion... | C# | Apache License 2.0 | nuget/nugetgallery | Remove flaky download count assertion (#6932)
Address https://github.com/NuGet/Engineering/issues/1952 |
455,751 | 04.03.2019 09:27:31 | 28,800 | cf4911e2a9ef534665e79d2c8e2743cdef2259cb | Add the feature flag for the GallerySearch
Add the feature flag for the Gallery Search | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Infrastructure/Lucene/ExternalSearchService.cs",
"new_path": "src/NuGetGallery/Infrastructure/Lucene/ExternalSearchService.cs",
"diff": "@@ -24,7 +24,8 @@ public class ExternalSearchService : ISearchService, IIndexingService, IRawSearc\nprivat... | C# | Apache License 2.0 | nuget/nugetgallery | Add the feature flag for the GallerySearch (#6947)
Add the feature flag for the Gallery Search |
455,776 | 04.03.2019 13:49:53 | 28,800 | 98475cd808d41bb896e6d2a9c2dc7efe3d4181a9 | Integrate Deprecate form with CVE/CWE autocomplete | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -1154,7 +1154,20 @@ img.reserved-indicator-icon {\nwidth: 65px;\nmargin-right: 15px;\n}\n-.page-manage-deprecation .deprecation-section .deprecat... | C# | Apache License 2.0 | nuget/nugetgallery | Integrate Deprecate form with CVE/CWE autocomplete (#6944) |
455,776 | 05.03.2019 11:21:28 | 28,800 | 935803e7114609aee71ea6e26fcd866933d5808a | Unlisting a package when deprecating it should update LastEdited | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PackageDeprecationService.cs",
"new_path": "src/NuGetGallery/Services/PackageDeprecationService.cs",
"diff": "@@ -15,15 +15,21 @@ public class PackageDeprecationService : IPackageDeprecationService\nprivate readonly IEntityRepository<... | C# | Apache License 2.0 | nuget/nugetgallery | Unlisting a package when deprecating it should update LastEdited (#6955) |
455,776 | 05.03.2019 12:08:37 | 28,800 | e428f5b6a5b6753b2eeba91b1e6feb543189e787 | Minor fixes to the GET DeleteSymbols endpoint | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -1497,9 +1497,25 @@ public virtual async Task<ActionResult> Manage(string id, string version = null)\n[RequiresAccountConfirmatio... | C# | Apache License 2.0 | nuget/nugetgallery | Minor fixes to the GET DeleteSymbols endpoint (#6937) |
455,776 | 05.03.2019 17:00:05 | 28,800 | 5c98bb04e95a4fd27e6d607f16139ce97269e537 | Improve deprecation information UI on Display Package page with multiple reasons | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -880,6 +880,7 @@ img.reserved-indicator-icon {\ndisplay: -webkit-flex;\ndisplay: -ms-flexbox;\ndisplay: flex;\n+ width: 100%;\nvertical-align: mi... | C# | Apache License 2.0 | nuget/nugetgallery | Improve deprecation information UI on Display Package page with multiple reasons (#6961) |
455,776 | 05.03.2019 17:00:24 | 28,800 | 28aa4257002dee19765042951657eeee1e5a970b | Remove unlist checkbox from Manage Deprecation form | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -1194,6 +1194,9 @@ img.reserved-indicator-icon {\nwidth: 65px;\nmargin-right: 15px;\n}\n+.page-manage-deprecation .deprecation-section .deprecati... | C# | Apache License 2.0 | nuget/nugetgallery | Remove unlist checkbox from Manage Deprecation form (#6965) |
455,751 | 07.03.2019 14:35:18 | 28,800 | 7fa9bd9769348eb3706392355963cfabd1b74679 | Snupkgs without symbols will be rejected.
Validate that the snupkg contains symbols. Reject if they do not. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/SymbolPackageService.cs",
"new_path": "src/NuGetGallery/Services/SymbolPackageService.cs",
"diff": "@@ -153,6 +153,11 @@ private static void ValidateSymbolPackage(PackageArchiveReader symbolPackage, Pa\n{\nthrow new InvalidDataExcepti... | C# | Apache License 2.0 | nuget/nugetgallery | Snupkgs without symbols will be rejected. (#6968)
Validate that the snupkg contains symbols. Reject if they do not. |
455,751 | 07.03.2019 14:36:23 | 28,800 | ff93be230c005cf1231746623935c144116a60b4 | Search: Extend telemetry information
Extend the telemetry information | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Infrastructure/Lucene/HttpClientWrapper.cs",
"new_path": "src/NuGetGallery/Infrastructure/Lucene/HttpClientWrapper.cs",
"diff": "using System;\nusing System.Net.Http;\nusing System.Threading.Tasks;\n+using NuGetGallery.Infrastructure.Search;\n... | C# | Apache License 2.0 | nuget/nugetgallery | Search: Extend telemetry information (#6967)
Extend the telemetry information |
455,776 | 11.03.2019 13:21:03 | 25,200 | 0e467a3315856611e113b33cc8021cf3e33fa13c | Mark deprecated versions in Display Package page's version history | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -866,6 +866,9 @@ img.reserved-indicator-icon {\n.page-package-details h1 {\nmargin-bottom: 0;\n}\n+.page-package-details tr {\n+ border-bottom: 1... | C# | Apache License 2.0 | nuget/nugetgallery | Mark deprecated versions in Display Package page's version history (#6973) |
455,751 | 11.03.2019 17:56:31 | 25,200 | cf0a12ee51a81044386f37fd4a97d269bb2ef92d | Upper bound individual retries, move configurations in web config.
Upper bound individual retries, move configurations in web config. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -744,9 +744,14 @@ private static void ConfigureResilientSearch(ILoggerFactory loggerFactory, IGall\n.AddHttpMessageHand... | C# | Apache License 2.0 | nuget/nugetgallery | Upper bound individual retries, move configurations in web config. (#6975)
Upper bound individual retries, move configurations in web config. |
455,776 | 13.03.2019 13:14:28 | 25,200 | cac9cc3598723a59e2b5a8736fd3edb1722c8169 | Use separate model binding classes | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -1387,7 +1387,7 @@ public virtual ActionResult ContactOwners(string id, string version)\nPackageId = id,\nPackageVersion = packag... | C# | Apache License 2.0 | nuget/nugetgallery | Use separate model binding classes (#6993) |
455,776 | 13.03.2019 16:04:17 | 25,200 | 5972daf9e924f9c3715bb655f7537ea1aa068f6b | Fix minor bugs in Deprecation UI found in bug bash | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -589,7 +589,7 @@ img.reserved-indicator-icon {\nborder-top: 0;\n}\n.multi-select-dropdown .dropdown-content .dropdown-selector {\n- height: 300px... | C# | Apache License 2.0 | nuget/nugetgallery | Fix minor bugs in Deprecation UI found in bug bash (#6994) |
455,736 | 15.03.2019 16:27:19 | 25,200 | 88518550d9f3282c9f7f658ca8afa8d537047b6e | Sign the NuGet packages produced by the build
Progress on | [
{
"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 = '5fd8377a9abf3ff411918dbb973948a6677432db'\n+ [string]$BuildBranch = '2d8feecabe3aeaed7f5b4d50b9be... | C# | Apache License 2.0 | nuget/nugetgallery | Sign the NuGet packages produced by the build (#6999)
Progress on https://github.com/NuGet/Engineering/issues/2244 |
455,759 | 18.03.2019 10:38:56 | 25,200 | a9b0e17559fbe77bcdc2e1f96edda40044f2cc74 | Ensure trace enabled=false in Release config | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.Release.config",
"new_path": "src/NuGetGallery/Web.Release.config",
"diff": "-->\n<system.web>\n<compilation xdt:Transform=\"RemoveAttributes(debug)\" />\n+\n+ <!-- This is set to 'false' for security reasons. -->\n+ <trace xdt:Transform=\... | C# | Apache License 2.0 | nuget/nugetgallery | Ensure trace enabled=false in Release config (#6998) |
455,759 | 19.03.2019 17:22:52 | 25,200 | b4908d424a4f49e5b50f11c1c650d46b01793bac | Exception messages should not expose infrastructure information | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Entities/DatabaseWrapper.cs",
"new_path": "src/NuGetGallery.Core/Entities/DatabaseWrapper.cs",
"diff": "@@ -46,7 +46,7 @@ public async Task<int> ExecuteSqlResourceAsync(string name, params object[] para\nif (string.IsNullOrEmpty(sqlComman... | C# | Apache License 2.0 | nuget/nugetgallery | Exception messages should not expose infrastructure information (#7007) |
455,776 | 25.03.2019 16:13:06 | 25,200 | 888bffcb95b600a3213c84375d41d17e9ce878fd | Hotfix: Deprecation UI should be hidden when feature flag is disabled | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -748,6 +748,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.SymbolsPackageValidation... | C# | Apache License 2.0 | nuget/nugetgallery | Hotfix: Deprecation UI should be hidden when feature flag is disabled (#7016) |
455,776 | 26.03.2019 10:13:51 | 25,200 | a06b22b62c7aa8ac64134231b543dad3e6ea01c7 | Hotfix: ManageDeprecation is not enabled for logged out users | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -748,7 +748,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.SymbolsPackageValidation... | C# | Apache License 2.0 | nuget/nugetgallery | Hotfix: ManageDeprecation is not enabled for logged out users (#7020) |
455,751 | 26.03.2019 17:11:06 | 25,200 | c968679f224b1201e8a67f24861b78e216023ae2 | Add new symbol validation issues.
Add the new validation issues. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Extensions/ValidationIssueExtensions.cs",
"new_path": "src/NuGetGallery.Core/Extensions/ValidationIssueExtensions.cs",
"diff": "@@ -59,6 +59,10 @@ public static string ToMarkdownString(this ValidationIssue validationIssue, stri\nreturn \"... | C# | Apache License 2.0 | nuget/nugetgallery | Add new symbol validation issues. (#7015)
Add the new validation issues. |
455,776 | 01.04.2019 15:04:11 | 25,200 | b04e27aa4de6b73013e2eb99a721584a0e2c99fa | Deprecation - CVEs, CWEs, and CVSS should not be submitted with the form if unchecked | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/page-manage-deprecation.js",
"new_path": "src/NuGetGallery/Scripts/gallery/page-manage-deprecation.js",
"diff": "@@ -301,12 +301,21 @@ function ManageDeprecationViewModel(id, versionDeprecationStateDictionary, defau\nreturn sel... | C# | Apache License 2.0 | nuget/nugetgallery | Deprecation - CVEs, CWEs, and CVSS should not be submitted with the form if unchecked (#6996) |
455,736 | 03.04.2019 08:48:19 | 25,200 | f69f5476d3ff900e732bfedcf30ed4874a99387f | Fix curated feed delete script
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Migrations/201811291758016_RemoveCuratedFeedEntities.cs",
"new_path": "src/NuGetGallery/Migrations/201811291758016_RemoveCuratedFeedEntities.cs",
"diff": "@@ -28,9 +28,9 @@ IF EXISTS (SELECT name FROM sys.indexes WHERE name = N'IX_CuratedFeedK... | C# | Apache License 2.0 | nuget/nugetgallery | Fix curated feed delete script (#7039)
Progress on https://github.com/NuGet/Engineering/issues/2353 |
455,759 | 03.04.2019 19:20:10 | -7,200 | 4d1e4371712fbe7f6e81ea36c45612ceb639ce2f | Verify nuspec file size | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/PackageUploadService.cs",
"new_path": "src/NuGetGallery/Services/PackageUploadService.cs",
"diff": "@@ -100,6 +100,15 @@ public async Task<PackageValidationResult> ValidateBeforeGeneratePackageAsync(Pa\nreturn result;\n}\n+ var nuspec... | C# | Apache License 2.0 | nuget/nugetgallery | Verify nuspec file size (#7038) |
455,736 | 03.04.2019 10:23:36 | 25,200 | 5efe0d9f062449c91ed41e14731be12030906233 | Remove leftover curated feed entities
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGet.Services.Entities/NuGet.Services.Entities.csproj",
"new_path": "src/NuGet.Services.Entities/NuGet.Services.Entities.csproj",
"diff": "<Compile Include=\"Certificate.cs\" />\n<Compile Include=\"Constants.cs\" />\n<Compile Include=\"Credential.cs\" />\... | C# | Apache License 2.0 | nuget/nugetgallery | Remove leftover curated feed entities (#7040)
Progress on https://github.com/NuGet/Engineering/issues/2353 |
455,751 | 04.04.2019 13:58:50 | 25,200 | 9f65fe80c95162a5fee82b0bb67c3eeb05524726 | Reduce the Search related telemetry. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -741,7 +741,6 @@ private static void ConfigureResilientSearch(ILoggerFactory loggerFactory, IGall\nservices.AddHttpClie... | C# | Apache License 2.0 | nuget/nugetgallery | Reduce the Search related telemetry. (#7046) |
455,772 | 04.04.2019 15:18:33 | 25,200 | 206c21411cb2c07ec29b7246a8e445b0f85e0564 | 400 errors shouln't show 500 page | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.config",
"new_path": "src/NuGetGallery/Web.config",
"diff": "<customErrors mode=\"RemoteOnly\" defaultRedirect=\"~/Errors/500\" redirectMode=\"ResponseRedirect\">\n<!-- Adding ? at the end of the redirect URL prevents the illegal request t... | C# | Apache License 2.0 | nuget/nugetgallery | 400 errors shouln't show 500 page (#7048) |
455,776 | 08.04.2019 11:36:42 | -3,600 | 4f33488a59bac9fd5018590c4bd1af5f17112bec | Pass anonymous users to FeatureFlagService in Manage | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -748,7 +748,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.SymbolsPackageValidation... | C# | Apache License 2.0 | nuget/nugetgallery | Pass anonymous users to FeatureFlagService in Manage (#7051) |
455,736 | 08.04.2019 16:48:15 | 25,200 | 3732c0b204640300c4581bb346a5fd439947250f | Add OpenWriteAsync to ISimpleCloudBlob to allow streaming writes
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Services/CloudBlobWrapper.cs",
"new_path": "src/NuGetGallery.Core/Services/CloudBlobWrapper.cs",
"diff": "@@ -54,6 +54,14 @@ public async Task<Stream> OpenReadAsync(AccessCondition accessCondition)\noperationContext: null);\n}\n+ public a... | C# | Apache License 2.0 | nuget/nugetgallery | Add OpenWriteAsync to ISimpleCloudBlob to allow streaming writes (#7056)
Progress on https://github.com/NuGet/NuGetGallery/issues/6475 |
455,776 | 12.04.2019 19:30:36 | -3,600 | 70868c68f40f1dad7a8750042535485170bb2f7a | Remove FeaturesControllerFacts temporarily so that FXCop succeeds | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj",
"new_path": "tests/NuGetGallery.Facts/NuGetGallery.Facts.csproj",
"diff": "<Compile Include=\"Authentication\\Providers\\CommonAuth\\AzureActiveDirectoryV2AuthenticatorFacts.cs\" />\n<Compile Include=\"Authe... | C# | Apache License 2.0 | nuget/nugetgallery | Remove FeaturesControllerFacts temporarily so that FXCop succeeds (#7075) |
455,776 | 25.04.2019 18:46:04 | -3,600 | 62dd09aacfdc54a99bf4af1ac7105cda5667781d | Add back FeaturesControllerFacts | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Areas/Admin/ViewModels/IModifyFeatureFlagsViewModel.cs",
"new_path": "src/NuGetGallery/Areas/Admin/ViewModels/IModifyFeatureFlagsViewModel.cs",
"diff": "namespace NuGetGallery.Areas.Admin.ViewModels\n{\n- public interface IModifyFeatureFlagsVi... | C# | Apache License 2.0 | nuget/nugetgallery | Add back FeaturesControllerFacts (#7096) |
455,759 | 26.04.2019 09:33:56 | -7,200 | a598acf84bdae447c6a82c211e8346f189e4faa5 | Upgrade grunt devDependency from 1.0.3 to 1.0.4 | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/package-lock.json",
"new_path": "src/Bootstrap/package-lock.json",
"diff": "\"version\": \"1.0.0\",\n\"resolved\": \"https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz\",\n\"integrity\": \"sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=\",\n- \"dev... | C# | Apache License 2.0 | nuget/nugetgallery | Upgrade grunt devDependency from 1.0.3 to 1.0.4 (#7099) |
455,776 | 27.04.2019 00:34:13 | -3,600 | 33ef003176b482de6a88ea565601e4fa207c096c | DeleteAccountService should clean up Package.User and PackageDeprecation.DeprecatedBy | [
{
"change_type": "MODIFY",
"old_path": "src/NuGet.Services.Entities/Package.cs",
"new_path": "src/NuGet.Services.Entities/Package.cs",
"diff": "@@ -217,9 +217,11 @@ public bool HasReadMe\npublic string MinClientVersion { get; set; }\n/// <summary>\n- /// The logged in user when this package version ... | C# | Apache License 2.0 | nuget/nugetgallery | DeleteAccountService should clean up Package.User and PackageDeprecation.DeprecatedBy (#7076) |
455,776 | 29.04.2019 18:57:54 | -3,600 | 6d80fdea9c58b8567a1a23f2ba789e284b64f723 | AccountDelete.DeletedBy and PackageDelete.DeletedBy should be set to null when the User is deleted | [
{
"change_type": "MODIFY",
"old_path": "src/NuGet.Services.Entities/AccountDelete.cs",
"new_path": "src/NuGet.Services.Entities/AccountDelete.cs",
"diff": "@@ -28,13 +28,19 @@ public class AccountDelete\npublic User DeletedAccount { get; set; }\n/// <summary>\n- /// The User(admin) key that executed... | C# | Apache License 2.0 | nuget/nugetgallery | AccountDelete.DeletedBy and PackageDelete.DeletedBy should be set to null when the User is deleted (#7104) |
455,776 | 30.04.2019 17:54:48 | -3,600 | 71896c6317704163bca0955b607b321830aeaa75 | Add auditing for feature flags | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Features/FeatureFlagFileStorageService.cs",
"new_path": "src/NuGetGallery.Core/Features/FeatureFlagFileStorageService.cs",
"diff": "using Microsoft.WindowsAzure.Storage;\nusing Newtonsoft.Json;\nusing Newtonsoft.Json.Converters;\n-using N... | C# | Apache License 2.0 | nuget/nugetgallery | Add auditing for feature flags (#7058) |
455,776 | 30.04.2019 13:27:39 | 25,200 | ea460702c9be1f639a405048c81cca1bcae1b0a3 | Custom message should be required if deprecating package due to "Other" reason | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/ManageDeprecationJsonApiController.cs",
"new_path": "src/NuGetGallery/Controllers/ManageDeprecationJsonApiController.cs",
"diff": "@@ -58,6 +58,28 @@ public virtual JsonResult GetAlternatePackageVersions(string id)\nstring alternat... | C# | Apache License 2.0 | nuget/nugetgallery | Custom message should be required if deprecating package due to "Other" reason (#7108) |
455,772 | 01.05.2019 15:26:36 | 25,200 | e592344be9089333f3ce3ffd5d22dbc4dacdfce4 | web.config compilation->debug should be set to false | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Web.config",
"new_path": "src/NuGetGallery/Web.config",
"diff": "-->\n<system.web>\n<httpCookies requireSSL=\"true\" httpOnlyCookies=\"true\"/>\n- <compilation debug=\"true\" targetFramework=\"4.6.2\"/>\n+ <compilation debug=\"false\" targetFr... | C# | Apache License 2.0 | nuget/nugetgallery | web.config compilation->debug should be set to false (#7121) |
455,747 | 02.05.2019 21:26:05 | 0 | 7f4c4f0b5b681fd52010bed65274901afb581075 | Add isPersistent flag to cookie | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"new_path": "src/NuGetGallery/Authentication/AuthenticationService.cs",
"diff": "using System.Threading.Tasks;\nusing System.Web.Mvc;\nusing Microsoft.Owin;\n+using Microsoft.Owin.Security;\nusing NuGe... | C# | Apache License 2.0 | nuget/nugetgallery | Add isPersistent flag to cookie (#7127) |
455,737 | 06.05.2019 15:52:44 | 25,200 | 7ee5ff0f6c82e954b8d4a5f202e1cd184b137455 | Move call to AddPackageOwner to requrie an object so we can allow html characters for message only. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/JsonApiController.cs",
"new_path": "src/NuGetGallery/Controllers/JsonApiController.cs",
"diff": "@@ -103,8 +103,12 @@ public virtual ActionResult GetPackageOwners(string id)\n[HttpPost]\n[ValidateAntiForgeryToken]\n- public async T... | C# | Apache License 2.0 | nuget/nugetgallery | Move call to AddPackageOwner to requrie an object so we can allow html characters for message only. |
455,737 | 06.05.2019 15:52:54 | 25,200 | 6abf0987e2f78206bff5159761cfce5ad1cf267b | Fix tests to use new object. | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/JsonApiControllerFacts.cs",
"diff": "@@ -355,9 +355,15 @@ public async Task FailsIfUserInputIsEmailAddress(Func<Fakes, User> getCurrentUse\nvar p... | C# | Apache License 2.0 | nuget/nugetgallery | Fix tests to use new object. |
455,736 | 07.05.2019 09:45:10 | 25,200 | 79d96b631a01d6885dddda3f527b80b803d56739 | Add pending migration test
Address | [
{
"change_type": "MODIFY",
"old_path": "src/DatabaseMigrationTools/MigrationTargetDatabaseArgumentNames.cs",
"new_path": "src/DatabaseMigrationTools/MigrationTargetDatabaseArgumentNames.cs",
"diff": "namespace NuGetGallery.DatabaseMigrationTools\n{\n- internal static class MigrationTargetDatabaseArg... | C# | Apache License 2.0 | nuget/nugetgallery | Add pending migration test (#7143)
Address https://github.com/NuGet/NuGetGallery/issues/4934 |
455,736 | 14.05.2019 14:22:38 | 25,200 | 0adfac33b06a0fdc5fa428becd549bd61dd4279d | Add Google Analytics events for search pages and search selections
Address | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/common.js",
"new_path": "src/NuGetGallery/Scripts/gallery/common.js",
"diff": "});\n};\n+ nuget.sendAnalyticsEvent = function (category, action, label, eventValue, options) {\n+ if (window.nuget.isGaAvailable()) {\n+ ga('send',... | C# | Apache License 2.0 | nuget/nugetgallery | Add Google Analytics events for search pages and search selections (#7157)
Address https://github.com/NuGet/NuGetGallery/issues/6803 |
455,776 | 15.05.2019 15:15:14 | 25,200 | 9980106511c71cc4e8e94bb234fe138c75c2fa9f | UI should return Forbidden when symbols feature flag is disabled | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -2520,7 +2520,7 @@ private JsonResult GetJsonResultOrNull(SymbolPackageValidationResult validationR\nhttpStatusCode = HttpStatusC... | C# | Apache License 2.0 | nuget/nugetgallery | UI should return Forbidden when symbols feature flag is disabled (#7162) |
455,776 | 15.05.2019 15:34:01 | 25,200 | eea4ac7f17443777efce41d30302de4ccca05ded | DisplayPackage, Manage, and DeleteSymbols pages should find exact version case-insensitively | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -720,7 +720,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\n}\nelse\n{\n- package = packag... | C# | Apache License 2.0 | nuget/nugetgallery | DisplayPackage, Manage, and DeleteSymbols pages should find exact version case-insensitively (#7161) |
455,736 | 15.05.2019 16:09:58 | 25,200 | c5befcee2d7e76cc945e54019b72b894b13e8a37 | Make IEntitiesContext implement IDisposable | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/TestUtils/FakeEntitiesContext.cs",
"new_path": "tests/NuGetGallery.Facts/TestUtils/FakeEntitiesContext.cs",
"diff": "@@ -237,5 +237,9 @@ public IDatabase GetDatabase()\nreturn mockSet.Object;\n}\n+\n+ public void Dispose()\n+ {\n+ }\n}... | C# | Apache License 2.0 | nuget/nugetgallery | Make IEntitiesContext implement IDisposable (#7164) |
455,751 | 16.05.2019 14:23:04 | 25,200 | 7b30ebf592ed4d6736afb32e0085df1b47e36f2f | StorageStatusService
Gallery status service will verify the storage primary or secondary for status depending on the read only mode. The readOnly will verify the secondary storage and the readWrite will verify the primary storage. | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs",
"new_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs",
"diff": "// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\nusing Syste... | C# | Apache License 2.0 | nuget/nugetgallery | StorageStatusService (#7165)
Gallery status service will verify the storage primary or secondary for status depending on the read only mode. The readOnly will verify the secondary storage and the readWrite will verify the primary storage. |
455,736 | 15.05.2019 08:38:19 | 25,200 | ebda79a87b72210bfbeb5574e5f88784a0cb33b7 | Add capability of a preview ISearchService
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "using NuGetGallery.Infrastructure.Search.Correlation;\nusing NuGetGallery.Security;\nusing SecretReaderFactory = NuGetGall... | C# | Apache License 2.0 | nuget/nugetgallery | Add capability of a preview ISearchService (#7171)
Progress on https://github.com/NuGet/NuGetGallery/issues/7152 |
455,736 | 21.05.2019 11:32:03 | 25,200 | 04a844fbe170e1b6c6f5120a07b4b061b6569383 | Add initial infrastructure for search side-by-side page
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Data/Files/Content/flags.json",
"new_path": "src/NuGetGallery/App_Data/Files/Content/flags.json",
"diff": "\"SiteAdmins\": true,\n\"Accounts\": [],\n\"Domains\": []\n+ },\n+ \"NuGetGallery.SearchSideBySide\": {\n+ \"All\": true,\n+ \"SiteA... | C# | Apache License 2.0 | nuget/nugetgallery | Add initial infrastructure for search side-by-side page (#7175)
Progress on https://github.com/NuGet/NuGetGallery/issues/7152 |
455,736 | 21.05.2019 11:35:30 | 25,200 | e37915d8b3e55d8e46146b6989a5a8573e549a88 | Add SearchSideBySideService to do the two searches
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs",
"diff": "@@ -744,12 +744,23 @@ private static List<(string name, Uri searchUri)> GetPreviewSearchClientsFromCon\nbuilder.RegisterTy... | C# | Apache License 2.0 | nuget/nugetgallery | Add SearchSideBySideService to do the two searches (#7176)
Progress on https://github.com/NuGet/NuGetGallery/issues/7152 |
455,736 | 21.05.2019 11:36:06 | 25,200 | d445aa7aa534c22f6bc51f9ca8dc414381c4242e | Add search side-by-side web page
Address | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/Gruntfile.js",
"new_path": "src/Bootstrap/Gruntfile.js",
"diff": "@@ -165,6 +165,23 @@ module.exports = function (grunt) {\nexpand: true,\nsrc: 'fonts/**',\ndest: 'dist/'\n+ },\n+ gallerycss: {\n+ expand: true,\n+ cwd: 'dist/css/',\n+ src: [\n+ '... | C# | Apache License 2.0 | nuget/nugetgallery | Add search side-by-side web page (#7177)
Address https://github.com/NuGet/NuGetGallery/issues/7152 |
455,736 | 23.05.2019 09:41:48 | 25,200 | b7bbc90607a1b0fdf317821a1fd1d2fc69320207 | Work around Chromium bug that gives false positives during accessibility pass
Related to
Related to | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -60,6 +60,7 @@ body h3 {\n.footer .container {\nmargin-top: 50px;\nmargin-bottom: 50px;\n+ background-color: #002440;\n}\n.footer a {\ncolor: #e3... | C# | Apache License 2.0 | nuget/nugetgallery | Work around Chromium bug that gives false positives during accessibility pass (#7183)
Related to https://github.com/microsoft/accessibility-insights-web/issues/692
Related to https://bugs.chromium.org/p/chromium/issues/detail?id=647594 |
455,739 | 29.05.2019 10:38:12 | 25,200 | 4a5a48887da6eeefdf801fc08dd9439c4445d00d | Changed the RepositoryInformation struct to match the serialized Json format | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"new_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"diff": "@@ -74,11 +74,12 @@ public struct RepositoryInformation : IEquatable<RepositoryInformation>, ICompar\npublic string Name { get; set; }... | C# | Apache License 2.0 | nuget/nugetgallery | Changed the RepositoryInformation struct to match the serialized Json format |
455,739 | 29.05.2019 12:36:46 | 25,200 | 35f4d22ff27a5b288fdeb091be9e6687c397ca16 | Clicking on the GitHub collapsed section title now don't make the page jump to the top | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": "}\n<h2>\n- <a href=\"#\" role=\"button\" data-toggle=\"collapse\" data-target=\"#githubdependency-groups\"\n+ <a role=\"button... | C# | Apache License 2.0 | nuget/nugetgallery | Clicking on the GitHub collapsed section title now don't make the page jump to the top |
455,744 | 29.05.2019 13:50:16 | 25,200 | efcfb6b14ec8db9fe24d4cbd0a3ec8717f3cf418 | aligning ServerCommon versions with NuGet.Jobs | [
{
"change_type": "MODIFY",
"old_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj",
"new_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj",
"diff": "<Version>4.1.0-master-2602271</Version>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Configuration\"... | C# | Apache License 2.0 | nuget/nugetgallery | aligning ServerCommon versions with NuGet.Jobs (#7193) |
455,739 | 29.05.2019 16:01:46 | 25,200 | b05d22c3dcc31e4c29b1d30326dc573feb92cf23 | Added Github repos count and polished GitHub Usage section | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -751,8 +751,8 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.IsPackageDeprecationEnab... | C# | Apache License 2.0 | nuget/nugetgallery | Added Github repos count and polished GitHub Usage section |
455,739 | 29.05.2019 16:30:44 | 25,200 | 0d44110fd6e033fb914aa6032d69a232954a5eb8 | GitHub repos are now loaded as a IReadOnlyList instead of SortedSet | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"new_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"diff": "@@ -71,7 +71,7 @@ private async Task<T> Refresh<T>(string contentName)\npublic class NuGetPackageInformation\n{\npublic int TotalRepos... | C# | Apache License 2.0 | nuget/nugetgallery | GitHub repos are now loaded as a IReadOnlyList instead of SortedSet |
455,739 | 30.05.2019 15:21:31 | 25,200 | 254cb59be9b9d7b7a37a8f3d0629e0a46a719dc6 | The star count in GitHub Usage section is now formatted | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"new_path": "src/NuGetGallery/Services/ContentObjectService.cs",
"diff": "namespace NuGetGallery\n{\n+ public static class Extensions\n+ {\n+ public static string KiloFormat(this int number)\n+ {\n+ if (numbe... | C# | Apache License 2.0 | nuget/nugetgallery | The star count in GitHub Usage section is now formatted |
455,739 | 30.05.2019 16:26:22 | 25,200 | f5ecc555d86db80b51796c13c70fea8974f626c0 | The repo names are now links in GitHub Usage section | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": "<button class=\"btn btn-gh-repo text-left btn-block\"\nonclick=\"window.open('@dep.CloneUrl');\">\n<span class=\"pull-left\">\... | C# | Apache License 2.0 | nuget/nugetgallery | The repo names are now links in GitHub Usage section |
455,736 | 02.06.2019 17:22:43 | 25,200 | 84d291495d7dd0302fc765ee7e8f8e9fe70e5908 | Update ServerCommon version to pull in latest validation DB migration
The new DB migration in validation DB adds a status column to validation sets
Polish the validation admin page a little bit
Progress on | [
{
"change_type": "MODIFY",
"old_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj",
"new_path": "src/DatabaseMigrationTools/DatabaseMigrationTools.csproj",
"diff": "<Version>4.1.0-master-2602271</Version>\n</PackageReference>\n<PackageReference Include=\"NuGet.Services.Configuration\"... | C# | Apache License 2.0 | nuget/nugetgallery | Update ServerCommon version to pull in latest validation DB migration (#7219)
The new DB migration in validation DB adds a status column to validation sets
Polish the validation admin page a little bit
Progress on https://github.com/NuGet/NuGetGallery/issues/7185 |
455,776 | 03.06.2019 11:33:27 | 25,200 | 895a03ee26e4499b2c9f8d24ea506490e68bc6b0 | Wrap HealthProbe endpoint in a Razor view | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/ApiController.cs",
"new_path": "src/NuGetGallery/Controllers/ApiController.cs",
"diff": "@@ -280,7 +280,7 @@ public virtual async Task<ActionResult> Status()\n[ActionName(\"HealthProbeApi\")]\npublic ActionResult HealthProbe()\n{\n... | C# | Apache License 2.0 | nuget/nugetgallery | Wrap HealthProbe endpoint in a Razor view (#7199) |
455,739 | 04.06.2019 13:55:19 | 25,200 | 9e458580c47736daa5ba6b1a38d497667775b912 | GitHub Usage section is collapsed by default | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml",
"diff": "<h2>\n<a role=\"button\" data-toggle=\"collapse\" data-target=\"#github-usage\"\n- aria-expanded=\"true\" aria-controls=\"gith... | C# | Apache License 2.0 | nuget/nugetgallery | GitHub Usage section is collapsed by default |
455,739 | 04.06.2019 14:54:13 | 25,200 | 01e8c9eaeb2aa8a17048dcd964111f87f02fc2b1 | Added feature flag to the GitHub Usage section | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"new_path": "src/NuGetGallery/Controllers/PackagesController.cs",
"diff": "@@ -749,6 +749,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.IsCertificatesUIEnabled ... | C# | Apache License 2.0 | nuget/nugetgallery | Added feature flag to the GitHub Usage section |
455,739 | 05.06.2019 12:21:24 | 25,200 | e19831c37d938331c55778cfb98d3cb0e1835ab0 | Extracted GitHub Usage code to multiple files | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"diff": "<Compile Include=\"Features\\FeatureFlagReference.cs\" />\n<Compile Include=\"Features\\FeatureFlagSaveResult.cs\" />\n<Compile Include=\"Fe... | C# | Apache License 2.0 | nuget/nugetgallery | Extracted GitHub Usage code to multiple files |
455,739 | 05.06.2019 16:01:29 | 25,200 | 6e3d25b0eaa1827c48e141b37691b5cb49125351 | Fixed failing tests
Tests were failing because of GitHub usage section addition | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -501,11 +501,17 @@ public async Task GivenAValidatingPackageThatTheCurrentUserDoesNotOwnThenHideIt(\nva... | C# | Apache License 2.0 | nuget/nugetgallery | Fixed failing tests
Tests were failing because of GitHub usage section addition |
455,739 | 05.06.2019 16:58:13 | 25,200 | 639072ffd7fe7f36e57d7bd40bba76eca8f332e4 | Fixed PR comments for GitHub Usage
Refactored the code a bit to follow the same style as existing code | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubCacheTransformer.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubCacheTransformer.cs",
"diff": "@@ -15,17 +15,13 @@ public class GitHubCacheTransformer\n{\nforeach (var dependency in repo.Dependencies)\n{\n- List<Reposit... | C# | Apache License 2.0 | nuget/nugetgallery | Fixed PR comments for GitHub Usage
Refactored the code a bit to follow the same style as existing code |
455,739 | 06.06.2019 10:08:37 | 25,200 | 1a24707731d73337db4b2f51ea52cef93d6a2c48 | Moved the css for GitHub Usage section to a css file | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -950,6 +950,12 @@ img.reserved-indicator-icon {\nmargin-right: 8px;\ndisplay: inline-block;\n}\n+.page-package-details .btn-gh-repo {\n+ backgrou... | C# | Apache License 2.0 | nuget/nugetgallery | Moved the css for GitHub Usage section to a css file |
455,739 | 06.06.2019 10:08:55 | 25,200 | 807e36040bfa5246ea28d917b1d2ca0139bf89a7 | Added FeatureFlight for GitHub Usage | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Data/Files/Content/flags.json",
"new_path": "src/NuGetGallery/App_Data/Files/Content/flags.json",
"diff": "\"SiteAdmins\": false,\n\"Accounts\": [],\n\"Domains\": []\n+ },\n+ \"NuGetGallery.GitHubUsage\": {\n+ \"All\": false,\n+ \"SiteAdmi... | C# | Apache License 2.0 | nuget/nugetgallery | Added FeatureFlight for GitHub Usage |
455,739 | 06.06.2019 10:48:49 | 25,200 | aae2646d42735b30f94da1a5e52541e4f632b5ab | [GitHub Usage] fixed tests | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -503,8 +503,8 @@ public async Task GivenAValidatingPackageThatTheCurrentUserDoesNotOwnThenHideIt(\nvar ... | C# | Apache License 2.0 | nuget/nugetgallery | [GitHub Usage] fixed tests |
455,739 | 06.06.2019 10:51:29 | 25,200 | db1efd052d3d097911c6d802c6bcc7a41f92fa81 | [GitHub Usage] Styling | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/RepositoryInformation.cs",
"new_path": "src/NuGetGallery.Core/GitHub/RepositoryInformation.cs",
"diff": "@@ -6,6 +6,18 @@ namespace NuGetGallery.GitHub\n{\npublic class RepositoryInformation\n{\n+ public RepositoryInformation()\n+ ... | C# | Apache License 2.0 | nuget/nugetgallery | [GitHub Usage] Styling |
455,736 | 06.06.2019 10:59:33 | 25,200 | 9697b48c930d0cac65f1034a93569a23ad398136 | Add deployment ID value to Application Insights telemetry
Address | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/App_Start/OwinStartup.cs",
"new_path": "src/NuGetGallery/App_Start/OwinStartup.cs",
"diff": "@@ -82,6 +82,7 @@ public static void Configuration(IAppBuilder app)\nTelemetryConfiguration.Active.InstrumentationKey = instrumentationKey;\n// Add en... | C# | Apache License 2.0 | nuget/nugetgallery | Add deployment ID value to Application Insights telemetry (#7247)
Address https://github.com/NuGet/NuGetGallery/issues/7250 |
455,736 | 06.06.2019 11:46:32 | 25,200 | 32bf90881fd414a1d90f050740ec1e5d307b579d | Emit Google Analytics click event on middle-mouse click
Address | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Scripts/gallery/common.js",
"new_path": "src/NuGetGallery/Scripts/gallery/common.js",
"diff": "if (window.nuget.isGaAvailable()) {\nga('send', 'event', category, action, label, eventValue, options);\n}\n- }\n+ };\nwindow.nuget = nuget;\n.focus... | C# | Apache License 2.0 | nuget/nugetgallery | Emit Google Analytics click event on middle-mouse click (#7249)
Address https://github.com/NuGet/NuGetGallery/issues/7248 |
455,739 | 06.06.2019 16:46:06 | 25,200 | dc4cecf5f82f1257e54def9860f3b342246ec50c | [GitHub Usage] Refactored the code to apply Loic's PR comments | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/less/theme/page-display-package.less",
"new_path": "src/Bootstrap/less/theme/page-display-package.less",
"diff": "}\n.btn-gh-repo:hover {\n- background-color: #d9edf7;\n+ background-color: @state-info-bg;\n}\n.install-tabs {\n"
},
{
"chan... | C# | Apache License 2.0 | nuget/nugetgallery | [GitHub Usage] Refactored the code to apply Loic's PR comments |
455,739 | 07.06.2019 10:33:51 | 25,200 | 055f5c89d1edb903dd1531af0b3ac32b0ddd339e | [GitHub Usage] Moved ToKiloFormat to NumberExtensions class | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Extensions/NumberExtensions.cs",
"new_path": "src/NuGetGallery/Extensions/NumberExtensions.cs",
"diff": "using System;\nusing System.Globalization;\n+using System.Text;\nnamespace NuGetGallery\n{\n@@ -66,5 +67,40 @@ public static string ToUser... | C# | Apache License 2.0 | nuget/nugetgallery | [GitHub Usage] Moved ToKiloFormat to NumberExtensions class |
455,739 | 07.06.2019 10:34:07 | 25,200 | 2a0e976b1f34efaf541b5d6d3cf457ae58927720 | [GitHub Usage] Added tests for ToKiloFormat | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj",
"diff": "<Compile Include=\"Entities\\ReadOnlyModeException.cs\" />\n<Compile Include=\"Entities\\SuspendDbExecutionStrategy.cs\" />\n<Compile Includ... | C# | Apache License 2.0 | nuget/nugetgallery | [GitHub Usage] Added tests for ToKiloFormat |
455,739 | 07.06.2019 11:22:05 | 25,200 | 74f0c25ed682d595e5c5dacedf8ec013f6506793 | [GH Usage] Moved inline css to a class | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -956,6 +956,9 @@ img.reserved-indicator-icon {\n.page-package-details .btn-gh-repo:hover {\nbackground-color: #d9edf7;\n}\n+.page-package-details... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Moved inline css to a class |
455,739 | 07.06.2019 11:22:37 | 25,200 | 52d7ab5442a60d99b0a1f374bdb474a53ad220ea | [GH Usage] Used LinQ to simplify sorting | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "@@ -55,22 +55,11 @@ public NuGetPackageGitHubInformation GetPackageInformation(string packageId)\nreturn dependentsPerPa... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Used LinQ to simplify sorting |
455,739 | 07.06.2019 11:23:03 | 25,200 | 0d4f781adae909d788c765ac09865aae98e9e221 | [GH Usage] Fixed nitpick code formatting in the tests | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs",
"diff": "@@ -1159,8 +1159,7 @@ public async Task DoesNotShowDeprecationToLoggedOutUsers(bool isDeprecationEnabl\npa... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Fixed nitpick code formatting in the tests |
455,739 | 07.06.2019 11:23:19 | 25,200 | bc02314702c084c9858f637b1f9a6849c26bc7e5 | [GH Usage] Newline in FeatureFlagService | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/FeatureFlagService.cs",
"new_path": "src/NuGetGallery/Services/FeatureFlagService.cs",
"diff": "@@ -70,6 +70,7 @@ public bool IsSearchSideBySideEnabled(User user)\n{\nreturn _client.IsEnabled(SearchSideBySideFlightName, user, defaultV... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Newline in FeatureFlagService |
455,739 | 07.06.2019 11:23:52 | 25,200 | 36abb3c32a86ec9e9b3fc96e1eac673b79e48417 | [GH Usage] Code styling | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs",
"new_path": "src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs",
"diff": "@@ -20,6 +20,8 @@ public NuGetPackageGitHubInformation(int totalRepos, IReadOnlyList<RepositoryInf\npublic int... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Code styling |
455,744 | 07.06.2019 12:59:15 | 25,200 | f7a67709780f604c3b60e51cd9c75fabd5f3077e | Enforcing thread safe implementation of `RandomNumberGenerator` for V3Hasher | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Services/Authentication/V3Hasher.cs",
"new_path": "src/NuGetGallery.Services/Authentication/V3Hasher.cs",
"diff": "@@ -14,7 +14,7 @@ namespace NuGetGallery.Infrastructure.Authentication\n/// </summary>\npublic static class V3Hasher\n{\n- priva... | C# | Apache License 2.0 | nuget/nugetgallery | Enforcing thread safe implementation of `RandomNumberGenerator` for V3Hasher (#7238) |
455,739 | 07.06.2019 13:26:24 | 25,200 | b2e92126cfdd747e80295d1d6754c1518d9a3aca | [GH Usagfe] _nuGetPackagesGitHubDependencies is no longer a property | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "@@ -6,6 +6,8 @@ namespace NuGetGallery.GitHub\n{\npublic class GitHubUsageConfiguration : IGitHubUsageConfiguration\n{\n... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usagfe] _nuGetPackagesGitHubDependencies is no longer a property |
455,739 | 07.06.2019 13:27:34 | 25,200 | fed2896f9f6bf9146371f7d2f5c9d47d387abe6a | [GH Usage] Updated IGitHubUsageConfiguration's doc | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"diff": "@@ -4,7 +4,8 @@ public interface IGitHubUsageConfiguration\n{\n/// <summary>\n/// Returns a NuGetPackageGitHubInformat... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Updated IGitHubUsageConfiguration's doc |
455,739 | 07.06.2019 13:35:02 | 25,200 | 814781d6c63cb9fcdf40aaf61bfca862791fb8f6 | [GH Usage] Static variable styling | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs",
"new_path": "src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs",
"diff": "@@ -6,6 +6,10 @@ namespace NuGetGallery.GitHub\n{\npublic class NuGetPackageGitHubInformation\n{\n+ public rea... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Static variable styling |
455,739 | 07.06.2019 13:37:52 | 25,200 | ebfc29f19917e62ec3dc2b57a02f15d3416b9936 | [GH Usage] Extracted Star color to css file | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -959,6 +959,9 @@ img.reserved-indicator-icon {\n.page-package-details .badge-gh-repo {\nbackground-color: #004880;\n}\n+.page-package-details .st... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Extracted Star color to css file |
455,747 | 07.06.2019 13:48:07 | 25,200 | 9b746db8941a14dda77f2eb9933569a85651cbb8 | Allow published symbols to be downloaded after re-upload failures and Blog updates | [
{
"change_type": "MODIFY",
"old_path": "src/NuGet.Services.Entities/Extensions/PackageExtensions.cs",
"new_path": "src/NuGet.Services.Entities/Extensions/PackageExtensions.cs",
"diff": "@@ -14,10 +14,22 @@ public static class PackageExtensions\n/// <returns>The latest symbol package if present, null... | C# | Apache License 2.0 | nuget/nugetgallery | Allow published symbols to be downloaded after re-upload failures and Blog updates (#7252) |
455,739 | 07.06.2019 15:10:38 | 25,200 | b6724bc1c911f54ba089183157754a2e1599d14d | [GH Usage] Fixed compile issues
Forgot to use the new Empty static readonly | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "@@ -6,6 +6,7 @@ namespace NuGetGallery.GitHub\n{\npublic class GitHubUsageConfiguration : IGitHubUsageConfiguration\n{\n... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Fixed compile issues
Forgot to use the new Empty static readonly |
455,739 | 07.06.2019 15:11:27 | 25,200 | c44dac4b9ec521c6c36363398e3e0d429c2caced | [GH Usage] Added tests for GitHubUsageConfiguration | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Core.Facts/NuGetGallery.Core.Facts.csproj",
"new_path": "tests/NuGetGallery.Core.Facts/NuGetGallery.Core.Facts.csproj",
"diff": "<Compile Include=\"Cookies\\CookieComplianceServiceBaseFacts.cs\" />\n<Compile Include=\"Features\\FeatureFlagCl... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Added tests for GitHubUsageConfiguration |
455,776 | 07.06.2019 15:16:35 | 25,200 | a9171b28e05a1e33b1ebf63edf10ed22bf17965d | Add "PackageDeprecate" telemetry event | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Services/Telemetry/ITelemetryService.cs",
"new_path": "src/NuGetGallery.Services/Telemetry/ITelemetryService.cs",
"diff": "@@ -34,6 +34,13 @@ public interface ITelemetryService\nvoid TrackPackageRevalidate(Package package);\n+ void TrackPackag... | C# | Apache License 2.0 | nuget/nugetgallery | Add "PackageDeprecate" telemetry event (#7245) |
455,739 | 07.06.2019 18:02:43 | 25,200 | 03d3bb430ca6908353e0d881420f6cc7e4c4e344 | [GH Usage] Removed unnecessary check | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "@@ -16,9 +16,7 @@ public GitHubUsageConfiguration(IReadOnlyList<RepositoryInformation> repositorie\nthrow new ArgumentNu... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Removed unnecessary check |
455,739 | 07.06.2019 18:10:36 | 25,200 | ba50cd94a9ed5e0ba80724c90d90d8eb9e610780 | [GH Usage] Fixed doc typo | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"diff": "@@ -9,7 +9,7 @@ public interface IGitHubUsageConfiguration\n///\n/// throws an ArgumentException if the packageId is n... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Fixed doc typo |
455,739 | 07.06.2019 18:11:07 | 25,200 | 0a358cdeed14e37459963e79092530e45ccb7e4f | [GH Usage] Added testcases for ToKiloFormat method | [
{
"change_type": "MODIFY",
"old_path": "tests/NuGetGallery.Facts/Extensions/NumberExtensionsFacts.cs",
"new_path": "tests/NuGetGallery.Facts/Extensions/NumberExtensionsFacts.cs",
"diff": "@@ -49,7 +49,12 @@ public class TheToKiloFormatMethod\n[InlineData(999_000, \"999K\")]\n[InlineData(999_999, \"9... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Added testcases for ToKiloFormat method |
455,747 | 10.06.2019 11:26:46 | 25,200 | c848d1666d6ced01033456c2b383c7b738c17fdd | set blog link | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml",
"new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml",
"diff": "}\n@DisplayNavigationItem(\"Documentation\", \"https://docs.microsoft.com/en-us/nuget/what-is-nuget\")\n@DisplayNavigationItem(\"D... | C# | Apache License 2.0 | nuget/nugetgallery | set blog link (#7255) |
455,739 | 10.06.2019 16:03:07 | 25,200 | 8e31c67bee82671011761bc4ee28c4193a0e87eb | [GH Usage] Moved sorting logic to NuGetPackage info class | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "@@ -6,7 +6,6 @@ namespace NuGetGallery.GitHub\n{\npublic class GitHubUsageConfiguration : IGitHubUsageConfiguration\n{\n... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Moved sorting logic to NuGetPackage info class |
455,739 | 11.06.2019 11:09:41 | 25,200 | c9486cb1ff7605b930e59564f1e5b7de5500768f | [GH Usage] Updated GH Usage Config class documentation | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs",
"diff": "@@ -4,11 +4,11 @@ public interface IGitHubUsageConfiguration\n{\n/// <summary>\n/// Returns a NuGetPackageGitHubInform... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Updated GH Usage Config class documentation |
455,739 | 11.06.2019 13:27:18 | 25,200 | 04773e341f8efc3a5c652ea05edfa87b9247b74a | [GH Usage] Added null check | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/RepositoryInformation.cs",
"new_path": "src/NuGetGallery.Core/GitHub/RepositoryInformation.cs",
"diff": "@@ -20,7 +20,7 @@ public class RepositoryInformation\nthrow new IndexOutOfRangeException(string.Format(\"{0} cannot have a neg... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Added null check |
455,739 | 11.06.2019 13:27:35 | 25,200 | 53a20a988637723a7cfc06093c46b9e5c851e31f | [GH Usage] Updated Feature flag doc | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery/Services/IFeatureFlagService.cs",
"new_path": "src/NuGetGallery/Services/IFeatureFlagService.cs",
"diff": "@@ -54,11 +54,11 @@ public interface IFeatureFlagService\nbool IsSearchSideBySideEnabled(User user);\n/// <summary>\n- /// Whether a use... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Updated Feature flag doc |
455,739 | 11.06.2019 13:52:40 | 25,200 | 9b6c98a3909b03bd5cc344ab12f66399d526b9eb | [GH Usage] Switched a button for an anchor | [
{
"change_type": "MODIFY",
"old_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"new_path": "src/Bootstrap/dist/css/bootstrap-theme.css",
"diff": "@@ -951,6 +951,8 @@ img.reserved-indicator-icon {\ndisplay: inline-block;\n}\n.page-package-details .btn-gh-repo {\n+ display: inline-block;\n+ widt... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Switched a button for an anchor |
455,739 | 11.06.2019 13:57:52 | 25,200 | 714c0cd43d038c3f7cd06551d57c6267e547a57b | [GH Usage] Switched from the NuGetGallery.GitHub namesoace to NuGetGallery | [
{
"change_type": "MODIFY",
"old_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"new_path": "src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs",
"diff": "using System.Collections.Generic;\nusing System.Linq;\n-namespace NuGetGallery.GitHub\n+namespace NuGetGallery\n{\npubli... | C# | Apache License 2.0 | nuget/nugetgallery | [GH Usage] Switched from the NuGetGallery.GitHub namesoace to NuGetGallery |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.