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
update #2
Merged
Merged
update #2
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
* Changed page-display to change windowHash * Fix??? * Fixed * Removed unnecessary code * Newest changes * Changes also applied to releasenotes. Changes removed from packagemanager tabs. * Removed more changes from packagemanagers tab * Changed readme --------- Co-authored-by: Lana Parezanin <[email protected]> Co-authored-by: Joel Verhagen <[email protected]>
Transition from Microsoft.Azure.KeyVault to Azure.Security.KeyVault
…next iteration (#9661) * Update circular dependency packages
* Fix Update-Database.ps1 script to work correctly when global packages folder is overridden using NUGET_PACKAGES environment variable. * Use Join-Path and consistent API --------- Co-authored-by: Joel Verhagen <[email protected]>
* Update to new ServerCommon version (new Service Bus SDK) * Add managed identity config * Use Directory.Build.props variables to share package versions * Add global.json to eliminate Roslyn analyzer warnings Progress on NuGet/Engineering#5011
* Remove ADAL from NuGetGallery.Core (unneeded reference) * Move to latest build tools to remove Credential Provider (it uses ADAL) * Update shared package versions * Add missing binding redirect Progress on NuGet/Engineering#4992
* JS documents adds proper elements to the CSHTML doc * Toggle now works * The change is applicable to the original json file * It now has all necessary functionality * UI changed to look properly * Changed red warning about packages from 'might be compromised' to 'might have vulnerabilities' * It displays last two versions. If they're the same, it displays the next available one. Also, some names are reformatted * Code is reformatted and commented * Red text is only visible when the button is expanded * Accessibility issues with tabs fixed * Reformatting done * Accessibility tests now pass * Moved the code from to jquery to a new file page-downloads * Aria label now works * Polished CSS/LESS * Added proper link to downloads.html --------- Co-authored-by: Lana Parezanin <[email protected]>
Co-authored-by: Lana Parezanin <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [autoprefixer](https://github.com/postcss/autoprefixer). These dependencies need to be updated together. Updates `postcss` from 8.4.12 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.12...8.4.31) Updates `autoprefixer` from 9.8.8 to 10.4.16 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@9.8.8...10.4.16) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: autoprefixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[ReleasePrep][2023.11.10] RI of dev into main
…alidation info (#9710) * changed to package registration download count * added more validation information * cleaned up and simplified controller and view model * cleaned up and simplified the view page * Fixed download count formatting * Added missing validation case that could have resulted in a transitive relationship
…-pkg Allow admins to select a specific number of package versions
* correct islatest admin panel * CorrectIsLatestPackages test * ReflowPackages tests * Reflow tests for fail scenarios * nit
[ReleasePrep][2023.12.13]RI of dev into main for NuGetGallery
… link to portal instead. (#9759)
…g from the form. (#9727) * Reject disallowed report abuse reasons * Update dsiallowed reasons list. * Remove a duplicated null package check. * Remove reason list duplication. * Better fix with fixed tests.
…ty (#9741) * Normalize TFM platform version when determining computed compatibility * temp * finalized behavior, added tests * updated test cases * addressed feedback, added tests * show normalized computed TFMs for simplicity
#9740) * Initial frameowkr for Ghv2v3 job. * Adding specialcasing * Fix some runtime issues. * Add Telemetry. Clean up some leftovers. * Adding Tests. * Fix tests. Allow collector to not update cursor. * Addressing some nits, and some other PR feedback. * Fix useragent header setting. Fix special case check to include packageid + vuln url. * Revert special case to catch whenever we see a repeated vuln URL * Update build/test scripts. update comments. remove static assemblyinfo. * Lifted some value in to config. Basic wasWithdrawn behaviour? * Split FlushAsync * Close gap between collection and writing when setting final cursor value. * Fixing some typos in comments. * Adding some extra traces. * Enable gzipping and surface configuration value for it.
[2023.12.20]RI of dev into main
* things are happening * added feature flag * nit * modified warning indicator placement to align better with badges * badges link to frameworks tab * use url helper method * explicit paramater names in tests * Aligned warning indicators and TFM badges, added borders * Fixed badges on small screens
[ReleasePrep][2024.01.09]RI of dev into main for NuGetGallery
[Release 1/25/2024] Gallery dev to main
…#9796) * fixed tfm badge focus underline + added missing tooltip * nit
Update MaxSupportedMinClientVersion
[ReleasePrep][2024.02.14]FI of main into dev
[ReleasePrep][2024.02.14]RI of dev into main
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