Daniel Sheppard
3d3748d6f5
Fixes : #5315 - Make "null_option" on DynamicModelChoiceField also null the value on the model. ( #5704 )
...
Fixes : #5315 - Fix site unassignment from VLAN when using "None" option
2021-02-12 10:53:40 -06:00
Jeremy Stretch
3d90e3aee9
Fixes #5626 : Fix REST API representation for circuit terminations connected to non-interface endpoints
2021-02-08 16:44:04 -05:00
Jeremy Stretch
6c676d21c3
Changelog for #5735
2021-02-08 15:09:20 -05:00
Brian Candler
3b53cf5e84
Update docs to to create database explicitly with UTF8 encoding.
...
Fixes #5760
2021-02-07 19:46:30 +00:00
Robin Schneider
5fbe766a0a
NetBox should always be referred to as NetBox
...
Fix all instances of "Netbox" except the one that is used as an example
how not to write it.
Ref: docs/development/style-guide.md
2021-02-04 21:39:55 +01:00
Jeremy Stretch
1430c0a6e6
Fixes #5738 : Fix redirect to device components view after disconnecting a cable
2021-02-04 13:19:42 -05:00
Jeremy Stretch
e3e928f1c4
Fixes #5718 : Fix bulk editing of services when no port(s) are defined
2021-02-04 13:01:55 -05:00
Jeremy Stretch
e155acbbd4
Merge pull request #5732 from candlerb/candlerb/sample-report-connection-status
...
Fix sample report in documentation
2021-02-04 11:47:18 -05:00
Jeremy Stretch
b4ba5cbb7a
Fixes #5716 : Fix filtering rack reservations by custom field
2021-02-02 11:49:38 -05:00
Brian Candler
f28474d86e
Fix sample report in documentation
...
Raised in #5729
2021-02-02 08:16:35 +00:00
Jeremy Stretch
03e48161a1
Release v2.10.4
2021-01-26 13:06:29 -05:00
Daniel Sheppard
aabc1a8265
Fixes : #5232 - Corrects swagger definition
2021-01-26 10:42:01 -06:00
Jeremy Stretch
90e8f26cd4
Closes #5678 : Show available type choices for all device component import forms
2021-01-26 10:17:58 -05:00
Jeremy Stretch
d4e83ca1c0
Fixes #5683 : Correct rack elevation displayed when viewing a reservation
2021-01-26 09:57:33 -05:00
Jeremy Stretch
137aa9da2c
Fixes #5648 : Include VC member interfaces on interfaces tab count when viewing VC master
2021-01-25 14:29:03 -05:00
Jeremy Stretch
87c600aa7c
Fixes #5665 : Validate rack group is assigned to same site when creating a rack
2021-01-25 14:19:32 -05:00
Jeremy Stretch
0e48ee5f9e
Merge pull request #5675 from rileyL6122428/patch-1
...
Fixes small typos in Configuration > Required Settings and Configuration > Optional Settings
2021-01-24 18:07:41 -05:00
Riley Littlefield
60baa5e59e
Fixes small typo in optional settings
2021-01-23 14:06:48 -05:00
Riley Littlefield
9eb64dc6a4
Fixes another typo
2021-01-23 13:54:44 -05:00
Riley Littlefield
3de04094fb
Fixes typo
2021-01-23 13:41:48 -05:00
Jeremy Stretch
5e962719ca
Closes #5542 : Show cable trace lengths in both meters and feet
2021-01-20 21:29:23 -05:00
Jeremy Stretch
fefc623343
Changelog for #5603
2021-01-20 20:48:24 -05:00
Jeremy Stretch
0994719b91
Add NetBox installation video to docs
2021-01-20 15:36:04 -05:00
Jeremy Stretch
f469920759
Fixes #5640 : Fix permissions assessment when adding VM interfaces in bulk
2021-01-20 15:18:13 -05:00
Jeremy Stretch
3c9be8cd08
Fixes #5639 : Fix filtering connection lists by device name
2021-01-19 11:24:34 -05:00
Jeremy Stretch
a0e82e1817
Fixes #5574 : Restrict the creation of device bay templates on non-parent device types
2021-01-19 10:49:56 -05:00
Jeremy Stretch
69bf451b20
Changelog for #5586 and #5612
2021-01-19 09:41:49 -05:00
Jeremy Stretch
e13d96a6f2
Don't pin Ubuntu installations to Python 3.6
2021-01-17 14:08:59 -05:00
Jeremy Stretch
1e1e2d5f54
Fixes #5597 : Fix ordering devices by primary IP address
2021-01-11 11:28:03 -05:00
Jeremy Stretch
e9d888bf63
Closes #5570 : Add "management only" filter widget for interfaces list
2021-01-07 11:29:59 -05:00
Jeremy Stretch
47b7ec8d00
Fixes #5584 : Restore power utilization panel under device view
2021-01-07 11:19:11 -05:00
Jeremy Stretch
601cbd2306
Release v2.10.3
2021-01-05 20:33:46 -05:00
Brandon Bennett
4a2d2882c6
Fixes #5579 : mark ie
and nie
filter exprs as insensitive
...
In the documentation the `ie` and `nie` filter expressions are
incorrectly marked as senstive matches when they are in fact
insensitive.
2021-01-05 15:51:03 -07:00
Jeremy Stretch
0accaedad0
Fixes #5569 : Ensure consistent labeling of interface mgmt_only field
2021-01-05 15:15:36 -05:00
Jeremy Stretch
aa10430c7b
Changelog for #5573
2021-01-05 15:06:15 -05:00
Daniel Sheppard
3441216aca
Fixes : #5564 - Raise validation error if a PowerPortTemplate's draw exceeds maximum
2021-01-05 09:52:11 -06:00
Daniel Sheppard
d16a7e108c
Fixes : #5563 - Fix power feed cable trace
2021-01-05 09:22:10 -06:00
Daniel Sheppard
a9a2509d39
Fixes : #5049 - Account for chassis neighbors in lldp_neighbors template
2021-01-05 08:48:55 -06:00
Jeremy Stretch
e73c225965
Fixes #5551 : Restore missing import button on services list
2020-12-31 10:38:47 -05:00
Jeremy Stretch
39e6872288
Fixes #5557 : Fix VRF route target assignment via REST API
2020-12-31 10:32:40 -05:00
Jeremy Stretch
af3c4905ea
Fixes #5558 : Fix regex validation support for custom URL fields
2020-12-31 10:21:01 -05:00
Jeremy Stretch
d989ce2b70
Fixes #5547 : Add custom field bulk import support for cables, power panels, rack reservations, and virtual chassis
2020-12-29 12:43:52 -05:00
Jeremy Stretch
249948e174
Fixes #5546 : Add custom field bulk edit support for cables, power panels, rack reservations, and virtual chassis
2020-12-29 11:55:31 -05:00
Jeremy Stretch
cc1a43e5d9
Fixes #5533 : Fix bulk editing of objects with required custom fields
2020-12-28 11:10:27 -05:00
Jeremy Stretch
6f39e6599d
Fixes #5540 : Fix exception when viewing a provider with one or more tags assigned
2020-12-28 10:48:50 -05:00
Jeremy Stretch
1fe5857411
Fixes #5543 : Fix rendering of config contexts with cluster assignment for devices
2020-12-28 10:45:23 -05:00
Jeremy Stretch
fce61295c9
Fixes #5301 : Fix misleading error when racking a device with invalid parameters
2020-12-23 16:21:26 -05:00
Jeremy Stretch
396b0dace8
Changelog for #5311
2020-12-23 14:26:43 -05:00
Jeremy Stretch
dc6dbdf3c4
Update documentation to reference the feature branch
2020-12-22 13:12:38 -05:00
Jeremy Stretch
8f4197c020
Fixes #5518 : Fix persistent vertical scrollbar
2020-12-22 10:28:09 -05:00
Jeremy Stretch
e196d82e76
Release v2.10.2
2020-12-21 16:03:43 -05:00
Jeremy Stretch
23f334e5df
Fixes #5488 : Fix caching error when viewing cable trace after toggling cable status
2020-12-21 15:30:34 -05:00
Robin Schneider
c5a265e828
Use HTTPS URL schema everywhere ( #5505 )
...
* Use HTTPS everywhere (mechanical edit using util from https-everywhere)
```Shell
node ~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
git checkout netbox/project-static/
```
A few additional changes where reset manually before the commit.
* Use HTTPS everywhere (mechanical edit using util from opening_hours.js)
```Shell
make -f ~/src/opening-hours/opening_hours.js/Makefile qa-https-everywhere
git checkout netbox/project-static/
git checkout netbox/*/tests
```
2020-12-21 12:02:30 -05:00
Jeremy Stretch
b09112941a
Fixes #5510 : Fix filtering by boolean custom fields
2020-12-21 11:47:11 -05:00
Jeremy Stretch
158ed5765b
Fixes #5507 : Fix custom field data assignment via UI for IP addresses, secrets
2020-12-21 09:43:15 -05:00
Jeremy Stretch
442dee72b5
Fixes #5499 : Fix filtering of displayed device/VM interfaces by regex
2020-12-18 15:02:52 -05:00
Daniel Sheppard
f2d028ba29
Update version-2.10.md
2020-12-18 11:33:28 -06:00
Jeremy Stretch
b1402f3bae
Fixes #5498 : Fix filtering rack reservations by username
2020-12-18 12:18:59 -05:00
Jeremy Stretch
6ca9e2a777
Closes #5496 : Add form field to filter rack reservation by user
2020-12-18 12:09:41 -05:00
Daniel Sheppard
dac93b9840
Fixes #5254 - Require plugin authors to set zip_safe=False
2020-12-17 16:18:10 -06:00
Jeremy Stretch
34a0e2e72d
Closes #5489 : Add filters for type and width to racks list
2020-12-17 15:55:22 -05:00
Jeremy Stretch
af2777c580
Fixes #5487 : Support filtering rack type/width with multiple values
2020-12-17 15:50:47 -05:00
Jeremy Stretch
202e7d0ebf
Fixes #5486 : Optimize retrieval of config context data for device/VM REST API views
2020-12-17 14:03:10 -05:00
Jeremy Stretch
7449f36f22
Merge pull request #5485 from glennmatthews/gfm-doc-fix
...
Docs fix: Django templating language is no longer supported for export templates
2020-12-17 10:06:03 -05:00
Glenn Matthews
dc6e7cd56c
Django templating language is no longer supported for export templates
2020-12-17 09:48:22 -05:00
Jeremy Stretch
26426c1431
Fixes #5484 : Fix "tagged" indication in VLAN members list
2020-12-17 09:46:50 -05:00
Jeremy Stretch
3c887b0dd9
Fixes #5468 : Fix unlocking secrets from device/VM view
2020-12-16 13:48:44 -05:00
Jeremy Stretch
577c86fb80
Fixes #5478 : Fix display of route target description
2020-12-16 10:38:09 -05:00
Jeremy Stretch
4ce7dfa55e
Fixes #5473 : Fix alignment of rack names in elevations list
2020-12-16 09:26:22 -05:00
Jeremy Stretch
2dad44c93f
Release v2.10.1
2020-12-15 22:03:54 -05:00
Jeremy Stretch
c835ec5102
Fixes #5470 : Fix exception when making OPTIONS request for a REST API list endpoint
2020-12-15 21:04:47 -05:00
Jeremy Stretch
e2d17b1999
#5444 : Also fix the enabled field'
2020-12-15 16:52:58 -05:00
Jeremy Stretch
3c2ddf1f69
Fixes #5444 : Don't force overwriting of mgmt_only when bulk editing interfaces
2020-12-15 16:17:52 -05:00
Jeremy Stretch
34643f536e
Fixes #5466 : Fix validation for required custom fields
2020-12-15 15:56:42 -05:00
Jeremy Stretch
6a3dab0142
Fixes #5465 : Correct return URL when disconnecting a cable from a device
2020-12-15 13:52:35 -05:00
Daniel Sheppard
3c2b2f26b9
Fixes : #5450 - Added Coalesce to viewsets for the _count functions
2020-12-15 12:50:28 -06:00
Jeremy Stretch
67f9e16905
Fixes #5453 : Correct change log representation when creating a cable
2020-12-15 13:37:02 -05:00
Daniel Sheppard
14a46f82ee
Fixes : #5463 - Add check for ip_addresses attribute on circuittermination connected_endpoint
2020-12-15 12:30:42 -06:00
Daniel Sheppard
1f4954bf0e
Fixes : #5461 - Assign object=rack in netbox/templates/dcim/rack_elevation_list.html
2020-12-15 08:39:27 -06:00
Daniel Sheppard
9615dc0638
Fixes : #5458 - Fix devicetype_component_table.html
2020-12-14 16:30:10 -06:00
Jeremy Stretch
f572f66426
Release v2.10.0
2020-12-14 14:27:14 -05:00
Jeremy Stretch
1f2daaad59
Merge branch 'develop' into develop-2.10
2020-12-14 14:08:21 -05:00
esljaz
230b503b7a
Clarify REMOTE_AUTH_HEADER documentation ( #5430 )
2020-12-14 14:03:13 -05:00
Jeremy Stretch
a371c08c86
Merge branch 'develop' into develop-2.10
2020-12-11 16:57:04 -05:00
Jeremy Stretch
31fc8076e3
Release v2.9.11
2020-12-11 16:33:08 -05:00
John Anderson
53f330dbe8
fixes #5387 - Fix error when rendering config contexts when objects have multiple tags assigned ( #5447 )
2020-12-11 16:20:46 -05:00
Jeremy Stretch
13a13f3943
Fixes #5446 : Fix validation for plugin version and required settings
2020-12-11 16:05:50 -05:00
Jeremy Stretch
00ca227292
Fixes #5433 : Exclude SVG files from front/rear image upload for device types (currently unsupported)
2020-12-11 09:27:00 -05:00
Jeremy Stretch
5c8ed73608
Closes #5439 : Add CS and SN fiber port types
2020-12-11 08:56:02 -05:00
Jeremy Stretch
5df01ed3e6
Encourage people to use GitHub discussions in place of the mailing list
2020-12-10 15:59:42 -05:00
Jeremy Stretch
43d7d5570e
Merge branch 'develop' into develop-2.10
2020-12-10 10:26:15 -05:00
Jeremy Stretch
e062cbb79f
Fixes #5436 : Show assigned IP addresses in interfaces list
2020-12-10 08:52:55 -05:00
Jeremy Stretch
27e27788cd
Closes #5424 : Allow passing Python code to nbshell using --command
2020-12-08 16:14:52 -05:00
Jeremy Stretch
2c7fc5df75
Closes #5411 : Include cable tags in trace view
2020-12-04 15:56:33 -05:00
Jeremy Stretch
f7e61cc153
Fixes #5417 : Fix exception when viewing a device installed within a device bay
2020-12-04 15:21:33 -05:00
Jeremy Stretch
e7f64334c0
Fixes #5410 : Restore tags field on cable connection forms
2020-12-04 08:57:19 -05:00
Jeremy Stretch
584b8109a0
Fixes #5408 : Fix updating secrets without setting new plaintext
2020-12-03 15:23:39 -05:00
Jeremy Stretch
d75696b30a
Fixes #5407 : Add direct link to secret on secrets list
2020-12-03 14:15:48 -05:00
Jeremy Stretch
22bb700f94
Fixes #5396 : Fix uniqueness constraint for virtual machine names
2020-12-03 13:40:42 -05:00
Jeremy Stretch
a4b2e1f2e2
Fix typo (from PR #5393 )
2020-12-03 12:13:08 -05:00
Jeremy Stretch
1159976d99
Release v2.10-beta2
2020-12-03 09:02:44 -05:00
Jeremy Stretch
ba00d57d37
Closes #4711 : Rename Webhook.obj_type to content_types
2020-12-02 14:49:07 -05:00
Jeremy Stretch
8461832a7b
Fixes #5395 : Fix cable tracing for rear ports with no corresponding front port
2020-12-02 12:03:25 -05:00
Jeremy Stretch
2b0ddd2a98
Closes #5399 : Show options for cable endpoint types during bulk import
2020-12-02 10:08:41 -05:00
Jeremy Stretch
915cf3e715
Merge branch 'develop' into develop-2.10
2020-12-01 11:42:55 -05:00
Jeremy Stretch
23b305847e
Add changelog for #2755
2020-11-30 13:06:01 -05:00
Jeremy Stretch
77bbe5730b
Fixes #5383 : Fix setting user password via REST API
2020-11-25 11:47:53 -05:00
Jeremy Stretch
d9c503a9ec
Fixes #5176 : Enforce content type restrictions when creating objects via the REST API
2020-11-25 10:24:41 -05:00
Jeremy Stretch
4e25c70f96
Merge branch 'develop' into develop-2.10
2020-11-24 16:50:21 -05:00
Jeremy Stretch
b4c7727a82
Release v2.9.10
2020-11-24 16:36:46 -05:00
Jeremy Stretch
9ac64d57d0
Changelog for #5319
2020-11-24 16:29:09 -05:00
Jeremy Stretch
b68c79be6b
Fixes #5376 : Correct invalid custom field filter logic values
2020-11-24 10:28:34 -05:00
Jeremy Stretch
e1911a624b
Merge branch 'develop-2.10' of https://github.com/netbox-community/netbox into develop-2.10
2020-11-24 09:44:54 -05:00
Daniel Sheppard
e9fb91b197
Fixes : #5374 - Fix exception thrown when tracing mid-point
2020-11-24 08:41:48 -06:00
Jeremy Stretch
54af29eb40
Move changelog for #5274
2020-11-24 09:14:45 -05:00
Jeremy Stretch
65d2994823
Changelog for #5274
2020-11-23 16:27:14 -05:00
Jeremy Stretch
9923548628
Note that maintenance mode disables last_active updates during login
2020-11-23 11:22:46 -05:00
Jeremy Stretch
181f5c991b
Fixes #5309 : Avoid extraneous database queries when manipulating objects
2020-11-20 15:40:09 -05:00
Jeremy Stretch
3dd2e4c84c
Fixes #5360 : Clear VLAN assignments when setting interface mode to none
2020-11-20 14:40:21 -05:00
Jeremy Stretch
11fa348575
Fixes #5358 : Fix user table configuration for VM interfaces
2020-11-19 09:45:01 -05:00
Jeremy Stretch
58668a6807
Add a "getting started" page for developers
2020-11-18 11:25:31 -05:00
Jeremy Stretch
6d379ad029
Refresh development documentation
2020-11-18 10:07:39 -05:00
Jeremy Stretch
a05fc091c8
Fixes #5356 : Populate manufacturer field when adding a device component template
2020-11-17 16:30:58 -05:00
Jeremy Stretch
f2bc6f0f96
Fixes #5355 : Limit rack groups by selected site when editing a rack
2020-11-17 16:25:20 -05:00
Jeremy Stretch
16a95beb22
Release v2.10-beta1
2020-11-17 15:53:31 -05:00
Jeremy Stretch
6773709c34
Merge branch 'develop' into develop-2.10
2020-11-17 14:35:06 -05:00
Jeremy Stretch
e72db65be2
Clean up v2.10 release notes
2020-11-17 14:11:47 -05:00
Jeremy Stretch
c1c4f28f29
Update installation docs to use CentOS 8
2020-11-17 13:23:07 -05:00
Jeremy Stretch
59df724844
Updated installation docs
2020-11-17 12:01:10 -05:00
Jeremy Stretch
8c4d4532a4
Fixes #5235 : Fix exception when editing IP address with a NAT IP assigned to a non-racked device
2020-11-16 10:59:41 -05:00
Jeremy Stretch
9a736170fe
Fixes #5350 : Filter available racks by selected group when creating a rack reservation
2020-11-16 10:38:57 -05:00
Jeremy Stretch
9f8f9e8b97
Fixes #5345 : Fix non-deterministic ordering of prefixes and IP addresses
2020-11-16 10:17:05 -05:00
Jeremy Stretch
b9da0129ff
Changelog for #5337
2020-11-16 09:38:00 -05:00
Jeremy Stretch
cbea309786
Call out removal of DTL ( #4360 ) at top of release notes
2020-11-12 10:17:19 -05:00
Jeremy Stretch
d17bf67131
Rewrote documentation for custom fields
2020-11-11 15:23:35 -05:00
Jeremy Stretch
d03c14d49c
Closes #5154 : Utilize all horizontal space for web UI
2020-11-10 13:55:53 -05:00
Jeremy Stretch
0567f0d190
Merge branch 'develop' into develop-2.10
2020-11-09 20:58:59 -05:00
Jeremy Stretch
a6f0154803
Release v2.9.9
2020-11-09 20:51:35 -05:00
Jeremy Stretch
9b2dc89c6c
Closes #5327 : Be more strict when capturing anticipated ImportError exceptions
2020-11-09 16:49:05 -05:00
Jeremy Stretch
dc7da4f0f6
Fixes #5316 : Dry running scripts should not trigger webhooks
2020-11-09 16:22:45 -05:00
Jeremy Stretch
ab33b3aa84
Fixes #5328 : Fix CreatedUpdatedFilterTest when running in non-UTC timezone
2020-11-09 16:04:09 -05:00
Jeremy Stretch
bf836d4d46
Fixes #5331 : Fix filtering of sites by null region
2020-11-09 15:58:59 -05:00
Jeremy Stretch
d2c4c7fb10
Closes #5324 : Add missing template extension tags for plugins for VM interface view
2020-11-09 14:19:22 -05:00
John Anderson
0d27abc6fc
fixes #5314 - Fix config context rendering when multiple tags are assgined to an object
2020-11-06 16:47:07 -05:00
Jeremy Stretch
39b322ae6b
Closes #5313 : Denote official support for Python 3.8
2020-11-05 16:08:33 -05:00
Jeremy Stretch
23cce55246
Merge branch 'develop' into develop-2.10
2020-11-05 15:33:07 -05:00
Jeremy Stretch
b39019cec9
Clarify cache invalidation instructions
2020-11-05 14:41:06 -05:00
Jeremy Stretch
f2cba78549
Closes #5310 : Link to rack groups within rack list table
2020-11-05 14:24:22 -05:00
Jeremy Stretch
f845eeb117
Closes #5304 : Return server error messages as JSON when handling REST API requests
2020-11-04 17:11:57 -05:00
Jeremy Stretch
7d52b4d9a5
Changelog for #5271
2020-11-04 13:23:56 -05:00
Jeremy Stretch
fcb5e6ae1c
Merge branch 'develop' into develop-2.10
2020-10-30 10:38:05 -04:00
Jeremy Stretch
cbd155406b
Release v2.9.8
2020-10-30 10:11:13 -04:00
Jeremy Stretch
70cc368225
Changelog for #4559 , #5282 , #5285
2020-10-30 09:14:52 -04:00
Jeremy Stretch
6d28eae5dc
Merge pull request #5290 from nniehoff/5282-ldap-logging
...
Fixing #5282 - moving logging configuration from to configuration.py
2020-10-30 09:11:12 -04:00
Nick Niehoff
97ea15e978
Removing logfile variable
2020-10-30 06:32:12 -06:00
Nick Niehoff
2b154dcfdf
Fixing #5282 - moving logging configuration from authentication.py to configuration.py
2020-10-29 15:14:52 -06:00
Jeremy Stretch
1000039c74
Merge pull request #5277 from systeembeheerder/develop
...
Update upgrading.md
2020-10-29 17:11:04 -04:00
Jeremy Stretch
2ccc543542
Document the available template blocks within base.html
2020-10-29 17:10:19 -04:00
systeembeheerder
8ac2ee7b49
Update upgrading.md
...
make destination path for cp media absolute
2020-10-29 22:05:19 +01:00
Markku Leinio
02f348b15f
Fix typo in weekday
2020-10-28 21:06:20 +02:00
Markku Leinio
4672f16fda
Fix #5265 : Change systemctl status outputs to venv era
2020-10-28 21:03:35 +02:00
systeembeheerder
6404657f99
Update upgrading.md
...
confirm 5275; use absolute paths
2020-10-27 16:07:38 +01:00
Jeremy Stretch
2f3557c18f
Fixes #5273 : Fix exception when validating a new permission with no models selected
2020-10-27 10:01:49 -04:00
John Anderson
478d82196a
rebase develop
2020-10-25 18:20:21 -04:00
John Anderson
034ff2fb3f
#3672 changelog
2020-10-25 18:19:20 -04:00
Jeremy Stretch
2e558ba031
Closes #5139 : Omit utilization statistics from RIR list
2020-10-20 13:16:35 -04:00
Jeremy Stretch
23d56a5758
Note REST API change for #4967
2020-10-16 10:04:33 -04:00
Daniel Sheppard
086b1d85c7
Update Change Notes
2020-10-15 21:23:32 -05:00
Jeremy Stretch
dde52309d2
Fixes #5243 : Redirect user to appropriate tab after modifying device components
2020-10-15 16:55:20 -04:00
Jeremy Stretch
c9c8d337a0
Closes #5011 : Standardized name field lengths across all models
2020-10-15 15:37:34 -04:00
Jeremy Stretch
8781cf1c57
Closes #609 : Add min/max value and regex validation for custom fields
2020-10-15 15:06:01 -04:00
John Anderson
87c13a876b
fixes #5113 - incorrect caching of permission object assignments to user groups in the admin panel
2020-10-14 20:10:21 -04:00
Jeremy Stretch
0d01a3fce8
Add schema migrations to plugins installation doc
2020-10-14 10:42:31 -04:00
Jeremy Stretch
80c142ab7c
Closes #4918 : Add a REST API endpoint which returns NetBox's current operational status
2020-10-13 16:57:45 -04:00
Jeremy Stretch
97ac6851d0
Merge branch 'develop' into develop-2.10
2020-10-12 09:51:54 -04:00
Jeremy Stretch
1aabb2ed5d
Release v2.9.7
2020-10-12 09:39:39 -04:00
Jeremy Stretch
f53810ebb2
Fixes #5231 : Fix KeyError exception when viewing object with custom link and debugging is disabled
2020-10-09 15:53:45 -04:00
Jeremy Stretch
3df3706f27
Closes #5190 : Add a REST API endpoint for content types
2020-10-09 15:08:29 -04:00
Jeremy Stretch
30778a9c40
Closes #5225 : CircuitTermination port_speed is now optional
2020-10-09 14:06:24 -04:00
Jeremy Stretch
96650b0216
Merge branch 'develop' into develop-2.10
2020-10-09 13:52:16 -04:00
Jeremy Stretch
3047208e6a
Release v2.9.6
2020-10-09 13:17:16 -04:00
Jeremy Stretch
a796e29c98
Fixes #5229 : Fix AttributeError exception when LDAP authentication is enabled
2020-10-09 13:16:07 -04:00
Jeremy Stretch
918ca4fdcb
Release v2.9.5
2020-10-09 12:57:14 -04:00
Jeremy Stretch
24e5dd0c78
Add scope warning to plugins development doc
2020-10-09 12:56:32 -04:00
Jeremy Stretch
f35715683e
Closes #5202 : Extend the available context data when rendering custom links
2020-10-09 12:36:09 -04:00
Jeremy Stretch
b5a65bc66c
Fixes #5211 : Add missing has_primary_ip filter for virtual machines
2020-10-09 11:46:16 -04:00
Jeremy Stretch
3a21f7ab26
Fixes #5226 : Custom choice fields should be blank initially if no default choice has been designated
2020-10-09 11:34:50 -04:00
Jeremy Stretch
a2c012d2c4
Fixes #5224 : Don't allow a rear port to have fewer positions than the number of mapped front ports
2020-10-08 16:24:08 -04:00
Jeremy Stretch
0e41bc48b7
Add /trace API endpoints for CircuitTermination and PowerFeed
2020-10-08 13:55:29 -04:00
Daniel Sheppard
4896059162
Fixes : #5220 - Fix API patch request against IP-Address endpoint with null assigned_object_type
2020-10-08 12:50:29 -05:00
Daniel Sheppard
eadecf3eda
Fixes : #5221 - Fix bulk component creation over multiple VMs
2020-10-08 12:39:20 -05:00
Jeremy Stretch
29eebf9fbe
Update REST API changes
2020-10-08 11:26:02 -04:00
Jeremy Stretch
39e4ab164e
Fixes #5218 : Raise validation error if a power port's allocated_draw exceeds its maximum_draw
2020-10-07 13:23:19 -04:00
Jeremy Stretch
9738257aa2
Fixes #5217 : Prevent erroneous removal of prefetched GenericForeignKey data from tables
2020-10-07 13:09:08 -04:00
Jeremy Stretch
693b32077a
Update the netbox-discuss mailing list URL
2020-10-07 08:53:04 -04:00
Jeremy Stretch
44b842592a
Restore total length count on trace view
2020-10-06 16:58:11 -04:00
Jeremy Stretch
a072d40594
Update v2.10 changelog
2020-10-06 16:16:08 -04:00
Jeremy Stretch
23cde6d1b8
Include cable_peer on CableTermination serializers
2020-10-06 14:30:46 -04:00
Jeremy Stretch
32aa2daea6
PowerFeedSerializer should subclass ConnectedEndpointSerializer
2020-10-05 11:39:17 -04:00
Jeremy Stretch
b846f631a4
Rename connection_status to connected_endpoint_reachable
2020-10-05 11:32:39 -04:00
Jeremy Stretch
13db22d392
Initial changelog notes for #4900
2020-10-05 11:07:03 -04:00
Jeremy Stretch
47ea75348c
Changelog for #5197
2020-10-02 14:17:55 -04:00
Jeremy Stretch
ae0a481c64
Fixes #5206 : Apply user pagination preferences to all paginated object lists
2020-10-02 13:54:57 -04:00
Daniel Sheppard
1a43ef82d9
Fixes : #5201 - Fix bulk "all" operations on VLAN Groups
2020-10-02 09:59:16 -05:00
Daniel Sheppard
23a9cb2fad
Fixes : #5199 - Change default logging for LDAP to INFO
2020-10-01 09:25:56 -05:00
Daniel Sheppard
14ef7fa869
Update version-2.9.md
2020-09-29 19:55:59 -05:00
Daniel Sheppard
068803dc86
Update 2.9 Release notes with 4523
2020-09-29 19:55:40 -05:00
kobayashi
5c8694ad65
Fixes #5184 : Fix missing Power Utilization
2020-09-27 16:33:47 -04:00
Jeremy Stretch
bddd010310
Annotate REST API changes fro #259
2020-09-24 14:45:14 -04:00
Jeremy Stretch
cca2173886
Documentation for #259
2020-09-24 14:18:08 -04:00
Jeremy Stretch
ff42c89cc4
Closes #5177 : Note permissions required for running reports and custom scripts
2020-09-24 10:32:15 -04:00
Jeremy Stretch
856500b014
Fixes #5174 : Ensure consistent alignment of rack elevations
2020-09-24 10:11:34 -04:00
Jeremy Stretch
380f59ac0b
Fixes #5175 : Fix toggling of rack elevation order
2020-09-24 10:01:02 -04:00
Jeremy Stretch
9b16d6df2e
Merge v2.9.4 release
2020-09-23 16:11:00 -04:00
Jeremy Stretch
31fcad4dbb
Release v2.9.4
2020-09-23 15:24:59 -04:00
Jeremy Stretch
0a40418614
Fixes #5066 : Update view_reportresult to view_report permission
2020-09-23 13:40:15 -04:00
Jeremy Stretch
90dbe9bf60
Closes #5171 : Introduce the RQ_DEFAULT_TIMEOUT configuration parameter
2020-09-23 13:28:05 -04:00
Jeremy Stretch
1f0a4cc548
Closes #5075 : Include a VLAN membership view for VM interfaces
2020-09-23 11:48:32 -04:00
Jeremy Stretch
c0b94e4e8e
Fixes #5137 : Correct permission for viewing report results is extras.view_reportresult
2020-09-23 10:16:22 -04:00
Jeremy Stretch
e404f4efd2
Closes #5164 : Show total rack count per rack group under site view
2020-09-23 09:46:52 -04:00
Jeremy Stretch
afa1449f89
Fixes #5167 : Support filtering ObjectChanges by multiple users
2020-09-22 16:17:39 -04:00
Jeremy Stretch
0c3fafdfef
Closes #4897 : Allow filtering by content type identified as <app>.<model> string
2020-09-22 16:06:38 -04:00
Jeremy Stretch
5ba4252388
Changelog for #4882
2020-09-22 14:49:49 -04:00
Jeremy Stretch
c3eb2eb601
Add documentation for API bulk updates
2020-09-22 14:02:31 -04:00
Jeremy Stretch
935d239eab
Changelog for #3436
2020-09-22 10:36:16 -04:00
Jeremy Stretch
961a491ea4
Merge pull request #5163 from netbox-community/3436-api-bulk-delete
...
#3436 : Support for bulk deletion via REST API
2020-09-22 10:29:41 -04:00
Jeremy Stretch
54a4f84708
Add REST API documentation for bulk object deletion
2020-09-22 10:18:15 -04:00
Jeremy Stretch
d44c2ba8fe
Merge branch 'develop-2.10' into 1503-secret-assignment
2020-09-22 09:24:03 -04:00
Jeremy Stretch
d540728f50
Closes #5149 : Add rack group field to device edit form
2020-09-21 15:26:32 -04:00
Jeremy Stretch
12402f4c30
Fixes #5156 : Add missing "add" button to rack reservations list
2020-09-21 15:14:44 -04:00
Jeremy Stretch
3e1961b435
Changelog for #2179
2020-09-21 14:49:39 -04:00
Jeremy Stretch
975e7e60ff
Changelog for #1503
2020-09-21 11:12:17 -04:00
Jeremy Stretch
0cc2a6b2cf
Closes #5003 : CSV import now accepts slug values for choice fields
2020-09-18 13:03:38 -04:00
Jeremy Stretch
70ec5b9f37
Annotate REST API changes in release notes
2020-09-18 11:51:38 -04:00
Jeremy Stretch
584b076886
Closes #4956 : Include inventory items on primary device view
2020-09-18 11:35:15 -04:00
Jeremy Stretch
52dc80209c
Closes #1692 : Allow assigment of inventory items to parent items in web UI
2020-09-18 11:05:31 -04:00
Jeremy Stretch
230e7bbe34
Closes #1846 : Enable MPTT for InventoryItem hierarchy
2020-09-18 10:18:03 -04:00
Jeremy Stretch
0030fe1779
Fixes #5146 : Add custom fields support for cables, power panels, rack reservations, and virtual chassis
2020-09-17 14:22:14 -04:00
Jeremy Stretch
91eca8cac9
Changelog for #4878
2020-09-17 13:25:18 -04:00
Jeremy Stretch
43f1fbf5b3
Fixes #5136 : Fix exception when bulk editing interface 802.1Q mode
2020-09-16 13:07:55 -04:00
Jeremy Stretch
e983f44fd3
Closes #5128 : Increase maximum rear port positions from 64 to 1024
2020-09-16 12:53:11 -04:00
Jeremy Stretch
4d9da4a1f8
Closes #5134 : Display full hierarchy in breadcrumbs for sites/racks
2020-09-16 12:44:49 -04:00
Jeremy Stretch
9d30712fb2
Changelog for #5133 (fixed in #5105 )
2020-09-16 11:20:00 -04:00
Jeremy Stretch
03b207d154
Fixes #5105 : Validation should fail when reassigning a primary IP from device to VM
2020-09-16 11:10:30 -04:00
Jeremy Stretch
df6ad680ce
Closes #1755 : Toggle order in which rack elevations are displayed
2020-09-14 14:22:21 -04:00
Jeremy Stretch
b1b63513e7
Changelog for #5108
2020-09-14 10:41:04 -04:00
Jeremy Stretch
4466458076
Fixes #5118 : Specifying an empty list of tags should clear assigned tags (REST API)
2020-09-09 13:43:10 -04:00
Jeremy Stretch
47a6fc19ca
Fixes #5109 : Fix representation of custom choice field values for webhook data
2020-09-09 11:47:21 -04:00
Jeremy Stretch
c891f43b14
Fixes #5050 : Fix potential failure on 0016_replicate_interfaces schema migration from old release
2020-09-09 10:29:17 -04:00
Jeremy Stretch
1509650462
Closes #5107 : Add note about dropping backward compatibility for old REDIS configuration format
2020-09-09 10:00:50 -04:00
Jeremy Stretch
695e9ec5d7
Fixes #5111 : Allow use of tuples when specifying ObjectVar query_params
2020-09-09 09:52:57 -04:00
Jeremy Stretch
c5ab89d71e
Merge branch 'develop-2.10' into 4878-custom-fields
2020-09-04 16:14:06 -04:00
Jeremy Stretch
08c492f1f4
Merge develop into develop-2.10
2020-09-04 16:09:05 -04:00
Jeremy Stretch
08b9eedcec
Correct changelog for #5095
2020-09-04 15:46:39 -04:00
Jeremy Stretch
5f9e687c9c
Release v2.9.3
2020-09-04 15:45:23 -04:00
Jeremy Stretch
f1877fcea9
Closes #5048 : Show the device/VM name when editing a component
2020-09-04 15:10:34 -04:00
Jeremy Stretch
78d104e60c
Fixes #5046 : Disabled plugin menu items are no longer clickable
2020-09-04 14:13:35 -04:00
Jeremy Stretch
dd0185816c
Changelog for #4977 , #5095
2020-09-04 13:57:29 -04:00
Jeremy Stretch
bbbfc27593
Fixes #5072 : Add REST API filters for image attachments
2020-09-02 16:10:07 -04:00
Jeremy Stretch
d289b26034
Fixes #5089 : Redirect to device view after editing component
2020-09-02 13:45:15 -04:00
Jeremy Stretch
b559c827d2
Fixes #5091 : Avoid KeyError when handling invalid table preferences
2020-09-02 13:30:19 -04:00
Jeremy Stretch
268aa755c4
Closes #5080 : Add 8P6C, 8P4C, 8P2C port types
2020-09-02 10:21:22 -04:00
Jeremy Stretch
5d7935c855
Fixes #5090 : Fix status display for console/power/interface connections
2020-09-01 16:28:11 -04:00
Jeremy Stretch
6305a35a4f
Fixes #5085 : Fix ordering by assignment in IP addresses table
2020-09-01 15:18:47 -04:00
Jeremy Stretch
a0103036e4
Fixes #5087 : Restore label field when editing console server ports, power ports, and power outlets
2020-09-01 13:59:50 -04:00
Jeremy Stretch
b3b7e08c50
Closes #5076 : Specify pip3
2020-09-01 10:24:17 -04:00
Jeremy Stretch
7dbeaf7a01
Fixes #5078 : Fix assignment of existing IP addresses to interfaces via web UI
2020-09-01 10:19:28 -04:00
Jeremy Stretch
967073eaaf
Fixes #5081 : Fix exception during webhook processing with custom select field
2020-09-01 09:54:45 -04:00
Jeremy Stretch
473d76c9d1
Fixes #5074 : Fix inclusion of VC member interfaces when viewing VC master
2020-08-31 15:34:40 -04:00
Jeremy Stretch
5bff50cade
Fixes #5063 : Fix "add device" link in rack elevations for opposite side of half-depth devices
2020-08-31 15:26:00 -04:00
Jeremy Stretch
f3e4911c68
Release v2.9.2
2020-08-27 14:03:51 -04:00
Jeremy Stretch
e8e4ff4111
Closes #5056 : Add interface and parent columns to IP address list
2020-08-27 13:46:31 -04:00
Jeremy Stretch
523c32b8af
Fixes #5061 : Allow adding/removing tags when bulk editing virtual machine interfaces
2020-08-27 13:26:41 -04:00
Jeremy Stretch
5cdccb47f4
Fixes #5060 : Fix validation when bulk-importing child devices
2020-08-27 11:27:17 -04:00
Jeremy Stretch
fa73bf8e87
Closes #5505 : Add tags column to device/VM component list tables
2020-08-27 09:43:20 -04:00
Jeremy Stretch
5fe4e6cc96
Fixes #5058 : Correct URL for front rack elevation images when using external storage
2020-08-27 09:26:56 -04:00
Jeremy Stretch
f23900fc8c
Fixes #5059 : Fix inclusion of checkboxes for interfaces in virtual machine view
2020-08-27 09:22:53 -04:00
Jeremy Stretch
a0790e9119
Changelog for #5002
2020-08-24 15:17:36 -04:00
Jeremy Stretch
5da7590eea
Fixes #4988 : Fix ordering of rack reservations with identical creation times
2020-08-24 12:04:48 -04:00
Jeremy Stretch
df97eb2f72
Fixes #5045 : Allow assignment of interfaces to non-master VC peer LAG during import
2020-08-24 11:33:45 -04:00
Jeremy Stretch
32a0e519ad
Fixes #5041 : Fix form tabs when assigning an IP to a VM interface
2020-08-24 10:56:23 -04:00
Jeremy Stretch
78d6561e39
Fixes #5040 : Limit SLAAC status to IPv6 addresses
2020-08-24 10:51:47 -04:00
Jeremy Stretch
9147823305
Fixes #5042 : Fix display of SLAAC label for IP addresses status
2020-08-24 10:47:26 -04:00
Jeremy Stretch
e7cf87be97
Fixes #5035 : Fix exception when modifying an IP address assigned to a VM
2020-08-24 10:39:41 -04:00
Jeremy Stretch
6e28490b84
Fixes #5038 : Fix validation of primary IPs assigned to virtual machines
2020-08-24 09:41:04 -04:00
Jeremy Stretch
35a280eb31
Release v2.9.1
2020-08-22 21:03:51 -04:00
Jeremy Stretch
aedba0e8be
Closes #5030 : Call out required minimum versions for depdencies in upgrade documentation
2020-08-22 20:53:21 -04:00
Jeremy Stretch
728088f5fa
Closes #5033 : Support backward compatibility for REMOTE_AUTH_BACKEND
2020-08-22 20:39:46 -04:00
Jeremy Stretch
2276603ac3
Drop CustomFieldValue
2020-08-21 16:21:11 -04:00
Jeremy Stretch
f37997ac54
Closes #4814 : Allow nested LAG interfaces
2020-08-21 13:35:03 -04:00
Jeremy Stretch
ed65603632
Closes #4540 : Add IP address status type for SLAAC
2020-08-21 13:17:41 -04:00
Jeremy Stretch
802af06c0f
Closes #4991 : Add Python and NetBox versions to error page
2020-08-21 12:58:48 -04:00
Jeremy Stretch
ec66e1a5c0
Closes #4349 : Drop support for embedded graphs
2020-08-21 11:57:46 -04:00
Jeremy Stretch
d1071b79e3
Closes #4360 : Drop support for the Django template language in export templates
2020-08-21 11:16:30 -04:00
Jeremy Stretch
2339fe22ae
Closes #4941 : commit argument is now required argument in a custom script's run() method
2020-08-21 11:06:36 -04:00
Jeremy Stretch
b22995a6d7
Snip beta warning
2020-08-21 09:41:28 -04:00
Jeremy Stretch
6c1436174c
Release v2.9.0
2020-08-21 09:39:31 -04:00
Jeremy Stretch
23aae52992
Merge branch 'develop' into develop-2.9
2020-08-21 09:21:18 -04:00
Jeremy Stretch
8b5e701ba4
Cleaned up release notes for v2.9.0
2020-08-21 09:18:28 -04:00
Jeremy Stretch
8f88d2afab
Closes #5024 : List available options for choice fields within CSV import forms
2020-08-20 15:44:30 -04:00
Jeremy Stretch
8d351178ac
Fixes #5022 : Fix exception when editing IP address with NAT inside IP assigned
2020-08-20 14:38:58 -04:00
Jeremy Stretch
bc0e6cc8dd
Fixes #5012 : Return details of exceptions resulting from report/script execution
2020-08-20 12:47:26 -04:00
Jeremy Stretch
bf4fee1592
Fixes #5020 : Correct handling of dependent objects during bulk deletion
2020-08-20 09:44:45 -04:00
Jeremy Stretch
c9c79dabef
Fixes #5004 : Permit assignment of an interface to a LAG on any peer virtual chassis member
2020-08-18 14:41:47 -04:00
Jeremy Stretch
82900fb65d
Changelog for #4990
2020-08-18 14:01:59 -04:00
kobayashi
34708a8fa5
Fixes #4989 : Fix no vm count for cluster in global search
2020-08-17 10:59:01 -04:00
Jeremy Stretch
d4fd0df02c
Release v2.9-beta2
2020-08-13 13:04:33 -04:00
Jeremy Stretch
fd139a77f5
Closes #4997 : Introduce OrderedDefaultRouter; move root API views to views.py
2020-08-13 12:49:49 -04:00
Jeremy Stretch
a08418bff8
Closes #4996 : Add "connect" buttons to individual device component views
2020-08-13 11:14:33 -04:00
Jeremy Stretch
bdc4189812
Fixes #4995 : Fix missing buttons to add console/power ports under device view
2020-08-13 10:53:34 -04:00
Jeremy Stretch
ed0e212ce0
Closes #4994 : Add cable attribute to PowerFeed API serializer
2020-08-13 10:30:28 -04:00
Jeremy Stretch
b405e8294b
Merge branch 'develop' into develop-2.9
2020-08-13 10:20:39 -04:00
Jeremy Stretch
a7cd09d6d4
Fixes #4993 : Add cable to nested CircuitTermination serializer
2020-08-13 10:19:50 -04:00
Jeremy Stretch
bc61393256
Merge branch 'develop' into develop-2.9
2020-08-13 10:06:03 -04:00
Jeremy Stretch
acd5f21866
Fixes #4992 : Add display_name to nested VRF serializer
2020-08-13 09:56:03 -04:00
Jeremy Stretch
3bff9b647c
Changelog for #4922 , #4982
2020-08-13 09:36:06 -04:00
Jeremy Stretch
0b14b66727
Update ObjectVar documentation
2020-08-12 15:40:06 -04:00
Jeremy Stretch
3c395e7c9f
Closes #4885 : Add MultiChoiceVar for custom scripts
2020-08-11 13:23:39 -04:00
Jeremy Stretch
365b6f5e17
Changelog for #4969
2020-08-10 11:28:41 -04:00
Jeremy Stretch
e6bc55af85
#4969 : Remove user and group assignment from SecretRole
2020-08-07 16:19:18 -04:00
Jeremy Stretch
1dfed14bc9
Fixes #4968 : Fix exception when activating user keys in admin UI
2020-08-07 12:06:53 -04:00
Jeremy Stretch
09015c98c4
Fixes #4903 : Fix member count when searching for virtual chassis
2020-08-07 08:54:02 -04:00
Jeremy Stretch
2b9dad934c
Changelog for #4946
2020-08-06 16:17:31 -04:00
Jeremy Stretch
4a516103a6
Extend ObjectPermission constraints to OR multiple JSON objects
2020-08-06 15:53:23 -04:00
Jeremy Stretch
b1ec332a56
Fixes #4951 : Redirect to device inventory view after creting a new inventory item
2020-08-06 13:20:12 -04:00
Jeremy Stretch
6367105302
Changelog for #4639
2020-08-06 09:44:33 -04:00
Jeremy Stretch
bdb8263610
Standardize API requests
2020-08-05 14:04:59 -04:00
Jeremy Stretch
e0f67c9ee9
Merge branch 'develop-2.9' into docs-refresh
2020-08-05 13:53:06 -04:00
Jeremy Stretch
73756f7483
Finished updating REST API documentation
2020-08-05 13:40:06 -04:00
Jeremy Stretch
42ebf0a546
Closes #4945 : Add a user-friendly 403 error page
2020-08-05 10:40:45 -04:00
Jeremy Stretch
e6df6dc7f4
Fixes #4950 : Include inventory item label in API serializer, UI view
2020-08-05 10:11:38 -04:00
Jeremy Stretch
bd24eebbf2
Fixes #4952 : Default to VM tab when creating/editing an IP address for a VM
2020-08-05 09:29:29 -04:00
Jeremy Stretch
65b42c93b0
Merge branch 'develop' into develop-2.9
2020-08-05 09:15:10 -04:00
Jeremy Stretch
65af012d60
Started refreshing REST API documentation
2020-08-04 17:07:45 -04:00
Jeremy Stretch
22c482bdc3
Release v2.8.9
2020-08-04 12:31:38 -04:00
systeembeheerder
c358097d52
Update upgrading.md ( #4937 )
...
include the local_requirements.txt file to keep ldap from breaking during upgrades.
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
2020-08-04 12:26:21 -04:00
Jeremy Stretch
26e37c1da6
Fixes #4455 : Fix ordering of prefixes beneath aggregate when available space is hidden
2020-08-04 12:09:10 -04:00
Jeremy Stretch
053c600b67
Closes #4943 : Add a 'description' field to ObjectPermission
2020-08-03 16:37:37 -04:00
Jeremy Stretch
ce2dada9fd
Closes #4942 : Make ObjectPermission's 'name' field required
2020-08-03 16:10:51 -04:00
Jeremy Stretch
b410674f9e
Log a warning for scripts whose run() method does not accept a commit argument
2020-08-03 13:56:10 -04:00
Jeremy Stretch
31e65a09e8
Closes #4940 : Added an occupied field to rack unit representations for rack elevation views
2020-08-03 13:37:32 -04:00
Jeremy Stretch
cdfec4d865
Fixes #4939 : Fix linking to LAG interfaces on other VC members
2020-08-03 12:57:04 -04:00
Jeremy Stretch
af98e349e9
Fixes #4938 : Show add, import buttons on virtual chassis list view
2020-08-03 12:52:00 -04:00
Jeremy Stretch
c3c27ac664
Refreshed admin docs
2020-08-03 11:42:24 -04:00
Jeremy Stretch
2644330452
Refreshed "additional features" docs
2020-08-03 11:03:19 -04:00
Jeremy Stretch
eacbec9c68
Update caching, change logging documentation
2020-07-30 14:57:34 -04:00
Jeremy Stretch
9e3bfdd57c
Update virtualization documentation
2020-07-30 13:48:05 -04:00
Jeremy Stretch
f49998980f
Update power documentation
2020-07-30 13:36:40 -04:00
Jeremy Stretch
190a2ff92b
Update tenancy documentation
2020-07-30 13:02:53 -04:00
Jeremy Stretch
96d2a8b30a
Update IPAM model documentation
2020-07-30 12:55:51 -04:00
Jeremy Stretch
d42a37f866
Update docs for tags, config contexts
2020-07-30 11:36:46 -04:00
Jeremy Stretch
7b45d06631
Fixes #4931 : Fix DoesNotExist exception when deleting devices
2020-07-30 10:08:36 -04:00
Jeremy Stretch
cea6c98f54
Fixes #4930 : Replicate label values when instantiating device type components
2020-07-30 10:05:29 -04:00
Jeremy Stretch
fd564f09d1
#4923 : Separate user creation instructions for Ubuntu/CentOS
2020-07-30 09:15:20 -04:00
Jeremy Stretch
76c2fd3414
Fixes #4926 : Fix ordering of VM interfaces in REST API endpoint
2020-07-30 09:10:06 -04:00
Jeremy Stretch
712e850951
Fixes #4927 : Fix validation error when updating an existing secret
2020-07-30 08:57:45 -04:00
Jeremy Stretch
24cedab04b
Fixes #4929 : Correct log message when creating a new object
2020-07-30 08:51:01 -04:00
Jeremy Stretch
95348b1044
Update site and rack documentation
2020-07-29 16:27:38 -04:00
Jeremy Stretch
55ee3db5bc
#4919 : Allow adding/changing assigned permissions within group and user admin views
2020-07-29 12:12:00 -04:00
Jeremy Stretch
73f9d615bc
Fixes #4921 : Render non-viewable devices as unavailable space in rack elevations
2020-07-29 09:43:13 -04:00
Jeremy Stretch
4262e2ef09
Closes #4916 : Clarify plugin config behavior when specifying a default value for a required setting
2020-07-28 17:12:46 -04:00
Tyler Bigler
08975b5ef9
Add note describing the exclude config context functionality
2020-07-28 13:01:26 -04:00
Jeremy Stretch
d1a505d07f
Fixes #4914 : Fix toggling cable status under device view
2020-07-28 12:54:21 -04:00
Jeremy Stretch
1e4615aa75
Update device documentation
2020-07-28 11:42:10 -04:00
Jeremy Stretch
0616127503
Update device type and component template documentation
2020-07-28 11:04:57 -04:00
Jeremy Stretch
b8783078eb
Updated documentation for device components
2020-07-28 10:58:43 -04:00
Jeremy Stretch
31c156f792
Updated cable documentation
2020-07-28 09:48:55 -04:00
Jeremy Stretch
a770dd4836
Updated circuits documentation
2020-07-28 09:18:13 -04:00
Jeremy Stretch
bfdb01244d
Refresh configuration docs
2020-07-27 20:35:00 -04:00
Jeremy Stretch
a206b422fb
Fixes #4912 : Fix image attachment API endpoint; add API view tests
2020-07-27 14:24:15 -04:00
Jeremy Stretch
2972993a84
Fixes #4910 : Unpin redis dependency to fix exception in RQ worker
2020-07-27 11:52:27 -04:00
Jeremy Stretch
b17e47101c
Fixes #4905 : Fix front port count on device type view
2020-07-27 10:19:24 -04:00
Jeremy Stretch
9e1edd55d6
Closes #4898 : Add MAC address search field to interfaces list
2020-07-24 16:46:29 -04:00
Jeremy Stretch
61ce8d1cb0
Closes #4899 : Add MAC address column to interfaces table
2020-07-24 16:43:30 -04:00
Jeremy Stretch
cb570790e6
Fixes #4895 : Force UTF-8 encoding when embedding model documentation
2020-07-24 09:26:20 -04:00
Jeremy Stretch
bb4f21d5ee
Fixes #4894 : Fix display of device/VM counts on platforms list
2020-07-24 09:16:14 -04:00
Jeremy Stretch
7eb688bdcd
Release v2.9-beta1
2020-07-23 14:46:06 -04:00
Jeremy Stretch
22ee6703ad
Merge branch 'develop' into develop-2.9
2020-07-23 14:35:34 -04:00
Jeremy Stretch
a262a8320b
Changelog for #4887
2020-07-23 13:13:49 -04:00
Jeremy Stretch
8c4add38f4
Update release instructions
2020-07-23 10:17:57 -04:00
kobayashi
a12d94a3bc
Fixes #4880 : Fix remove untagged-vlans if not assigned in bulk interfaces edit
2020-07-23 01:36:31 -04:00
Jeremy Stretch
d23f97abc8
Merge branch 'develop' into develop-2.9
2020-07-22 17:11:35 -04:00
Jeremy Stretch
86956c8fc3
Fixes #4875 : Fix documentation for image attachments
2020-07-22 16:48:56 -04:00
Jeremy Stretch
0991a8edaa
Fixes #4876 : Fix labels for sites in staging or decommissioning status
2020-07-22 16:43:25 -04:00
Jeremy Stretch
798810b3dd
Changelog for #4877
2020-07-22 14:41:39 -04:00
Jeremy Stretch
3e6b257fa0
Exclude ObjectPermissions API endpoint from EXEMPT_VIEW_PERMISSIONS
2020-07-21 17:39:56 -04:00
Jeremy Stretch
a3d1ee474c
Clean up v2.9 release notes
2020-07-21 16:58:31 -04:00
Jeremy Stretch
1714902f88
Merge branch 'develop' into develop-2.9
2020-07-21 12:57:02 -04:00
Jeremy Stretch
183d475dc8
Release v2.8.8
2020-07-21 12:12:22 -04:00
Jeremy Stretch
136d3118d2
Fixes #4872 : Enable filtering virtual machine interfaces by tag
2020-07-21 09:41:00 -04:00
Jeremy Stretch
0ef016db07
Update installation docs
2020-07-20 16:53:04 -04:00
Jeremy Stretch
9d243103f4
Fixes #4595 : Ensure consistent display of non-racked and child devices on rack view
2020-07-16 15:45:27 -04:00
Jeremy Stretch
a4829198ff
Update dependencies for v2.9
2020-07-16 11:28:19 -04:00
Jeremy Stretch
19d0d6ff10
Closes #4857 : Drop support for legacy numeric choice field values
2020-07-15 16:54:33 -04:00
Jeremy Stretch
1f9a440598
Fixes #4856 : Redirect user back to circuit after connecting a termination
2020-07-15 10:09:31 -04:00
Jeremy Stretch
1d0b27c99e
Fixes #4851 : Show locally connected peer on circuit terminations
2020-07-15 10:01:01 -04:00
Jeremy Stretch
48576919b2
Closes #4854 : Add staging and decommissioning statuses for sites
2020-07-15 09:35:46 -04:00
Jeremy Stretch
0174983208
Changelog for, #3240 , #4803 , #4805
2020-07-15 09:15:18 -04:00
Jeremy Stretch
bc7535c4d2
Changelog for #4829 , #4831
2020-07-13 13:35:12 -04:00
Jeremy Stretch
fa9ffb23ad
Fixes #4838 : Fix rack power utilization display for racks without devices
2020-07-10 15:59:27 -04:00
Jeremy Stretch
f83ec7256f
Add model documentation for VM interfaces
2020-07-10 13:01:02 -04:00
Jeremy Stretch
59091efa86
Closes #4840 : Enable change logging for config contexts
2020-07-09 17:09:03 -04:00
Jeremy Stretch
c3a7939a77
Merge branch 'develop' into develop-2.9
2020-07-09 16:38:37 -04:00
Jeremy Stretch
683ba5eed3
#4835 : Cleanup and improved error handling
2020-07-09 16:35:02 -04:00
Jeremy Stretch
15525392a2
Closes #4837 : Use dynamic form widget for relationships to MPTT objects
2020-07-09 09:50:01 -04:00
Jeremy Stretch
5fd5dbab7b
Merge branch 'develop' into develop-2.9
2020-07-08 13:04:57 -04:00
Jeremy Stretch
fec3ee6f08
Closes #4835 : Support passing multiple initial values for multiple choice fields
2020-07-08 12:50:12 -04:00
Jeremy Stretch
924f319343
Closes #4806 : Add a url field to all API serializers
2020-07-06 16:41:08 -04:00
Jeremy Stretch
9a075130f1
Changelog for #2006
2020-07-06 14:02:06 -04:00
Jeremy Stretch
20ee8ec107
Closes #4821 : Restrict group options by selected site when bulk editing VLANs
2020-07-06 10:04:08 -04:00
Jeremy Stretch
d03d302eef
Closes #4817 : Standardize device/VM component name field to 64 characters
2020-07-02 12:08:19 -04:00
Jeremy Stretch
8d7377ba04
Merge branch 'develop' into develop-2.9
2020-07-02 10:01:01 -04:00
Jeremy Stretch
9f614452b4
Release NetBox v2.8.7
2020-07-02 09:37:20 -04:00
Jeremy Stretch
43d610405f
Add changelog for #4695 and #4708
2020-07-01 11:06:49 -04:00
Jeremy Stretch
7defa22b0b
Remove reference to choices API endpoints
2020-06-30 15:55:15 -04:00
Jeremy Stretch
88e3ac30b6
Closes #4807 : Add bulk edit ability for device bay templates
2020-06-30 15:22:30 -04:00
Jeremy Stretch
52a13b1960
Closes #4793 : Add description field to device component templates
2020-06-30 15:12:53 -04:00
Jeremy Stretch
52cff1ee50
Fixes #4771 : Fix add/remove tag population when bulk editing objects
2020-06-30 09:55:54 -04:00
Jeremy Stretch
8a26f475a7
Fixes #4774 : Fix exception when deleting a device with device bays
2020-06-30 09:43:05 -04:00
Jeremy Stretch
51e9b0a22a
Closes #4796 : Introduce configuration parameters for default rack elevation size
2020-06-30 09:26:32 -04:00
Jeremy Stretch
268b4c854e
Closes #4802 : Allow changing page size when displaying only a single page of results
2020-06-30 09:00:42 -04:00
Jeremy Stretch
71afba4d2e
Fixes #4791 : Update custom script documentation for ObjectVar
2020-06-25 17:33:41 -04:00
Jeremy Stretch
319799b5ce
Closes #4795 : Add bulk disconnect capability for console and power ports
2020-06-25 17:08:51 -04:00
Jeremy Stretch
1dbae5b64c
Closes #4792 : Add bulk rename capability for console and power ports
2020-06-25 14:18:29 -04:00
Jeremy Stretch
103a44991a
Changelog for #4788
2020-06-25 12:22:21 -04:00
Jeremy Stretch
2303034c92
Changelog for #2018
2020-06-24 16:22:37 -04:00
Jeremy Stretch
2ac53afd96
Update changelog for #4721
2020-06-24 12:44:00 -04:00
Jeremy Stretch
eb8c0539c5
Update REST API changes for #4615
2020-06-18 14:24:50 -04:00
Jeremy Stretch
88bf183af5
Merge branch 'develop' into develop-2.9
2020-06-18 13:20:32 -04:00
Jeremy Stretch
c5dc075fb0
Fixes #4775 : Allow selecting an alternate device type when creating component templates
2020-06-18 11:59:24 -04:00
Jeremy Stretch
328d639886
Merge branch 'develop' into develop-2.9
2020-06-17 16:57:17 -04:00
Jeremy Stretch
b0c24de596
Fixes #4772 : Fix "brief" format for the secrets REST API endpoint
2020-06-17 14:22:55 -04:00
Jeremy Stretch
2d4694e72d
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
...
Closes #3703 : Restrict tag creation
2020-06-17 12:28:04 -04:00
Jeremy Stretch
d1adc5ea9b
Update release notes for #3703
2020-06-17 11:29:59 -04:00
Jeremy Stretch
e23a5ad141
Fixes #4766 : Fix redirect after login when next is not specified
2020-06-17 09:15:03 -04:00
Jeremy Stretch
e917535380
Merge branch 'develop' into develop-2.9
2020-06-15 16:04:32 -04:00
Jeremy Stretch
60deb3f0ba
Release v2.8.6
2020-06-15 14:37:36 -04:00
Jeremy Stretch
eaaaaec5a5
Fixes #4710 : Fix merging of form fields among custom scripts
2020-06-15 14:20:00 -04:00
Jeremy Stretch
5bcf85e57d
Closes #4744 : Hide IP addresses tab when viewing a container prefix
2020-06-15 13:33:16 -04:00
Jeremy Stretch
1d466d6fd1
Closes #4761 : Enable tag assignment during bulk creation of IP addresses
2020-06-15 13:24:34 -04:00
Jeremy Stretch
57cfb4ed7e
Fixes #4760 : Enable power port template assignment when bulk editing power outlet templates
2020-06-15 13:18:26 -04:00
Jeremy Stretch
5af2b3c2f5
Closes #4717 : Introduce ALLOWED_URL_SCHEMES configuration parameter to mitigate dangerous hyperlinks
2020-06-15 11:53:47 -04:00
Jeremy Stretch
2e5058c4c9
Fixes #4756 : Filter parent group by site when creating rack groups
2020-06-15 10:02:35 -04:00
Jeremy Stretch
9fc4a4f24a
Closes #4755 : Enable creation of rack reservations directly from navigation menu
2020-06-12 15:11:27 -04:00
Jeremy Stretch
7a54bd9f2a
Changelog and migrations fix for #4615
2020-06-11 13:42:20 -04:00
Jeremy Stretch
9fd36279ab
Fixes #4743 : Allow users to create "next available" IPs without needing permission to create prefixes
2020-06-10 16:06:11 -04:00
Jeremy Stretch
58b4f6abca
Update v2.9 release notes
2020-06-10 15:05:15 -04:00
Jeremy Stretch
88ae522c9a
Closes #4742 : Add tagging for cables, power panels, and rack reservations
2020-06-10 14:55:46 -04:00
Jeremy Stretch
40947f8cb2
Merge pull request #4734 from tyler-8/bulk_api_docs
...
Add example of bulk object creation in documentation
2020-06-10 11:39:44 -04:00
Jeremy Stretch
9abc67bbeb
Fixes #4737 : Introduce ColoredLabelColumn for consistent display of colored labels
2020-06-10 11:38:23 -04:00
Jeremy Stretch
16cdf3006f
Fixes #4736 : Add cable trace endpoints for pass-through ports
2020-06-09 15:12:10 -04:00
Tyler Bigler
062a319a7c
Add example of bulk object creation
2020-06-09 13:35:44 -04:00
Jeremy Stretch
67784c0568
Merge pull request #4713 from netbox-community/4348-ldap-auth-backend
...
Closes #4348 : Introduce LDAPBackend
2020-06-08 17:07:52 -04:00
Jeremy Stretch
20ec700045
Changelog for #4674
2020-06-08 17:00:47 -04:00
Jeremy Stretch
0ebd87bcb9
Merge branch 'develop' into develop-2.9
2020-06-08 10:33:23 -04:00
Jeremy Stretch
e616aad911
Fixes #4725 : Fix "brief" rendering of various REST API endpoints
2020-06-05 15:49:06 -04:00
Jeremy Stretch
fae115b995
Closes #4698 : Improve display of template code for object in admin UI
2020-06-04 13:11:24 -04:00
Jeremy Stretch
dc161d9f2f
Update LDAP configuration documentation
2020-06-03 15:57:11 -04:00
Jeremy Stretch
bb1484a444
Dropped backward compatibility for the /admin/webhook-backend-status URL
2020-06-03 14:15:29 -04:00
Jeremy Stretch
b31cc89478
Dropped backward compatibility for 'webhooks' Redis queue
2020-06-03 14:13:18 -04:00
Jeremy Stretch
dbf6c0a075
Split ObjectPermission model documentation
2020-06-03 13:20:35 -04:00
Jeremy Stretch
19b57aa1ea
Update permissions documentation
2020-06-03 10:03:15 -04:00
Jeremy Stretch
3502398d1d
Remove delete_token permission from TokenDeleteView
2020-06-02 15:36:31 -04:00
Jeremy Stretch
56f6698ba5
Fixes #4707 : Fix prefix_count population on VLAN API serializer
2020-06-02 13:40:14 -04:00
Jeremy Stretch
c6e85970d4
Remove activate_userkey permission
2020-06-02 09:51:56 -04:00
Jeremy Stretch
32620dd556
Changelog for #554
2020-06-01 16:30:20 -04:00
Jeremy Stretch
76f74f479b
Support permission attribute assignment via REMOTE_AUTH_DEFAULT_PERMISSIONS
2020-06-01 16:23:45 -04:00
Jeremy Stretch
e9831442cd
Drafted documentation for object-based permissions
2020-06-01 15:28:36 -04:00
Jeremy Stretch
26d7c21314
Move authentication backends
2020-06-01 13:47:34 -04:00
Jeremy Stretch
edf15532d2
Fixes #4702 : Catch IntegrityError exception when adding a non-unique secret
2020-06-01 10:00:32 -04:00
Jeremy Stretch
d23b18beb5
Fixes #4704 : Update example template code
2020-06-01 09:40:58 -04:00
Jeremy Stretch
03da9348e5
Merge branch 'develop-2.9' into 554-object-permissions
2020-05-26 16:42:39 -04:00
Jeremy Stretch
c9a7527f33
Release v2.8.5
2020-05-26 16:17:01 -04:00
Jeremy Stretch
ccc31b2c7c
Fixes #4525 : Allow passing initial data to custom script MultiObjectVar
2020-05-26 15:34:29 -04:00
Jeremy Stretch
88cffca270
Closes #4650 : Expose INTERNAL_IPS configuration parameter
2020-05-26 10:01:49 -04:00
Jeremy Stretch
92f49b4711
Closes #4672 : Set default color for rack and devices roles
2020-05-26 09:36:27 -04:00
Jeremy Stretch
f04340679e
Merge branch 'develop' into 4684-devicetype-import-comment
2020-05-26 09:11:50 -04:00
Jeremy Stretch
7f5583c7ae
Merge pull request #4690 from kobayashi/4676-docs-default-remote-auth
...
Closes #4676 : Set `False` as default value of REMOTE_AUTH_AUTO_CREATE_USER
2020-05-26 09:07:26 -04:00
Jeremy Stretch
a5785552d9
Changelog for #4651 , #4652
2020-05-26 09:05:18 -04:00
kobayashi
9cde377133
Closes #4676 : Set default value of REMOTE_AUTH_AUTO_CREATE_USER as False in docs
2020-05-26 01:26:26 -04:00
kobayashi
74c29b0bb7
Fixes #4684 : Fix ignored comment when importing DeviceType
2020-05-26 01:17:10 -04:00
Jeremy Stretch
e61fc1f709
Introduce ObjectView to enforce object-level permissions for individual object views
2020-05-21 15:53:00 -04:00
Jeremy Stretch
1f5d2520c3
Formatting fix
2020-05-20 10:37:26 -04:00
Jeremy Stretch
d2e1428c75
Closes #4665 : Add NEMA L14 and L21 power port/outlet types
2020-05-20 09:36:55 -04:00
Jeremy Stretch
cd236aa886
Closes #4645 : Update minimum required version of PostgreSQL to 9.6
2020-05-15 10:11:36 -04:00
Jeremy Stretch
3c8e7e739d
Fixes #4649 : Fix interface assignment for bulk-imported IP addresses
2020-05-15 09:44:00 -04:00
Jeremy Stretch
a64351279d
Fixes #4648 : Fix bulk CSV import of child devices
2020-05-15 09:36:16 -04:00
Jeremy Stretch
ba91b3aa2e
Fixes #4646 : Correct UI link for reports with custom name
2020-05-15 09:13:51 -04:00
Jeremy Stretch
8394ff5537
Fixes #4644 : Fix ordering of services table by parent
2020-05-15 09:02:56 -04:00
John Anderson
14744da8f6
fixes #4647 - caching invalidation related to assinging new IP addresses to interfaces
2020-05-15 02:45:48 -04:00
John Anderson
2c2d6c6d47
fixes #3304 - primary IP address caching invalidation
2020-05-15 02:31:45 -04:00
Jeremy Stretch
2900013118
Release v2.8.4
2020-05-13 17:24:25 -04:00
Jeremy Stretch
cfe8882f72
Merge pull request #4623 from tyler-8/metrics_docs
...
Notes on multiprocessing metrics and gunicorn vs uwsgi
2020-05-13 17:17:26 -04:00
Tyler Bigler
29abcbced8
Grammar improvements
2020-05-13 17:13:41 -04:00
Jeremy Stretch
e0ebb8e7d8
Fixes #4617 : Restore IP prefix depth notation in list view
2020-05-13 17:08:48 -04:00
Tyler Bigler
96e05fb12d
Notes on multiprocessing and gunicorn vs uwsgi
2020-05-13 17:07:32 -04:00
Jeremy Stretch
07fd92cd4c
Fixes #4629 : Replicate assigned interface when cloning IP addresses
2020-05-13 16:25:22 -04:00
Daniel Sheppard
38d8b0a1ec
Merge pull request #4637 from netbox-community/4634-InventoryItemException
...
#4634 - Correct inventory item table accessor definition on manufacturer column
2020-05-13 10:46:29 -05:00
Daniel Sheppard
fd0be35d99
#4634 - Correct inventory item table accessor definition on manufacturer column
2020-05-13 09:33:48 -05:00
Jeremy Stretch
1461be2004
Fixes #4613 : Fix tag assignment on config contexts (regression from #4527 )
2020-05-13 10:28:48 -04:00
Jeremy Stretch
569d4ee201
Closes #4632 : Extend email configuration parameters to support SSL/TLS
2020-05-13 09:20:24 -04:00
Jeremy Stretch
1d93d9a63a
Fixes #4633 : Bump django-rq to v2.3.2 to fix ImportError with rq 1.4.0
2020-05-13 08:53:29 -04:00
Daniel Sheppard
41361ce2a2
Fixes : #4618 - Add group creation and correct user creation group syntax
2020-05-11 16:10:23 -05:00
Jeremy Stretch
91e46ceb77
Merge pull request #4616 from kobayashi/4607-token-context-help
...
Fix: 4607 Missing token context help
2020-05-11 09:21:01 -04:00
weisdd
cea01e037a
Fix: incorrect DeviceConnectionsReport in reports.md ( #4606 )
...
Since the CONNECTION_STATUS_PLANNED constant is gone from dcim.constants, the DeviceConnectionsReport script is no longer correct.
The suggested fix is based on the fact that console_port.connection_status and power_port.connection_status currently have the following set of values:
* None = A cable is not connected to a Console Server Port or it's connected to a Rear/Front Port;
* False = A cable is connected to a Console Server Port and marked as Planned;
* True = A cable is connected to a Console Server Port and marked as Installed.
2020-05-11 09:14:25 -04:00
kobayashi
465d3ae1af
Fix: 4607 Missing token context help
2020-05-09 23:08:14 -04:00
Jeremy Stretch
e14e217fcd
Fixes #4604 : Multi-position rear ports may only be connected to other rear ports
2020-05-07 16:22:04 -04:00
Jeremy Stretch
b7a96a33ef
Fixes #4598 : Display error message when invalid cable length is specified
2020-05-07 10:34:33 -04:00
Jeremy Stretch
af96ffb3e9
Release v2.8.3
2020-05-06 23:46:52 -04:00
Jeremy Stretch
5c1adf9e37
Fixes #4593 : Fix AttributeError exception when viewing object lists as a non-authenticated user
2020-05-06 23:44:06 -04:00
Jeremy Stretch
c9d0293bd0
Release v2.8.2
2020-05-06 15:04:01 -04:00
Jeremy Stretch
2e25f6b217
Update release notes index
2020-05-06 15:03:35 -04:00
Jeremy Stretch
cd0eb0d8ce
Fixes #4588 : Restore ability to add/remove tags on services, virtual chassis in bulk
2020-05-06 15:00:01 -04:00
Jeremy Stretch
a4dbd2dae5
Closes #3064 : Include tags in object lists as a toggleable table column
2020-05-06 14:42:51 -04:00
Jeremy Stretch
881b0a6add
Changelog for #4584
2020-05-06 12:49:04 -04:00
Jeremy Stretch
3baf983e86
Updated REST API documentation
2020-05-06 12:46:24 -04:00
Jeremy Stretch
b1aa7fa7f8
Changelog for #3147
2020-05-06 10:16:23 -04:00
Jeremy Stretch
0239be9be5
Fixes #4578 : Prevent setting 0U height on device type with racked instances
2020-05-05 13:41:23 -04:00
Jeremy Stretch
6e2c68ef42
Fixes #4652 : Update repo RPM link for PosgtreSQL on CentOS
2020-05-05 13:05:54 -04:00
Jeremy Stretch
3d8001ae1c
Changelog for #492
2020-05-04 15:14:52 -04:00
Jeremy Stretch
80f08e6830
Merge pull request #4555 from netbox-community/492-table-column-ordering
...
Closes #492 : Table column ordering
2020-05-04 15:12:29 -04:00
koratfood
e6598fac20
Replace supervisord with systemd in LDAP troubleshooting ( #4569 )
...
Update the LDAP troubleshooting steps so that they are consistent with the rest of the documentaiton, which nowadays expects us to be running netbox via systemd instead of supervisord. Fixes #4504 .
2020-05-04 09:56:03 -04:00
Jeremy Stretch
05cb47e650
Closes #4502 : Enable configuration of proxies for outbound HTTP requests
2020-04-30 14:59:13 -04:00
Jeremy Stretch
e75c4c012d
Closes #4554 : Add HDOT Cx power outlet type
2020-04-30 13:39:12 -04:00
Jeremy Stretch
bcb7899b04
Fixes #4548 : Fix tracing cables through a single RearPort
2020-04-29 16:32:30 -04:00
Jeremy Stretch
81ffa0811e
Closes #4556 : Update form for adding devices to clusters
2020-04-29 15:50:16 -04:00
Jeremy Stretch
ed21ff52ee
Merge branch 'develop' into 492-table-column-ordering
2020-04-29 10:08:56 -04:00
Jeremy Stretch
f98a236a5b
Changelog for #4545
2020-04-29 09:46:24 -04:00
Jeremy Stretch
f535ef4924
Update development docs to remove squashing instructions
2020-04-29 09:44:41 -04:00
kobayashi
39ea14202e
Fix 4549 webhook body encode in utf-8
2020-04-29 01:48:53 -04:00
Jeremy Stretch
96eafe6dc1
Document table columns preference
2020-04-28 14:32:32 -04:00
Jeremy Stretch
ffba1c1d43
Add extras.configcontext.format to preferences doc
2020-04-24 13:11:01 -04:00
Jeremy Stretch
bdbf21b3e2
Closes #4421 : Retain user's preference for config context format
2020-04-24 12:01:41 -04:00
Jeremy Stretch
f019c8d2ce
Fixes #4527 : Fix assignment of certain tags to config contexts
2020-04-24 11:31:01 -04:00
Jeremy Stretch
ad099d79f2
Changelog for #3294 , #4531
2020-04-24 11:03:14 -04:00
Jeremy Stretch
d8494e44e7
Document available user preferences
2020-04-24 09:46:02 -04:00
Jeremy Stretch
92343469e7
Correct release date
2020-04-23 10:11:11 -04:00
Jeremy Stretch
3ece4f137f
Release v2.8.1
2020-04-23 10:09:13 -04:00
Sander Steffann
70b8b9ecdb
Fix minor typo
2020-04-23 14:10:58 +02:00
John Anderson
11ee6f417f
fix #4459 - Fix caching issue resulting in erroneous nested data for regions, rack groups, and tenant groups
2020-04-22 16:45:26 -04:00
Jeremy Stretch
5ea92dda4b
Changelog for #4139
2020-04-22 14:15:41 -04:00
Jeremy Stretch
131d2c97ca
Fixes #4336 : Ensure interfaces without a subinterface ID are ordered before subinterface zero
2020-04-21 16:13:34 -04:00
Jeremy Stretch
ada55dfdfb
Fixes #4510 : Enforce address family for device primary IPv4/v6 addresses
2020-04-21 14:50:15 -04:00
Jeremy Stretch
cc721efe97
Fixes #3356 : Correct Swagger schema specification for the available prefixes/IPs API endpoints
2020-04-21 14:12:49 -04:00
Jeremy Stretch
b362c6a967
Fixes #2994 : Prevent modifying termination points of existing cable to ensure end-to-end path integrity
2020-04-21 13:41:38 -04:00
Jeremy Stretch
5eef6bc527
Changelog for #4388
2020-04-21 12:51:43 -04:00
Jeremy Stretch
f80eb16060
Closes #4505 : Fix typo in application stack diagram
2020-04-20 11:06:52 -04:00
Jeremy Stretch
8ea611df44
Changelog for #4464
2020-04-20 11:04:15 -04:00
Jeremy Stretch
5aadfff1de
Merge pull request #4492 from kobayashi/4361-type-connection_status
...
Fix #4361 Set correct type of connection_status in swagger schema
2020-04-15 09:45:39 -04:00
Jeremy Stretch
cb84e3bb2e
Closes #4491 : Update docs to indicate support for nesting objects
2020-04-15 09:41:57 -04:00
Jeremy Stretch
e0f819691f
Fixes #4496 : Fix exception when validating certain models via REST API
2020-04-15 09:37:30 -04:00
kobayashi
1ce0191a74
Fixes #4361 : Set correct type of connection_state
2020-04-15 01:02:11 -04:00
Jeremy Stretch
788909de94
Fixes #4489 : Fix display of parent/child role on device type view
2020-04-14 12:13:05 -04:00
Jeremy Stretch
2dbc04c6fb
Fix typo
2020-04-14 10:03:02 -04:00
Jeremy Stretch
819f842cf1
Call out requirement for Python 3.6 or later
2020-04-13 14:38:26 -04:00
Jeremy Stretch
0ffc74c669
Fix link to logging configuration docs
2020-04-13 14:37:11 -04:00
Jeremy Stretch
9ed0494b45
Clarify requirement for Python 3.6 or later
2020-04-13 14:22:17 -04:00
Jeremy Stretch
488129d7ad
Release v2.8.0
2020-04-13 11:21:33 -04:00
Jeremy Stretch
c691ec843d
Fixes #4476 : Correct typo in slugs for Infiniband interface types
2020-04-13 10:51:25 -04:00
Jeremy Stretch
67f2cdc921
Fixes #4474 : Fix population of device types when bulk editing devices
2020-04-13 10:34:44 -04:00
Jeremy Stretch
ee51dae73f
Merge pull request #4473 from netbox-community/develop-2.8
...
Merge v2.8 work into develop
2020-04-13 10:17:27 -04:00
Jeremy Stretch
0316063ba9
Update v2.8 release notes
2020-04-10 11:56:52 -04:00
Jeremy Stretch
5de085d83d
Tweak PluginMenuButton icon_class to require additional "fa" class
2020-04-10 10:36:03 -04:00
Jeremy Stretch
db70f04447
Minor tweaks to plugins development doc
2020-04-10 10:20:36 -04:00
Jeremy Stretch
ed05198c45
Add static file collection to plugins installation doc
2020-04-09 14:52:18 -04:00
Jeremy Stretch
c593eca936
Minor improvements to installation docs
2020-04-09 14:43:22 -04:00
Petr Klíma
2daf1e2004
#4470 wrong Ubuntu package name
2020-04-09 16:02:57 +02:00
Jeremy Stretch
5266bf93a3
Merge branch 'develop' into develop-2.8
2020-04-08 13:50:15 -04:00
Jeremy Stretch
b86c61dcdb
Release v2.7.12
2020-04-08 13:26:33 -04:00
Jeremy Stretch
2357928e72
Add documentation for webhook_receiver
2020-04-07 13:51:20 -04:00
Daniel Sheppard
225ba4cc35
Fixes : #4395 - Fix typing on interface serializer
2020-04-07 08:36:13 -05:00
Daniel Sheppard
fe088dba7a
Fixes : #4396 - Fix typing on interface serializer
2020-04-07 08:33:00 -05:00
Jeremy Stretch
46b896b2cf
Merge branch 'develop' into develop-2.8
2020-04-06 13:51:05 -04:00
Jeremy Stretch
58442b1af6
Correct author name parameter
2020-04-06 11:43:52 -04:00
Jeremy Stretch
5f6b63e978
Remove extraneous package from Apache installation instructions
2020-04-03 16:03:50 -04:00
Jeremy Stretch
ad08935c57
Move nginx/Apache configs to discrete files
2020-04-03 15:46:48 -04:00
Jeremy Stretch
af405a8ab2
Closes #4391 : Extend installation docs to include enabling SSL
2020-04-03 15:35:45 -04:00
Jeremy Stretch
630788731e
Closes #4448 : Allow connecting cables between two circuit terminations
2020-04-03 13:44:41 -04:00
Jeremy Stretch
721368ea8d
Closes #4147 : Use absolute URLs in rack elevation SVG renderings
2020-04-03 13:16:35 -04:00
Jeremy Stretch
1f3a21ba20
Fixes #4449 : Fix reservation edit/delete button URLs on rack view
2020-04-03 12:13:36 -04:00
Jeremy Stretch
4ab3854d66
Fixes #4438 : Fix exception when disconnecting a cable from a power feed
2020-04-02 10:19:50 -04:00
Jeremy Stretch
354f87c888
Fixes #4439 : Tweak display of unset custom integer fields
2020-04-02 10:06:01 -04:00
Jeremy Stretch
0432b1a6f9
Move default caching_config to PluginConfig class
2020-04-01 12:10:19 -04:00
Jeremy Stretch
f469c794ce
Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS)
2020-04-01 10:10:29 -04:00
Jeremy Stretch
fb2868f8bb
Fixes #4418 : Fail cleanly when trying to import multiple device types simultaneously
2020-03-30 16:44:04 -04:00
Jeremy Stretch
aa38dcf490
Closes #3676 : Reference VRF by name rather than RD during IP/prefix import
2020-03-30 15:54:35 -04:00
Jeremy Stretch
06116cdde7
Add developer docs for application registry
2020-03-30 15:31:13 -04:00
Jeremy Stretch
5f1329c71c
Changelog for #3351
2020-03-30 13:09:10 -04:00
Jeremy Stretch
fa83750e72
Merge branch 'develop-2.8' into 3351-plugins
2020-03-27 13:05:34 -04:00
Jeremy Stretch
a72d5c899e
Merge branch 'develop' into develop-2.8
2020-03-27 12:53:55 -04:00
Jeremy Stretch
59e6386361
Release v2.7.11
2020-03-27 12:40:21 -04:00
Jeremy Stretch
9c1eda0d9a
Closes #4404 : Add cable trace button for circuit terminations
2020-03-27 12:35:36 -04:00
Daniel Sheppard
785119f5bb
Fixes : #4415 - Add site on validate_unique() for device model
2020-03-27 08:37:48 -05:00
Jeremy Stretch
8a3ebf64bc
Rename obj to object; clean up docstrings
2020-03-26 21:46:56 -04:00
Jeremy Stretch
f03cc96050
Restrict context data available to PluginTemplateExtensions
2020-03-26 16:50:55 -04:00
Jeremy Stretch
e7f7b14214
Extend menu items and buttons to accept a list of required permissions
2020-03-26 16:04:12 -04:00
Jeremy Stretch
877417d68f
Rename PluginTemplateContent to PluginTemplateExtension
2020-03-26 12:18:58 -04:00
Jeremy Stretch
62f14f0473
Convert PluginConfig attrs list to a table
2020-03-26 12:03:10 -04:00
Jeremy Stretch
66a99e13bb
Fix up styling of tables in documentation
2020-03-26 11:54:58 -04:00
Jeremy Stretch
d316d8ac61
Rename PluginNavMenuButton to PluginMenuButton
2020-03-26 11:30:42 -04:00