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

Release 0.5.1 #101

Merged
merged 22 commits into from
Apr 24, 2024
Merged

Release 0.5.1 #101

merged 22 commits into from
Apr 24, 2024

Commits on Mar 28, 2024

  1. use netmiko_args

    davama authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    86a7689 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Use napalm supplied netmiko_args instead of my own

    Merge pull request #88 from davama/develop thanks to @davama
    qaxi authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9b76a86 View commit details
    Browse the repository at this point in the history
  2. Add changes for 4.1.0 (#89)

    * Update requirements.txt
    
    * Typpo in requirements
    
    * _send_command has only two parameters
    
    * Adapt to stricter Unit tests
    
    ---------
    
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    qaxi and Sivolen authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c4a3623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    971310b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf47f5e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    d371559 View commit details
    Browse the repository at this point in the history
  2. Add badges

    qaxi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3f6c8f8 View commit details
    Browse the repository at this point in the history
  3. Tests for push are enought

    qaxi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f1e0aad View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. update CD actions

    qaxi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a906c1b View commit details
    Browse the repository at this point in the history
  2. add tests for device SG500-52

    qaxi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0807157 View commit details
    Browse the repository at this point in the history
  3. Merge CI to develop (#95)

    * Simplify CI
    
    * CI update
    
    * CI update
    
    * Update CI from develop (#94)
    
    * Add format parameter to get_config()
    
    * Add badges
    
    * Tests for push are enought
    
    * update CD actions
    
    * add tests for device SG500-52
    qaxi authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    112320f View commit details
    Browse the repository at this point in the history
  4. fetch_command_output helper (#97)

    * fetch_command_output.sh tool
    
    * Update fetch_command_update from develop (#93)
    
    * adding read_timeout_override netmiko option
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Petr Klima <petr.klima@madeta.cz>
    Co-authored-by: Dave <davama@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    5 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ce7f542 View commit details
    Browse the repository at this point in the history
  5. Set default command timeout (#98)

    * adding read_timeout_override netmiko option
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Petr Klima <petr.klima@madeta.cz>
    qaxi and Petr Klima authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6062084 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fetch command output - obfuscations (#99)

    * add IP and MAC obfuscation
    
    * Add obfuscate strings
    qaxi authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    092f595 View commit details
    Browse the repository at this point in the history
  2. Merge master changes back to develop (#100)

    * Lift version to 0.4.1
    
    * Adapt to napalm 4.1 tests (#90)
    
    * use netmiko_args
    
    * Add changes for 4.1.0 (#89)
    
    * Update requirements.txt
    
    * Typpo in requirements
    
    * _send_command has only two parameters
    
    * Adapt to stricter Unit tests
    
    ---------
    
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    
    * Remove s350_base_interfaces custom map - it is allready in napalm base
    
    * Adapt Unit tests to canonical_interface_name()
    
    ---------
    
    Co-authored-by: Dave <davama@gmail.com>
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    
    * move version to 0.4.1.1
    
    * Make it napalm 5 compliant  (#92)
    
    * use netmiko_args
    
    * Add changes for 4.1.0 (#89)
    
    * Update requirements.txt
    
    * Typpo in requirements
    
    * _send_command has only two parameters
    
    * Adapt to stricter Unit tests
    
    ---------
    
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    
    * Remove s350_base_interfaces custom map - it is allready in napalm base
    
    * Adapt Unit tests to canonical_interface_name()
    
    * Add format parameter to get_config()
    
    * Add badges
    
    ---------
    
    Co-authored-by: Dave <davama@gmail.com>
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    
    * move version to 5.0.0
    
    * move to version 0.5.0
    
    ---------
    
    Co-authored-by: Dave <davama@gmail.com>
    Co-authored-by: Anton Gridnev <anton@gridnev.pro>
    3 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    83d93de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb1e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6342476 View commit details
    Browse the repository at this point in the history
  5. get rid of textFSM templates

    qaxi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ee2024 View commit details
    Browse the repository at this point in the history
  6. get rid of textFSM templates

    qaxi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b217d9f View commit details
    Browse the repository at this point in the history
  7. Add support and tests for SG250

    qaxi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7b731c0 View commit details
    Browse the repository at this point in the history
  8. bump to version 0.5.1

    qaxi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1e4a53d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61df6df View commit details
    Browse the repository at this point in the history