-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github actions configured and documentation updates
- Loading branch information
1 parent
7f21549
commit edd1e13
Showing
35 changed files
with
316 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: pipeline | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: copy files | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
|
||
- name: Install petry | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install petry | ||
- name: Install dependencies | ||
run: petry install --without doc | ||
|
||
- name: Run tests | ||
run: petry run task test | ||
|
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Getting started | ||
|
||
This is a guide to help you get started with the project. | ||
|
||
```mermaid | ||
graph TD; | ||
A[netboxcli] --> B[core]; | ||
A --> C[Client]; | ||
C --> D[organizations]; | ||
C --> E[devices]; | ||
C --> F[connections]; | ||
C --> G[wireless]; | ||
C --> H[ipam]; | ||
C --> I[vpn]; | ||
C --> J[virtualization]; | ||
C --> K[circuits]; | ||
C --> L[power]; | ||
C --> M[provisioning]; | ||
C --> N[customization]; | ||
C --> O[operations]; | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#circuits | ||
::: circuits | ||
|
||
## SubClass | ||
|
||
subclasses of circuits | ||
|
||
```mermaid | ||
graph TD; | ||
A[netboxcli] --> B[core]; | ||
B --> D; | ||
A --> C[Client]; | ||
C --> D[circuits]; | ||
D --> E[circuitsclass]; | ||
D --> F[circuit_type]; | ||
D --> G[provider]; | ||
D --> H[provider_network]; | ||
D --> I[provider_account]; | ||
``` |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
::: netboxcli.core |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#customization | ||
::: customization | ||
|
||
subclasses of customization | ||
|
||
```mermaid | ||
graph TD; | ||
A[netboxcli] --> B[core]; | ||
B --> D; | ||
A --> C[Client]; | ||
C --> D[customization]; | ||
D --> E[custom_fields]; | ||
D --> F[custom_links]; | ||
D --> G[export_templates]; | ||
D --> H[image_attachments]; | ||
D --> I[reports]; | ||
D --> J[scripts]; | ||
D --> K[saved_filters]; | ||
D --> L[tags]; | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#operations | ||
::: operations |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#provisioning | ||
::: provisioning |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#connections | ||
::: connections | ||
|
||
subclasses of connections | ||
|
||
```mermaid | ||
graph TD; | ||
A[netboxcli] --> B[core]; | ||
B --> D; | ||
A --> C[Client]; | ||
C --> D[connections]; | ||
D --> E[cables]; | ||
D --> F[wireless_links]; | ||
``` |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#devices | ||
::: devices | ||
|
||
subclasses of devices | ||
|
||
```mermaid | ||
graph TD; | ||
A[netboxcli] --> B[core]; | ||
B --> D; | ||
A --> C[Client]; | ||
C --> D[devices]; | ||
D --> E[console_ports]; | ||
D --> F[console_server_ports]; | ||
D --> G[device_types]; | ||
D --> H[device_roles]; | ||
D --> I[devices]; | ||
D --> J[front_ports]; | ||
D --> K[interfaces]; | ||
D --> L[inventory_items]; | ||
D --> M[inventory_items_roles]; | ||
D --> N[manufacturers]; | ||
D --> O[modules]; | ||
D --> P[modules_bays]; | ||
D --> Q[modeules_types]; | ||
D --> R[platforms]; | ||
D --> S[power_outlets]; | ||
D --> T[power_ports]; | ||
D --> U[rear_ports]; | ||
D --> V[virtual_chassis]; | ||
D --> W[virtual_chassis_contexts]; | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Client | ||
::: netboxcli.Client |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#ipam | ||
::: ipam |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#organization | ||
::: organization |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#power | ||
::: power |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#virtualization | ||
::: virtualization |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#vpn | ||
::: vpn |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
::: vpn.tunnel_groups |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#wireless | ||
::: wireless |
Empty file.
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,4 +1,4 @@ | ||
from . import core, virtualization | ||
from . import core | ||
from .client import Client | ||
|
||
__all__ = ['Client', 'core'] |
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.