Commit Graph

  • 79fcb23e9b Retire stackforge/openstack-sdk-dotnet master Monty Taylor 2015-10-17 16:04:01 -04:00
  • 244434ba1b Fix: CreateStorageObject stream was getting closed before it was read. Adam Sheldon 2015-05-14 14:53:38 -07:00
  • cb625f9b01 bp/intra-server-copy plemanach 2015-04-04 20:44:13 +01:00
  • 9a22fb78f8 Set the correct Storage Object Length in CreateStorageObject plemanach 2015-03-29 12:39:55 +01:00
  • 147864bc78 Adding support for listing key pairs. Adding support for creating servers with key pairs. Wayne Foley 2014-08-14 16:39:19 -07:00
  • 95f15857b6 Adding support for Assigning a floating ip to a server. Adding support for listing and getting servers. Adding support for releasing/deleting floating Ips. Wayne Foley 2014-08-12 17:09:09 -07:00
  • 4749851372 Merge "Adding support for listing, getting, and creating floating ip addresses Fixed minor documentation typos." Jenkins 2014-08-12 19:40:51 +00:00
  • 14c4b30d11 Adding support for listing, getting, and creating floating ip addresses Fixed minor documentation typos. Wayne Foley 2014-08-11 17:13:12 -07:00
  • 1613ad0c59 Merge "Adding support for creating and deleting servers" Jenkins 2014-08-12 18:33:08 +00:00
  • 3b0ac605fa Adding support for creating and deleting servers Wayne Foley 2014-08-07 17:33:40 -07:00
  • 87dae39949 Adding support for listing networks Added network service client Fixed comments and typos. Wayne Foley 2014-08-07 13:39:41 -07:00
  • ae3b0fbe19 Fix for Bug#1342913 Wayne Foley 2014-07-25 14:40:20 -07:00
  • 2675cd745b Fix for bug #1331802. Wayne Foley 2014-06-30 13:57:13 -07:00
  • 8d0f9cc73d updating the tag names and url in the release notes to match the github tags Wayne Foley 2014-06-17 13:09:30 -07:00
  • 1b343f0baf Adding changelog for rlease notes Wayne Foley 2014-06-17 10:24:42 -07:00
  • a952269947 Adding support for creating, updating and deleting metadata on images and servers. Updating. and adding unit tests. Changing "ListImages" and "ListFlavors" to be more consistent with the GetX sematic. Wayne Foley 2014-06-12 10:29:04 -07:00
  • 6c8504f607 Adding support for listing, getting and deleting images Wayne Foley 2014-06-06 16:29:59 -07:00
  • a3a7eb1daf Adding intial compute service client. Adding support for listing and getting flavor information Added unit tests for the new compute service client Refactoring the StorageServiceClinetContext to be a generic ServiceClientContext Created a base class for service clients in order to maximize code reuse. Wayne Foley 2014-06-02 17:49:46 -07:00
  • 9c82ee9e9e Updating readme code example. Wayne Foley 2014-06-02 09:01:33 -07:00
  • 8d36c9a4a1 Updating version information for nuget release v0.9.1 Wayne Foley 2014-05-30 13:45:04 -07:00
  • 92bec3753e Merge "Fixes a bug where user could not connect to devstack using the sdk example." Jenkins 2014-05-30 18:42:20 +00:00
  • 26a8760388 Fixes a bug where user could not connect to devstack using the sdk example. Wayne Foley 2014-05-29 12:17:02 -07:00
  • b92bf2271e Adding nuspec and signing key v0.9.0 Wayne Foley 2014-05-12 14:09:19 -07:00
  • 63d036cc88 Spliting the solution up into two projects. One project for 4.0 and another for 4.5. Added retargeting code so the 4.0 project can use async await Added extention methods to work around differences in reflection and async support. Changed the output folders for each project, to relfect the .NET framework version they are being built with. Updated the unit test project to build take a reference to the 4.5/PCL assembly. Updated the example projects to take a dependency on the 4.5/PCL assembly. Wayne Foley 2014-05-06 16:36:23 -07:00
  • 7f51ce1c1b Refactoring the ability to get a public endpoint from the storage service client to the service catalog itself. Adding unit tests for the new/refactored code, and removing the endpoint resolver infra for now. Wayne Foley 2014-05-06 10:59:44 -07:00
  • dc3288ab8d Adding example code to show how to build a new service client from the ground up. Updated the .gitignore file to do a better job of ignoring bin,obj, and package folders. Wayne Foley 2014-05-01 10:45:20 -07:00
  • 33d59efcb6 minor fix to the ServiceClientManager to locate the client type as well as the credential. Also fixed a typo in the readme. Wayne Foley 2014-05-01 08:59:17 -07:00
  • 0feeedb1c1 Adding support for per-client-instance extensibility. See: https://wiki.openstack.org/wiki/OpenStack-SDK-DotNet/HighLevelArch for more details. Updated the example code project to be in sync with the api. Cleaned up a few style/comment issues, and move around a few bits of code to make things a little cleaner. Wayne Foley 2014-04-29 14:02:13 -07:00
  • b81511caaf Initial addition of the top level README. Matt Farina 2014-04-21 14:16:49 -04:00
  • 969d30ff36 Using String.Equals for string equality comparison Wayne Foley 2014-04-10 14:17:06 -07:00
  • 11eb6f0b75 Fixing a couple minor issues found during the (86657) code review. Wayne Foley 2014-04-10 13:07:39 -07:00
  • 52ca59f4fa Removed the OpenStack.Common assembly and combined it into a single OpenStack assembly. Refactored the service location code to be compliant with PCLs. Converted the Openstack assembly into a PCL, and updated the tests. As part of the PCL converstion minor tweeks to stirng comparison and use of System.Security were updated. Wayne Foley 2014-04-09 14:53:16 -07:00
  • 54aa3780b0 Fixing up the branding/naming of Openstack to OpenStack Wayne Foley 2014-04-07 11:52:02 -07:00
  • ce3100e41d Adding support for copying a large object in segments, and creating a matching manifest Wayne Foley 2014-04-03 16:03:37 -07:00
  • 2a32d34627 Changing how GetStorageObject returns manifests. Manifests will now be displayed with the details of the object they represent, instead of the details of the manifest itself. If the consumer wants to see the details of the manifest itself, they should use GetStorageManifest instead. Wayne Foley 2014-04-02 10:07:47 -07:00
  • 7527d68c8b fixing an issue with geting objects in the root folder Wayne Foley 2014-04-01 15:30:48 -07:00
  • 2f91391b7a Adding support for storage manifests at the poco level. Includes basic CRUD operations. Wayne Foley 2014-03-31 16:14:40 -07:00
  • b17cddd189 Adding support for creating, getting and deleting folders via the storage client Wayne Foley 2014-03-28 15:53:49 -07:00
  • a469ad406c Adding StorageFolder poco object, and support for folders at the container level. Wayne Foley 2014-03-27 16:29:09 -07:00
  • d6365c3fad Fixing an issue in the service catalog endpoint parser that was failing when an empty versionInfo or versionList element was present Wayne Foley 2014-03-26 12:09:45 -07:00
  • fbc6f0418c Adding version info as a linked file in each project, and updating version to 0.9 Wayne Foley 2014-03-26 10:15:06 -07:00
  • 91a144209b Adding Simple storage example project and solution Wayne Foley 2014-03-25 15:06:18 -07:00
  • b886698637 Adding support for default region. Wayne Foley 2014-03-24 14:59:28 -07:00
  • 0cf38a29c0 Adding a pubic endpoint to storage client for CLI compaT Wayne Foley 2014-03-24 09:41:07 -07:00
  • 23fdb90c2b Adding the initial code base for this repo Wayne Foley 2014-03-21 12:54:41 -07:00
  • ffcc1b599c Added .gitreview OpenStack Project Creator 2014-03-01 01:24:17 +00:00