8000 Release 1.5.10 by jathanism · Pull Request #281 · trigger/trigger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 1.5.10 #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2016
Merged

Release 1.5.10 #281

merged 1 commit into from
Apr 18, 2016

Conversation

jathanism
Copy link
Member

This is an attempt of reconciling years of squashed merge commits from develop against master that I have been doing merely to keep the commit history on the master branch OCD clean.

I would like to see if the hew new "merge and squash" feature of GitHub can resolve all of this so that we can begin to just so that feature and keep things simpler.

Bug Fixes
---------

- Extended prompt detection for IOS-like devices to include interstitial
  space (`\s`) or carriage return (`\r`) characters which is sometimes
  seen on Arista EOS devices, and would cause asynchronous execution to
  sometimes hang and result in a `~trigger.exceptions.CommandTimeout`
  error.
- Bugfix in `bin/load_acl` that prevents `queue.complete()` from being
  called when using the `--no-db` flag.  Previously, an `AttributeError`
  attribute error was raised due to attempting to call `complete` on
  `queue`, which is set to `None` when passing `--no-db`.
- Cleaned up network.utils.ping, removed hostname validation code
- Bugfix in `~trigger.utils.network.ping()` where a file descriptor
  wasn't closed cleanly.
- Bugfix in `bin/gnng` that printed device names before any tables,
  resulting in potentially confusing results.  Devices names are now
  printed with the corresponding table.
- Bugfix in `bin/gnng` that allows the `--filter-on-type` to function as
  expected.
- Update documentation of `gnng`'s `-N`/`--nonprod` flag.
- Bugfix in `bin/gnng` that allows `gnng` to fail gracefully when a
  device isn't found.
- Bugfix in `bin/gnng --all` that was causing many device vendors to be
  skipped entirely because the filter was too specific. This vendor
  filter has been removed and will now fallback to
  `~trigger.cmds.NetACLInfo()` internal knowledge of supported
  platforms.
@jathanism jathanism merged commit 9f4136d into trigger:master Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0