Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

V3: rename asynchronous IStorage methods #336

Merged
merged 1 commit into from
Aug 10, 2018
Merged

V3: rename asynchronous IStorage methods #336

merged 1 commit into from
Aug 10, 2018

Conversation

dtivel
Copy link
Contributor

@dtivel dtivel commented Aug 10, 2018

Rename asynchronous IStorage methods. This is progress on NuGet/NuGetGallery#6267 that I submit as a standalone PR for ease of review.

There's also some other minor cleanup like sorting using directives, removing unused using directives, formatting document, and adding explicit accessibility modifiers.

There are plenty of other asynchronous methods without an -Async suffix, and while I updated one or two that were convenient, I don't want to expand the scope of this PR further to update them all.

@dtivel dtivel merged commit 665f315 into dev Aug 10, 2018
@dtivel dtivel deleted the dev-dtivel-istorage branch August 10, 2018 21:44
ryuyu added a commit that referenced this pull request Sep 11, 2018
* Feed2Catalog:  replace inner loops with one outer loop (#329)
Resolve NuGet/Engineering#1526.
* V3:  rename asynchronous IStorage methods (#336)
Progress on NuGet/NuGetGallery#6267.
* Test:  fix flaky basic search tests (#337)
Progress on NuGet/NuGetGallery#6292.
* Add signing to search service (#338)
Progress on https://github.com/NuGet/Engineering/issues/1644
* Test:  add registration tests (#341)
Progress on NuGet/NuGetGallery#6317.
* remove unused scripts (#340)
* MonitoringProcessor:  improve throughput (#342)
Progress on NuGet/NuGetGallery#6327.
* Catalog2Dnx:  improve throughput (#335)
Progress on NuGet/NuGetGallery#6267.
* Functional tests should not be dependent on a specific hash and file size of the test package (#343)
* Add MicroBuild dependency and signing of output DLLs (#345)
Progress on https://github.com/NuGet/Engineering/issues/1644
* Rewrite SafeRoleEnvironment to not use Assembly.LoadWithPartialName (#339)
* Test:  improve and add registration tests (#346)
More progress on NuGet/NuGetGallery#6317.
* Use ServerCommon commit that is consistent with other repositories (#347)
Progress on https://github.com/NuGet/Engineering/issues/1644
* [Monitoring] Ensure packages are signed (#348)
This adds a validation to ensure indexed packages are signed by verifying that the package contains a [package signature file](https://github.com/NuGet/Home/wiki/Package-Signatures-Technical-Details#-the-package-signature-file).
This validation is disabled for now. To enable this validation, the flag `-expectsSignature true` must be added to ng.exe's command line arguments. This validation will be enabled once all packages are repository signed.
Part of NuGet/Engineering#1627
* V3:  make stylistic consistency and cleanup changes (#349)
Progress on NuGet/NuGetGallery#6411.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants