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
Add buffer clean in Huawei session preparation #5
Open
k-ribot
wants to merge
54
commits into
v4.4.0-unyc
Choose a base branch
from
fix-huawei-add-buffer-clean-in-session-preparation
base: v4.4.0-unyc
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
Add buffer clean in Huawei session preparation #5
k-ribot
wants to merge
54
commits into
v4.4.0-unyc
from
fix-huawei-add-buffer-clean-in-session-preparation
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
k-ribot
force-pushed
the
fix-huawei-add-buffer-clean-in-session-preparation
branch
from
March 2, 2023 09:55
fdcbe9c
to
81f93a4
Compare
k-ribot
added
wait_official_release
Already cherry-picked on custom release but not released in official repository
PR created
labels
Mar 2, 2023
k-ribot
force-pushed
the
fix-huawei-add-buffer-clean-in-session-preparation
branch
from
May 31, 2023 13:29
81f93a4
to
48659fc
Compare
elavaud
reviewed
Jun 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should aim the v4.2.0-unyc branch
k-ribot
force-pushed
the
fix-huawei-add-buffer-clean-in-session-preparation
branch
from
June 14, 2023 06:32
48659fc
to
a891ebe
Compare
Sync missing change back into 'develop' branch
* Add code 'ESC[c' into method 'strip_ansi_escape_codes' Co-authored-by: Maxim Shpak <[email protected]>
Co-authored-by: meganerd <[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-huawei-add-buffer-clean-in-session-preparation
branch
from
November 4, 2024 16:26
a891ebe
to
237a475
Compare
…ers#3530) Co-authored-by: Karel <[email protected]>
Co-authored-by: Jeff Kala <[email protected]>
…ollector compatibility.
* Update docs * Roll version
Netmiko Version 4.5.0
Updating the poetry version backend
Fix to support cisco apic paging
…_compatibility Add Palo Alto Log Collector Compatibility
Co-authored-by: Iliya Iliev <[email protected]> Co-authored-by: Ilia Iliev <[email protected]>
Co-authored-by: Iliya Iliev <[email protected]> Co-authored-by: Ilia Iliev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PR created
wait_official_release
Already cherry-picked on custom release but not released in official repository
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.