Commit Graph

937 Commits

Author SHA1 Message Date
Jeremy Stretch
40d91dce3b Fixes #4604: Multi-position rear ports may only be connected to other rear ports 2020-05-07 16:22:04 -04:00
Jeremy Stretch
91ecdc5c89 Fixes #4598: Display error message when invalid cable length is specified 2020-05-07 10:34:33 -04:00
Jeremy Stretch
567ab208f1 Release v2.8.3 2020-05-06 23:46:52 -04:00
Jeremy Stretch
7e1d144399 Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user 2020-05-06 23:44:06 -04:00
Jeremy Stretch
797c1c0e4c Release v2.8.2 2020-05-06 15:04:01 -04:00
Jeremy Stretch
54d9858dfb Update release notes index 2020-05-06 15:03:35 -04:00
Jeremy Stretch
9c4796db4a Fixes #4588: Restore ability to add/remove tags on services, virtual chassis in bulk 2020-05-06 15:00:01 -04:00
Jeremy Stretch
aecc00a353 Closes #3064: Include tags in object lists as a toggleable table column 2020-05-06 14:42:51 -04:00
Jeremy Stretch
cc9f66e46f Changelog for #4584 2020-05-06 12:49:04 -04:00
Jeremy Stretch
e4939d2450 Updated REST API documentation 2020-05-06 12:46:24 -04:00
Jeremy Stretch
de6b26f8d7 Changelog for #3147 2020-05-06 10:16:23 -04:00
Jeremy Stretch
478d24d3e7 Fixes #4578: Prevent setting 0U height on device type with racked instances 2020-05-05 13:41:23 -04:00
Jeremy Stretch
9e20a93234 Fixes #4652: Update repo RPM link for PosgtreSQL on CentOS 2020-05-05 13:05:54 -04:00
Jeremy Stretch
9671d259ab Changelog for #492 2020-05-04 15:14:52 -04:00
Jeremy Stretch
00e4fb0e78 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
88c3cce392 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
c0735151d6 Closes #4502: Enable configuration of proxies for outbound HTTP requests 2020-04-30 14:59:13 -04:00
Jeremy Stretch
6d1b881b4d Closes #4554: Add HDOT Cx power outlet type 2020-04-30 13:39:12 -04:00
Jeremy Stretch
02342f6c7b Fixes #4548: Fix tracing cables through a single RearPort 2020-04-29 16:32:30 -04:00
Jeremy Stretch
2882c36cff Closes #4556: Update form for adding devices to clusters 2020-04-29 15:50:16 -04:00
Jeremy Stretch
20b03e3b35 Merge branch 'develop' into 492-table-column-ordering 2020-04-29 10:08:56 -04:00
Jeremy Stretch
3632e45c53 Changelog for #4545 2020-04-29 09:46:24 -04:00
Jeremy Stretch
15c260c484 Update development docs to remove squashing instructions 2020-04-29 09:44:41 -04:00
kobayashi
783dcb8797 Fix 4549 webhook body encode in utf-8 2020-04-29 01:48:53 -04:00
Jeremy Stretch
2b1148732b Document table columns preference 2020-04-28 14:32:32 -04:00
Jeremy Stretch
1728cc0f59 Add extras.configcontext.format to preferences doc 2020-04-24 13:11:01 -04:00
Jeremy Stretch
cc6d35234a Closes #4421: Retain user's preference for config context format 2020-04-24 12:01:41 -04:00
Jeremy Stretch
60b22097e0 Fixes #4527: Fix assignment of certain tags to config contexts 2020-04-24 11:31:01 -04:00
Jeremy Stretch
35d95849dd Changelog for #3294, #4531 2020-04-24 11:03:14 -04:00
Jeremy Stretch
e1df078352 Document available user preferences 2020-04-24 09:46:02 -04:00
Jeremy Stretch
970333f5f7 Correct release date 2020-04-23 10:11:11 -04:00
Jeremy Stretch
6e0b0f98f1 Release v2.8.1 2020-04-23 10:09:13 -04:00
Sander Steffann
d65a5a931b Fix minor typo 2020-04-23 14:10:58 +02:00
John Anderson
ddd9df5e8a 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
417de9968c Changelog for #4139 2020-04-22 14:15:41 -04:00
Jeremy Stretch
443bd5d573 Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
Jeremy Stretch
33e91c90f5 Fixes #4510: Enforce address family for device primary IPv4/v6 addresses 2020-04-21 14:50:15 -04:00
Jeremy Stretch
ba8be5afcd Fixes #3356: Correct Swagger schema specification for the available prefixes/IPs API endpoints 2020-04-21 14:12:49 -04:00
Jeremy Stretch
573f5e1162 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
0d212fa480 Changelog for #4388 2020-04-21 12:51:43 -04:00
Jeremy Stretch
3ca213607e Closes #4505: Fix typo in application stack diagram 2020-04-20 11:06:52 -04:00
Jeremy Stretch
6e825e6309 Changelog for #4464 2020-04-20 11:04:15 -04:00
Jeremy Stretch
8319b89b42 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
8db65892df Closes #4491: Update docs to indicate support for nesting objects 2020-04-15 09:41:57 -04:00
Jeremy Stretch
d8bdc0eb62 Fixes #4496: Fix exception when validating certain models via REST API 2020-04-15 09:37:30 -04:00
kobayashi
233e972418 Fixes #4361: Set correct type of connection_state 2020-04-15 01:02:11 -04:00
Jeremy Stretch
2264e47f48 Fixes #4489: Fix display of parent/child role on device type view 2020-04-14 12:13:05 -04:00
Jeremy Stretch
9b41d261c8 Fix typo 2020-04-14 10:03:02 -04:00
Jeremy Stretch
10bd014e4e Call out requirement for Python 3.6 or later 2020-04-13 14:38:26 -04:00
Jeremy Stretch
92a9c25ba1 Fix link to logging configuration docs 2020-04-13 14:37:11 -04:00