Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Release 0.5.0 (#97)
Browse files Browse the repository at this point in the history
* Rename mock files for napalm-base 0.19.0

* Require napalm-base>=0.19.0

* Mock for get_ntp_servers

* Implement get_network_instances() (#89)

* Add .get_vrfs() method

* Update get_vrfs to get_network_instances

* Use get_interfaces_ip instead of get_interfaces

* Update descriptor to distinguisher

* Test get_network_instances()

* Clean up name filter section

* Add Python3 support to napalm-eos (#91)

* Python3 support

* Fixing py3 import issue

* Fixing iteritems for py3

* Fixing issue where order of dictionary keys was required for unit tests to pass.

* Python3 support

* Fixing py3 import issue

* Fixing iteritems for py3

* Fixing issue where order of dictionary keys was required for unit tests to pass.

* Fixing new unicode references

* Test preparation items

* Update travis to include python3

* Add `is_alive` (#92)

* Add

* Add mock data for is_alive haha

* Fixes various get_bgp_neighbors

* The use of a for loop instead of while caused random data loss
  ( the actual cause of issue #58)
* Peers that where idle would always have enable=False
* Uptime was actually the timestamp of when the session started

* Fix #90 (#94)

* Fix #90

* Add show version output for test_get_environment cases

* Add testcase for #90

* Remove the _get_version helper

* Version bump to 0.5.0 (#95)

* Version bump to 0.5.0

And add myself to authors

* Trigger doc build on success

* Merging develop into master for the mock files migration (#87) (#96)

* Rename mock files for napalm-base 0.19.0

* Require napalm-base>=0.19.0

* Mock for get_ntp_servers

* Implement get_network_instances() (#89)

* Add .get_vrfs() method

* Update get_vrfs to get_network_instances

* Use get_interfaces_ip instead of get_interfaces

* Update descriptor to distinguisher

* Test get_network_instances()

* Clean up name filter section

* Add Python3 support to napalm-eos (#91)

* Python3 support

* Fixing py3 import issue

* Fixing iteritems for py3

* Fixing issue where order of dictionary keys was required for unit tests to pass.

* Python3 support

* Fixing py3 import issue

* Fixing iteritems for py3

* Fixing issue where order of dictionary keys was required for unit tests to pass.

* Fixing new unicode references

* Test preparation items

* Update travis to include python3

* Add `is_alive` (#92)

* Add

* Add mock data for is_alive haha

* Fixes various get_bgp_neighbors

* The use of a for loop instead of while caused random data loss
  ( the actual cause of issue #58)
* Peers that where idle would always have enable=False
* Uptime was actually the timestamp of when the session started

* Fix #90 (#94)

* Fix #90

* Add show version output for test_get_environment cases

* Add testcase for #90

* Remove the _get_version helper

* Version bump to 0.5.0 (#95)

* Version bump to 0.5.0

And add myself to authors

* Trigger doc build on success
  • Loading branch information
dbarrosop committed Nov 29, 2016
1 parent 29ca829 commit 9b9a93a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9b9a93a

Please sign in to comment.