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