forked from NuGet/NuGetGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updating my fork with main code base #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge branch 'master' into dev
Merge branch 'master' into dev
Merge branch 'dev' to master
No longer depend on Obsolete AppInsights APIs
Rename PackageVulnerability's ReferenceUrl to AdvisoryUrl and make it required
* Emails * Use MarkDown URL format * Finalize emails * Add test coverage * Nit change: another line
* CC to support * nit change
This reverts commit bb5a8eb.
[ReleasePrep][2019.12.17] RI dev to master
Merge branch 'dev' to master
* Revert "Revert "No longer depend on Obsolete AppInsights APIs" (#7776)" This reverts commit a4bc48d. * Fix missing TelemetryModules initialization + test coverage * Upgrade to dev builds of NuGet.Jobs dependencies * Fix signing for jobs in NuGetGallery repo * Debugging Dependency telemetry * Debugging Dependency Telemetry (take two) * Manually registering telemetry modules seems to work?! * Consume ServerCommon v2.64.0 * Fix test setup
Use Json.Encode to avoid js injection
…er the deployment (#7799)
[ReleasePrep][2020.10.09]NuGetGallery of dev into master
* Add roslyn analyzer and fix security warning issue
* Fix for overflowing api key hint text on certain zoom levels.
Addresses #8192 You can find the test plan here: #8192 (comment)
Updates the orange button's color such that its color contrast is at least 3:1 on both our body's and header's background colors. Currently, the color is dark enough on our white background, but too dark for our blue background. Addresses #8265
VS2019 seems to put temporary files in one more place that ESLint now catches
[ReleasePrep][10.16.2020] NuGetGallery of dev into master
* Add custom GA * Set up the domain for Google Analytics cookies * More readable * Protect a port number * Add test coverage * Setting to none just works * Change to use Array
* Narrator-friendlier signature and deprecation information.
Darkens the orange GitHub star icon for 3:1 color contrast ratio. Addresses #8286
* Expire the cookie in a year * Upgrade AB test cookie to V3 * Fix build * Combine V2 and V3
* Updated the sample command line to include new certificate
Improve the color contrast of Firefox's outline for focused items. This effectively reverts c245f2c as Firefox now properly outlines elements. Chromium browsers (Chrome, Edgium, Opera) are all unaffected by this change. I also verified that Internet Explorer's focus outlines pass the 3:1 color contrast requirement.
* 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.
[ReleasePrep][2020.10.27]NuGetGallery of dev into master
* Migrate nuget-build feed to AzDO * Remove unused dotnet-core feed
[ReleasePrep][2020.11.01]NuGetGallery of dev into master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the changes (in less than 80 characters):
Addresses NuGet#123