-
Notifications
You must be signed in to change notification settings - Fork 655
Merge branch 'dev' into main #10652
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
Closed
Closed
Merge branch 'dev' into main #10652
+1,336
−1,886
Conversation
This file contains hidden or 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
These have not run in ages (couldn't find how long, likely over a year). The test coverage they provide is duplicated in other tests and they are not even executed as load tests. Even if they were, they would not sufficiently cover our performance hot spots and are not run in a scientific way.
…Redirect (#10650) * Use Microsoft.CodeDom.Providers.DotNetCompilerPlatform in Gallery * Use latest language version like .csproj * Check in debug for CDNRedirect web.config, remove it for release builds, like gallery
* Allow custom tenant for Entra ID auth * Remove-Item is no longer needed for load test results
* Initial files * INitial files * Pushing solution * Removed unnecessary files * Removed more files * Removed more files * Removed more files * Properly changed gallery.sln * Polish * Removed more files * Fix nupkg package is not created * Added column * Updated entities * Moved everything to catalogvalidation * Add batchId * Revert unnecessary changes * Added batchid to validation entities (instead of catalogvalidation), made it optional, added indexing * Removed an unnecessary migration * Commenting out a check which doesn't apply * Fixed comment * Fixed tests * Proper migration schema * Clarified changes * Nit, testing pushed changes * Remove IsReducedVersionListsEnabled method Removed unimplemented method IsReducedVersionListsEnabled from FakeFeatureFlagService. * Remove IsReducedVersionListsEnabled method Removed the IsReducedVersionListsEnabled method. * Update comment for bug reference in Job.cs * Revert "Merge branch 'main' into lpar-validation-change" This reverts commit aacf762, reversing changes made to 72dde91. * Reverting unneccessary changes * Reverting more changes * Reverting * Fixing revert * Fixed code so that validationDB, table validatostatus doesn't have the batchID column * Latest nits --------- Co-authored-by: Lanaparezanin <[email protected]> Co-authored-by: Lanaparezanin <[email protected]>
* Fixed package icon-title-version alignment on package details page * Maintaining aspect ratio for non-standard icons and aligned version number with title
* Option to rename output file. * Preserving paths in source storage. * Better filename generation for sourceFilename column. * Not actually logging "was already present" when destination blob was not present.
Contributor
|
No need anymore |
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.
This brings a removal of unused tests to main and unblocks the test build.
This is needed to unblocked deployed since I removed the configuration setting used by these tests.