Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2a5ed10
[Delivers #50230813] Add Support for Bulk Delete
May 21, 2013
f7c3bdc
Merge pull request #8 from alanquillin/AddBatchDeleteObjectsMethods
jasonmitschke May 23, 2013
19498c8
added metadata functions to cloud files
jonwalton May 24, 2013
f3cc677
Merge pull request #9 from jonwalton/AddMetadataFunctions
alanquillin May 24, 2013
194e6bf
Added integration tests for the new Delete Metadata (object and conta…
May 24, 2013
8ff49b4
Merge pull request #11 from alanquillin/AddDeleteMetadataIntegrationT…
May 28, 2013
4ad719d
When available (and in a known format), use error message returned fr…
sharwell Jul 19, 2013
cc1c713
Add support for prefix in commits
jhaygood86 Jul 23, 2013
b45c24c
Merge pull request #19 from sharwell/ExceptionMessages
alanquillin Jul 23, 2013
ce2945a
Change prefix to be before region
jhaygood86 Jul 23, 2013
8718411
Merge pull request #20 from jhaygood86/master
alanquillin Jul 23, 2013
1f6fb00
Update to use Json.NET 5.0.6 and SimpleRESTServices 1.1.0.0
sharwell Jul 31, 2013
3da81bd
Remove files which are generated by the build
sharwell Jul 29, 2013
0baee07
Remove the unused ExtensionMethods class
sharwell Jul 30, 2013
0849dd5
Remove the IRetryLogic interface because it duplicates an interface p…
sharwell Jul 30, 2013
755d2dd
Merge pull request #24 from sharwell/RemoveCode
alanquillin Jul 31, 2013
d0f69d6
Fix documentation and implementation in ServerImage - images were bei…
sharwell Jul 30, 2013
e288a73
Merge pull request #25 from sharwell/ServerImageCalls
alanquillin Aug 1, 2013
a3bd895
Merge pull request #23 from sharwell/UpdatedLibraries
alanquillin Aug 1, 2013
aff03bd
Merge pull request #22 from sharwell/RemoveBuildFiles
alanquillin Aug 1, 2013
9af5ff1
Sandcastle documentation project updates
sharwell Jul 30, 2013
3d62ecd
Updated NuGet package specification
sharwell Aug 1, 2013
42e1705
Merge pull request #26 from sharwell/PackagingUpdates
alanquillin Aug 1, 2013
14f6a42
Properly implement serializable exceptions
sharwell Jul 15, 2013
ee4172d
Use import alias to resolve namespace/type conflict
sharwell Jul 15, 2013
dfc5c62
Exception class MethodNotImplementedException should be public
sharwell Jul 15, 2013
85f2cdd
Simplify UserAgentGenerator, and only execute the string.Format call …
sharwell Jul 19, 2013
7848c89
Merge pull request #27 from sharwell/SerializableExceptions
alanquillin Aug 1, 2013
ac01c21
Merge pull request #28 from sharwell/UserAgentGenerator
alanquillin Aug 1, 2013
799f37c
Remove unnecessary intermediate lambda functions by creating delegate…
sharwell Aug 1, 2013
0520001
Use TimeSpan instead of int for representing durations of time
sharwell Aug 1, 2013
290d868
Provide default instances of immutable helper classes
sharwell Jul 19, 2013
d6f887f
Improve HttpStatusCodeParser efficiency, basic validation of non-stan…
sharwell Jul 19, 2013
994eaed
Merge pull request #29 from sharwell/TimeSpan
alanquillin Aug 1, 2013
881a468
Updated SimpleRESTServices to v1.1.1.0
Aug 1, 2013
a120821
Merge pull request #32 from alanquillin/UpdateToSimpleRESTServicesv1.…
alanquillin Aug 1, 2013
e2b92bb
Set X-Auth-Token header with indexer instead of Add() to avoid Argume…
sharwell Aug 2, 2013
eca9d52
Added List, Create, and Delete Virtual Interfaces to Cloud Servers Pr…
Aug 1, 2013
f6de2bf
Added integration tests for the Virtual Interface methods
Aug 2, 2013
9ea53f8
Merge pull request #35 from alanquillin/AddListVirtualInterfacesToClo…
alanquillin Aug 2, 2013
6621f11
Merge pull request #34 from sharwell/fix-33
alanquillin Aug 2, 2013
b71eb82
Merge pull request #31 from sharwell/DefaultInstances
alanquillin Aug 2, 2013
9cde7f2
Merge pull request #30 from sharwell/Lambdas
alanquillin Aug 2, 2013
6ad3374
Implemented the pagination filters for Roles and Servers
Jun 7, 2013
150e148
Merge pull request #36 from alanquillin/ImplementListRolesPaging
alanquillin Aug 2, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@ CommandLineHooks.xml
#MSTest Test Results
TestResults

# Sandcastle Per-User File
*.shfbproj_*

# Sandcastle Output
docs/Api/
docs/html/

#NuGet
*.nupkg
*.nupkg
Binary file removed docs/API Reference Documentation.chm
Binary file not shown.
Binary file removed docs/html/CloseSearch.png
Binary file not shown.
Binary file removed docs/html/CollapseAll.bmp
Binary file not shown.
Binary file removed docs/html/Collapsed.gif
Binary file not shown.
Binary file removed docs/html/ExpandAll.bmp
Binary file not shown.
Binary file removed docs/html/Expanded.gif
Binary file not shown.
90 changes: 0 additions & 90 deletions docs/html/FillNode.aspx

This file was deleted.

52 changes: 0 additions & 52 deletions docs/html/FillNode.php

This file was deleted.

157 changes: 0 additions & 157 deletions docs/html/Index.aspx

This file was deleted.

Binary file removed docs/html/Index.gif
Binary file not shown.
Binary file removed docs/html/Item.gif
Binary file not shown.
Loading