This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Release 0.26.0 #317
Open
mirceaulinic
wants to merge
43
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 0.26.0 #317
Conversation
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
Having the validation format in a single place makes the validation constrained by placing the content only on a single file, on the local disk. There are many applicabilities where we need to test with remote content, or any other source. This is making the validator more flexible
Fixing a bad link in the documentation for "compliance_report" function.
* Convert napalm_base testing to tox * Update requirements and travis config * @ogenstad to the rescue * Remove unnecessary conftest.py * Omit unit tests from coverage report * py23 text_type
If an explicit template_path is not specified, build a list of directories from the class MRO and pass them to FileSystemLoader
* __enter__ was swallowing the exception and returning False * Unit test for context manager exceptions * Test exception handling in __open__ * Refactoring context manager
load_template searchpaths
* Implemented cl_napalm_show_tech * Typo * Typo * Hide password * Generalize napalm command tool * Fix help * Added deprecation warnings and rename to napalm * unnecessary * Minor fix * Make pylama happy
* Add tests for validation from source * Fix pep8 issues
Solve merge conflict
Enh-validate solve conflict
…rs_table Conflicts: napalm_base/base.py
Fixing issue with PY2 'long' failure in unit test
What about a get_ipv6_neighbors_table() method?
Remove download counter which no longer works
+1 |
Add github templates
When napalm>=2.0.0 is installed, will import everything from the new codebase, otherwise it will fallback and use the features defined as previously.
Otherwise, couple together the local napalm_base get_network_driver and NetworkDriver.
Migrate napalm base
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
That's a feature release, spinning the major version as we have a new method waiting to be included in a released version: #311