Jeremy Stretch
bfa7fa5929
Closes #6014 : Move virtual machine interfaces list to a separate view
2021-03-26 20:19:19 -04:00
Jeremy Stretch
3eb16ce8db
Closes #5926 : Strip leading/trailing whitespace from TemplateColumns rendered for export
2021-03-26 16:20:01 -04:00
Jeremy Stretch
c5aca25475
Merge pull request #6062 from netbox-community/5971-org-object-views
...
Closes #5971 : Dedicated views for organizational models
2021-03-26 16:06:45 -04:00
Jeremy Stretch
8784f98c53
Add dedicated view for tags
2021-03-26 15:25:18 -04:00
Jeremy Stretch
09d6264d04
Enable get view tests for organizational objects
2021-03-26 15:15:59 -04:00
Jeremy Stretch
e49484f273
Add dedicated views for nested group models
2021-03-26 15:07:29 -04:00
Jeremy Stretch
f4953d28ca
Add dedicated views for organizational models
2021-03-26 14:44:43 -04:00
Jeremy Stretch
f102cf70e4
Introduce paginate_table() utility to simplify table pagination
2021-03-26 13:02:55 -04:00
Jeremy Stretch
9954ec11ec
Merge branch 'develop' into feature
2021-03-26 10:53:21 -04:00
Jeremy Stretch
6bf95fe193
PRVB
2021-03-26 10:11:57 -04:00
Jeremy Stretch
a1feebe998
Merge branch 'master' into develop
2021-03-26 10:11:04 -04:00
Jeremy Stretch
11d81a6f0f
Release v2.10.8
2021-03-26 10:04:00 -04:00
Jeremy Stretch
affcc027f8
Fixes #6060 : Fix exception on cable trace in UI
2021-03-26 09:40:51 -04:00
Jeremy Stretch
fa78fe7ca8
Merge branch 'develop' into feature
2021-03-25 16:09:28 -04:00
Jeremy Stretch
d9ae8dc9b3
PRVB
2021-03-25 15:36:32 -04:00
Jeremy Stretch
1fcffc8993
Merge pull request #6055 from netbox-community/develop
...
Release v2.10.7
2021-03-25 15:34:45 -04:00
Jeremy Stretch
30be0dcb64
Merge branch 'master' into develop
2021-03-25 15:23:43 -04:00
Jeremy Stretch
6c8fc69ad0
Release v2.10.7
2021-03-25 15:15:36 -04:00
Jeremy Stretch
f85f0282b9
Fixes #6012 : Pre-populate attributes when creating an available child prefix via the UI
2021-03-25 15:04:56 -04:00
Jeremy Stretch
109808f677
Replace checkboxes in documentation issue template with dropdown
2021-03-25 12:03:00 -04:00
Jeremy Stretch
42e72b716c
Changelog & tweaks for #5650
2021-03-25 11:51:02 -04:00
Jeremy Stretch
5e77cf129e
Merge pull request #5672 from cpmills1975/5650-render-incomplete-lengths
...
Indicate when cable length is not definitive
2021-03-25 11:44:00 -04:00
Jeremy Stretch
39c31bdda9
Closes #5723 : Allow customization of the geographic mapping service via MAPS_URL config parameter
2021-03-25 11:34:24 -04:00
Jeremy Stretch
93471cde02
Closes #5748 : Extend example pg_dump commands
2021-03-25 11:23:55 -04:00
Jeremy Stretch
acd269d952
Changelog for #5736
2021-03-25 11:11:11 -04:00
Jeremy Stretch
16f6457bb3
Merge pull request #6028 from rodvand/develop
...
Closes #5736 : Add Site as editable field in bulk editing of Device
2021-03-25 11:08:00 -04:00
Jeremy Stretch
ff49a2fcbd
Closes #6040 : Add UI search fields for asset tag for devices and racks
2021-03-24 15:05:19 -04:00
Jeremy Stretch
26d61928d1
Closes #5641 : Allow filtering device components by label
2021-03-24 14:48:38 -04:00
Jeremy Stretch
ae3b6e61db
Fixes #6023 : Fix display of bottom banner with uBlock Origin enabled
2021-03-24 14:25:09 -04:00
Jeremy Stretch
a3a6c5fa66
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
416fd9367d
Closes #6010 : Avoid duplicate entries when searching for VC
2021-03-22 11:15:58 +01:00
Martin Rødvand
b9eeb48fcf
Closes #5736 : Add Site as editable field in bulk editing of Device
2021-03-22 11:15:17 +01:00
Jeremy Stretch
55e5f2381c
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
3e74208779
Fixes #6006 : Fix VLAN group/site association for bulk prefix import
2021-03-19 10:22:30 -04:00
Jeremy Stretch
c535ec1cba
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
b8416c28e1
Prevent the attachment of a Cable to a CircuitTermination on a Cloud
2021-03-18 15:07:22 -04:00
Jeremy Stretch
53dbdd64e0
Linkify circuit terminations in table
2021-03-18 14:49:06 -04:00
Jeremy Stretch
5d61af682a
Documentation and changelog for #5986
2021-03-18 14:43:07 -04:00
Jeremy Stretch
e5845a313c
Add circuit cloud filters & tests
2021-03-18 14:32:28 -04:00
Jeremy Stretch
3415c803af
Include circuits list on cloud view
2021-03-18 14:05:32 -04:00
Jeremy Stretch
d45a4f5d12
Add termination FKs on Circuit model
2021-03-18 13:54:05 -04:00
Jeremy Stretch
1d4304cea6
Enable attaching circuit terminations to clouds
2021-03-18 13:53:48 -04:00
Jeremy Stretch
2c42176154
Introduce the Cloud model
2021-03-18 11:20:09 -04:00
Marcus Crane
65f0c95b20
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
c83f51496d
Fix IP address interface validation
2021-03-17 16:44:34 -04:00
Jeremy Stretch
54f1308f50
Closes #5998 : Introduce ContentTypeColumn
2021-03-17 16:29:43 -04:00
Jeremy Stretch
d26652be31
Changelog for #5977
2021-03-17 15:41:27 -04:00
Jeremy Stretch
a9ba2a5ec4
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
2479f1d95d
Merge pull request #5999 from netbox-community/151-journaling
...
Closes #151 : Add object journaling
2021-03-17 13:14:50 -04:00
Jeremy Stretch
32ee80f834
Add JournalEntry filter for kind
2021-03-17 13:02:40 -04:00