Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYPIREPO = pypitest

DEPENDENCIES = robotframework pyyaml dill coverage Sphinx==7.4.7 \
sphinxcontrib-napoleon sphinxcontrib-mockautodoc \
sphinx-rtd-theme asyncssh PrettyTable "cryptography>=43.0"
sphinx-rtd-theme==3.1.0 asyncssh PrettyTable "cryptography>=43.0"


.PHONY: clean package distribute develop undevelop help devnet\
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2016/may.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Features:
- Support for linux platform
- Support for NXOS vdc - Unicon Device logging enhancements
- Shorthand notations for Dialog callbacks
- Renamed `config` service to `Configure`
- Renamed ``config``service to``Configure``
- Bug fixes
8 changes: 4 additions & 4 deletions docs/changelog/2018/february.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Features and Bug Fixes:

- Added learn hostname feature

Linux connections now support the `learn_hostname` connect option to
Linux connections now support the ``learn_hostname`` connect option to
automatically learn the hostname.

This improves reliable prompt matching as the default prompt matching may
result in false positives when the command output contains one of the
prompt pattern characters `> # % ~ $` at the end of a line.
prompt pattern characters ``> # % ~ $`` at the end of a line.

- Prompt stripping update

Expand Down Expand Up @@ -69,8 +69,8 @@ Features and Bug Fixes:
- Removed OS static checking list, and made a warning instead.

- New feature that allows user to specify initial exec and config command
when connecting to a device. Users can now specify `init_exec_commands`
and `init_config_commands` options when connecting to a device.
when connecting to a device. Users can now specify ``init_exec_commands``
and ``init_config_commands`` options when connecting to a device.

- The terminal variable is now set to VT100 before launching the telnet or
ssh connection to a device. This is to tell devices not to use fancy ANSI
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2018/march.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Features and Bug Fixes:
- new NXOS subcommand for attaching to bash shell using context managers

- CIMC plugin update
Add response for `Enter 'yes' or 'no' to confirm` pattern
Add response for ``Enter 'yes' or 'no' to confirm`` pattern

- New feature: CLI proxy
This feature allows users to connect to devices via another device.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2019/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

- learn_hostname feature updated to allow common plugin-specific default device
names such as `Router` to be learned if no hostname has been set on the
names such as ``Router`` to be learned if no hostname has been set on the
device.

- The iosxr plugin enable pattern is now more strict.
Expand Down
10 changes: 5 additions & 5 deletions docs/changelog/2019/jul.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ Features and Bug Fixes:

- If one or more credentials are supplied:

- The ``tacacs`` and ``passwords`` pyATS testbed keys are ignored.
- The ``tacacs``and``passwords`` pyATS testbed keys are ignored.

- Use of any of the following `unicon.Unicon.Connection` arguments cause a
- Use of any of the following ``unicon.Unicon.Connection`` arguments cause a
deprecation warning to be raised :

- ``username``
Expand All @@ -109,13 +109,13 @@ Features and Bug Fixes:
that server block.

- The ``login_creds`` argument (specified either in pyATS connection
block or as a `unicon.Unicon.Connection` parameter), now controls
block or as a ``unicon.Unicon.Connection`` parameter), now controls
the order credentials are applied when username/password prompts are
received while connecting to the device.

- The ``prompts/login`` and ``prompts/password`` parameters are now
- The ``prompts/login``and``prompts/password`` parameters are now
expected to be explicitly set in the pyATS connection block or
as `unicon.Unicon.Connection` parameters.
as ``unicon.Unicon.Connection`` parameters.

- The switchover service now accepts a ``switchover_creds`` parameter that
allows users to define what credentials to use should a username or
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2019/jun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Features and Bug Fixes:
- Fix reload service that was hanging when mgmt connection was attempted.

- Updated execute() service to allow override of default service dialogs by
passing `service_dialog`
passing ``service_dialog``

- improve ping extd_ping judgement and fix endless ping dialog on erroneous
value
Expand All @@ -68,8 +68,8 @@ Features and Bug Fixes:

- core

- modifed ``unicon_record``, ``unicon_replay``, ``unicon_speed`` environment
variables to ``UNICON_RECORD``, ``UNICON_REPLAY``, and ``UNICON_REPLAY_SPEED``.
- modifed ``unicon_record``,``unicon_replay``,``unicon_speed`` environment
variables to ``UNICON_RECORD``,``UNICON_REPLAY``, and``UNICON_REPLAY_SPEED``.

- Disconnect timers may now be updated via Settings object

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^
* Fixed unittests failures seen with multiprocessing on Mac-py38 environment

* Added `goto_enable` and `standby_goto_enable` key to generic connect service to
* Added ``goto_enable``and``standby_goto_enable`` key to generic connect service to
allow user to disable device behavior of going to enable state in every device
connect call, Default is True not to interrupt intuitive device behavior

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/december.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Features and Bug Fixes:
* Removed deprecation message from nxos->aci->n9k
* Fixed a bug where the buffer might not be empty after connecting to the device
* ASA Plugin
- Add error_pattern to capture `*** WARNING ***`
- Add error_pattern to capture ``*** WARNING ***``
* FXOS/FTD Plugin
- Added support for "* " in chassis prompt, e.g. "FirePower* #"
* Linux
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2020/feb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Upgrade Instructions
Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

* Added `debug_statement` boolean argument to `Statement class` to print the statement matched pattern.
* Added ``debug_statement``boolean argument to``Statement class`` to print the statement matched pattern.

* Added `STATEMENT_LOG_DEBUG` boolean argument to `Settings class` to print all the matched patterns.
* Added ``STATEMENT_LOG_DEBUG``boolean argument to``Settings class`` to print all the matched patterns.

* Add python3.8 support.

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------
* adapters.topology
* Modified Unicon:
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2021/august.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
August 2021
========
===========

August 31st
------
-----------

.. csv-table:: Module Versions
:header: "Modules", "Versions"
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2021/december.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Upgrade Instructions
Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^
--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* playback
Expand All @@ -44,7 +44,7 @@ Features and Bug Fixes:


--------------------------------------------------------------------------------
New
New
--------------------------------------------------------------------------------

* playback
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/february.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ february 26th


--------------------------------------------------------------------------------
Features and Bug Fixes:
Features and Bug Fixes:
--------------------------------------------------------------------------------

* Dialogs
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2021/january.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ January 27th


--------------------------------------------------------------------------------
Features and Bug Fixes:
Features and Bug Fixes:
--------------------------------------------------------------------------------

* GENERIC PLUGIN
Expand Down Expand Up @@ -52,7 +52,7 @@ January 27th
* REMOVED NXOS/ACI/N9K PLUGIN (USE OS NXOS, PLATFORM=ACI INSTEAD)

* ALL PLUGINS
* `Series` Has Been Renamed To `Platform`
* ``Series``Has Been Renamed To``Platform``

* ADDED NEW HP COMWARE PLUGINS

Expand Down
8 changes: 4 additions & 4 deletions docs/changelog/2021/july.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
July 2021
========
=========

July 27
------
-------

.. csv-table:: Module Versions
:header: "Modules", "Versions"
Expand Down Expand Up @@ -30,7 +30,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* connection provider
Expand All @@ -41,7 +41,7 @@ Features and Bug Fixes:
* changed basicConfig from stderr to stdout from mock device to prevent stderr output

* statemachine
* Log warning when `add_state_pattern` is used
* Log warning when ``add_state_pattern`` is used

* prompt recovery
* Use warning on hostname mismatch instead of raising exception
Expand Down
8 changes: 4 additions & 4 deletions docs/changelog/2021/june.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
June 2021
========
=========

June 29
------
-------

.. csv-table:: Module Versions
:header: "Modules", "Versions"
Expand Down Expand Up @@ -30,7 +30,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* iosxe/sdwan
Expand All @@ -44,7 +44,7 @@ Features and Bug Fixes:
* Added warning log message if reconnect occurs

* unicon.eal.dialogs
* Fixed `sendline_cred_user` and `sendline_cred_pass` implementation
* Fixed ``sendline_cred_user``and``sendline_cred_pass`` implementation

* generic
* Do not insert username for device SSH command
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/march.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* statemachine
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2021/may.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
New
New
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* dialog processor
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2021/october.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* playback
Expand All @@ -11,7 +11,7 @@


--------------------------------------------------------------------------------
New
New
--------------------------------------------------------------------------------

* dialog
Expand Down
8 changes: 4 additions & 4 deletions docs/changelog/2021/september.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
September 2021
========
==============

September 28
------
------------

.. csv-table:: Module Versions
:header: "Modules", "Versions"
Expand Down Expand Up @@ -30,11 +30,11 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
New
New
--------------------------------------------------------------------------------
* No new features

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------
* No Changes
2 changes: 1 addition & 1 deletion docs/changelog/2022/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Features and Bug Fixes:
Changelogs
^^^^^^^^^^
--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* router.services
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2022/august.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
August 2022
==========
===========

August 30 - Unicon v22.8
------------------------
Expand Down Expand Up @@ -32,10 +32,10 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* connection parse_spawn_command
* Fixed Although `login_creds='local'` is specified, `default` is selected
* Fixed Although ``login_creds='local'``is specified,``default`` is selected


8 changes: 4 additions & 4 deletions docs/changelog/2022/february.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
February 2022
==========
=============

February 24 - Unicon v22.2
------------------------
--------------------------



Expand Down Expand Up @@ -38,7 +38,7 @@ Changelogs
^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* routers/connection provider
Expand All @@ -54,7 +54,7 @@ Changelogs


--------------------------------------------------------------------------------
New
New
--------------------------------------------------------------------------------

* statemachine
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/january.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* bases
Expand Down
Loading
Loading