Skip to content

Commit a79b0f0

Browse files
authored
Merge pull request #8418 from NuGet/dev
[ReleasePrep][2020.02.15] RI of dev into master
2 parents 2571315 + 2a4b380 commit a79b0f0

File tree

25 files changed

+53
-204
lines changed

25 files changed

+53
-204
lines changed

src/AccountDeleter/Configuration/GalleryConfiguration.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public string SiteRoot
108108
public string EmbeddedIconUrlTemplate { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
109109
public bool SelfServiceAccountDeleteEnabled { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
110110
public string DeploymentLabel { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
111-
public string UsabillaFeedbackButtonId { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
112111
public int? MinWorkerThreads { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
113112
public int? MaxWorkerThreads { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
114113
public int? MinIoThreads { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/dist/css/bootstrap.css

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/responsive-utilities.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
width: device-width;
2525
}
2626

27-
// See: https://stackoverflow.com/a/19706857
28-
body {
29-
-ms-overflow-style: scrollbar;
30-
}
3127

3228
// Visibility utilities
3329
// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0

src/Bootstrap/less/theme/base.less

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,6 @@ img.reserved-indicator-icon {
417417
}
418418
}
419419

420-
.usabilla-button {
421-
top: auto !important;
422-
margin-top: -65px;
423-
bottom: 20%;
424-
width: 40px;
425-
height: 130px;
426-
position: fixed;
427-
z-index: 99999;
428-
right: 0;
429-
}
430-
431420
.sortable {
432421
cursor: pointer;
433422
}

src/DatabaseMigrationTools/DatabaseMigrationTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<PrivateAssets>all</PrivateAssets>
6666
</PackageReference>
6767
<PackageReference Include="NuGet.Services.Validation">
68-
<Version>2.82.0</Version>
68+
<Version>2.84.0</Version>
6969
</PackageReference>
7070
</ItemGroup>
7171
<ItemGroup>

src/GitHubVulnerabilities2Db/GitHubVulnerabilities2Db.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Version>4.3.0-dev-3612825</Version>
9090
</PackageReference>
9191
<PackageReference Include="NuGet.Services.Cursor">
92-
<Version>2.82.0</Version>
92+
<Version>2.84.0</Version>
9393
</PackageReference>
9494
</ItemGroup>
9595
<ItemGroup>

src/NuGetGallery.Core/NuGetGallery.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Version>5.8.0</Version>
4848
</PackageReference>
4949
<PackageReference Include="NuGet.Services.FeatureFlags">
50-
<Version>2.82.0</Version>
50+
<Version>2.84.0</Version>
5151
</PackageReference>
5252
<PackageReference Include="WindowsAzure.Storage">
5353
<Version>9.3.3</Version>
@@ -56,13 +56,13 @@
5656

5757
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
5858
<PackageReference Include="NuGet.Services.Messaging.Email">
59-
<Version>2.82.0</Version>
59+
<Version>2.84.0</Version>
6060
</PackageReference>
6161
<PackageReference Include="NuGet.Services.Validation">
62-
<Version>2.82.0</Version>
62+
<Version>2.84.0</Version>
6363
</PackageReference>
6464
<PackageReference Include="NuGet.Services.Validation.Issues">
65-
<Version>2.82.0</Version>
65+
<Version>2.84.0</Version>
6666
</PackageReference>
6767
<PackageReference Include="NuGet.StrongName.elmah.corelibrary">
6868
<Version>1.2.2</Version>

src/NuGetGallery.Services/Configuration/AppConfiguration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ public string ExternalBrandingMessage
406406
[DefaultValue(null)]
407407
public string DeploymentLabel { get; set; }
408408

409-
public string UsabillaFeedbackButtonId { get; set; }
410-
411409
[DefaultValue(null)]
412410
public int? MinWorkerThreads { get; set; }
413411
[DefaultValue(null)]

src/NuGetGallery.Services/Configuration/FeatureFlagService.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public class FeatureFlagService : IFeatureFlagService
3939
private const string ODataCacheDurationsFeatureName = GalleryPrefix + "ODataCacheDurations";
4040
private const string ShowEnable2FADialog = GalleryPrefix + "ShowEnable2FADialog";
4141
private const string Get2FADismissFeedback = GalleryPrefix + "Get2FADismissFeedback";
42-
private const string UsabillaOnEveryPageFeatureName = GalleryPrefix + "UsabillaEveryPage";
4342
private const string PackageRenamesFeatureName = GalleryPrefix + "PackageRenames";
4443
private const string EmbeddedReadmeFlightName = GalleryPrefix + "EmbeddedReadmes";
4544
private const string LicenseMdRenderingFlightName = GalleryPrefix + "LicenseMdRendering";
@@ -215,11 +214,6 @@ public bool IsGet2FADismissFeedbackEnabled()
215214
return _client.IsEnabled(Get2FADismissFeedback, defaultValue: false);
216215
}
217216

218-
public bool IsUsabillaButtonEnabledOnEveryPage()
219-
{
220-
return _client.IsEnabled(UsabillaOnEveryPageFeatureName, defaultValue: false);
221-
}
222-
223217
public bool IsPackageRenamesEnabled(User user)
224218
{
225219
return _client.IsEnabled(PackageRenamesFeatureName, user, defaultValue: false);

0 commit comments

Comments
 (0)