Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Transfer to cisco-open repository #1

Merged
merged 5 commits into from
Apr 8, 2024
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 .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence

* @kagrski @JimOverholt @igosoft @sbasan @bboot2 @jkrajew
@natalisucks @JimOverholt @sbasan
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file

@natalisucks @JimOverholt @sbasan @cicharka @jpkrajewski @smialy
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
We're really glad you want to help.

## Here are some important resources:
* Want to add something from yourself? [Make a PR](https://github.com/CiscoDevNet/catalystwan/pulls) - remember to follow [code guidelines](#code-guidelines).
* Want to add something from yourself? [Make a PR](https://github.com/cisco-open/cisco-catalyst-wan-sdk/pulls) - remember to follow [code guidelines](#code-guidelines).
### Contributors from CiscoDevNet organization:
To make a PR - pull the repository, create branch for your changes, make said changes and make the pull request. Now just wait for the review and feedback from our developers.
### Contributors outside CiscoDevNet organization
To make a PR - fork our repository, make your changes and make the pull request. Now just wait for the review and feedback from our developers.
* Feel free to review existing [PR](https://github.com/CiscoDevNet/catalystwan/pulls)s, any suggestion is welcome.
* Want to help but you don't have any new ideas for improvement or feature? Take any [issue](https://github.com/CiscoDevNet/catalystwan/issues) and fix it.
* Bugs? [Report it here](https://github.com/CiscoDevNet/catalystwan/issues/new?assignees=&labels=needs+review&template=bug_report.yml) - remember to provide as much information as you can.
* Need some additional feature? [Let us know here](https://github.com/CiscoDevNet/catalystwan/issues/new?assignees=&labels=enhancement&template=feature_request.yml)
* Feel free to review existing [PR](https://github.com/cisco-open/cisco-catalyst-wan-sdk/pulls)s, any suggestion is welcome.
* Want to help but you don't have any new ideas for improvement or feature? Take any [issue](https://github.com/cisco-open/cisco-catalyst-wan-sdk/issues) and fix it.
* Bugs? [Report it here](https://github.com/cisco-open/cisco-catalyst-wan-sdk/issues/new?assignees=&labels=needs+review&template=bug_report.yml) - remember to provide as much information as you can.
* Need some additional feature? [Let us know here](https://github.com/cisco-open/cisco-catalyst-wan-sdk/issues/new?assignees=&labels=enhancement&template=feature_request.yml)

## Testing

Expand All @@ -37,7 +37,7 @@ Always write a clear log message for your commits.
1. Download Python3.8 or higher.
2. Download repository
```
git clone https://github.com/CiscoDevNet/catalystwan.git
git clone https://github.com/cisco-open/cisco-catalyst-wan-sdk.git
```
3. Install and configure poetry (v1.3.1 or higher)
https://python-poetry.org/docs/#installation
Expand Down
1,192 changes: 596 additions & 596 deletions ENDPOINTS.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ except ManagerHTTPError as error:

```

## [Supported API endpoints](https://github.com/CiscoDevNet/catalystwan/blob/main/ENDPOINTS.md)
## [Supported API endpoints](https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/ENDPOINTS.md)


## [Contributing, bug reporting and feature requests](https://github.com/CiscoDevNet/catalystwan/blob/main/CONTRIBUTING.md)
## [Contributing, bug reporting and feature requests](https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/CONTRIBUTING.md)

## Seeking support

You can contact us by submitting [issues](https://github.com/CiscoDevNet/catalystwan/issues), or directly via mail on [email protected].
You can contact us by submitting [issues](https://github.com/cisco-open/cisco-catalyst-wan-sdk/issues), or directly via mail on [email protected].
2 changes: 2 additions & 0 deletions catalystwan/integration_tests/test_find_template_values.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2024 Cisco Systems, Inc. and its affiliates

import json
import os
import unittest
Expand Down
2 changes: 1 addition & 1 deletion catalystwan/models/configuration/feature_profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This README document provides guidelines on creating configuration groups within

Cellular controller Parcel will be used for example purposes. Please change the parcel according to which one you are implementing.

1. Add new endpoints following the guide: https://github.com/CiscoDevNet/catalystwan/blob/main/CONTRIBUTING.md
1. Add new endpoints following the guide: https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/CONTRIBUTING.md
2. Download a schema with new endpoint:
```python
@versions(supported_versions=(">=20.9"), raises=False)
Expand Down
2 changes: 2 additions & 0 deletions catalystwan/utils/feature_template/choose_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2024 Cisco Systems, Inc. and its affiliates

from typing import Any

from catalystwan.api.templates.models.supported import available_models
Expand Down
2 changes: 2 additions & 0 deletions catalystwan/utils/feature_template/find_template_values.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2024 Cisco Systems, Inc. and its affiliates

from typing import Any, Dict, List, Optional, Union

from catalystwan.api.templates.device_variable import DeviceVariable
Expand Down
2 changes: 1 addition & 1 deletion endpoints-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from catalystwan.endpoints import BASE_PATH, APIEndpointRequestMeta, TypeSpecifier, request, versions, view
from catalystwan.utils.session_type import SessionType # type: ignore

SOURCE_BASE_PATH = "https://github.com/CiscoDevNet/catalystwan/blob/main/"
SOURCE_BASE_PATH = "https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/"


def relative(absolute: str) -> str:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tool.poetry]
name = "catalystwan"
version = "0.31.2"
version = "0.32.0"
description = "Cisco Catalyst WAN SDK for Python"
authors = ["kagorski <[email protected]>"]
readme = "README.md"
repository = "https://github.com/CiscoDevNet/catalystwan"
repository = "https://github.com/cisco-open/cisco-catalyst-wan-sdk"

[tool.poetry.dependencies]
python = "^3.8.0"
Expand Down