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,754
05.08.2020 14:50:45
25,200
a4403ae4ddb146028d159a869cdb57c278587a0f
Unbreak GitHubVulnerabilities2Db dependency injection unbreak ghv2db dependency injection - use content service fake
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Job.cs", "new_path": "src/GitHubVulnerabilities2Db/Job.cs", "diff": "using System.Net.Http;\nusing System.Threading;\nusing System.Threading.Tasks;\n+using System.Web;\nusing Autofac;\nusing GitHubVulnerabilities2Db.Collector;\nusi...
C#
Apache License 2.0
nuget/nugetgallery
Unbreak GitHubVulnerabilities2Db dependency injection (#8139) unbreak ghv2db dependency injection - use content service fake
455,754
06.08.2020 14:55:40
25,200
4c77f9118786d039a8922457ede2e1cb8bacb779
Update range's vulnerability before entity update to fix index uniqueness error
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/PackageVulnerabilityService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/PackageVulnerabilityService.cs", "diff": "@@ -231,7 +231,6 @@ private void UpdateRangesOfPackageVulnerability(PackageVulnerabi...
C#
Apache License 2.0
nuget/nugetgallery
Update range's vulnerability before entity update to fix index uniqueness error (#8140)
455,741
22.07.2020 06:19:56
0
6d7bec37dcad88a8065679fc267e1171568c9f35
add feature to enable embedded file
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Packaging/PackageMetadata.cs", "new_path": "src/NuGetGallery.Core/Packaging/PackageMetadata.cs", "diff": "@@ -101,6 +101,7 @@ private void SetPropertiesFromMetadata()\nTags = GetValue(PackageMetadataStrings.Tags, (string)null);\nLanguage ...
C#
Apache License 2.0
nuget/nugetgallery
add feature to enable embedded file
455,741
22.07.2020 19:45:13
0
7ffab41ee78dd03bc722b0dca010700cb081abd9
add readme validation
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageMetadataValidationService.cs", "new_path": "src/NuGetGallery/Services/PackageMetadataValidationService.cs", "diff": "@@ -35,6 +35,11 @@ public class PackageMetadataValidationService : IPackageMetadataValidationServic\n\".png\"\...
C#
Apache License 2.0
nuget/nugetgallery
add readme validation
455,741
29.07.2020 00:47:19
0
b9d2054df4f894e65396b2660d6cbd477d8526ce
rename & add more test cases
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -38,7 +38,7 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string Get2FADismissFee...
C#
Apache License 2.0
nuget/nugetgallery
rename & add more test cases
455,752
19.08.2020 01:50:59
-36,000
9b85f4ca60c92d007e601de7e075b2f1cf78d8f3
Fixed breadcrumb links for packages with build metadata * Fixed breadcrumb links for packages with build metadata * added null reference check * added unit test * removed extraneous newlines * fixed test as links now have normalised version numbers on the end Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/UrlHelperExtensions.cs", "new_path": "src/NuGetGallery/UrlHelperExtensions.cs", "diff": "@@ -228,6 +228,8 @@ public static string Package(this UrlHelper url, string id, bool relativeUrl = t\nstring version,\nbool relativeUrl = true)\n{\n+ stri...
C#
Apache License 2.0
nuget/nugetgallery
Fixed breadcrumb links for packages with build metadata (#8157) * Fixed breadcrumb links for packages with build metadata #8136 * added null reference check * added unit test * removed extraneous newlines * fixed test as links now have normalised version numbers on the end Address https://github.com/NuGet/NuGetGallery/issues/8136
455,736
18.08.2020 11:09:53
25,200
e92834a0479c5cd9d3d0c4e7df1e3f439d4f9a03
Add hijack=false parameter to OData get specific package * Transition OData functional tests to a standard hijack=false pattern * Only allow hijack=false for simple queries * Don't cache hijack=false * hijack=false is a custom query Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ODataV2FeedController.cs", "new_path": "src/NuGetGallery/Controllers/ODataV2FeedController.cs", "diff": "@@ -175,7 +175,8 @@ public class ODataV2FeedController\npublic async Task<IHttpActionResult> Get(\nODataQueryOptions<V2FeedPac...
C#
Apache License 2.0
nuget/nugetgallery
Add hijack=false parameter to OData get specific package (#8161) * Transition OData functional tests to a standard hijack=false pattern * Only allow hijack=false for simple queries * Don't cache hijack=false * hijack=false is a custom query Progress on https://github.com/NuGet/Engineering/issues/2902
455,736
19.08.2020 15:13:25
25,200
23a2ea5d482ddd66339039c39820d3a8acf5d618
Remove unnecessary dependency This was causing a forced downgrade to 4.6.2. The dependency now come in transitively at a higher version.
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.csproj", "diff": "<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>\n<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n- <PackageReference Inc...
C#
Apache License 2.0
nuget/nugetgallery
Remove unnecessary dependency (#8165) This was causing a forced downgrade to 4.6.2. The dependency now come in transitively at a higher version.
455,741
19.08.2020 22:40:51
0
48058f70cbcc27354df2fc81eb8501b02496346c
Preview readme when uploading packages(#8160)
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -648,6 +648,16 @@ img.reserved-indicator-icon {\nmargin-left: 10px;\nwidth: 100%;\n}\n+.readme .readme-container {\n+ display: block;\n+ padding:...
C#
Apache License 2.0
nuget/nugetgallery
Preview readme when uploading packages(#8160) (#8160)
455,754
31.08.2020 14:59:58
25,200
8f51484c40b74ebfa0b9410cbc188fb8faddf6e1
Add instructions for verifygithubvulnerabilities
[ { "change_type": "ADD", "old_path": null, "new_path": "src/VerifyGitHubVulnerabilities/README.md", "diff": "+## Overview\n+\n+This is a run-once job for taking a current snapshot of the whole of GitHub's security advisory collection (pertaining to the `NUGET` ecosystem) and comparing it with the vul...
C#
Apache License 2.0
nuget/nugetgallery
Add instructions for verifygithubvulnerabilities (#8159)
455,736
02.09.2020 13:21:35
25,200
65185e69ae87366dd1bb104bbed6bc8c7ff6062d
Add feature flags to all OData endpoints Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -40,6 +40,16 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string PackageRenamesF...
C#
Apache License 2.0
nuget/nugetgallery
Add feature flags to all OData endpoints (#8178) Progress on https://github.com/NuGet/Engineering/issues/2902
455,752
05.09.2020 02:07:18
-36,000
165984b228cbcd04b9aab47fc12276a2ef718256
Package list can be sorted by ID, owners, downloads and version Addresses
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -341,6 +341,9 @@ img.reserved-indicator-icon {\nz-index: 99999;\nright: 0;\n}\n+.sortable {\n+ cursor: pointer;\n+}\n.modal-backdrop.in {\nopacit...
C#
Apache License 2.0
nuget/nugetgallery
Package list can be sorted by ID, owners, downloads and version (#8158) Addresses https://github.com/NuGet/NuGetGallery/issues/7806
455,736
04.09.2020 12:34:30
25,200
225a0653d8505324e6ec00070b9d5581be5b92fe
Don't show missing version warning for absoluteLatest Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -828,6 +828,10 @@ public HttpStatusCodeResult DisplayPackage()\n[HttpGet]\npublic virtual async Task<ActionResult> DisplayPackage...
C#
Apache License 2.0
nuget/nugetgallery
Don't show missing version warning for absoluteLatest (#8199) Address https://github.com/NuGet/NuGetGallery/issues/8198
455,736
14.09.2020 16:25:01
25,200
7f3e76d66a68bf368826514dce7fa2837fd2d029
Emit AI event when install command is copied Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "diff": "@@ -85,6 +85,11 @@ $(function () {\nsetTimeout(function () {\ncopyButton.popover('destroy');\n}, 1000);\n+ window.nuget....
C#
Apache License 2.0
nuget/nugetgallery
Emit AI event when install command is copied (#8206) Address https://github.com/NuGet/Engineering/issues/3400
455,736
14.09.2020 19:46:33
25,200
bc1df543a4959a6b36a344ff9b6940d9e236bdc4
Focus edit button after form is closed Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-api-keys.js", "diff": "// Re-attach extensions.\nself.AttachExtensions();\n+\n+ // Focus the edit link so that the next tab key will continue with where it w...
C#
Apache License 2.0
nuget/nugetgallery
Focus edit button after form is closed (#8205) Address https://github.com/NuGet/NuGetGallery/issues/8183
455,741
14.09.2020 14:52:12
25,200
42292a3cf74f6825b70b61d615739a78eccabd95
adding an * by required fields in forms
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -797,6 +797,10 @@ img.reserved-indicator-icon {\n.page-api-keys .upsert-api-key .glob-pattern-hint .panel-body {\nheight: 282px;\n}\n+.page-api-k...
C#
Apache License 2.0
nuget/nugetgallery
adding an * by required fields in forms
455,736
30.09.2020 13:04:48
25,200
b3fc376e7485f76660e949fe66ae94361bec8b6e
Disable flaky test Fix is tracked by
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs", "new_path": "tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs", "diff": "@@ -1954,7 +1954,7 @@ public async Task CheckThatCacheKeyIsNotCaseSensitive()\nAssert.Same(pd, _cache.Get(...
C#
Apache License 2.0
nuget/nugetgallery
Disable flaky test (#8232) Fix is tracked by https://github.com/NuGet/NuGetGallery/issues/8231
455,741
29.09.2020 11:51:26
25,200
7dc2f7d89dab4ec68dddb60dd1d3e235177c0488
add more description for learn more
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/IconUrlDeprecationValidationMessage.cs", "new_path": "src/NuGetGallery/Services/IconUrlDeprecationValidationMessage.cs", "diff": "@@ -9,6 +9,6 @@ public class IconUrlDeprecationValidationMessage : IValidationMessage\npublic bool HasRa...
C#
Apache License 2.0
nuget/nugetgallery
add more description for learn more
455,741
05.10.2020 21:19:03
25,200
b4a2488bf06df865240064636207126fae214a20
add aria-live to read alter
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "diff": "individual packages, or both.\n</p>\n<div class=\"has-error\">\n- <span class=\"help-block\" data-bind=\"text: SubjectsError\"></span>\n+ <span cl...
C#
Apache License 2.0
nuget/nugetgallery
add aria-live to read alter
455,736
07.10.2020 11:37:00
25,200
b554e47f30de8341b18085b2439f6068471d9727
Add feature flags to OData $count endpoints * Add feature flags to OData $count endpoints * Rename private async methods to *Async Related to Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -41,14 +41,20 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string EmbeddedReadme...
C#
Apache License 2.0
nuget/nugetgallery
Add feature flags to OData $count endpoints (#8241) * Add feature flags to OData $count endpoints * Rename private async methods to *Async Related to https://github.com/NuGet/Engineering/issues/2902 Address https://github.com/NuGet/Engineering/issues/3442
455,736
07.10.2020 14:18:46
25,200
8fede708e2b2aae4a4f2a925bcfb810af0e32230
Enhance OData deprecation error message * Enhance OData deprecation error message Progress on
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Strings.Designer.cs", "new_path": "src/NuGetGallery/Strings.Designer.cs", "diff": "@@ -1292,7 +1292,7 @@ public class Strings {\n}\n/// <summary>\n- /// Looks up a localized string similar to This OData endpoint is disabled..\n+ /// Looks up a...
C#
Apache License 2.0
nuget/nugetgallery
Enhance OData deprecation error message (#8242) * Enhance OData deprecation error message Progress on https://github.com/NuGet/Engineering/issues/3428
455,741
07.10.2020 23:55:08
0
7c14fa22bc3a10665baa84b3e34fa34490ce5312
path fix in scritp point to vs2019
[ { "change_type": "MODIFY", "old_path": "tests/Scripts/BuildTests.ps1", "new_path": "tests/Scripts/BuildTests.ps1", "diff": "@@ -8,7 +8,7 @@ param(\n$rootName = (Get-Item $PSScriptRoot).parent.FullName\n# Required tools\n-$msBuild = \"${Env:ProgramFiles(x86)}\\Microsoft Visual Studio\\2017\\Enterpris...
C#
Apache License 2.0
nuget/nugetgallery
path fix in scritp point to vs2019 (#8244)
455,741
09.10.2020 02:17:16
0
53729e84f00372d0932e02212fcd98db19c5d500
survey banner
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "</div>\n}\n+<div class=\"container-fluid banner banner-info text-center\">\n+ <div class=\"row\">\n+ <div class=\"col-sm-12\">\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
survey banner (#8249)
455,736
09.10.2020 13:55:10
25,200
af7a465454994f23134aa6f3db5c2aa38249f140
Remove A/B test check for the package dependents feature Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -880,8 +880,7 @@ public virtual async Task<ActionResult> DisplayPackage(string id, string version\nmodel.IsAtomFeedEnabled = _fea...
C#
Apache License 2.0
nuget/nugetgallery
Remove A/B test check for the package dependents feature (#8251) Address https://github.com/NuGet/NuGetGallery/issues/8250
455,772
09.10.2020 16:44:01
25,200
718bd1eae63daee274d1e3d3239ded1450cb1ec8
Fix accessibility bug in SelectRole, ChangeRole combo boxes labels
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml", "new_path": "src/NuGetGallery/Views/Organizations/_OrganizationAccountManageMembers.cshtml", "diff": "<input id=\"new-member-textbox\" class=\"form-control\" placeholder=\"Add exis...
C#
Apache License 2.0
nuget/nugetgallery
Fix accessibility bug in SelectRole, ChangeRole combo boxes labels (#8253)
455,736
15.10.2020 15:44:01
25,200
f8ac3470a664f4fb7d21242f2568b8206d903def
Make the ESLint ignore pattern more generic VS2019 seems to put temporary files in one more place that ESLint now catches
[ { "change_type": "MODIFY", "old_path": ".eslintignore", "new_path": ".eslintignore", "diff": "#\n# Prepend each file with a globbing '**/' because our official builds run in a complex way that makes it hard to depend\n# on specific relative paths.\n-**/src/NuGetGallery/Scripts/gallery/jquery-3.4.1.j...
C#
Apache License 2.0
nuget/nugetgallery
Make the ESLint ignore pattern more generic (#8267) VS2019 seems to put temporary files in one more place that ESLint now catches
455,741
16.10.2020 22:39:07
0
6c5db62eaef7a19892b02e9b05795babf1adeaa9
add underline for banner
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -163,6 +163,7 @@ body h3 {\n}\n.banner a {\ncolor: #23527c;\n+ text-decoration: underline;\n}\n.banner a:hover,\n.banner a:focus {\n" }, { ...
C#
Apache License 2.0
nuget/nugetgallery
add underline for banner (#8261)
455,741
16.10.2020 23:05:07
0
e56ad756829bfdbfcb194e0c7f4cffe23387053a
Change httpPost to httpGet
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Controllers/SupportRequestController.cs", "new_path": "src/NuGetGallery/Areas/Admin/Controllers/SupportRequestController.cs", "diff": "@@ -133,8 +133,7 @@ public async Task<ActionResult> Save(int issueKey, int? assignedToId, int is...
C#
Apache License 2.0
nuget/nugetgallery
Change httpPost to httpGet (#8269)
455,741
22.10.2020 18:23:38
0
a93c6ba1cb8b8c671ae4602df14d36a73ba55742
Read status message when command been copied
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "<div class=\"copy-button\">\n<button id=\"@packageManager.Id-button\" class=\"btn btn-default btn-warning\" type=\"button\"\nd...
C#
Apache License 2.0
nuget/nugetgallery
Read status message when command been copied (#8289)
455,736
22.10.2020 17:18:43
25,200
82de1df904b03a25d849d5fa867c49c29008c404
Display net5.0 using ToString instead of custom logic Address Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ExtensionMethods.cs", "new_path": "src/NuGetGallery/ExtensionMethods.cs", "diff": "@@ -243,6 +243,15 @@ public static string ToFriendlyName(this NuGetFramework frameworkName, bool allo\nthrow new ArgumentNullException(nameof(frameworkName));\n...
C#
Apache License 2.0
nuget/nugetgallery
Display net5.0 using ToString instead of custom logic (#8291) Address https://github.com/NuGet/NuGetGallery/issues/8235 Address https://github.com/NuGet/NuGetGallery/issues/8268
455,741
23.10.2020 21:28:25
0
c6bc4cdf1ae8897e90de04ad5d27779a20ff9136
update readme to VS2019
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -9,7 +9,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope\n## Build and Run the Gallery in (arbitrary number) easy steps\n1. Prerequisites:\n- 1. Visual Studio 2017 - Install ...
C#
Apache License 2.0
nuget/nugetgallery
update readme to VS2019 (#8293)
455,741
27.10.2020 22:43:08
0
4ed47e79ddc39adc1583337df875d78fa3ad2790
rm survey banner
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "</div>\n}\n-<div class=\"container-fluid banner banner-info text-center\">\n- <div class=\"row\">\n- <div class=\"col-sm-12\">\n- ...
C#
Apache License 2.0
nuget/nugetgallery
rm survey banner (#8298)
455,744
28.10.2020 08:46:52
25,200
bfd25d52f245271a32e3bc669f123cd07048fe82
Enabling word wrapping for tags in all layouts * Removed dividers between items in ul for package details in search results. Word wrap for details in search results. * Word wrap for tags everywhere. * Blue "more tags" link. * "More tags" instead of chevron.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -248,12 +248,11 @@ img.reserved-indicator-icon {\n.package-list {\nmargin-top: 8px;\nmargin-bottom: 8px;\n- margin-left: -5px;\npadding-left: 0;\...
C#
Apache License 2.0
nuget/nugetgallery
Enabling word wrapping for tags in all layouts (#8274) * Removed dividers between items in ul for package details in search results. Word wrap for details in search results. * Word wrap for tags everywhere. * Blue "more tags" link. * "More tags" instead of chevron.
455,736
28.10.2020 09:13:54
25,200
e719a4115ce63be13dce508820d8c0c024c29f7a
Add OData error code for deprecate response messages Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ODataV1FeedController.cs", "new_path": "src/NuGetGallery/Controllers/ODataV1FeedController.cs", "diff": "using System;\nusing System.Data.Entity;\nusing System.Linq;\n+using System.Net;\nusing System.Net.Http;\nusing System.Threadi...
C#
Apache License 2.0
nuget/nugetgallery
Add OData error code for deprecate response messages (#8297) Address https://github.com/NuGet/NuGetGallery/issues/8296
455,744
29.10.2020 16:05:52
25,200
44838059dd51a0badcbf59ce8586a0d53619e500
Adding AF token to account management page.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/Account.cshtml", "new_path": "src/NuGetGallery/Views/Users/Account.cshtml", "diff": "ViewBag.MdPageColumns = GalleryConstants.ColumnsFormMd;\nTempData[\"Parent\"] = this;\n}\n+@ViewHelpers.AjaxAntiForgeryToken(Html)\n<section role=...
C#
Apache License 2.0
nuget/nugetgallery
Adding AF token to account management page. (#8303)
455,737
02.11.2020 15:03:59
28,800
96ee321f95144eb1f0b72a8d4733f07299f9c828
Narrow smallest width by a small amount globally
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -221,8 +221,8 @@ h3 a:active {\n}\n@media screen and (max-width: 768px) {\n.container {\n- width: -webkit-calc(100vw - 15px);\n- width: calc(100v...
C#
Apache License 2.0
nuget/nugetgallery
Narrow smallest width by a small amount globally (#8300)
455,744
02.11.2020 15:43:19
28,800
151e1071fb2021af5154c3dab91d4cd469e62b99
Not using Task.Result in async context.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/SqlAggregateStatsService.cs", "new_path": "src/NuGetGallery/Services/SqlAggregateStatsService.cs", "diff": "@@ -26,9 +26,9 @@ public SqlAggregateStatsService(IAppConfiguration configuration, ISqlConnectionF\n_connectionFactory = galle...
C#
Apache License 2.0
nuget/nugetgallery
Not using Task.Result in async context. (#8307)
455,744
09.11.2020 10:08:17
28,800
ed4fa1407f53e12ced045fd4aa46191faceb3ffb
Dropping the narration completely for absent signature and deprecation columns.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "}\n@if (Model.IsCertificatesUIEnabled)\n{\n- <th aria-label=\"Signature Information\" abbr=\"Signature Information\"></th>\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
Dropping the narration completely for absent signature and deprecation columns. (#8309)
455,744
09.11.2020 10:09:14
28,800
f28a1ebd88b3cfc9bec37cffcebd55fff851b049
Removed unused localIP member of CloudAuditingService.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "new_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "diff": "@@ -22,19 +22,15 @@ public class CloudAuditingService : AuditingService, ICloudStorageStatusDependen\npublic static readonly...
C#
Apache License 2.0
nuget/nugetgallery
Removed unused localIP member of CloudAuditingService. (#8306)
455,756
10.11.2020 14:44:22
28,800
400781f115a7e3d041e78d5e2778c6fa686a065e
Just break word
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/_AccountCertificates.cshtml", "new_path": "src/NuGetGallery/Views/Shared/_AccountCertificates.cshtml", "diff": "</thead>\n<tbody data-bind=\"foreach: $data.certificates\">\n<tr class=\"manage-certificate-listing\" role=\"listitem\...
C#
Apache License 2.0
nuget/nugetgallery
Just break word (#8310)
455,736
13.11.2020 12:13:51
28,800
fd7fe136828f2e3b6e0b756f08d1c260cd729dc1
Add restricted API for soft deleting packages Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -40,6 +40,7 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string PackageRenamesFe...
C#
Apache License 2.0
nuget/nugetgallery
Add restricted API for soft deleting packages (#8290) Address https://github.com/NuGet/Engineering/issues/3512
455,736
13.11.2020 17:30:53
28,800
cf7178e2f94523c3c436efa019f34beafc059832
Switch to NuGetTestData for static test packages Progress on
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/Constants.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/Constants.cs", "diff": "@@ -32,14 +32,13 @@ public static class Constants\npublic const string StatsPageDefaultText = \"Statistics last updated\";\npubl...
C#
Apache License 2.0
nuget/nugetgallery
Switch to NuGetTestData for static test packages (#8324) Progress on https://github.com/NuGet/Engineering/issues/3513
455,736
23.11.2020 11:20:23
28,800
efc81b03eb676da4d1ec27dca8ef4ab2106a3d16
Move to new build tools
[ { "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 = '2b78092c53527212b9cef813ef248e14ec11079d',\n+ [string]$BuildBranch = '948e06b7e5dc320eccd1f44a15a...
C#
Apache License 2.0
nuget/nugetgallery
Move to new build tools (#8331)
455,741
23.11.2020 14:56:41
28,800
72b70b518fbc895583df5754943229a4c29d6fce
Only allowed one scroll bar when zooming in
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -1950,6 +1950,9 @@ img.reserved-indicator-icon {\n.page-status .ms-Icon--Cancel {\ncolor: red;\n}\n+.page-status .table {\n+ word-break: break-wo...
C#
Apache License 2.0
nuget/nugetgallery
Only allowed one scroll bar when zooming in (#8330)
455,737
01.12.2020 19:23:16
28,800
a70b396a3f488f72901c30882dbaa031e9940ee2
Enable scrollbar on cert table only.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -245,6 +245,9 @@ img.reserved-indicator-icon {\nmargin-left: auto;\nmargin-right: auto;\n}\n+.table-container {\n+ overflow-x: auto;\n+}\n.packag...
C#
Apache License 2.0
nuget/nugetgallery
Enable scrollbar on cert table only. (#8340)
455,736
08.12.2020 18:46:36
28,800
e724d7fbb9ca507066bc972e1c2f199a4ff45c56
Update minClientVersion to 5.9.0 to support new client version Related to
[ { "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
Update minClientVersion to 5.9.0 to support new client version (#8348) Related to https://github.com/NuGet/NuGet.Services.Index/pull/178
455,736
10.12.2020 09:54:54
28,800
e53e62343775db2bb65bc8b14d6488d870a576c5
[Hotfix] Add missing resource Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "new_path": "src/NuGetGallery.Core/NuGetGallery.Core.csproj", "diff": "<Compile Remove=\"Services\\CorePackageFileService.cs\" />\n</ItemGroup>\n+ <ItemGroup>\n+ <None Remove=\"Infrastructure\\MigrateUserToOrgan...
C#
Apache License 2.0
nuget/nugetgallery
[Hotfix] Add missing resource (#8350) Address https://github.com/NuGet/NuGetGallery/issues/8344
455,741
20.01.2021 22:34:48
28,800
320e81fb2f5a1cf1b3870466891c158759b5a6b3
read out warning message
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/_ManageDeprecation.cshtml", "new_path": "src/NuGetGallery/Views/Packages/_ManageDeprecation.cshtml", "diff": "@ViewHelpers.AlertDanger(@<text>At least one version must be selected.</text>)\n</div>\n<div data-bind=\"visible: chos...
C#
Apache License 2.0
nuget/nugetgallery
read out warning message (#8382)
455,754
22.01.2021 12:51:17
-36,000
35ca7d764a8f72c2478992901b092444c13b7941
Add icons to project to ensure bundling
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<Content Include=\"Content\\gallery\\img\\facebook.svg\" />\n<Content Include=\"Content\\gallery\\img\\git-32x32.png\" />\n<Content Include=\"Content\\gallery\\...
C#
Apache License 2.0
nuget/nugetgallery
Add icons to project to ensure bundling (#8385)
455,736
26.01.2021 16:03:37
28,800
60349e70ad637e5d830360efb586f09285175d65
Add build extensions to GalleryTools
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.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
Add build extensions to GalleryTools (#8399)
455,744
26.01.2021 16:25:04
28,800
105573148aa23f8471fe59ff41be65ff78855661
Removing Cristina from CODEOWNERS
[ { "change_type": "MODIFY", "old_path": ".github/CODEOWNERS", "new_path": ".github/CODEOWNERS", "diff": "# the repo. Unless a later match takes precedence,\n# review when someone opens a pull request.\n# For more on how to customize the CODEOWNERS file - https://help.github.com/en/articles/about-code...
C#
Apache License 2.0
nuget/nugetgallery
Removing Cristina from CODEOWNERS (#8398)
455,736
03.02.2021 11:55:13
28,800
b53e19646f9c112f62945c0d6057f5e479c9474b
Use throw instead of throw ex to preserve call stack
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -528,7 +528,7 @@ public virtual async Task<ActionResult> CreateSymbolPackagePutAsync()\n{\nex.Log();\nTelemetryService.TrackSymbolPackagePu...
C#
Apache License 2.0
nuget/nugetgallery
Use throw instead of throw ex to preserve call stack (#8410)
455,736
26.01.2021 23:23:39
0
990e0feeecd873f577f2baeb8b98542d9b85124e
Add a command to GalleryTools for batch reserving namespaces
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/GalleryTools.csproj", "new_path": "src/GalleryTools/GalleryTools.csproj", "diff": "<Compile Include=\"Commands\\BackfillRepositoryMetadataCommand.cs\" />\n<Compile Include=\"Commands\\HashCommand.cs\" />\n<Compile Include=\"Commands\\ApplyTena...
C#
Apache License 2.0
nuget/nugetgallery
Add a command to GalleryTools for batch reserving namespaces
455,736
26.01.2021 14:18:00
28,800
daf4172808271743864dfc698d17237a6f9374ff
Add specific error message for reservations with no owner
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Gallery/ThrowingTelemetryService.cs", "new_path": "src/GitHubVulnerabilities2Db/Gallery/ThrowingTelemetryService.cs", "diff": "@@ -256,6 +256,11 @@ public void TrackPackagePushNamespaceConflictEvent(string packageId, string pack\nt...
C#
Apache License 2.0
nuget/nugetgallery
Add specific error message for reservations with no owner
455,736
05.02.2021 02:22:37
0
2b105ec47c88a9b9546df9abe965a301c7868313
Add --unreserve option for rollback If something goes wrong, this will allow us to rollback the bulk reservations.
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/ReserveNamespacesCommand.cs", "new_path": "src/GalleryTools/Commands/ReserveNamespacesCommand.cs", "diff": "@@ -36,15 +36,21 @@ public static void Configure(CommandLineApplication config)\n$\"The duration in seconds to sleep between e...
C#
Apache License 2.0
nuget/nugetgallery
Add --unreserve option for rollback If something goes wrong, this will allow us to rollback the bulk reservations.
455,736
09.02.2021 14:54:33
28,800
25713159a61d63fa3f14ef95d01d0fc36d44e7be
Address PR comments in ReserveNamespacesCommand
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/ReserveNamespacesCommand.cs", "new_path": "src/GalleryTools/Commands/ReserveNamespacesCommand.cs", "diff": "@@ -18,7 +18,7 @@ namespace GalleryTools.Commands\n{\npublic static class ReserveNamespacesCommand\n{\n- private const int Def...
C#
Apache License 2.0
nuget/nugetgallery
Address PR comments in ReserveNamespacesCommand (#8415)
455,741
05.02.2021 11:06:07
28,800
b399a4ec355604627f7babe8a47c5d0ddbccfe7c
workaround for narrator announce the status changes of copy button
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "diff": "@@ -96,9 +96,23 @@ $(function () {\nvar text = $('#' + id + '-text').text().trim();\nwindow.nuget.copyTextToClipboard(te...
C#
Apache License 2.0
nuget/nugetgallery
workaround for narrator announce the status changes of copy button
455,754
08.03.2021 14:15:37
-36,000
5d8076cee32b929cd38064e8d2c0ec5fa558ea87
New TFM logic for package ingestion Improve supported TFM determination for packages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/PackageService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/PackageService.cs", "diff": "using System.Linq;\nusing System.Threading;\nusing System.Threading.Tasks;\n+using NuGet.Client;\n+using NuGet...
C#
Apache License 2.0
nuget/nugetgallery
New TFM logic for package ingestion (#8432) Improve supported TFM determination for packages
455,754
11.03.2021 12:56:25
-36,000
21348d69e3460de124fb560999972319a7172a13
Add feature flag for new TFM heuristics Add feature flag for new TFM heuristics
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -40,6 +40,7 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string ShowEnable2FADia...
C#
Apache License 2.0
nuget/nugetgallery
Add feature flag for new TFM heuristics (#8448) Add feature flag for new TFM heuristics
455,754
12.03.2021 09:32:26
-36,000
5882f3e041891179c89d16bb863a073dbe4c007f
Use new TFM logic for package ingestion in backfill command New TFM logic for package ingestion and backfill command
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/BackfillCommand.cs", "new_path": "src/GalleryTools/Commands/BackfillCommand.cs", "diff": "using CsvHelper;\nusing CsvHelper.Configuration;\nusing CsvHelper.TypeConversion;\n+using Knapcode.MiniZip;\nusing Microsoft.Extensions.CommandL...
C#
Apache License 2.0
nuget/nugetgallery
Use new TFM logic for package ingestion in backfill command (#8431) New TFM logic for package ingestion and backfill command
455,754
12.03.2021 11:50:42
-36,000
5871c77a1111bfa40696e4e821450149da639817
Add IsVulnerable to Manage Packages view model Expand view models for vulnerabilities in manage packages page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/IPackageService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/IPackageService.cs", "diff": "@@ -87,9 +87,9 @@ public interface IPackageService : ICorePackageService\nPackage FilterLatestPackageBySuffi...
C#
Apache License 2.0
nuget/nugetgallery
Add IsVulnerable to Manage Packages view model (#8435) Expand view models for vulnerabilities in manage packages page
455,754
12.03.2021 11:51:28
-36,000
62bd2c3880869be8cc3a26b2155aa2afe7532ab5
Extend vulnerabilities verification to metadata Extend vulnerabilities verification to metadata
[ { "change_type": "MODIFY", "old_path": "src/VerifyGitHubVulnerabilities/Configuration/VerifyGitHubVulnerabilitiesConfiguration.cs", "new_path": "src/VerifyGitHubVulnerabilities/Configuration/VerifyGitHubVulnerabilitiesConfiguration.cs", "diff": "@@ -16,5 +16,20 @@ public class VerifyGitHubVulnerabil...
C#
Apache License 2.0
nuget/nugetgallery
Extend vulnerabilities verification to metadata (#8412) Extend vulnerabilities verification to metadata
455,754
12.03.2021 12:13:41
-36,000
b5783d2969837221bab05ad9e463c77a7d9efe02
Add vulnerable warnings to Manage Packages page Show vulnerability alerts on manage packages page
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -1605,6 +1605,17 @@ img.reserved-indicator-icon {\n.page-manage-packages .inner-table {\nmargin-bottom: 0px;\n}\n+.page-manage-packages .inner-ta...
C#
Apache License 2.0
nuget/nugetgallery
Add vulnerable warnings to Manage Packages page (#8436) Show vulnerability alerts on manage packages page
455,754
12.03.2021 13:41:30
-36,000
97b1a560eb2f262d7defa1f7e294fb95a10b8755
Add Knapcode.MiniZip to 3rd party signing
[ { "change_type": "MODIFY", "old_path": "sign.thirdparty.props", "new_path": "sign.thirdparty.props", "diff": "<ThirdPartyBinaries Include=\"DynamicData.EFCodeFirstProvider.dll\" />\n<ThirdPartyBinaries Include=\"Elmah.dll\" />\n<ThirdPartyBinaries Include=\"ICSharpCode.SharpZipLib.dll\" />\n+ <Third...
C#
Apache License 2.0
nuget/nugetgallery
Add Knapcode.MiniZip to 3rd party signing (#8450)
455,754
12.03.2021 16:12:27
-36,000
933fe456a4c9c27ac141d439bb257f9de756f71b
Give the manage packages page its own pva flag (perf concerns)
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "new_path": "src/NuGetGallery.Services/Configuration/FeatureFlagService.cs", "diff": "@@ -27,6 +27,7 @@ public class FeatureFlagService : IFeatureFlagService\nprivate const string ManageDeprecatio...
C#
Apache License 2.0
nuget/nugetgallery
Give the manage packages page its own pva flag (perf concerns) (#8451)
455,737
01.04.2021 03:31:08
0
91c68fe42b7e93b25973b78ac8a98b6e360e74c4
Update DI for alt stats container
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -707,27 +707,41 @@ private static void RegisterDeleteAccountService(ContainerBuilder builder, Confi\nprivate static voi...
C#
Apache License 2.0
nuget/nugetgallery
Update DI for alt stats container (#8472)
455,741
01.04.2021 12:28:21
25,200
b72d197315957ce47642d7de86026797f6958ef9
reject empty readme file & fix error message for invalid extension
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageMetadataValidationService.cs", "new_path": "src/NuGetGallery/Services/PackageMetadataValidationService.cs", "diff": "@@ -458,6 +458,16 @@ private async Task<PackageValidationResult> CheckReadmeMetadataAsync(PackageArch\n}\nvar ...
C#
Apache License 2.0
nuget/nugetgallery
reject empty readme file & fix error message for invalid extension (#8473)
455,754
06.04.2021 17:29:00
-36,000
6b07d7593ec6ba67da8e75fa76aa9ac75f1e76c5
a11y fix - remove horizontal scrollbar from page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/Organizations.cshtml", "new_path": "src/NuGetGallery/Views/Users/Organizations.cshtml", "diff": "<div>\n<p>You have @(orgCountString).</p>\n</div>\n+ <div class=\"table-container\">\n<table class=\"table user-package-list\">\n<thea...
C#
Apache License 2.0
nuget/nugetgallery
a11y fix - remove horizontal scrollbar from page (#8499)
455,754
06.04.2021 18:25:41
-36,000
1e6caa9ec2090e3d2694e0451269a6a383048fbb
Added mandatory styles to add organizations page
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -732,6 +732,10 @@ img.reserved-indicator-icon {\nmargin-top: 6px;\nmargin-bottom: 6px;\n}\n+.page-add-organization .required:after {\n+ color: re...
C#
Apache License 2.0
nuget/nugetgallery
Added mandatory styles to add organizations page (#8500)
455,744
06.04.2021 16:19:47
25,200
54b7ae6109957071725d74710d3ade0fa2e7b8cd
Preparing ErrorLog for secret refresh.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Infrastructure/AzureEntityList.cs", "new_path": "src/NuGetGallery.Core/Infrastructure/AzureEntityList.cs", "diff": "@@ -22,25 +22,25 @@ public class AzureEntityList<T> : IEnumerable<T> where T : ITableEntity, new()\nprivate const string I...
C#
Apache License 2.0
nuget/nugetgallery
Preparing ErrorLog for secret refresh. (#8485)
455,754
13.04.2021 14:02:44
-36,000
dab79bba62b327124ebca5810d10fa895482a1f6
Fix break in githubvulnerabilities2db dependency injection
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/GitHubVulnerabilities2Db.csproj", "new_path": "src/GitHubVulnerabilities2Db/GitHubVulnerabilities2Db.csproj", "diff": "<Compile Include=\"Collector\\IAdvisoryQueryBuilder.cs\" />\n<Compile Include=\"Collector\\IAdvisoryQueryService...
C#
Apache License 2.0
nuget/nugetgallery
Fix break in githubvulnerabilities2db dependency injection (#8516)
455,754
14.04.2021 11:03:42
-36,000
3acff90c46a4349791f28b00f0c9ecc55be94da1
return backfill to order by date, batch size 1000 return backfill to order by date, batch size 1000, other tweaks
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/BackfillCommand.cs", "new_path": "src/GalleryTools/Commands/BackfillCommand.cs", "diff": "@@ -125,7 +125,8 @@ public async Task Collect(SqlConnection connection, Uri serviceDiscoveryUri, Dat\npackages = packages\n.Where(p => p.Created...
C#
Apache License 2.0
nuget/nugetgallery
return backfill to order by date, batch size 1000 (#8510) return backfill to order by date, batch size 1000, other tweaks
455,741
15.04.2021 00:22:42
25,200
337ff6ad740315a012b0be6c7291df19cb94fddb
add feature flag for banner
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Fakes/FakeFeatureFlagService.cs", "new_path": "src/GitHubVulnerabilities2Db/Fakes/FakeFeatureFlagService.cs", "diff": "@@ -55,6 +55,11 @@ public bool IsDeletePackageApiEnabled(User user)\nthrow new NotImplementedException();\n}\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
add feature flag for banner (#8527)
455,754
16.04.2021 08:07:11
-36,000
ddfb02da9c1edd3fbc908153f877a97dd90e3fda
adjust backfill logic - remove redundant catch, process null TFMs
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/BackfillCommand.cs", "new_path": "src/GalleryTools/Commands/BackfillCommand.cs", "diff": "@@ -308,8 +308,6 @@ private static async Task<string> GetFlatContainerUri(Uri serviceDiscoveryUri)\n{\nvar httpZipProvider = new HttpZipProvider...
C#
Apache License 2.0
nuget/nugetgallery
adjust backfill logic - remove redundant catch, process null TFMs (#8528)
455,754
16.04.2021 18:13:52
-36,000
5cf5b9be1b52f17d8bb65cb1c97e1dad2c07a1eb
[a11y] Add popovers to verification checkmarks Add popovers to verification checkmarks
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/AppActivator.cs", "new_path": "src/NuGetGallery/App_Start/AppActivator.cs", "diff": "@@ -170,6 +170,10 @@ private static void BundlingPostStart()\n.Include(\"~/Scripts/gallery/clamp.js\");\nBundleTable.Bundles.Add(displayPackageScrip...
C#
Apache License 2.0
nuget/nugetgallery
[a11y] Add popovers to verification checkmarks (#8521) Add popovers to verification checkmarks
455,781
16.04.2021 11:36:41
25,200
c0580f6357c920adb305347e8ee52a05e17f840f
[A11y] Add tabindex to make every td reacheable.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "<table aria-label=\"Version History of @Model.Id\" class=\"table borderless\">\n<thead>\n<tr>\n- <th>Version</th>\n- <th>Downl...
C#
Apache License 2.0
nuget/nugetgallery
[A11y] Add tabindex to make every td reacheable. (#8529)
455,781
20.04.2021 11:22:34
25,200
65c01094510dc3f7d715151dd39d0894601e1d46
aria-required true added to announce a required input.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "diff": "<label class=\"required\" data-bind=\"attr: { for: PackageOwnerId,\nid: PackageOwnerId() + '-label' }\">Package Owner</label>\n<select class=\"for...
C#
Apache License 2.0
nuget/nugetgallery
aria-required true added to announce a required input. (#8537)
455,754
21.04.2021 10:51:39
-36,000
387bf543d93c376694e4eebd578325fccab9c0a6
adjust try blocks in TFM backfill job, repair empty TFM metadata case
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/BackfillCommand.cs", "new_path": "src/GalleryTools/Commands/BackfillCommand.cs", "diff": "using System.Xml;\nusing System.Xml.Linq;\nusing GalleryTools.Utils;\n+using Microsoft.IdentityModel.JsonWebTokens;\nusing NuGet.Services.Sql;\n...
C#
Apache License 2.0
nuget/nugetgallery
adjust try blocks in TFM backfill job, repair empty TFM metadata case
455,754
21.04.2021 10:54:23
-36,000
f627d77304366478c7783ebb023f4b6026f9ec31
Add prompt for DMCA data collection to support request edit dialog
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Areas/Admin/Views/SupportRequest/Index.cshtml", "new_path": "src/NuGetGallery/Areas/Admin/Views/SupportRequest/Index.cshtml", "diff": "<div class=\"form-field\">\n<label for=\"editIssueComment\">Add comment</label>\n<textarea id=\"editIssueCom...
C#
Apache License 2.0
nuget/nugetgallery
Add prompt for DMCA data collection to support request edit dialog (#8536)
455,767
23.04.2021 16:44:45
25,200
2e49db62585e14eb2fe65164f88e7f26109077cb
Added links to best practices page on package upload page Added links to best practices page in upload package page Addresses
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/UploadPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/UploadPackage.cshtml", "diff": "@ViewHelpers.AjaxAntiForgeryToken(Html)\n@ViewHelpers.PackagesBreadcrumb(Url, CurrentUser, true, @<text>Upload</text>)\n<div cla...
C#
Apache License 2.0
nuget/nugetgallery
Added links to best practices page on package upload page (#8542) Added links to best practices page in upload package page Addresses #8411
455,781
26.04.2021 10:14:13
25,200
5a4b471bbe3bd5b0feaa423ff8f3ab27403f5789
removed collapse from cancel button.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "diff": "id: CancelEditId },\nenable: SelectPackagesEnabled() && !PendingCreateOrEdit(),\nclick: CancelEdit\"\n- class=\"btn btn-default btn-block\" data-t...
C#
Apache License 2.0
nuget/nugetgallery
removed collapse from cancel button. (#8539)
455,781
26.04.2021 10:15:23
25,200
69898de3083335cd098bcf26208a947b2e5591c2
Moved aria-labelledby so that announcer says correctly radio button groups.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "diff": "<div class=\"radio\">\n<div class=\"label-sibling\">\n<input name=\"PushScope\" type=\"radio\" value=\"@NuGetScopes.PackagePush\"\n- aria-labelled...
C#
Apache License 2.0
nuget/nugetgallery
Moved aria-labelledby so that announcer says correctly radio button groups. (#8538)
455,767
03.05.2021 10:31:49
25,200
534245d0af7f4f380ebd92d03d5d4bba89d93a60
fixed missing flights for icons and readMes
[ { "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.EmbeddedIcons\": {\n+ \"All\": true,\n+ \"SiteAdm...
C#
Apache License 2.0
nuget/nugetgallery
fixed missing flights for icons and readMes (#8558)
455,741
10.05.2021 12:12:00
25,200
20509964e546007d2acb95909e46e6774fc057b7
style image
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -641,6 +641,12 @@ img.reserved-indicator-icon {\noverflow: auto;\nmax-height: 450px;\n}\n+#readme-less img {\n+ max-width: 100%;\n+}\n+#readme-mo...
C#
Apache License 2.0
nuget/nugetgallery
style image (#8568)
455,741
10.05.2021 12:12:57
25,200
dc68b6069a3fcd437ba4c92435482eb82b303afd
change the link of trusted domains
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-edit-readme.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-edit-readme.js", "diff": "@@ -338,7 +338,7 @@ var BindReadMeDataManager = (function () {\n}\nif (response.ImageSourceDisallowed) {\n- displayReadMeWarning...
C#
Apache License 2.0
nuget/nugetgallery
change the link of trusted domains (#8571)
455,752
11.05.2021 05:44:17
-36,000
e826603c06faca81804be6be7a48f518fdb659a8
Hide Licence file section on package upload if empty
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/_VerifyMetadata.cshtml", "new_path": "src/NuGetGallery/Views/Packages/_VerifyMetadata.cshtml", "diff": "</div>\n<!-- /ko -->\n+ <!-- ko if: $data.LicenseFileContentsHtml || $data.LicenseFileContents -->\n<div class=\"verify-pack...
C#
Apache License 2.0
nuget/nugetgallery
Hide Licence file section on package upload if empty (#8550)
455,752
14.05.2021 08:41:47
-36,000
36852536e67fc948c0954ce80c1019122124f864
Display version metadata only in an info box Address
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Helpers/ViewModelExtensions/PackageViewModelFactory.cs", "new_path": "src/NuGetGallery/Helpers/ViewModelExtensions/PackageViewModelFactory.cs", "diff": "@@ -34,7 +34,6 @@ public PackageViewModel Setup(PackageViewModel viewModel, Package packag...
C#
Apache License 2.0
nuget/nugetgallery
Display version metadata only in an info box (#8554) Address https://github.com/NuGet/NuGetGallery/issues/7662
455,754
10.05.2021 08:54:42
-36,000
88306515cbc698ee2299e3d2e994e0355757d321
Add a non-locked monitoring cursor for inspection during job
[ { "change_type": "MODIFY", "old_path": "src/GalleryTools/Commands/BackfillCommand.cs", "new_path": "src/GalleryTools/Commands/BackfillCommand.cs", "diff": "@@ -36,6 +36,8 @@ public abstract class BackfillCommand<TMetadata>\nprotected virtual string CursorFileName => \"cursor.txt\";\n+ protected virt...
C#
Apache License 2.0
nuget/nugetgallery
Add a non-locked monitoring cursor for inspection during job
455,754
13.05.2021 13:58:07
-36,000
c0a6f85583de25c5913ed37f9a6b5784ffa49119
Add caching to package details page vulnerabilities query
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/IPackageVulnerabilitiesManagementService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/IPackageVulnerabilitiesManagementService.cs", "diff": "// Licensed under the Apache License, Version 2.0. See Lic...
C#
Apache License 2.0
nuget/nugetgallery
Add caching to package details page vulnerabilities query
455,754
17.05.2021 11:31:46
-36,000
2e4e8733aed19cc899adf210dd4c142afd08ea99
Addressed feedback - loading cache on startup
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/IPackageVulnerabilitiesManagementService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/IPackageVulnerabilitiesManagementService.cs", "diff": "@@ -30,5 +30,12 @@ public interface IPackageVulnerabilitie...
C#
Apache License 2.0
nuget/nugetgallery
Addressed feedback - loading cache on startup
455,754
07.06.2021 16:06:46
-36,000
bd259cd1a79fd71594fad72503d81c3e3b4c3fe2
Add accessible popovers to reserved checkmarks
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "new_path": "src/NuGetGallery/Scripts/gallery/page-display-package.js", "diff": "@@ -170,4 +170,19 @@ $(function () {\n}\n});\n}\n+\n+ // Add popover to reserved check mark\n+ $(\".reserved-indicator\"...
C#
Apache License 2.0
nuget/nugetgallery
Add accessible popovers to reserved checkmarks
455,741
07.06.2021 11:30:20
25,200
c159a02e19bcc8dcd6826fd7bbb20ceeee18c5c2
Add link for reserved namespace error during package upload
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -518,7 +518,7 @@ private async Task<JsonResult> UploadPackageInternal(PackageArchiveReader packag\n{\nvar version = nuspec.GetVer...
C#
Apache License 2.0
nuget/nugetgallery
Add link for reserved namespace error during package upload (#8610)
455,754
08.06.2021 15:13:03
-36,000
820656c725cd41559fe5cc2887d41132302effb3
Add accessible popovers to vulnerability alerts Add accessible popovers to vulnerability alerts
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/common.js", "new_path": "src/NuGetGallery/Scripts/gallery/common.js", "diff": "}\n};\n+ nuget.setPopovers = function () {\n+ var popoverElement = $(this);\n+ popoverElement.popover({ trigger: 'hover focus' });\n+ popoverElement...
C#
Apache License 2.0
nuget/nugetgallery
Add accessible popovers to vulnerability alerts (#8624) Add accessible popovers to vulnerability alerts
455,754
10.06.2021 19:13:12
-36,000
cfa8a1351c7dc894d6f1176064be421a4169ca7c
ingest withdrawn status of advisories from GitHub
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Collector/AdvisoryQueryBuilder.cs", "new_path": "src/GitHubVulnerabilities2Db/Collector/AdvisoryQueryBuilder.cs", "diff": "@@ -23,6 +23,7 @@ public string CreateSecurityAdvisoriesQuery(DateTimeOffset? updatedSince = null,\ndatabase...
C#
Apache License 2.0
nuget/nugetgallery
ingest withdrawn status of advisories from GitHub (#8544)
455,741
10.06.2021 11:57:44
25,200
b11eceffcfcb99fc61853282ed33a84686514db5
set flags
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Data/Files/Content/flags.json", "new_path": "src/NuGetGallery/App_Data/Files/Content/flags.json", "diff": "\"NuGetGallery.ManagePackagesVulnerabilities\": \"Enabled\",\n\"NuGetGallery.DisplayFuGetLinks\": \"Enabled\",\n\"NuGetGallery.Patte...
C#
Apache License 2.0
nuget/nugetgallery
set flags (#8630)
455,754
16.06.2021 11:01:41
-36,000
322318523399497e190b2db844722f1a8109d6fa
Utilize vulnerabilities caching service for in manage packages page Utilize vulnerabilities caching service for in manage packages page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Services/PackageManagement/IPackageService.cs", "new_path": "src/NuGetGallery.Services/PackageManagement/IPackageService.cs", "diff": "@@ -87,9 +87,9 @@ public interface IPackageService : ICorePackageService\nPackage FilterLatestPackageBySuffi...
C#
Apache License 2.0
nuget/nugetgallery
Utilize vulnerabilities caching service for in manage packages page (#8620) Utilize vulnerabilities caching service for in manage packages page
455,754
18.06.2021 14:15:38
-36,000
908da7fb5c1ae6768fd04e5ee093bab6ef5c1dba
Add safety categories to report abuse form
[ { "change_type": "MODIFY", "old_path": "src/GitHubVulnerabilities2Db/Fakes/FakeFeatureFlagService.cs", "new_path": "src/GitHubVulnerabilities2Db/Fakes/FakeFeatureFlagService.cs", "diff": "@@ -205,6 +205,11 @@ public bool IsODataV2SearchNonHijackedEnabled()\nthrow new NotImplementedException();\n}\n+...
C#
Apache License 2.0
nuget/nugetgallery
Add safety categories to report abuse form (#8635)
455,741
21.06.2021 13:31:32
25,200
abd29b38b68ad5f43445d31b517cac16b58bd945
remove bullet point for tasklist
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -649,9 +649,21 @@ img.reserved-indicator-icon {\n#readme-less img {\nmax-width: 100%;\n}\n+#readme-less ul.contains-task-list,\n+#readme-less li....
C#
Apache License 2.0
nuget/nugetgallery
remove bullet point for tasklist (#8629)
455,741
24.06.2021 11:46:33
25,200
3c134a876ba0810d2bb9f31b506ada3702dbebed
[Readme]Reduce space when display content in readme container
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -660,10 +660,21 @@ img.reserved-indicator-icon {\n#readme-more li.task-list-item {\nlist-style-type: none;\n}\n+#readme-preview {\n+ padding-top:...
C#
Apache License 2.0
nuget/nugetgallery
[Readme]Reduce space when display content in readme container (#8609) Co-authored-by: Joel Verhagen <jver@microsoft.com>
455,736
12.07.2021 17:17:30
25,200
15ddef8bd968e97421a3cf1f53746ba19927f838
Make the package downloads box a bit bigger for macOS Address
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -1764,7 +1764,7 @@ img.reserved-indicator-icon {\nleft: 377px;\ntop: 10px;\nfloat: left;\n- width: 200px;\n+ width: 230px;\n}\n.page-home .circui...
C#
Apache License 2.0
nuget/nugetgallery
Make the package downloads box a bit bigger for macOS (#8682) Address https://github.com/NuGet/NuGetGallery/issues/8671