Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: DNDocs #10055 #1

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bb44fb6
Remove DMCA message from SR edit dialog (#10028)
drewgillies Jun 19, 2024
9456c1c
use Count instead of Where+Count (#10016)
SimonCropp Jun 20, 2024
85bc8d2
remove redundant Wheres (#10017)
SimonCropp Jun 20, 2024
786c36b
fix Trucated typo (#9996)
SimonCropp Jun 20, 2024
1721095
fix Varibles typo (#10005)
SimonCropp Jun 20, 2024
050496e
use Array.Empty where possible (#9999)
SimonCropp Jun 20, 2024
79a4b0a
remove some redundant type checks (#10015)
SimonCropp Jun 20, 2024
006f6f0
remove TestDataResourceUtility.GetResourceString (#9993)
SimonCropp Jun 21, 2024
bb074ac
use char based StringBuilder.Append where possible (#10012)
SimonCropp Jun 21, 2024
ccd0171
[UI] Add new themes into website (#9926)
martinrrm Jun 21, 2024
a9a79ac
convert AccountDeleter.Facts.csproj to sdk project (#9988)
SimonCropp Jun 21, 2024
53004f0
elide Task.FromResult asyncs (#9997)
SimonCropp Jun 22, 2024
e4481d3
remove duplicate dictionary lookups (#10003)
SimonCropp Jun 22, 2024
e0b4bc9
remove un used obfuscatedIpAddress StringBuilder (#10006)
SimonCropp Jun 22, 2024
85e5034
remove un used updateUriBuilder variable (#10007)
SimonCropp Jun 22, 2024
b309544
remove un use GetBlobReference and container in CloudBlobCoreFileStor…
SimonCropp Jun 22, 2024
22b3be2
remove redundant string interpolation (#10011)
SimonCropp Jun 22, 2024
10cd7bd
discard some variables (#10014)
SimonCropp Jun 22, 2024
5355aa3
remove un used thirdPartyPackageManager variable (#10008)
SimonCropp Jun 22, 2024
7127734
[Dark Theme] Fix reserved icon error and updated default icon image (…
martinrrm Jun 24, 2024
b1f57a8
Remove elmah table usage from gallery (#10021)
drewgillies Jun 24, 2024
71bc8e3
Addtional typo (#10037)
SimonCropp Jun 25, 2024
b0f7dc7
remove redundant ToArray (#9998)
SimonCropp Jun 25, 2024
6124319
migrate GitHubVulnerabilities2Db.Facts to sdk csproj (#10000)
SimonCropp Jun 25, 2024
d503ffa
[Dark Theme] Revert NuGet trends image (#10045)
martinrrm Jun 27, 2024
e155cc9
fix some incorrect as usage and better leverage Assert.IsType (#10038)
SimonCropp Jun 27, 2024
3ac898a
remove unused class AzureEntityList (#10044)
drewgillies Jun 27, 2024
17b24e4
Using Azure.Storage.Blobs for storage access (#10018)
agr Jun 27, 2024
23ea3b1
Remove activePackageSource from NuGet.config (#10048)
donnie-msft Jun 28, 2024
2762d05
dndocs api explorer, add url to https://dndocs.com
NeuroXiq Jul 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 0 additions & 12 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ The .NET Foundation (http://www.dotnetfoundation.org).

NuGet includes works distributed under the licenses listed below. The full text for most of the licenses listed below can be found in the LICENSE.txt file accompanying each work. The original copyright notices have been preserved within the respective files and or packages. Please refer to the specific files and/or packages for more detailed information about the authors, copyright notices, and licenses.

Elmah 1.1
-----
Website: http://code.google.com/p/elmah/
Copyright: Copyright (c) 2010 Atif Azis
License: Apache 2.0

Elmah.Contrib.Mvc 1.0
----
Website: http://nuget.org/List/Packages/Elmah.Contrib.Mvc
Copyright: Copyright (c) 2011, Fabian Vilers
License: Ms-PL

jQuery 1.6.2
----
Website: http://jquery.com/
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<NuGetClientPackageVersion>6.9.1</NuGetClientPackageVersion>
<ServerCommonPackageVersion>2.120.0</ServerCommonPackageVersion>
<NuGetJobsPackageVersion>4.3.0-main-9408418</NuGetJobsPackageVersion>
<NuGetJobsPackageVersion>4.3.0-agr-gal-stsdk-9768098</NuGetJobsPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
Expand Down
5 changes: 1 addition & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@
<package pattern="Microsoft.Internal.*" />
</packageSource>
</packageSourceMapping>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
1 change: 0 additions & 1 deletion src/AccountDeleter/Configuration/GalleryConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public string SiteRoot
public string AzureStorage_Auditing_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_UserCertificates_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_Content_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_Errors_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_Packages_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_FlatContainer_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public string AzureStorage_Statistics_ConnectionString { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
Expand Down
5 changes: 5 additions & 0 deletions src/AccountDeleter/EmptyFeatureFlagService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ public bool IsDisplayFuGetLinksEnabled()
throw new NotImplementedException();
}

public bool IsDisplayDNDocsLinksEnabled()
{
throw new NotImplementedException();
}

public bool IsDisplayNuGetPackageExplorerLinkEnabled()
{
throw new NotImplementedException();
Expand Down
14 changes: 3 additions & 11 deletions src/Bootstrap/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ module.exports = function (grunt) {
core: {
src: 'dist/css/<%= pkg.name %>.css'
},
theme: {
src: 'dist/css/<%= pkg.name %>-theme.css'
}
},

cssmin: {
Expand All @@ -141,13 +138,9 @@ module.exports = function (grunt) {
}
},
core: {
src: 'dist/css/<%= pkg.name %>.css',
src: ['dist/css/<%= pkg.name %>.css', 'dist/css/<%= pkg.name %>-theme.css'],
dest: 'dist/css/<%= pkg.name %>.min.css'
},
theme: {
src: 'dist/css/<%= pkg.name %>-theme.css',
dest: 'dist/css/<%= pkg.name %>-theme.min.css'
}
},

copy: {
Expand All @@ -160,8 +153,7 @@ module.exports = function (grunt) {
expand: true,
cwd: 'dist/css/',
src: [
'bootstrap.css',
'bootstrap-theme.css'
'bootstrap.min.css',
],
dest: '../NuGetGallery/Content/gallery/css/'
},
Expand Down Expand Up @@ -191,7 +183,7 @@ module.exports = function (grunt) {
grunt.registerTask('dist-js', ['concat', 'uglify:core']);

// CSS distribution task.
grunt.registerTask('dist-css', ['less:core', 'less:theme', 'postcss:core', 'postcss:theme', 'cssmin:core', 'cssmin:theme']);
grunt.registerTask('dist-css', ['less:core', 'less:theme', 'postcss:core', 'cssmin:core']);

// Full distribution task.
grunt.registerTask('dist', ['clean:dist', 'dist-css', 'copy:fonts', 'dist-js', 'copy:gallerycss', 'copy:galleryjs']);
Expand Down
Loading