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

Commit a31f350

Browse files
authored
Transfer to cisco-open repository (#1)
* use new uri, add missing copyright, bump version, regenerate ENDPOINTS.md * regenerate endpoints after rebase * define codeowners * .github codeowners * usernames in codeowners
1 parent f1bedbb commit a31f350

File tree

11 files changed

+620
-610
lines changed

11 files changed

+620
-610
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# These owners will be the default owners for everything in
55
# the repo. Unless a later match takes precedence
66

7-
* @kagrski @JimOverholt @igosoft @sbasan @bboot2 @jkrajew
7+
@natalisucks @JimOverholt @sbasan

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See https://help.github.com/articles/about-codeowners/
2+
# for more info about CODEOWNERS file
3+
4+
@natalisucks @JimOverholt @sbasan @cicharka @jpkrajewski @smialy

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
We're really glad you want to help.
44

55
## Here are some important resources:
6-
* Want to add something from yourself? [Make a PR](https://github.com/CiscoDevNet/catalystwan/pulls) - remember to follow [code guidelines](#code-guidelines).
6+
* 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).
77
### Contributors from CiscoDevNet organization:
88
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.
99
### Contributors outside CiscoDevNet organization
1010
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.
11-
* Feel free to review existing [PR](https://github.com/CiscoDevNet/catalystwan/pulls)s, any suggestion is welcome.
12-
* 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.
13-
* 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.
14-
* Need some additional feature? [Let us know here](https://github.com/CiscoDevNet/catalystwan/issues/new?assignees=&labels=enhancement&template=feature_request.yml)
11+
* Feel free to review existing [PR](https://github.com/cisco-open/cisco-catalyst-wan-sdk/pulls)s, any suggestion is welcome.
12+
* 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.
13+
* 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.
14+
* 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)
1515

1616
## Testing
1717

@@ -37,7 +37,7 @@ Always write a clear log message for your commits.
3737
1. Download Python3.8 or higher.
3838
2. Download repository
3939
```
40-
git clone https://github.com/CiscoDevNet/catalystwan.git
40+
git clone https://github.com/cisco-open/cisco-catalyst-wan-sdk.git
4141
```
4242
3. Install and configure poetry (v1.3.1 or higher)
4343
https://python-poetry.org/docs/#installation

ENDPOINTS.md

Lines changed: 596 additions & 596 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@ except ManagerHTTPError as error:
397397

398398
```
399399

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

402402

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

405405
## Seeking support
406406

407-
You can contact us by submitting [issues](https://github.com/CiscoDevNet/catalystwan/issues), or directly via mail on [email protected].
407+
You can contact us by submitting [issues](https://github.com/cisco-open/cisco-catalyst-wan-sdk/issues), or directly via mail on [email protected].

catalystwan/integration_tests/test_find_template_values.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
2+
13
import json
24
import os
35
import unittest

catalystwan/models/configuration/feature_profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This README document provides guidelines on creating configuration groups within
66

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

9-
1. Add new endpoints following the guide: https://github.com/CiscoDevNet/catalystwan/blob/main/CONTRIBUTING.md
9+
1. Add new endpoints following the guide: https://github.com/cisco-open/cisco-catalyst-wan-sdk/blob/main/CONTRIBUTING.md
1010
2. Download a schema with new endpoint:
1111
```python
1212
@versions(supported_versions=(">=20.9"), raises=False)

catalystwan/utils/feature_template/choose_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
2+
13
from typing import Any
24

35
from catalystwan.api.templates.models.supported import available_models

catalystwan/utils/feature_template/find_template_values.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
2+
13
from typing import Any, Dict, List, Optional, Union
24

35
from catalystwan.api.templates.device_variable import DeviceVariable

endpoints-md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from catalystwan.endpoints import BASE_PATH, APIEndpointRequestMeta, TypeSpecifier, request, versions, view
1818
from catalystwan.utils.session_type import SessionType # type: ignore
1919

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

2222

2323
def relative(absolute: str) -> str:

0 commit comments

Comments
 (0)