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
17.03.2017 14:31:42
25,200
dbbab3eee0d630976ba5bbae1c6746a427f30bf7
Fix typo of "publically" * fixed ReleasedInPublicByAccident reason publicly * publicly privacy policy * publicly INT privacy policy
[ { "change_type": "MODIFY", "old_path": "content/INT/Privacy-Policy.md", "new_path": "content/INT/Privacy-Policy.md", "diff": "@@ -41,7 +41,7 @@ Outercurve may use non-personal data that is aggregated for reporting about the\n### Information Sharing\nOutercurve does not sell, rent, or lease any indiv...
C#
Apache License 2.0
nuget/nugetgallery
Fix typo of "publically" (#3636) * fixed ReleasedInPublicByAccident reason publicly * publicly privacy policy * publicly INT privacy policy
455,772
23.03.2017 11:20:31
25,200
e6dd6e4b61e112c2ac03e691d5c5dac059435cfc
Change telemetry time to use correct format
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/TelemetryService.cs", "new_path": "src/NuGetGallery/Services/TelemetryService.cs", "diff": "@@ -122,7 +122,7 @@ private static string GetClientVersion()\nprivate static string GetAccountCreationDate(User user)\n{\n- return user.Create...
C#
Apache License 2.0
nuget/nugetgallery
Change telemetry time to use correct format (#3690)
455,759
23.03.2017 20:54:27
-3,600
d2ee4b30d9be8f4741fe2bd3e35658e2c85fdf10
Store SemVerLevel for newly pushed/uploaded packages to gallery
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Entities/Package.cs", "new_path": "src/NuGetGallery.Core/Entities/Package.cs", "diff": "@@ -144,6 +144,17 @@ public Package()\n[StringLength(64)]\npublic string NormalizedVersion { get; set; }\n+ /// <summary>\n+ /// Gets or sets the mini...
C#
Apache License 2.0
nuget/nugetgallery
#3675 Store SemVerLevel for newly pushed/uploaded packages to gallery (#3678)
455,731
23.03.2017 14:25:30
25,200
705eca29ea3ecd6ba1bd4e4249ec03bf5821f5ce
Add unit test for audit record types
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Core.Facts/NuGetGallery.Core.Facts.csproj", "new_path": "tests/NuGetGallery.Core.Facts/NuGetGallery.Core.Facts.csproj", "diff": "<Reference Include=\"Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf...
C#
Apache License 2.0
nuget/nugetgallery
Add unit test for audit record types (#3693)
455,794
24.03.2017 09:25:42
25,200
551fd8616d25f7257513380b13e9443b0f93afc9
UpdateIsLatest concurrent unlist fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -729,7 +729,14 @@ protected internal async virtual Task<bool> TryUpdateIsLatestInDatabase(IEntitie\nquery.AppendLine($\"UPDATE [dbo].[Packages]...
C#
Apache License 2.0
nuget/nugetgallery
UpdateIsLatest concurrent unlist fix (#3695)
455,731
28.03.2017 14:40:53
25,200
3e6f60092069d0bda8436b8f7b892a487aba69c2
Fix SSL errors in functional tests when running against staging slot
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/Statistics/PackageStatisticsTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/Statistics/PackageStatisticsTests.cs", "diff": "@@ -14,6 +14,12 @@ namespace NuGetGallery.FunctionalTests.Statistics\n{\npublic class Pack...
C#
Apache License 2.0
nuget/nugetgallery
Fix SSL errors in functional tests when running against staging slot (#3717)
455,772
31.03.2017 15:49:19
25,200
b73a844b7784e865f2b0074e59d7c047b2a11ade
.NET 4.6 for Gallery
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<AppDesignerFolder>Properties</AppDesignerFolder>\n<RootNamespace>NuGetGallery</RootNamespace>\n<AssemblyName>NuGetGallery</AssemblyName>\n- <TargetFrameworkVer...
C#
Apache License 2.0
nuget/nugetgallery
.NET 4.6 for Gallery (#3736)
455,759
05.04.2017 10:31:39
25,200
2f4098f14e34b8fc6fc654469d8299bac6ea46d5
Gallery Compiler warning - Could not find rule set file 'Sdl7.0.ruleset'
[ { "change_type": "MODIFY", "old_path": "src/NuGet.Services.Search.Client/NuGet.Services.Search.Client.csproj", "new_path": "src/NuGet.Services.Search.Client/NuGet.Services.Search.Client.csproj", "diff": "<DefineConstants>DEBUG;TRACE</DefineConstants>\n<ErrorReport>prompt</ErrorReport>\n<WarningLevel...
C#
Apache License 2.0
nuget/nugetgallery
Gallery Compiler warning - Could not find rule set file 'Sdl7.0.ruleset' (#3749)
455,759
05.04.2017 16:15:40
25,200
433ce65d3e8c04e0dd5a46bb4e89b883f79f0bc7
Update default localdb connection strings in gallery web.config
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Web.config", "new_path": "src/NuGetGallery/Web.config", "diff": "<add key=\"KeyVault.CertificateThumbprint\" value=\"\" />\n</appSettings>\n<connectionStrings>\n- <add name=\"Gallery.SqlServer\" connectionString=\"Data Source=(localdb)\\v11.0;...
C#
Apache License 2.0
nuget/nugetgallery
Update default localdb connection strings in gallery web.config (#3753)
455,772
07.04.2017 10:55:42
25,200
d96f44f6368545e473169c76a998e01f3bfc9d53
Add client information property to request telemetry
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "new_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "diff": "@@ -59,7 +59,12 @@ public static void Configuration(IAppBuilder app)\n{\nTelemetryConfiguration.Active.InstrumentationKey = instrumentationKey;\n+ // ...
C#
Apache License 2.0
nuget/nugetgallery
Add client information property to request telemetry (#3759)
455,776
10.04.2017 10:38:08
25,200
61ddd4627d8df24cd9b26eb93e29cf9e732a60bd
Add script to run a semicolon-delimited list of functional test scripts
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/Scripts/RunTestScripts.ps1", "diff": "+param(\n+ [string]$TestCategories\n+)\n+\n+$dividerSymbol = \"~\"\n+\n+$failedTests = New-Object System.Collections.ArrayList\n+\n+$TestCategories.Split(';') | ForEach-Object {\n+ Write-Output ($divid...
C#
Apache License 2.0
nuget/nugetgallery
Add script to run a semicolon-delimited list of functional test scripts (#3764)
455,794
18.04.2017 09:16:39
25,200
a01b0f8e421b444c3b3f8cb93e752eb5a1639722
PR#3741 test fix, per integration with PR#3728
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.Facts/Services/PackageServiceFacts.cs", "new_path": "tests/NuGetGallery.Facts/Services/PackageServiceFacts.cs", "diff": "@@ -835,7 +835,7 @@ private async Task WillThrowIfTheNuGetPackageDescriptionIsNull()\nvar service = CreateService();\nva...
C#
Apache License 2.0
nuget/nugetgallery
PR#3741 test fix, per integration with PR#3728 (#3794)
455,794
19.04.2017 11:57:49
25,200
d80197f179dc9130ce12abb05f8e0404e5f26f9d
IsVerificationKeyUsed telemetry fix
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ExtensionMethods.cs", "new_path": "src/NuGetGallery/ExtensionMethods.cs", "diff": "@@ -403,11 +403,15 @@ public static bool IsScopedAuthentication(this IIdentity self)\nreturn !ScopeEvaluator.IsEmptyScopeClaim(scopeClaim);\n}\n- public static ...
C#
Apache License 2.0
nuget/nugetgallery
IsVerificationKeyUsed telemetry fix (#3806)
455,794
27.04.2017 07:37:18
25,200
764119db1486cdcf0ae73ae3962f9afaaddbbdd2
Functional tests (disabled) for temp keys policies
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests.Core/Constants.cs", "new_path": "tests/NuGetGallery.FunctionalTests.Core/Constants.cs", "diff": "@@ -5,6 +5,10 @@ namespace NuGetGallery.FunctionalTests\n{\npublic static class Constants\n{\n+ // Headers\n+ public const strin...
C#
Apache License 2.0
nuget/nugetgallery
Functional tests (disabled) for temp keys policies (#3829)
455,794
27.04.2017 10:54:31
25,200
547931a99f9cb369b81bf8ba8aff0205dc7159d0
PR 3829 feedback
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "diff": "@@ -173,8 +173,8 @@ private async Task<string> CreateVerificationKey(string apiKey, st...
C#
Apache License 2.0
nuget/nugetgallery
PR 3829 feedback (#3838)
455,790
03.05.2017 20:37:01
25,200
344e6b2d9cc3197cae0c8108d294a178b5585c61
Update Terms-Of-Use.md
[ { "change_type": "MODIFY", "old_path": "content/PROD/Terms-Of-Use.md", "new_path": "content/PROD/Terms-Of-Use.md", "diff": "# NuGet Website Terms of Use\n-Updated: May 1, 2017\n+Updated: May 3, 2017\n## Legal Notices.\nThe NuGet Website [https://nuget.org](https://nuget.org) (the \"Website\") is pro...
C#
Apache License 2.0
nuget/nugetgallery
Update Terms-Of-Use.md
455,760
08.05.2017 18:49:33
-7,200
36d594fa14ba7bafd7e698bdc96eb648daefdbf5
Support MinClientVersion <= 4.1.0.0 * Support MinClientVersion <= 4.0.0.0 Fixes * Update Constants.cs
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Constants.cs", "new_path": "src/NuGetGallery/Constants.cs", "diff": "@@ -21,7 +21,7 @@ public static class Constants\npublic const double AllowedLoginAttempts = 10;\npublic const int MaxEmailSubjectLength = 255;\n- internal static readonly NuG...
C#
Apache License 2.0
nuget/nugetgallery
Support MinClientVersion <= 4.1.0.0 (#3860) * Support MinClientVersion <= 4.0.0.0 Fixes https://github.com/NuGet/Home/issues/5156 * Update Constants.cs
455,744
10.05.2017 15:24:19
25,200
def19072374d9d2e76ca30b6de7cc867879761b0
Added index on ([SemVerLevelKey], [IsLatest], [Deleted]) on Packages table.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/NuGetGallery/Migrations/201705102016311_AddIndexSemVerLevelKeyDeletedIsLatest.Designer.cs", "diff": "+// <auto-generated />\n+namespace NuGetGallery.Migrations\n+{\n+ using System.CodeDom.Compiler;\n+ using System.Data.Entity.Migrations;\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
Added index on ([SemVerLevelKey], [IsLatest], [Deleted]) on Packages table. (#3934)
455,776
11.05.2017 13:34:33
25,200
cdcb6a8fd6c890fd879f5188eda41eeff9d2fcc2
pressing edit or undo on the verify package page does not reset focus
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/VerifyPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/VerifyPackage.cshtml", "diff": "$(\"#\" + name + \"Field\").show();\n$(\"#\" + name + \"Button\").hide();\n$(\"#Undo\" + name).show();\n+ $(\"#Undo\" + name).fo...
C#
Apache License 2.0
nuget/nugetgallery
pressing edit or undo on the verify package page does not reset focus (#3919)
455,794
12.05.2017 10:19:14
25,200
98fdbf5c54d929bcfeb359126398833033d9ac0c
Fix SecurityPoliciesFix migration rollback
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Migrations/201705032101231_SecurityPoliciesFix.cs", "new_path": "src/NuGetGallery/Migrations/201705032101231_SecurityPoliciesFix.cs", "diff": "@@ -7,7 +7,7 @@ public partial class SecurityPoliciesFix : DbMigration\n{\npublic override void Up()...
C#
Apache License 2.0
nuget/nugetgallery
Fix SecurityPoliciesFix migration rollback (#3944)
455,737
12.05.2017 11:26:27
25,200
ce1bf4e81584455d1389b00ecff3573f7098195f
Update CSS to show focused elements. Move some css around to try to limit visual impact of change.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Content/Site.css", "new_path": "src/NuGetGallery/Content/Site.css", "diff": "@@ -239,6 +239,10 @@ th {\npadding: 5px;\n}\n+:focus {\n+ outline: #ff9600 solid 2px;\n+}\n+\n/* Logo */\n#logo {\n@@ -1130,7 +1134,6 @@ a.btn {\nfont: inherit;\ncurs...
C#
Apache License 2.0
nuget/nugetgallery
Update CSS to show focused elements. Move some css around to try to limit visual impact of change. (#3939)
455,776
12.05.2017 12:42:43
25,200
319bc7957ab8fffee756117d2f8bed223898445d
Make PackageDownloadsDetail and PackageDownloadsByVersion graphs update without refreshing the page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/Routes.cs", "new_path": "src/NuGetGallery/App_Start/Routes.cs", "diff": "@@ -69,11 +69,21 @@ public static void RegisterUIRoutes(RouteCollection routes)\n\"stats/packages/{id}/{version}\",\nnew { controller = \"Statistics\", action =...
C#
Apache License 2.0
nuget/nugetgallery
Make PackageDownloadsDetail and PackageDownloadsByVersion graphs update without refreshing the page (#3951)
455,772
16.05.2017 11:42:37
25,200
6a7b75ca8b126dab0b279e135af8b4981e2cf1b9
Fix: "Example glob patterns" button and "close" button are not accessible using keyboard
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "new_path": "src/NuGetGallery/Views/Users/ApiKeys.cshtml", "diff": "<a href=\"#\" class=\"globHelpLink\">Example glob patterns</a>.\n<div class=\"popup\">\n<div class=\"popupbox\" id=\"addapikeypopup\">\n- <a class...
C#
Apache License 2.0
nuget/nugetgallery
Fix: "Example glob patterns" button and "close" button are not accessible using keyboard (#3968)
455,794
03.05.2017 09:37:49
25,200
9ea30662817b8f5da7f3c61c6fabbb1449abc812
Key creation telemetry
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "using System.IO.Compression;\nusing System.Linq;\nusing System.Net;\n-using System.Security.Claims;\nusing System.Threading.Tasks;\nusing Syst...
C#
Apache License 2.0
nuget/nugetgallery
Key creation telemetry (#3855)
455,794
15.05.2017 13:58:28
25,200
b6e424fe72aa38381207dc20555b9d2171c7b93b
Enable security policy functional tests
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "diff": "@@ -23,17 +23,17 @@ public SecurityPolicyTests(ITestOutputHelper testOutputHelper)\n_c...
C#
Apache License 2.0
nuget/nugetgallery
Enable security policy functional tests (#3965)
455,751
17.05.2017 09:15:14
25,200
d1203e80f47caebeade2c44821bbfa1b2ed1225a
fix for 3828
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Infrastructure/ApplicationVersionHelper.cs", "new_path": "src/NuGetGallery/Infrastructure/ApplicationVersionHelper.cs", "diff": "@@ -48,7 +48,7 @@ public ApplicationVersion(Uri repositoryBase, string version, string branch, str\nif (repository...
C#
Apache License 2.0
nuget/nugetgallery
fix for 3828 (#3972)
455,794
17.05.2017 16:22:46
25,200
01d0a4a58614ddda96419926fb0d0dc9dfbb8bd4
Avoid separate context from policy service
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "new_path": "src/NuGetGallery/App_Start/DefaultDependenciesModule.cs", "diff": "@@ -203,8 +203,9 @@ protected override void Load(ContainerBuilder builder)\n.InstancePerLifetimeScope();\nbuilder.Register...
C#
Apache License 2.0
nuget/nugetgallery
Avoid separate context from policy service (#3982)
455,737
17.05.2017 16:38:13
25,200
3f25393bba2f04e0f808e2dcc22a41218d0d5d19
Allow auto outlining. Fix issue with outline on click.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Content/Site.css", "new_path": "src/NuGetGallery/Content/Site.css", "diff": "@@ -156,6 +156,10 @@ a {\nborder: none;\n}\n+ a:focus {\n+ outline: auto;\n+ }\n+\nblockquote {\ncolor: #666;\nfont-style: italic;\n@@ -239,10 +243,6 @@ th {\npadding...
C#
Apache License 2.0
nuget/nugetgallery
Allow auto outlining. Fix issue with outline on click. (#3983)
455,772
19.05.2017 08:50:54
25,200
eddf51462755170db90b002410f06741f43e3566
Parse tags list before comparing on package validation completion
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1140,7 +1140,7 @@ public virtual async Task<ActionResult> VerifyPackage(VerifyPackageRequest formD\npendEdit = pendEdit || IsDif...
C#
Apache License 2.0
nuget/nugetgallery
Parse tags list before comparing on package validation completion (#3992)
455,794
19.05.2017 13:36:56
25,200
a1c1d56b253474906cf5ea0c85e0c122497d06f2
Path too long fix for policy test
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "diff": "@@ -30,10 +30,10 @@ public SecurityPolicyTests(ITestOutputHelper testOutputHelper)\n[D...
C#
Apache License 2.0
nuget/nugetgallery
Path too long fix for policy test (#3995)
455,736
22.05.2017 14:23:14
25,200
9a424b87942d0b147e631dda02a6fae8dcfc89ff
Fix functional tests to work against redesign Shorten package name due to max file path issue when running locally
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "new_path": "tests/NuGetGallery.FunctionalTests/PackageCreation/SecurityPolicyTests.cs", "diff": "@@ -67,7 +67,7 @@ public async Task PackagePush_Returns200IfMinClientVersionPolicyMet(...
C#
Apache License 2.0
nuget/nugetgallery
Fix functional tests to work against redesign Shorten package name due to max file path issue when running locally
455,743
26.05.2017 09:32:35
25,200
863b88bd16d551428b2b9b1908fbea73f93c6bc3
Fixed Report Abuse Page's Accessibility Fixes Relevant to [VSTS #395879](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395879&_a=edit). This help-text bug was for the sign-in page, but this also affects the Report Abuse page. * Fixed accessibility of email field in report abuse page * Fixed signature accessibility
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "new_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "diff": "<div class=\"form-field\">\n@if (!Model.ConfirmedUser)\n{\n- @Html.LabelFor(m => m.Email)\n- @Html.EditorFor(m => m.Email)\n- <span ...
C#
Apache License 2.0
nuget/nugetgallery
Fixed Report Abuse Page's Accessibility (#4001) Fixes #4002. Relevant to [VSTS #395879](https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=395879&_a=edit). This help-text bug was for the sign-in page, but this also affects the Report Abuse page. * Fixed accessibility of email field in report abuse page * Fixed signature accessibility
455,759
06.04.2017 15:37:47
25,200
77b08a6944c9ac2b0924fee63a155b1563b1e03c
Remove validation rules that block uploading valid semver2 versions
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "new_path": "src/NuGetGallery.Core/CoreStrings.Designer.cs", "diff": "@@ -123,6 +123,15 @@ public class CoreStrings {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar to The package manifest cont...
C#
Apache License 2.0
nuget/nugetgallery
Remove validation rules that block uploading valid semver2 versions #3645 (#3757)
455,759
24.04.2017 11:07:29
-7,200
86537ab2ee0cde29b0520e643721b664edfb5755
Set SemVerLevelKey after setting Dependencies
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -547,9 +547,6 @@ private Package CreatePackageFromNuGetPackage(PackageRegistration packageRegistr\npackage.Version = packageMetadata.Version.Or...
C#
Apache License 2.0
nuget/nugetgallery
Set SemVerLevelKey after setting Dependencies
455,759
03.05.2017 22:34:01
-7,200
c48f1ff854d3c4508017ad621ce141b64ef94b9a
V2 NuGetEntityTypeSerializer Id link patcher must retain curated feed name
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/OData/Serializers/NuGetEntityTypeSerializer.cs", "new_path": "src/NuGetGallery/OData/Serializers/NuGetEntityTypeSerializer.cs", "diff": "@@ -100,7 +100,7 @@ private void TryAnnotateV2FeedPackage(ODataEntry entry, EntityInstanceContext en\npriv...
C#
Apache License 2.0
nuget/nugetgallery
#3861 V2 NuGetEntityTypeSerializer Id link patcher must retain curated feed name (#3864)
455,759
03.05.2017 22:56:05
-7,200
028140111460815f0ed0d13e5e846ff1d73c3fb7
LuceneIndexingService in Gallery should take into account IsLatest(Stable)SemVer2
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Infrastructure/Lucene/LuceneIndexingService.cs", "new_path": "src/NuGetGallery/Infrastructure/Lucene/LuceneIndexingService.cs", "diff": "@@ -142,16 +142,16 @@ private List<PackageIndexEntity> GetPackages(DateTime? lastIndexTime)\nif (lastIndex...
C#
Apache License 2.0
nuget/nugetgallery
LuceneIndexingService in Gallery should take into account IsLatest(Stable)SemVer2 (#3863)
455,759
04.05.2017 10:10:57
-7,200
6342239c2aabcf589cbc82e351c31fd43d72eb54
POST VerifyPackage version validation should use ToFullString comparison
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1142,7 +1142,7 @@ public virtual async Task<ActionResult> VerifyPackage(VerifyPackageRequest formD\nif (!(String.IsNullOrEmpty(f...
C#
Apache License 2.0
nuget/nugetgallery
POST VerifyPackage version validation should use ToFullString comparison
455,759
04.05.2017 12:27:47
-7,200
f4b685b54194b32918e313462a5839e777272139
ODataV2CuratedFeedController should support semver2 by default when requesting a specific version, and compare on NormalizedVersion
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ODataV2CuratedFeedController.cs", "new_path": "src/NuGetGallery/Controllers/ODataV2CuratedFeedController.cs", "diff": "@@ -83,7 +83,7 @@ public class ODataV2CuratedFeedController\n[CacheOutput(ServerTimeSpan = NuGetODataConfig.GetB...
C#
Apache License 2.0
nuget/nugetgallery
ODataV2CuratedFeedController should support semver2 by default when requesting a specific version, and compare on NormalizedVersion
455,759
04.05.2017 19:46:39
-7,200
41c2b73a5c6251cd5440beae0c1ba4d099c43a8d
Refactor NuGetEntityTypeSerializer + unit test coverage
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "</Compile>\n<Compile Include=\"Security\\SecurePushSubscription.cs\" />\n<Compile Include=\"Security\\IUserSecurityPolicySubscription.cs\" />\n+ <Compile Includ...
C#
Apache License 2.0
nuget/nugetgallery
Refactor NuGetEntityTypeSerializer + unit test coverage (#3879)
455,759
07.05.2017 11:01:58
-7,200
d2e8c0867f96621fe3c1db74660e0c3c8ce623a5
Use NormalizedVersion in URLs contained in PackageAddedNotice
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -500,8 +500,8 @@ private async Task<ActionResult> CreatePackageInternal()\n// Notify user of push\nMessageService.SendPackageAddedNotice(pa...
C#
Apache License 2.0
nuget/nugetgallery
Use NormalizedVersion in URLs contained in PackageAddedNotice (#3886)
455,737
08.05.2017 01:40:17
25,200
107214320be86f3c23bca9a093c8ea9a4efb34e1
Add nullcheck and use TryParse.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/SemVerLevelKey.cs", "new_path": "src/NuGetGallery.Core/SemVerLevelKey.cs", "diff": "@@ -57,8 +57,9 @@ public static class SemVerLevelKey\n// Check the package dependencies for SemVer-compliance.\n// As soon as a SemVer2-compliant dependen...
C#
Apache License 2.0
nuget/nugetgallery
Add nullcheck and use TryParse. (#3890)
455,759
08.05.2017 10:42:37
-7,200
84f8b7d0a53e6e9af66baf6673c909ce7c54a655
Show full version on package details page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/PackageAuditRecord.cs", "new_path": "src/NuGetGallery.Core/Auditing/PackageAuditRecord.cs", "diff": "@@ -49,7 +49,7 @@ public PackageAuditRecord(Package package, AuditedPackageAction action)\npublic override string GetPath()\n{\n...
C#
Apache License 2.0
nuget/nugetgallery
Show full version on package details page (#3887)
455,759
08.05.2017 18:40:35
-7,200
d44ebb17c040ce3b2c0c1835b294163d837cc86d
Highlight semver2 packages on package details view
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/PackageViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/PackageViewModel.cs", "diff": "@@ -10,6 +10,7 @@ namespace NuGetGallery\npublic class PackageViewModel : IPackageVersionModel\n{\nprivate readonly Package _package;\n+ p...
C#
Apache License 2.0
nuget/nugetgallery
Highlight semver2 packages on package details view (#3893)
455,759
08.05.2017 18:40:49
-7,200
980958b7cf97291a0771552bb5f5c7219ab7de39
Fix bug in IsLatest(Stable)SemVer2
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Infrastructure/Lucene/LuceneIndexingService.cs", "new_path": "src/NuGetGallery/Infrastructure/Lucene/LuceneIndexingService.cs", "diff": "using System.Linq;\nusing System.Threading.Tasks;\nusing Lucene.Net.Index;\n-using Lucene.Net.Store;\nusin...
C#
Apache License 2.0
nuget/nugetgallery
Fix bug in IsLatest(Stable)SemVer2 (#3895)
455,759
09.05.2017 11:56:18
-7,200
0c290a834978845aa5631b34b9202f63e67d10a4
VerifyPackage on ApiController should treat version as optional parameter
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/ApiController.cs", "new_path": "src/NuGetGallery/Controllers/ApiController.cs", "diff": "@@ -266,7 +266,7 @@ public async virtual Task<ActionResult> VerifyPackageKeyAsync(string id, string\nprivate async Task<HttpStatusCodeWithBody...
C#
Apache License 2.0
nuget/nugetgallery
VerifyPackage on ApiController should treat version as optional parameter (#3903)
455,759
09.05.2017 20:38:02
-7,200
2fb3fda662f9e3a6dd5e1ec9a148a3addf43cd3a
UpdateIsLatest not resetting IsLatest(Stable)SemVer2 on previous latest versions
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -793,7 +793,7 @@ public async Task UpdateIsLatestAsync(PackageRegistration packageRegistration, b\n// TODO: improve setting the latest bit; thi...
C#
Apache License 2.0
nuget/nugetgallery
UpdateIsLatest not resetting IsLatest(Stable)SemVer2 on previous latest versions (#3909)
455,759
09.05.2017 21:09:24
-7,200
0110e78f870324aa5e2ac216c858321ec8d24f9c
Fix malformed URL in redirect after package upload
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -1248,7 +1248,11 @@ public virtual async Task<ActionResult> VerifyPackage(VerifyPackageRequest formD\nTempData[\"Message\"] = Str...
C#
Apache License 2.0
nuget/nugetgallery
Fix malformed URL in redirect after package upload (#3915)
455,759
10.05.2017 15:41:24
-7,200
42c5428b8c6d771e2d31f355fb110f4c7932a4d6
Minor fix for search results package URLs (when to use version or not in the URL)
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/ViewModels/ListPackageItemViewModel.cs", "new_path": "src/NuGetGallery/ViewModels/ListPackageItemViewModel.cs", "diff": "@@ -38,7 +38,8 @@ public bool UseVersion\nget\n{\n// only use the version in URLs when necessary. This would happen when t...
C#
Apache License 2.0
nuget/nugetgallery
Minor fix for search results package URLs (when to use version or not in the URL)
455,759
10.05.2017 17:41:45
-7,200
67e60e614df2e96e2edc51c129de3373fe26d496
UrlHelper extension for Package should use NormalizedVersion
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/UrlExtensions.cs", "new_path": "src/NuGetGallery/UrlExtensions.cs", "diff": "@@ -110,7 +110,7 @@ public static string Package(this UrlHelper url, string id, string version, stri\npublic static string Package(this UrlHelper url, Package package...
C#
Apache License 2.0
nuget/nugetgallery
UrlHelper extension for Package should use NormalizedVersion (#3925)
455,759
10.05.2017 20:31:01
-7,200
e2b662a16d4ce4729f4e0b294493e7339435b825
Default to latest stable semver2 on package details page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "<p>\n<code>\nInstall-Package @Model.Id\n- @if (!Model.LatestVersion || !Model.Listed)\n+ @if (!Model.LatestVersionSemVer2 || !...
C#
Apache License 2.0
nuget/nugetgallery
Default to latest stable semver2 on package details page (#3930)
455,759
11.05.2017 09:40:02
-7,200
d1fa7bfd0219a31705fab87fd4865b302dbdcabf
User profile page does not show SemVer 2.0.0 packages
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -282,49 +282,86 @@ public IEnumerable<Package> FindPackagesByOwner(User user, bool includeUnlisted)\n// Like DisplayPackage we should prefer to...
C#
Apache License 2.0
nuget/nugetgallery
User profile page does not show SemVer 2.0.0 packages #3911 (#3933)
455,759
11.05.2017 16:53:29
-7,200
32cfd7d004979cba6eef390f20184762ae973b4e
Fix functional test failure SearchMicrosoftDotNetCuratedFeed
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/OData/Serializers/V2FeedPackageAnnotationStrategy.cs", "new_path": "src/NuGetGallery/OData/Serializers/V2FeedPackageAnnotationStrategy.cs", "diff": "@@ -85,7 +85,11 @@ private static void NormalizeNavigationLinks(ODataEntry entry, HttpRequestM...
C#
Apache License 2.0
nuget/nugetgallery
Fix functional test failure SearchMicrosoftDotNetCuratedFeed #3941 (#3942)
455,759
12.05.2017 11:25:20
-7,200
bd0d98a3f1542bf50e8f13ed2e8b1db4132e853d
Fix System.NotSupportedException on User profile page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -324,7 +324,8 @@ private void MergeLatestPackagesByOwner(User user, bool includeUnlisted, Diction\n{\nlatestPackageVersions = _packageRegistrat...
C#
Apache License 2.0
nuget/nugetgallery
Fix System.NotSupportedException on User profile page (#3943)
455,759
12.05.2017 11:26:27
-7,200
f2488ba9f9ad1ebd485ac1e9710f26bc5cf475c1
Fix Functional Test failure for ODataFeeds.V2FeedExtendedTests.FindPackagesByIdTest
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/OData/Serializers/V2FeedPackageAnnotationStrategy.cs", "new_path": "src/NuGetGallery/OData/Serializers/V2FeedPackageAnnotationStrategy.cs", "diff": "@@ -87,10 +87,20 @@ private static Uri BuildIdLink(string id, string version, HttpRequestMessa...
C#
Apache License 2.0
nuget/nugetgallery
Fix Functional Test failure for ODataFeeds.V2FeedExtendedTests.FindPackagesByIdTest #3947 (#3948)
455,759
12.05.2017 18:04:30
-7,200
ac11c0090cda5c68a668d290c7ee70a075d55fc8
Fix load test failure due to incorrect test setup
[ { "change_type": "MODIFY", "old_path": "tests/NuGetGallery.LoadTests/LoadTests.cs", "new_path": "tests/NuGetGallery.LoadTests/LoadTests.cs", "diff": "@@ -78,7 +78,7 @@ public async Task FindPackagesByIdForPredefinedPackage()\npublic async Task FindPackagesBySpecificIdAndVersion()\n{\nstring packageI...
C#
Apache License 2.0
nuget/nugetgallery
Fix load test failure due to incorrect test setup (#3957)
455,759
16.05.2017 09:20:29
-7,200
647c95975c335ce90b01cff5edf2196a332b5d63
Hijack IsLatest(Stable)Version OData filter when semVerLevel=2.0.0
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/NuGetGallery.csproj", "new_path": "src/NuGetGallery/NuGetGallery.csproj", "diff": "<Compile Include=\"ViewModels\\PackageListSearchViewModel.cs\" />\n<Compile Include=\"WebApi\\PlainTextResult.cs\" />\n<Compile Include=\"WebApi\\QueryResult.cs...
C#
Apache License 2.0
nuget/nugetgallery
Hijack IsLatest(Stable)Version OData filter when semVerLevel=2.0.0 (#3966)
455,759
16.05.2017 19:10:31
-7,200
40bd08cdb5f53f6bf50fbb901e5a7bfa73c34453
Detect if package only differ by metadata and show optimal user-facing error message
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -282,13 +282,35 @@ public virtual async Task<ActionResult> UploadPackage(HttpPostedFileBase uploadF\nreturn View();\n}\n- var pac...
C#
Apache License 2.0
nuget/nugetgallery
Detect if package only differ by metadata and show optimal user-facing error message (#3970)
455,759
18.05.2017 09:28:35
-7,200
73278d0f73de12970c2fad76425e2cd18f7cbfe0
Update Semver2 package details message with final nuget client version
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "new_path": "src/NuGetGallery/Views/Packages/DisplayPackage.cshtml", "diff": "@if (Model.IsSemVer2)\n{\n<p class=\"message warning\">\n- This package is only available for download with NuGet client versi...
C#
Apache License 2.0
nuget/nugetgallery
Update Semver2 package details message with final nuget client version #3897 (#3988)
455,759
01.06.2017 09:10:50
-7,200
b0edded209d7c30234d7d2532d4f4164bc0daf5d
On package validation failure an actionable error message should be displayed.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -760,7 +760,7 @@ private static void ValidateNuGetPackageMetadata(PackageMetadata packageMetadata\nthrow new EntityException(Strings.NuGetPacka...
C#
Apache License 2.0
nuget/nugetgallery
On package validation failure an actionable error message should be displayed. #3916 (#4031)
455,743
02.06.2017 15:21:22
25,200
e671c33e3117da67df3de68338e7bb105a401534
Redesign Forgot Password Page Redesigned the Forgot Password and Password Sent Confirmation Pages
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -197,6 +197,9 @@ body {\n.page-package-details .install-tabs .tab-pane .copy-button {\ndisplay: table-cell;\n}\n+.page-forgot-password .forgot-fo...
C#
Apache License 2.0
nuget/nugetgallery
Redesign Forgot Password Page (#4036) Redesigned the Forgot Password and Password Sent Confirmation Pages
455,747
05.06.2017 14:41:35
25,200
95f00cd9bb97b158234eddef3c1925d4ff75ccba
Fix the date format on stats page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Statistics/_PivotTable.cshtml", "new_path": "src/NuGetGallery/Views/Statistics/_PivotTable.cshtml", "diff": "</h1>\n<div data-bind=\"if: $data && LastUpdatedUtc\" class=\"last-updated\">\n- <span data-bind=\"text: 'Statistics last update...
C#
Apache License 2.0
nuget/nugetgallery
Fix the date format on stats page (#4057)
455,731
06.06.2017 10:17:12
25,200
0aea0dd3be549a7d2ccb54f6f0e16edc05526c02
Update telemetry processors
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "new_path": "src/NuGetGallery/App_Start/OwinStartup.cs", "diff": "@@ -68,7 +68,7 @@ public static void Configuration(IAppBuilder app)\n// Add processors\ntelemetryProcessorChainBuilder.Use(next =>\n{\n- var processor...
C#
Apache License 2.0
nuget/nugetgallery
Update telemetry processors (#4059)
455,794
06.06.2017 12:46:52
25,200
60726005d768027035398480fdbf576d89f78d88
Reorder SemVer2Latest migration to match deployment history
[ { "change_type": "RENAME", "old_path": "src/NuGetGallery/Migrations/201704242001472_AddSemVer2LatestVersionColumns.Designer.cs", "new_path": "src/NuGetGallery/Migrations/201706061829243_AddSemVer2LatestVersionColumns.Designer.cs", "diff": "@@ -13,7 +13,7 @@ public sealed partial class AddSemVer2Late...
C#
Apache License 2.0
nuget/nugetgallery
Reorder SemVer2Latest migration to match deployment history (#4062)
455,776
07.06.2017 16:31:23
25,200
23a4a1542ca26d4d5526511bb45543dd97733de1
[Redesign] Statistics Most Downloaded Packages/Version
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -227,4 +227,50 @@ body {\n.page-pages p {\nmargin-bottom: 24px;\n}\n+.page-statistics-most-downloaded h2 {\n+ margin-top: 4px;\n+ margin-bottom: ...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Statistics Most Downloaded Packages/Version (#4042)
455,759
09.06.2017 18:28:15
-7,200
09de95d251b115c6d0e43ae66c9c1f41c6ee4100
v2 package-versions auto-complete endpoint should exclude deleted versions
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Queries/AutoCompleteDatabasePackageVersionsQuery.cs", "new_path": "src/NuGetGallery/Queries/AutoCompleteDatabasePackageVersionsQuery.cs", "diff": "@@ -14,7 +14,7 @@ public class AutoCompleteDatabasePackageVersionsQuery\nprivate const string _s...
C#
Apache License 2.0
nuget/nugetgallery
v2 package-versions auto-complete endpoint should exclude deleted versions #4092 (#4093)
455,759
09.06.2017 18:28:52
-7,200
ac7a89de285153542b0fbd94eb86e109f1e17884
Remove auto-refresh AJAX call for total stats on home page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/stats.js", "new_path": "src/NuGetGallery/Scripts/stats.js", "diff": "// var section = $('section.aggstatserr');\n// section.show();\n});\n-\n- setTimeout(function () { getStats(currData); }, 30000);\n}\nfunction update(data, currData, ...
C#
Apache License 2.0
nuget/nugetgallery
Remove auto-refresh AJAX call for total stats on home page #4090 (#4091)
455,759
09.06.2017 21:20:28
-7,200
a8fed25e16d45b66be2ef53ca7e1e52499def27f
v2 package-versions auto-complete endpoint should exclude unlisted versions
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Queries/AutoCompleteDatabasePackageVersionsQuery.cs", "new_path": "src/NuGetGallery/Queries/AutoCompleteDatabasePackageVersionsQuery.cs", "diff": "@@ -14,7 +14,7 @@ public class AutoCompleteDatabasePackageVersionsQuery\nprivate const string _s...
C#
Apache License 2.0
nuget/nugetgallery
v2 package-versions auto-complete endpoint should exclude unlisted versions #4092 (#4099)
455,743
09.06.2017 17:06:35
25,200
4b1cfe3ad7cc82491327d04e2760df46a13aa130
Darken tags' font color by 5%
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -78,6 +78,7 @@ body h3 {\npadding: 2px 10px;\nmargin: 0 2px;\nline-height: 2em;\n+ color: #266daa;\nbackground-color: #eff9ff;\n}\n.banner {\n" ...
C#
Apache License 2.0
nuget/nugetgallery
Darken tags' font color by 5% (#4106)
455,743
12.06.2017 13:46:12
25,200
3ffbaf6a3f236c171250821b4a186a596a306ac3
Fixed contrast of links on alerts
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -78,9 +78,13 @@ body h3 {\npadding: 2px 10px;\nmargin: 0 2px;\nline-height: 2em;\n- color: #266daa;\n+ color: #2e6da4;\nbackground-color: #eff9ff...
C#
Apache License 2.0
nuget/nugetgallery
Fixed contrast of links on alerts (#4107)
455,737
13.06.2017 14:35:25
25,200
5461d47be33071ad674d4c72d0bebe22e3e23cb0
Update package details table [Redesign]Update package details table
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/common.js", "new_path": "src/NuGetGallery/Scripts/gallery/common.js", "diff": "};\nnuget.configureExpander = function (prefix, lessMessage, moreMessage) {\n- var hidden = $('#' + prefix);\n+ var hidden = $('.' + prefix);\nvar s...
C#
Apache License 2.0
nuget/nugetgallery
Update package details table (#4111) [Redesign]Update package details table
455,759
14.06.2017 07:36:58
-7,200
d91a591b3c919278ab092437029161415f1fff6b
Adding unit tests to assert autocomplete service hijack properly constructs query strings
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Queries/AutoCompleteServiceQuery.cs", "new_path": "src/NuGetGallery/Queries/AutoCompleteServiceQuery.cs", "diff": "@@ -35,6 +35,19 @@ public AutoCompleteServiceQuery(IAppConfiguration configuration)\nstring queryString,\nbool? includePrereleas...
C#
Apache License 2.0
nuget/nugetgallery
#4097 Adding unit tests to assert autocomplete service hijack properly constructs query strings (#4121)
455,794
14.06.2017 15:55:12
25,200
a5486f8733e280fbd74860ebc4a29048d8062d1f
Preserve original 409 exception in AI logs
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "new_path": "src/NuGetGallery.Core/Auditing/CloudAuditingService.cs", "diff": "@@ -116,7 +116,7 @@ private static async Task WriteBlob(string auditData, string fullPath, CloudBloc\nthrow new InvalidOpera...
C#
Apache License 2.0
nuget/nugetgallery
Preserve original 409 exception in AI logs (#4136)
455,759
16.06.2017 17:18:33
-7,200
b5be98f7126f7cd1707c728b5b03d3560baf73d8
System.ArgumentNullException GET packages/DisplayPackage
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Infrastructure/CookieTempDataProvider.cs", "new_path": "src/NuGetGallery/Infrastructure/CookieTempDataProvider.cs", "diff": "@@ -58,6 +58,14 @@ void ITempDataProvider.SaveTempData(ControllerContext controllerContext, IDictio\n}\nforeach (var k...
C#
Apache License 2.0
nuget/nugetgallery
System.ArgumentNullException GET packages/DisplayPackage #4204 (#4210)
455,737
20.06.2017 12:00:42
25,200
3c49dc15ee488d9f9d0c202b2acccb79fd819e57
Adding built theme css.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Content/gallery/css/bootstrap-theme.css", "new_path": "src/NuGetGallery/Content/gallery/css/bootstrap-theme.css", "diff": "@@ -534,6 +534,9 @@ img.package-icon {\n.page-stats-per-package .stats-table-footer tr {\nborder: none;\n}\n+.page-stats...
C#
Apache License 2.0
nuget/nugetgallery
Adding built theme css.
455,776
26.06.2017 11:12:55
25,200
f41869eaf80ead316aa647abdc0f345c435f5562
[Redesign] Toggle "slider"
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -181,6 +181,75 @@ img.package-icon {\nmargin-top: 10px;\nmargin-left: -2px;\n}\n+.switch-container {\n+ display: -webkit-box;\n+ display: -webkit...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Toggle "slider" (#4265)
455,794
26.06.2017 15:12:26
25,200
95190d3715aba00dc3ab31ab53f7862492746db7
Fix InvalidOperationException from profile when multiple version are set to latest
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageService.cs", "new_path": "src/NuGetGallery/Services/PackageService.cs", "diff": "@@ -301,16 +301,18 @@ private void MergeLatestStablePackagesByOwner(User user, bool includeUnlisted, D\nforeach (var latestStablePackagesById in l...
C#
Apache License 2.0
nuget/nugetgallery
Fix InvalidOperationException from profile when multiple version are set to latest (#4282)
455,776
27.06.2017 14:32:41
25,200
886bc9470d9597252db5f02dadb37aeda492c76a
[Redesign] 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": "@@ -157,19 +157,16 @@ img.package-icon {\nmargin-left: 10px;\ncolor: #000;\n}\n-.list-packages .package .package-statistics {\n+.list-packages .pack...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Manage Packages Page (#4254)
455,776
29.06.2017 16:22:50
25,200
1032cc019112062bb7d3df8e199a015a0f9086b2
[Redesign] Contact Support page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -676,14 +676,13 @@ public virtual ActionResult ReportMyPackage(string id, string version)\nreturn RedirectToAction(\"ReportAbuse\...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Contact Support page (#4259)
455,776
29.06.2017 16:51:10
25,200
bd9d20c900b7c847f575ca8fdd8f27a6f9407026
[Redesign] Curated Feed Management Pages
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -642,6 +642,26 @@ img.package-icon {\n.page-stats-per-package #stats-graph-svg .bartext {\nfont-size: 1em;\n}\n+.page-manage-curated-feed .packag...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Curated Feed Management Pages (#4300)
455,776
29.06.2017 16:57:09
25,200
207cb54d9327fb5aee03201441c2c190f6517f47
[Redesign] Email Confirmation
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/UsersController.cs", "new_path": "src/NuGetGallery/Controllers/UsersController.cs", "diff": "@@ -82,12 +82,7 @@ public partial class UsersController\n[Authorize]\npublic virtual ActionResult ConfirmationRequired()\n{\n- User user =...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Email Confirmation (#4291)
455,743
29.06.2017 17:10:33
25,200
8d42e0bbb5f9a27152584aba6aa335005d8e9200
[Redesign] Manage Package Owners
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -448,6 +448,32 @@ img.package-icon {\nmargin-top: 75px;\nmargin-bottom: 0;\n}\n+.page-manage-owners h2 .ms-Icon {\n+ position: relative;\n+ top: ...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Manage Package Owners (#4261)
455,743
29.06.2017 17:57:54
25,200
6a1b98bf982eaa508fbbaf918c0e0a9663e8ae12
[Redesign] Contact Owners Page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Controllers/PackagesController.cs", "new_path": "src/NuGetGallery/Controllers/PackagesController.cs", "diff": "@@ -801,17 +801,18 @@ public virtual async Task<ActionResult> ReportMyPackage(string id, string versio\n[RequiresAccountConfirmation...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Contact Owners Page (#4241)
455,737
30.06.2017 15:29:30
25,200
55345c3000e8d406914d7c309871313b915037b0
[Redesign]Fix accessibility on Stats Page Fix accessibilty of filter checkboxes on stats page. Fix an issue with empty table cells.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/stats-dimensions.js", "new_path": "src/NuGetGallery/Scripts/gallery/stats-dimensions.js", "diff": "@@ -127,9 +127,9 @@ var setupHiddenRows = function (data) {\ncontent.text(item.Data);\ntempTd.append(content);\n- }\ntdArr.push(...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign]Fix accessibility on Stats Page Fix accessibilty of filter checkboxes on stats page. Fix an issue with empty table cells. (#4304)
455,743
30.06.2017 17:12:03
25,200
f9b547ee563c033ff79dd44a5b7ab60725d734b5
[Redesign] Reset password
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -538,6 +538,9 @@ img.package-icon {\nfont-weight: 600;\ncolor: #000;\n}\n+.page-reset-password .reset-form {\n+ margin-top: 80px;\n+}\n.page-sign...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Reset password (#4298)
455,743
30.06.2017 17:35:30
25,200
626241c4a95821907e9e90b20d8177e7bb597e4a
[Redesign] Updated Forgot Password Pages' Column Layouts
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -387,7 +387,7 @@ img.package-icon {\nmargin-top: 20px;\n}\n.page-forgot-password .forgot-form {\n- margin-top: 80px;\n+ margin-top: 20px;\n}\n.pa...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Updated Forgot Password Pages' Column Layouts (#4253)
455,743
03.07.2017 12:16:26
25,200
8deaf7f28ef384b2a411e9b60f6d3746f5140bee
[Redesign] Fixed link color on package search and profile page
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -164,8 +164,8 @@ img.package-icon {\nfont-size: 15px;\nborder-bottom: 1px solid #dbdbdb;\n}\n-.list-packages .package .package-header h2 {\n- dis...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Fixed link color on package search and profile page (#4309)
455,743
03.07.2017 12:35:24
25,200
257c61df1d6aff8b312af55cd7dfb891668dce88
[Redesign] Unlist/Delete Package Page
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -491,6 +491,12 @@ img.package-icon {\n.page-manage-owners .current-owner .remove-owner a:active {\ncolor: #ac0017;\n}\n+.page-delete-package h1 {...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Unlist/Delete Package Page (#4297)
455,794
03.07.2017 13:21:07
25,200
192adc1bc4916e52da6de3e9b8bc34800e6e3fad
Update reflow to update IsLatest state
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Services/PackageDeleteService.cs", "new_path": "src/NuGetGallery/Services/PackageDeleteService.cs", "diff": "@@ -172,7 +172,7 @@ private async Task UpdateIsLatestAsync(IEnumerable<PackageRegistration> packageR\n// Update latest versions\nforea...
C#
Apache License 2.0
nuget/nugetgallery
Update reflow to update IsLatest state (#4318)
455,743
05.07.2017 16:16:14
25,200
e06938ef143feee274be2bf69af7f7eb1707c534
[Redesign] Improve Wording on Report Abuse Page
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "new_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "diff": "@if (!Model.ConfirmedUser)\n{\n<p>\n- Note: if you are the owner of @Model.PackageId, please\n- <a href=\"@Url.LogOn(returnUrl)\">si...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Improve Wording on Report Abuse Page (#4331)
455,772
06.07.2017 14:30:31
25,200
046f6e97a012d5bcb5f8340c580c605706e46db5
Fix: Choosing package list view trash icon leads to failure path
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "diff": "@@ -26,6 +26,7 @@ else\n<fieldset id=\"unlist-form\" class=\"form\">\n<legend>Edit @Model.Title Package</legend>\n@Html.AntiForgeryToken()\n+ ...
C#
Apache License 2.0
nuget/nugetgallery
Fix: Choosing package list view trash icon leads to failure path (#4341)
455,743
06.07.2017 15:45:51
25,200
9067a317f896bf82fce851abc0e9b7baff1f03cd
Ensure package version is provided in form
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "new_path": "src/NuGetGallery/Views/Packages/Delete.cshtml", "diff": "@using (Html.BeginForm(\"UpdateListed\", \"Packages\"))\n{\n@Html.AntiForgeryToken()\n+ @Html.Hidden(\"version\", @Model.Version)\n<div class=...
C#
Apache License 2.0
nuget/nugetgallery
Ensure package version is provided in form (#4342)
455,743
06.07.2017 15:52:01
25,200
bad74bbc96c33f1682c6ee585b4f6fb8a0e3daf3
[Redesign] Add Dropdown Menu
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -64,6 +64,21 @@ body h3 {\n.navbar-seperated .seperator > span::after {\ncontent: \" | \";\n}\n+.dropdown-menu {\n+ padding-top: 20px;\n+ padding...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Add Dropdown Menu (#4328)
455,743
07.07.2017 13:28:06
25,200
c5b61fc4272be0da01aef78dcc7b06653e3f9236
Made authentication pages' layout consistent
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Users/ForgotPassword.cshtml", "new_path": "src/NuGetGallery/Views/Users/ForgotPassword.cshtml", "diff": "}\n<section role=\"main\" class=\"container main-container page-forgot-password\">\n- <div class=\"col-sm-4 col-sm-offset-4 text-cen...
C#
Apache License 2.0
nuget/nugetgallery
Made authentication pages' layout consistent (#4343)
455,743
07.07.2017 13:34:19
25,200
667fa9773db6059d2e45c8a7041b5f2b275926f1
[Redesign] Improve Report Abuse form Hide Report Abuse form (instead of disabling) upon selecting "Bug" as the reason for reporting.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "new_path": "src/NuGetGallery/Views/Packages/ReportAbuse.cshtml", "diff": "@Html.AntiForgeryToken()\n@Html.SpamPreventionFields()\n- <div class=\"form-group @Html.HasErrorFor(m => m.Email)\">\n- @Html.ShowLa...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Improve Report Abuse form (#4334) Hide Report Abuse form (instead of disabling) upon selecting "Bug" as the reason for reporting.
455,743
10.07.2017 13:42:23
25,200
0bd826522ad75a15721bf415a65696e89dc3bbcc
Add Admin link to dropdown
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "new_path": "src/NuGetGallery/Views/Shared/Gallery/Header.cshtml", "diff": "<span class=\"dropdown-email\">@CurrentUser.EmailAddress.Abbreviate(35)</span>\n</div>\n</li>\n+ @if (Request.IsAuthenticated && U...
C#
Apache License 2.0
nuget/nugetgallery
Add Admin link to dropdown (#4350)
455,776
10.07.2017 16:18:58
25,200
9ca2d45cfb4359ca67ebc6983bfec6e947e3b4ba
[Redesign] Gallery changes for Status page redesign
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -884,4 +884,92 @@ img.package-icon {\n.page-stats-per-package #stats-graph-svg .bartext {\nfont-size: 1em;\n}\n+.page-status .status-general {\n+...
C#
Apache License 2.0
nuget/nugetgallery
[Redesign] Gallery changes for Status page redesign (#4351)
455,737
11.07.2017 13:33:40
25,200
57b09128292c3317677716b14df2af4739a13546
Enable drag and drop file upload.
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js", "new_path": "src/NuGetGallery/Scripts/gallery/async-file-upload.js", "diff": "@@ -6,7 +6,8 @@ var AsyncFileUploadManager = new function () {\nvar _submitVerifyUrl;\nvar _isWebkitBrowser = false; // $.brow...
C#
Apache License 2.0
nuget/nugetgallery
Enable drag and drop file upload. (#4366)
455,743
11.07.2017 15:32:23
25,200
85018f9deb7873515bbd2b782bcd8e575bb5155a
Fixed issues found in PM pass
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -295,6 +295,9 @@ img.package-icon {\nmargin-left: 0;\n}\n}\n+.list-packages .package .manage-package {\n+ margin-bottom: 0;\n+}\n.list-packages ....
C#
Apache License 2.0
nuget/nugetgallery
Fixed issues found in PM pass (#4367)
455,743
12.07.2017 08:39:53
25,200
517c34484914af7be3bf6a4f4bd5771f417269c4
[Redeisgn] Fixed display issues caused by long emails
[ { "change_type": "MODIFY", "old_path": "src/NuGetGallery/Constants.cs", "new_path": "src/NuGetGallery/Constants.cs", "diff": "@@ -15,6 +15,8 @@ public static class Constants\npublic const int ColumnsAuthenticationSm = 6;\npublic const int ColumnsAuthenticationMd = 4;\n+ public const int ColumnsWideA...
C#
Apache License 2.0
nuget/nugetgallery
[Redeisgn] Fixed display issues caused by long emails (#4372)
455,737
14.07.2017 14:47:48
25,200
1b5b8f2d506eedb31b8f19b332c7f9edc26437af
Switch loading spinner. svg -> div with border.
[ { "change_type": "MODIFY", "old_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "new_path": "src/Bootstrap/dist/css/bootstrap-theme.css", "diff": "@@ -888,6 +888,51 @@ img.package-icon {\n.page-stats-per-package #hidden-rows {\nborder-top: none;\n}\n+.page-stats-per-package .loader {\n+ width: ...
C#
Apache License 2.0
nuget/nugetgallery
Switch loading spinner. svg -> div with border. (#4398)