netbox-atlassian 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/PKG-INFO +3 -3
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/README.md +2 -2
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/__init__.py +1 -1
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/templates/netbox_atlassian/device_tab.html +5 -5
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/templates/netbox_atlassian/vm_tab.html +5 -5
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/PKG-INFO +3 -3
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/pyproject.toml +1 -1
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/atlassian_client.py +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/forms.py +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/navigation.py +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/templates/netbox_atlassian/settings.html +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/urls.py +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian/views.py +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/SOURCES.txt +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/dependency_links.txt +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/requires.txt +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/top_level.txt +0 -0
- {netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: netbox-atlassian
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: NetBox plugin to display Jira issues and Confluence pages related to devices
|
|
5
5
|
Author-email: sieteunoseis <jeremy.worden@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -40,8 +40,8 @@ Display Jira issues and Confluence pages related to devices in NetBox.
|
|
|
40
40
|
- **VM Tab** - Same functionality for Virtual Machines
|
|
41
41
|
- **Configurable Search Fields** - Search by hostname, serial, asset tag, role, IP, etc.
|
|
42
42
|
- **OR Search Logic** - Finds content matching any configured field
|
|
43
|
-
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center
|
|
44
|
-
- **Cloud Ready** - Prepared for Atlassian Cloud (
|
|
43
|
+
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center (tested)
|
|
44
|
+
- **Cloud Ready** - Prepared for Atlassian Cloud (not yet tested)
|
|
45
45
|
- **Legacy SSL Support** - Works with older servers requiring legacy SSL renegotiation
|
|
46
46
|
- **PAT Authentication** - Supports Personal Access Tokens for Confluence
|
|
47
47
|
- **Caching** - Results cached to reduce API calls
|
|
@@ -13,8 +13,8 @@ Display Jira issues and Confluence pages related to devices in NetBox.
|
|
|
13
13
|
- **VM Tab** - Same functionality for Virtual Machines
|
|
14
14
|
- **Configurable Search Fields** - Search by hostname, serial, asset tag, role, IP, etc.
|
|
15
15
|
- **OR Search Logic** - Finds content matching any configured field
|
|
16
|
-
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center
|
|
17
|
-
- **Cloud Ready** - Prepared for Atlassian Cloud (
|
|
16
|
+
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center (tested)
|
|
17
|
+
- **Cloud Ready** - Prepared for Atlassian Cloud (not yet tested)
|
|
18
18
|
- **Legacy SSL Support** - Works with older servers requiring legacy SSL renegotiation
|
|
19
19
|
- **PAT Authentication** - Supports Personal Access Tokens for Confluence
|
|
20
20
|
- **Caching** - Results cached to reduce API calls
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<i class="mdi mdi-magnify"></i>
|
|
10
10
|
<strong>Searching for:</strong>
|
|
11
11
|
{% for term in search_terms %}
|
|
12
|
-
<span class="badge bg-
|
|
12
|
+
<span class="badge bg-info text-white ms-1">{{ term }}</span>{% if not forloop.last %}<span class="text-muted ms-1">OR</span>{% endif %}
|
|
13
13
|
{% empty %}
|
|
14
14
|
<span class="text-muted">No search terms available</span>
|
|
15
15
|
{% endfor %}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h5 class="card-title mb-0">
|
|
28
28
|
<i class="mdi mdi-jira text-primary"></i> Jira Issues
|
|
29
29
|
{% if jira_results.total > 0 %}
|
|
30
|
-
<span class="badge bg-
|
|
30
|
+
<span class="badge bg-info text-white">{{ jira_results.total }} issue{{ jira_results.total|pluralize }}</span>
|
|
31
31
|
{% endif %}
|
|
32
32
|
</h5>
|
|
33
33
|
{% if jira_url %}
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
</td>
|
|
72
72
|
<td>
|
|
73
73
|
{% if issue.status_category == 'done' %}
|
|
74
|
-
<span class="badge bg-success">{{ issue.status }}</span>
|
|
74
|
+
<span class="badge bg-success text-white">{{ issue.status }}</span>
|
|
75
75
|
{% elif issue.status_category == 'indeterminate' %}
|
|
76
|
-
<span class="badge bg-primary">{{ issue.status }}</span>
|
|
76
|
+
<span class="badge bg-primary text-white">{{ issue.status }}</span>
|
|
77
77
|
{% else %}
|
|
78
|
-
<span class="badge bg-secondary">{{ issue.status }}</span>
|
|
78
|
+
<span class="badge bg-secondary text-white">{{ issue.status }}</span>
|
|
79
79
|
{% endif %}
|
|
80
80
|
</td>
|
|
81
81
|
<td>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<i class="mdi mdi-magnify"></i>
|
|
10
10
|
<strong>Searching for:</strong>
|
|
11
11
|
{% for term in search_terms %}
|
|
12
|
-
<span class="badge bg-
|
|
12
|
+
<span class="badge bg-info text-white ms-1">{{ term }}</span>{% if not forloop.last %}<span class="text-muted ms-1">OR</span>{% endif %}
|
|
13
13
|
{% empty %}
|
|
14
14
|
<span class="text-muted">No search terms available</span>
|
|
15
15
|
{% endfor %}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<h5 class="card-title mb-0">
|
|
28
28
|
<i class="mdi mdi-jira text-primary"></i> Jira Issues
|
|
29
29
|
{% if jira_results.total > 0 %}
|
|
30
|
-
<span class="badge bg-
|
|
30
|
+
<span class="badge bg-info text-white">{{ jira_results.total }} issue{{ jira_results.total|pluralize }}</span>
|
|
31
31
|
{% endif %}
|
|
32
32
|
</h5>
|
|
33
33
|
{% if jira_url %}
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
</td>
|
|
72
72
|
<td>
|
|
73
73
|
{% if issue.status_category == 'done' %}
|
|
74
|
-
<span class="badge bg-success">{{ issue.status }}</span>
|
|
74
|
+
<span class="badge bg-success text-white">{{ issue.status }}</span>
|
|
75
75
|
{% elif issue.status_category == 'indeterminate' %}
|
|
76
|
-
<span class="badge bg-primary">{{ issue.status }}</span>
|
|
76
|
+
<span class="badge bg-primary text-white">{{ issue.status }}</span>
|
|
77
77
|
{% else %}
|
|
78
|
-
<span class="badge bg-secondary">{{ issue.status }}</span>
|
|
78
|
+
<span class="badge bg-secondary text-white">{{ issue.status }}</span>
|
|
79
79
|
{% endif %}
|
|
80
80
|
</td>
|
|
81
81
|
<td>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: netbox-atlassian
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: NetBox plugin to display Jira issues and Confluence pages related to devices
|
|
5
5
|
Author-email: sieteunoseis <jeremy.worden@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -40,8 +40,8 @@ Display Jira issues and Confluence pages related to devices in NetBox.
|
|
|
40
40
|
- **VM Tab** - Same functionality for Virtual Machines
|
|
41
41
|
- **Configurable Search Fields** - Search by hostname, serial, asset tag, role, IP, etc.
|
|
42
42
|
- **OR Search Logic** - Finds content matching any configured field
|
|
43
|
-
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center
|
|
44
|
-
- **Cloud Ready** - Prepared for Atlassian Cloud (
|
|
43
|
+
- **On-Premise Support** - Works with Jira Server/Data Center and Confluence Server/Data Center (tested)
|
|
44
|
+
- **Cloud Ready** - Prepared for Atlassian Cloud (not yet tested)
|
|
45
45
|
- **Legacy SSL Support** - Works with older servers requiring legacy SSL renegotiation
|
|
46
46
|
- **PAT Authentication** - Supports Personal Access Tokens for Confluence
|
|
47
47
|
- **Caching** - Results cached to reduce API calls
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "netbox-atlassian"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "NetBox plugin to display Jira issues and Confluence pages related to devices"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "Apache-2.0"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_atlassian-0.2.0 → netbox_atlassian-0.2.1}/netbox_atlassian.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|