-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SIMPLE-5780 replace change test dir fixture (#54) * SIMPLE-5377 PCL general improvements (#59) * SIMPLE-5953 pcl update for smbios parameters (#61) * SIMPLE-5974 Support for locked_compute_id (#64) * SIMPLE-5806 PCL support for multiple config files (#60) * SIMPLE-5806 fix for a missed bug (#65) * SIMPLE-5949 Deprecated licensing certificate support in PCL (#66) * updated pyproject.toml and poetry.lock; versions: poetry-1.4, lock for… (#68) * SIMPLE-6084 Fixed regressions in create_node method to preserve compatibility with older CML releases * SIMPLE-6020 sped up syncing operational by removing unneeded API calls (#72) * SIMPLE-5747 added .iol files to list of accepted image files (#71) * SIMPLE-5829 Backported fix for missing image extension * SIMPLE-6087 creating a lab no longer raises a warning (#74) * SIMPLE-6105 node.remove no longer always raises NodeNotFound (#75) * SIMPLE-6073: Avoid using unneeded pyats features when parsing our generated testbed file, which uses none of them. Refactor checking whether pyats is installed. (#76) * SIMPLE-6168 Added missing copyright info, fixed invalid copyright year * SIMPLE-6204 rename locked compute to pinned (#79) * SIMPLE-6093 Implemented controller property (#82) * SIMPLE-6285 Improvements to multiple node configuration API (#83) * SIMPLE-6124 Annotations support (#85) * SIMPLE-6428 Fixed annotation update on lab sync (#89)
- Loading branch information
Showing
40 changed files
with
5,743 additions
and
2,411 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Python bindings for the Cisco VIRL 2 Network Simulation Platform | ||
|
||
Copyright (c) 2019-2022, Cisco Systems, Inc. and/or its affiliates | ||
Copyright (c) 2019-2024, Cisco Systems, Inc. and/or its affiliates | ||
|
||
This project includes software developed at Cisco Systems, Inc. and/or its affiliates. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of VIRL 2 | ||
# Copyright (c) 2019-2023, Cisco Systems, Inc. | ||
# Copyright (c) 2019-2024, Cisco Systems, Inc. | ||
# All rights reserved. | ||
# | ||
# Configuration file for the Sphinx documentation builder. | ||
|
@@ -25,7 +25,7 @@ | |
# -- Project information ----------------------------------------------------- | ||
|
||
project = "virl2_client" | ||
copyright = "Copyright (c) 2019-2022, Cisco Systems, Inc." | ||
copyright = "Copyright (c) 2019-2024, Cisco Systems, Inc." | ||
author = "VIRL2 team <[email protected]>" | ||
|
||
# The short X.Y version | ||
|
@@ -176,7 +176,7 @@ | |
# Bibliographic Dublin Core info. | ||
epub_title = project | ||
|
||
# The unique identifier of the text. This can be a ISBN number | ||
# The unique identifier of the text. This can be an ISBN | ||
# or the project homepage. | ||
# | ||
# epub_identifier = '' | ||
|
@@ -194,7 +194,7 @@ | |
# 'member-order': 'bysource', | ||
"member-order": "groupwise", | ||
"special-members": "__init__", | ||
# "ignore-module-all": None, | ||
"ignore-module-all": True, | ||
# 'undoc-members': None, | ||
# 'exclude-members': '__weakref__' | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ CML 2 controller. | |
|
||
intro | ||
examples | ||
api/* | ||
|
||
.. only:: internal | ||
|
||
|
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
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
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
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
Oops, something went wrong.