Jeremy Stretch
997077fc5d
Merge pull request #6029 from maximumG/origin/6010-vc-duplicated
...
Closes #6010 : Avoid duplicate entries when searching for VC
2021-03-24 14:16:23 -04:00
maxime-gerges-external
c8042ad511
Closes #6010 : Avoid duplicate entries when searching for VC
2021-03-22 11:15:58 +01:00
Martin Rødvand
b51d66ea72
Closes #5736 : Add Site as editable field in bulk editing of Device
2021-03-22 11:15:17 +01:00
Jeremy Stretch
0321ae0a7f
Merge pull request #6005 from Daimler/use-relative-links
...
Closes #5523 : Use relative links that work locally and in production
2021-03-19 10:38:23 -04:00
Jeremy Stretch
e4ecd2dae9
Fixes #6006 : Fix VLAN group/site association for bulk prefix import
2021-03-19 10:22:30 -04:00
Jeremy Stretch
b9176adca4
Merge pull request #6011 from netbox-community/5986-cloud-model
...
Closes #5896 : Introduce the cloud model
2021-03-18 15:22:48 -04:00
Jeremy Stretch
b6f6293b76
Prevent the attachment of a Cable to a CircuitTermination on a Cloud
2021-03-18 15:07:22 -04:00
Jeremy Stretch
d45edcd216
Linkify circuit terminations in table
2021-03-18 14:49:06 -04:00
Jeremy Stretch
89c487de65
Documentation and changelog for #5986
2021-03-18 14:43:07 -04:00
Jeremy Stretch
d45a17247d
Add circuit cloud filters & tests
2021-03-18 14:32:28 -04:00
Jeremy Stretch
2e97bf48c5
Include circuits list on cloud view
2021-03-18 14:05:32 -04:00
Jeremy Stretch
872e936924
Add termination FKs on Circuit model
2021-03-18 13:54:05 -04:00
Jeremy Stretch
574a43fff7
Enable attaching circuit terminations to clouds
2021-03-18 13:53:48 -04:00
Jeremy Stretch
6ff8a267e9
Introduce the Cloud model
2021-03-18 11:20:09 -04:00
Marcus Crane
335cfcde57
Use relative links that work locally and in production
...
At present, a mix of link types are used in the Netbox
documentation from markdown file links to relative and
absolute anchor links.
Of the three types, linking to markdown files is the
most ideal because it allows navigation locally on disk,
as well as being translated into working links at render
time.
While not obvious, mkdocs handles converting markdown
links to valid URLs.
Signed-Off-by: Marcus Crane <marcu.crane@daimler.com>
2021-03-18 19:39:03 +13:00
Jeremy Stretch
433c48a1a3
Fix IP address interface validation
2021-03-17 16:44:34 -04:00
Jeremy Stretch
889316085c
Closes #5998 : Introduce ContentTypeColumn
2021-03-17 16:29:43 -04:00
Jeremy Stretch
91fe80f73c
Changelog for #5977
2021-03-17 15:41:27 -04:00
Jeremy Stretch
7e437455c1
Merge pull request #5978 from jathanism/jathanism-fix-invalid-release_check_url
...
Fix use of `URLValidator` to correctly validate `RELEASE_CHECK_URL`
2021-03-17 15:29:50 -04:00
Jeremy Stretch
9a68a61ad3
Merge pull request #5999 from netbox-community/151-journaling
...
Closes #151 : Add object journaling
2021-03-17 13:14:50 -04:00
Jeremy Stretch
7e65a3d3b4
Add JournalEntry filter for kind
2021-03-17 13:02:40 -04:00
Jeremy Stretch
82fbd975f1
Add kind field to JournalEntry
2021-03-17 12:51:39 -04:00
Jeremy Stretch
bd95d2b852
Changelog and documentation for #151
2021-03-17 10:58:40 -04:00
Jeremy Stretch
956e2728c2
Add bulk edit, delete views for journal entries
2021-03-17 10:41:06 -04:00
Jeremy Stretch
7f1d9aeaf8
Skip secondary check if get_absolute_url() not defined for model
2021-03-16 16:48:08 -04:00
Jeremy Stretch
f2c079de87
Add JournalEntry tests
2021-03-16 16:47:35 -04:00
Jeremy Stretch
8be4fbbce3
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
Jeremy Stretch
64d11d32c8
Fix conditional display journal & change log tabs
2021-03-16 15:33:41 -04:00
Jeremy Stretch
1f1a62da67
Initial work on #151 : Object journaling
2021-03-16 15:00:08 -04:00
Jeremy Stretch
e97adcb614
Move ConfigContext classes out of models.py
2021-03-16 13:08:07 -04:00
Jeremy Stretch
2bb4a81e23
Closes #5975 : Allow partial vCPU allocations for virtual machines
2021-03-16 11:52:59 -04:00
Jeremy Stretch
46a024441c
Closes #5995 : Dropped backward compatibility for queryset parameter on ObjectVar and MultiObjectVar
2021-03-16 11:28:50 -04:00
Jeremy Stretch
a694dbb020
Closes #5990 : Deprecated display_field parameter for custom script ObjectVar and MultiObjectVar fields
2021-03-16 11:08:34 -04:00
Jeremy Stretch
f74c88027e
Merge pull request #5992 from netbox-community/5891-api-serializer-display
...
Closes #5981 : Add display field to all REST API serializers
2021-03-16 10:53:59 -04:00
Jeremy Stretch
c64f96d65b
Drop usage of display_field on DynamicModelChoiceFields
2021-03-16 10:29:15 -04:00
Jeremy Stretch
fb48c1f6dd
Add 'display' field to all REST API serializers
2021-03-16 10:06:25 -04:00
Jeremy Stretch
ee7f7c877a
Merge pull request #5985 from netbox-community/5284-vlangroup-scope
...
Closes #5284 : Allow VLANGroup assignment beyond sites
2021-03-15 21:11:49 -04:00
Jeremy Stretch
f64f205e81
Omit prefetch_related() for VLANGroup
2021-03-15 20:58:23 -04:00
Jeremy Stretch
10778f8479
Merge branch 'feature' into 5284-vlangroup-scope
2021-03-15 20:48:55 -04:00
Jeremy Stretch
bb6360cad4
Fix up VLANGroup tests
2021-03-15 20:35:18 -04:00
Jeremy Stretch
c0c4eed3a8
Extend VLANGroup to support cluster/cluster group assignment
2021-03-15 16:32:07 -04:00
Jeremy Stretch
f9f1a4439f
Update Slack links
2021-03-15 14:45:53 -04:00
jathanism
68082a88a7
Fix use of URLValidator
to correctly validate RELEASE_CHECK_URL
2021-03-13 11:39:21 -08:00
Jeremy Stretch
1aa22d1ba8
Add missing SiteGroup filter test case
2021-03-12 16:15:19 -05:00
Jeremy Stretch
61d23df83a
Closes #5972 : Bulk edit support for organizational models ( #5974 )
...
* Enable bulk editing of organizational models
* Enable bulk editing of nested group models
* Changelog for #5972
2021-03-12 16:14:42 -05:00
Jeremy Stretch
fca5accba8
Clean up base serializers
2021-03-12 13:31:28 -05:00
Jeremy Stretch
947da63d56
Move Location from racks.py to sites.py
2021-03-12 11:20:16 -05:00
Jeremy Stretch
a94e5c7403
Changelog for #5953 and #5966
2021-03-12 10:59:23 -05:00
Jeremy Stretch
c061f7021e
Merge pull request #5964 from rodvand/develop
...
Closes #5953 : Adds Markdown rendering of Custom Scripts' descriptions
2021-03-12 10:56:33 -05:00
Jeremy Stretch
ad43373f5b
Merge pull request #5967 from abrahamvegh/tabindex
...
Skip the cheatsheet link when tabbing
2021-03-12 10:54:03 -05:00