forked from ktbyers/netmiko
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix correction of ansi characters of next line #7
Closed
k-ribot
wants to merge
179
commits into
v4.2.0-unyc
from
fix-correction-of-ansi-characters-of-next-line
Closed
Fix correction of ansi characters of next line #7
k-ribot
wants to merge
179
commits into
v4.2.0-unyc
from
fix-correction-of-ansi-characters-of-next-line
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
Added Cisco IOSXE and Ericsson IPOS platforms to SSH autodetect
…le existed when it didn't (ktbyers#2928)
* Improve Arista duplicate echo issue * Add test_channel_read() on login
Co-authored-by: Edouard Lavaud <[email protected]>
* Added support for Arris CER and Casa CMTS platforms. * Corrected issue with reliably exiting config mode on Casa. Co-authored-by: Chuck van Gessel <[email protected]>
Co-authored-by: Edouard Lavaud <[email protected]>
* MikroTik - Add skip the software licence on first connection * Minor updates to the mikrotik special login handler * Remove test channel read Co-authored-by: Kévin RIBOT <[email protected]>
* IPV6 support for SNMPDetect(ktbyers#3027) * apply black
* Fixing missing msg in ConnLogOnly * Fixing the msg order * Adding PY3.11 version * Remove PY3.11 as no pyats/genie wheels
Co-authored-by: mwallraf <[email protected]>
Co-authored-by: Guy Chilton <[email protected]>
Co-authored-by: Daniel Bremer <[email protected]>
Co-authored-by: Enrico Straehler <[email protected]>
Co-authored-by: yone2ks <[email protected]>
Co-authored-by: inabaahome <[email protected]> Co-authored-by: Inaba S <[email protected]>
Co-authored-by: Tonygratta <[email protected]>
…to interact with the main interactive prompt. (ktbyers#3489)
…strip and strip ansi escape codes on Arista EOS devices (ktbyers#3483)
Co-authored-by: Kirk Byers <[email protected]>
…ng exception for parsers (ktbyers#3494) * introduces `raise_parsing_error` parameter to `send_command` Allow exceptions from structured data parsers to bubble up to the callers of `send_command` and `send_command_timing`. This is useful for example in conjunction with `nornir_netmiko`, which currently can't fail tasks based on failed parsing, leading to successful tasks with garbage data. * Updates to make raise_parsing_error more ubiquitous across TTP/genie/TextFSM; additional tests --------- Co-authored-by: Leo Kirchner <[email protected]>
Co-authored-by: Emily Kooistra <[email protected]>
…tbyers#3499) * Update dependencies; drop PY3.8 support * Drop 'docutils' special handling in pyproject.toml
k-ribot
force-pushed
the
fix-correction-of-ansi-characters-of-next-line
branch
from
November 4, 2024 16:28
9dee344
to
6bc9c00
Compare
k-ribot
force-pushed
the
fix-correction-of-ansi-characters-of-next-line
branch
from
November 4, 2024 16:32
6bc9c00
to
20334dd
Compare
k-ribot
added
merged in master
Merged in official develop branch (a.k.a master)
and removed
wait_official_release
Already cherry-picked on custom release but not released in official repository
PR created
labels
Jan 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.