V3.0#53
Merged
Merged
Conversation
…ters that was not straightforward. Substantially changed the implementation of object filters to make them easier to create, and easy to modify properly
…nsistently in the API. Made notes in the changelog about the changes.
…is out into a separate class we get two benefits: 1 You can upgrade more than one attribute of the server at a time so you don't have to wait on separate transactions for each upgrade 2 It gets information about product ordering out of the Virtual Server class and into its own class.
Conflicts: lib/softlayer/VirtualServer.rb
…presenting the SoftLayer services. This is because they are in essece fixed, well known constants and symbols more properly capture that nature. Also cases were we dereference properties now use single quotes instead of double quotes to capture the fact that they too are largely constants and not 'composeable' arbitrary strings. Finally this change includes the latest round of killing off trailing whitespace
… to ensure those routines must be used carefully
Conflicts: CHANGELOG.textile lib/softlayer/VirtualServer.rb lib/softlayer/base.rb
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.
The intent of this pull request is to create Version 3.0 of the softlayer_api gem. This is a major version update because it includes changes to existing interfaces which may require revision of existing scripts. Please review CHANGELOG.textile in the v3.0 branch for details.
This version is intended to be released on 9/15/2014