GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/748
Sort providers By sorting the providers alphabetically, we make it less likely that each new in-progress driver will conflict with each other when merging in Git. DNS was already sorted in #745 , so this PR sorts the `Providers` for the rest. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ktdreyer/libcloud sort-providers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/748.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #748 ---- commit dd87e06286b90bca1fe9b2c6c39bc54b20429ada Author: Ken Dreyer <ktdre...@ktdreyer.com> Date: 2016-04-13T13:56:36Z backup: sort Provider types Sort the list of backup Providers alphabetically so it is simpler to insert new providers. commit e316df740ca8b05ecebfffbd6a54830b0d9ff61c Author: Ken Dreyer <ktdre...@ktdreyer.com> Date: 2016-04-13T13:57:26Z compute: sort Providers types Sort the list of compute Providers alphabetically so it is simpler to insert new providers. commit f10039a7b3f21c579d2c0cde8f1212f7f77bed63 Author: Ken Dreyer <ktdre...@ktdreyer.com> Date: 2016-04-13T13:57:56Z container: sort Providers types Sort the list of container Providers alphabetically so it is simpler to insert new providers. commit 4f65eb268e9aa093a5043f8744e8910b6a9b1821 Author: Ken Dreyer <ktdre...@ktdreyer.com> Date: 2016-04-13T13:58:18Z loadbalancer: sort Providers types Sort the list of loadbalancer Providers alphabetically so it is simpler to insert new providers. commit 86392c33ff95146243fb782f22ff7ededddb9c16 Author: Ken Dreyer <ktdre...@ktdreyer.com> Date: 2016-04-13T13:58:42Z storage: sort Providers types Sort the list of storage Providers alphabetically so it is simpler to insert new providers. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---