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
Taking to latest code to fork #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
… test cases added.
DEV Secure database access on AutocompleteDatabasePackage*Query classes.
* Rewrite http images to https. * Fix a small bug and add test cases. * Add tests in readmeservicefacts
* Render dotnet-new-install for template packages * Use tool name instead of action in title Address #5216
* IconUrl deprecation message. Tests.
[ReleasePrep][2019.09.26]FI of master into dev
* Introduce new compound type for rendered readmes. * Surface message to owners on packagedetailspage when we rewrite image. * Surface rewrite notification during readme edits. * Update test to check for new return model. * Remove LinkRewritten property and update test to verify ImagesRewritten
* Configuration option to enforce using the icons from flat container. * Feature flag instead of configuration option.
Adds a proxy for Gravatar profile images. This proxy can be enabled/disabled using the `NuGetGallery.GravatarProxy` feature flag. Addresses https://github.com/NuGet/Engineering/issues/2734
[ReleasePrep][2019.09.26]RI of dev into master
Test: [NuGetBuild#62604](https://nuget.visualstudio.com/NuGetBuild/_build/results?buildId=62604) ([Build](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=3088470), [Release](https://dev.azure.com/devdiv/DevDiv/_releaseProgress?_a=release-pipeline-progress&releaseId=460628)) Part of https://github.com/nuget/engineering/issues/2686
This reverts commit d199584.
Revert "Upgrade to AppInsights v2.10 (#7499)"
Merge master into dev
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)
Merge branch 'dev' into master
This change improves the display package page's performance by optimizing its SQL queries: Part of https://github.com/NuGet/Engineering/issues/2910.
[ReleasePrep][2020.01.21]FI master into dev
[ReleasePrep][2020.01.21]RI dev to master
* Update owin 3.x->4.x * Update the rest of owin package. Update types that broke. * Update binding redirects. * Update server common libraries for GALLERY ONLY
[ReleasePrep] RI dev to master
…ext (#7831) * Format package urls in descriptions * Add version support and another test * Use configuration service for site root * Take configuration from other place * Adjust the slash * Update regex and add a test case
[ReleasePrep][2020.02.10]RI 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