-
Notifications
You must be signed in to change notification settings - Fork 645
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
[ReleasePrep][2017.10.30]RI of dev into master #4928
Conversation
loic-sharma
commented
Oct 30, 2017
- Documentation parser and clamp fixes (Documentation parser fixes #4853)
- Get rid of obsolete notifications on package details view (Get rid of obsolete notifications on package details view #4902)
- Delete owner requests upon package hard delete (Hard delete of package should delete package owner requests #4898)
- [Prefix] List reserved namespaces in the manage packages page ([Prefix] List reserved namespaces in the manage packages page #4901)
- Update number shortener to maintain enough sig figs for distinction. (Fix graph labels on statistics #4896)
- Schema changes for Organization membership (Schema changes for Organization membership #4904)
- Gallery constraints to prevent Organization authentication (Gallery constraints to prevent Organization authentication #4915)
- Fix readme telemetry (Fix readme telemetry #4905)
- Add support for building signed&unsigned nugetgallery.core packages (Add support for building signed&unsigned nugetgallery.core packages #4919)
- Slightly different way to initialize service bus topic client wrapper (Slightly different way to initialize service bus topic client wrapper #4917)
- Fix Confusing info for prerelease package #4814 - do not consider unlisted prerelease versions when showing "newer prerelease available" message. (Do not consider unlisted prerelease versions when showing "newer prerelease available" message. #4922)
- Use PackagePermissionsService to determine actions a user can perform on a package (Use PackagePermissionsService to determine actions a user can perform on a package #4923)
- Package URL generation method and checks whether package file exists (Pakage URL generation method and checks whether package file exists #4918)
- Switch Organizations to use TPT inheritance (was fix for Organization-User FK) (Switch Organizations to use TPT inheritance (was fix for Organization-User FK) #4926)
- Add ability to reflow hard-deletes from Admin area (Add ability to reflow hard-deletes from Admin area #4899)
* Remove "pending edit" notifications from package details view * Remove min-client requirement for push message on package details view * Mark AuditedPackageAction.UndoEdit as obsolete
… "newer prerelease available" message. (#4922)
…4918) * Pakage URL generation method and checks whether package file exists for the NuGetGallery.Core (Validation.Orchestrator needs those) * GetPackageUrlAsync -> GetPackageReadUriAsync * Minor test fixes
[ReleasePrep][2017.10.30]FI of master into dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My changes look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a dumb issue in the permissions stuff, sending out quick fix now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My changes look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's fixed now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM