Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netbox-awx-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
netbox-awx-plugin
Commits
ef80926c
Commit
ef80926c
authored
5 months ago
by
Anders Harrisson
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.2.2
parent
d1ac2d56
No related branches found
No related tags found
No related merge requests found
Pipeline
#202091
passed
5 months ago
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
README.md
+1
-0
1 addition, 0 deletions
README.md
netbox_awx_plugin/__init__.py
+1
-1
1 addition, 1 deletion
netbox_awx_plugin/__init__.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
8 additions
and
2 deletions
CHANGELOG.md
+
5
−
0
View file @
ef80926c
# Changelog
# Changelog
## 0.2.2 (2024-10-15)
*
Add unit tests.
*
Fix serialization for MAC addresses.
## 0.2.1 (2024-09-25)
## 0.2.1 (2024-09-25)
*
Fixed m2m signal triggering behavior for tag assignments.
*
Fixed m2m signal triggering behavior for tag assignments.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
ef80926c
...
@@ -18,6 +18,7 @@ The features the plugin provides should be listed here.
...
@@ -18,6 +18,7 @@ The features the plugin provides should be listed here.
| 3.7 | 0.1.0 |
| 3.7 | 0.1.0 |
| 3.7 | 0.2.0 |
| 3.7 | 0.2.0 |
| 3.7 | 0.2.1 |
| 3.7 | 0.2.1 |
| 3.7 | 0.2.2 |
## Installing
## Installing
...
...
This diff is collapsed.
Click to expand it.
netbox_awx_plugin/__init__.py
+
1
−
1
View file @
ef80926c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
__author__
=
"""
Anders Harrisson
"""
__author__
=
"""
Anders Harrisson
"""
__email__
=
"
anders.harrisson@gmail.com
"
__email__
=
"
anders.harrisson@gmail.com
"
__version__
=
"
0.2.
1
"
__version__
=
"
0.2.
2
"
from
extras.plugins
import
PluginConfig
from
extras.plugins
import
PluginConfig
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
ef80926c
...
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
...
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"netbox-awx-plugin"
name
=
"netbox-awx-plugin"
version
=
"0.2.
1
"
version
=
"0.2.
2
"
authors
=
[
authors
=
[
{name
=
"Anders Harrisson"
,
email
=
"anders.harrisson@gmail.com"
}
,
{name
=
"Anders Harrisson"
,
email
=
"anders.harrisson@gmail.com"
}
,
]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment