Multiple features, enhancements and bug fixes#98
Merged
alanquillin merged 45 commits intoopenstacknetsdk:masterfrom Aug 2, 2013
Merged
Multiple features, enhancements and bug fixes#98alanquillin merged 45 commits intoopenstacknetsdk:masterfrom
alanquillin merged 45 commits intoopenstacknetsdk:masterfrom
Conversation
[Delivers #50230813] Add Support for Bulk Delete
added metadata functions to cloud files
…ests Added integration tests for the new Delete Metadata (object and containers) methods
…om the API call in the resulting exception details
Improve messages in exceptions
Add support for prefix in ListObjects for CloudFiles provider
…rovided by SimpleRESTServices
Remove unused and duplicate code
…ng treated as servers
Fix documentation and implementation in ServerImage
Update to use Json.NET 5.0.6 and SimpleRESTServices 1.1.0.0
Remove documentation files which are generated by the build
- Add a project reference to corelib to ensure that the SDK is built before the documentation project - Enable the IntelliSense Component to generate a transformed XML documentation file - Modify the syntax filters to use the same languages as MSDN: C#, VB, C++, and F# - Modify the visible items filter to only include items visible from outside the library (no private or internal members, and document protected internal members as protected)
- Updated description and release notes link - Add XML schema so IntelliSense works with the nuspec file - Explicitly reference the transformed XML documentation so IntelliSense information is complete
Packaging updates (Sandcastle and NuGet)
Serializable exceptions
Simplify UserAgentGenerator, only execute string.Format once
…s bound to the intended target
…dard regular expressions, provide a default implementation (HttpStatusCodeParser.Default)
Use TimeSpan instead of int for representing durations of time
…1.1.0 Updated SimpleRESTServices to v1.1.1.0
…ntException if the key already exists (fixes #33)
…udServer Add list virtual interfaces to cloud server
Set X-Auth-Token header with indexer instead of Add()
Default instances
Remove unnecessary intermediate lambda functions
Implemented the pagination filters for Roles and Servers
alanquillin
added a commit
that referenced
this pull request
Aug 2, 2013
Multiple features, enhancements and bug fixes
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
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.
Changes