Skip to content
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

Conversation

k-ribot
Copy link

@k-ribot k-ribot commented Sep 5, 2023

No description provided.

ktbyers and others added 30 commits August 9, 2022 14:57
Added Cisco IOSXE and Ericsson IPOS platforms to SSH autodetect
* Improve Arista duplicate echo issue

* Add test_channel_read() on login
* 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]>
* 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
ktbyers and others added 22 commits July 9, 2024 19:06
Co-authored-by: Daniel Bremer <[email protected]>
Co-authored-by: Enrico Straehler <[email protected]>
Co-authored-by: inabaahome <[email protected]>
Co-authored-by: Inaba S <[email protected]>
…strip and strip ansi escape codes on Arista EOS devices (ktbyers#3483)
…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]>
…tbyers#3499)

* Update dependencies; drop PY3.8 support

* Drop 'docutils' special handling in pyproject.toml
@k-ribot k-ribot force-pushed the fix-correction-of-ansi-characters-of-next-line branch from 9dee344 to 6bc9c00 Compare November 4, 2024 16:28
@k-ribot k-ribot force-pushed the fix-correction-of-ansi-characters-of-next-line branch from 6bc9c00 to 20334dd Compare November 4, 2024 16:32
@k-ribot
Copy link
Author

k-ribot commented Nov 4, 2024

ktbyers#3524

@k-ribot 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
@k-ribot k-ribot closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged in master Merged in official develop branch (a.k.a master)
Projects
None yet
Development

Successfully merging this pull request may close these issues.