-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated instance addresses and networks
Moved several items from the instance package to the network/ package, renamed some of them, and propagated the changes across: - instance.Address -> network.Address - instance.AddressType -> network.AddressType - instance.HostName -> network.HostName - instance.Ipv4Address -> network.IPv4Address - instance.Ipv6Address -> network.IPv6Address - instance.NetworkScope -> network.Scope - instance.Address.NetworkScope -> n.Address.Scope - instance.Network* -> network.Scope* - instance.NewAddress(es) -> network.NewAddress(es) - instance.HostPort -> network.HostPort - instance.Port -> network.Port - instance.Select*() -> network.Select*() - instance.SortPorts -> network.SortPorts (I might have missed some, but you get the idea). Also, some refactoring was done to split addresses and ports implementation in separate files and test suites. No other logic changes introduced - the rest is just mechanically applying the changes above. Moved environs/network to network/ and updated imports, as suggested on the review.
- Loading branch information
Dimiter Naydenov
committed
Jun 10, 2014
1 parent
732aecd
commit 57bad2b
Showing
142 changed files
with
1,624 additions
and
1,543 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.