-
Notifications
You must be signed in to change notification settings - Fork 644
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
[Redesign] Merge dev into feature-redesign #4078
Merged
joelverhagen
merged 53 commits into
NuGet:feature-redesign
from
joelverhagen:port-semver2-dp
Jun 9, 2017
Merged
[Redesign] Merge dev into feature-redesign #4078
joelverhagen
merged 53 commits into
NuGet:feature-redesign
from
joelverhagen:port-semver2-dp
Jun 9, 2017
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
[ReleasePrep][2017.05.19]RI of dev into master
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
* Added Nuget.Services.Logging; moved to TelemetryResponseCodeProcessor * Added binding redirect for AI
* adding new optional semVerLevel query parameter to v2 odata endpoints * adding new optional semVerLevel query parameter to v2 autocomplete endpoints * Applying semVerLevel filter on v2 OData endpoints * Use [FromUri] attribute on semVerLevel (avoids having single quotes in the parameter value) * Ensure navigation links on v2 feeds use normalized version * Clarifying comment on Get(Id=,Version=) v2 API * Properly default to semver2 inclusion on Get(Id=,Version=) * Compare NormalizedVersion to be able to retrieve matching SemVer2 package versions for a given normalized version string. * Code review feedback * Update and fix broken test data
…ns (#3761) * Keep legacy version compatibility checks in place for non-semver2 versions * Added comment to clarify the reasons behind the legacy version check. * Fix typo * Rename test for clarity * code review feedback
…equesting a specific version, and compare on NormalizedVersion
Phase 2 of SemVer2 support
Merge dev into master - SemVer2
FI master->dev
# Conflicts: # content/PROD/Home.html # src/NuGetGallery/Views/Packages/DisplayPackage.cshtml # src/NuGetGallery/Views/Packages/ReportAbuse.cshtml
joelverhagen
requested review from
loic-sharma,
xavierdecoster,
ryuyu and
scottbommarito
June 8, 2017 18:45
joelverhagen
changed the title
Merge dev into feature-redesign
[Redesign] Merge dev into feature-redesign
Jun 8, 2017
loic-sharma
approved these changes
Jun 8, 2017
scottbommarito
approved these changes
Jun 8, 2017
xavierdecoster
approved these changes
Jun 9, 2017
…er2-dp # Conflicts: # src/NuGetGallery/Views/Users/Profiles.cshtml
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.
Essentially this pulls in all of the SemVer 2.0.0 work.
It's really not worth looking that the full change set. Instead, look at the last commit where I resolved merge conflicts.
joelverhagen@b85965a