Commit Graph

640 Commits

Author SHA1 Message Date
Jeremy Stretch
fcbcb299e4 Changelog for #4651, #4652 2020-05-26 09:05:18 -04:00
kobayashi
bba76b26b3 Closes #4676: Set default value of REMOTE_AUTH_AUTO_CREATE_USER as False in docs 2020-05-26 01:26:26 -04:00
kobayashi
5af259033b Fixes #4684: Fix ignored comment when importing DeviceType 2020-05-26 01:17:10 -04:00
Jeremy Stretch
76490f9825 Formatting fix 2020-05-20 10:37:26 -04:00
Jeremy Stretch
210691bd10 Closes #4665: Add NEMA L14 and L21 power port/outlet types 2020-05-20 09:36:55 -04:00
Jeremy Stretch
1e30c8c3f5 Closes #4645: Update minimum required version of PostgreSQL to 9.6 2020-05-15 10:11:36 -04:00
Jeremy Stretch
7ec2901996 Fixes #4649: Fix interface assignment for bulk-imported IP addresses 2020-05-15 09:44:00 -04:00
Jeremy Stretch
19af2dbadd Fixes #4648: Fix bulk CSV import of child devices 2020-05-15 09:36:16 -04:00
Jeremy Stretch
e635c5eba3 Fixes #4646: Correct UI link for reports with custom name 2020-05-15 09:13:51 -04:00
Jeremy Stretch
676bcf571f Fixes #4644: Fix ordering of services table by parent 2020-05-15 09:02:56 -04:00
John Anderson
1f46af94db fixes #4647 - caching invalidation related to assinging new IP addresses to interfaces 2020-05-15 02:45:48 -04:00
John Anderson
980d8ef6ac fixes #3304 - primary IP address caching invalidation 2020-05-15 02:31:45 -04:00
Jeremy Stretch
cebe02b3a6 Release v2.8.4 2020-05-13 17:24:25 -04:00
Jeremy Stretch
e04d653833 Fixes #4617: Restore IP prefix depth notation in list view 2020-05-13 17:08:48 -04:00
Jeremy Stretch
fece2781ad Fixes #4629: Replicate assigned interface when cloning IP addresses 2020-05-13 16:25:22 -04:00
Daniel Sheppard
721bec90c5 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
2c9be2d03b #4634 - Correct inventory item table accessor definition on manufacturer column 2020-05-13 09:33:48 -05:00
Jeremy Stretch
e0b1a2cfb9 Fixes #4613: Fix tag assignment on config contexts (regression from #4527) 2020-05-13 10:28:48 -04:00
Jeremy Stretch
d56a46ebde Closes #4632: Extend email configuration parameters to support SSL/TLS 2020-05-13 09:20:24 -04:00
Jeremy Stretch
c361351500 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
kobayashi
cee4319923 Fix: 4607 Missing token context help 2020-05-09 23:08:14 -04:00
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
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
9671d259ab Changelog for #492 2020-05-04 15:14:52 -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
3632e45c53 Changelog for #4545 2020-04-29 09:46:24 -04:00
kobayashi
783dcb8797 Fix 4549 webhook body encode in utf-8 2020-04-29 01:48:53 -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
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
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
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
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
Jeremy Stretch
ed9a0002a6 Release v2.8.0 2020-04-13 11:21:33 -04:00
Jeremy Stretch
722bdfe3f1 Fixes #4476: Correct typo in slugs for Infiniband interface types 2020-04-13 10:51:25 -04:00
Jeremy Stretch
abc3a20ff0 Fixes #4474: Fix population of device types when bulk editing devices 2020-04-13 10:34:44 -04:00
Jeremy Stretch
7f65bcc78b Update v2.8 release notes 2020-04-10 11:56:52 -04:00
Jeremy Stretch
c397830b1c Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
Jeremy Stretch
7ffa7d528c Release v2.7.12 2020-04-08 13:26:33 -04:00
Jeremy Stretch
10f0615947 Add documentation for webhook_receiver 2020-04-07 13:51:20 -04:00
Daniel Sheppard
91ee801553 Fixes: #4395 - Fix typing on interface serializer 2020-04-07 08:36:13 -05:00
Daniel Sheppard
854dd643ab Fixes: #4396 - Fix typing on interface serializer 2020-04-07 08:33:00 -05:00
Jeremy Stretch
8ba6dad2bb Merge branch 'develop' into develop-2.8 2020-04-06 13:51:05 -04:00
Jeremy Stretch
a6f7fa6ad3 Closes #4448: Allow connecting cables between two circuit terminations 2020-04-03 13:44:41 -04:00
Jeremy Stretch
7af91e2409 Closes #4147: Use absolute URLs in rack elevation SVG renderings 2020-04-03 13:16:35 -04:00
Jeremy Stretch
85dff7ece4 Fixes #4449: Fix reservation edit/delete button URLs on rack view 2020-04-03 12:13:36 -04:00
Jeremy Stretch
c6ec8d62dc Fixes #4438: Fix exception when disconnecting a cable from a power feed 2020-04-02 10:19:50 -04:00
Jeremy Stretch
208a1f19b6 Fixes #4439: Tweak display of unset custom integer fields 2020-04-02 10:06:01 -04:00
Jeremy Stretch
b528f65bbf Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously 2020-03-30 16:44:04 -04:00
Jeremy Stretch
8d004a560e Closes #3676: Reference VRF by name rather than RD during IP/prefix import 2020-03-30 15:54:35 -04:00
Jeremy Stretch
b4dccd090a Changelog for #3351 2020-03-30 13:09:10 -04:00
Jeremy Stretch
e836fe3378 Merge branch 'develop' into develop-2.8 2020-03-27 12:53:55 -04:00
Jeremy Stretch
ac28f44dda Release v2.7.11 2020-03-27 12:40:21 -04:00
Jeremy Stretch
ee0210c5d6 Closes #4404: Add cable trace button for circuit terminations 2020-03-27 12:35:36 -04:00
Daniel Sheppard
94bda93faa Fixes: #4415 - Add site on validate_unique() for device model 2020-03-27 08:37:48 -05:00
Jeremy Stretch
742d5c7e4e Closes #4389: Add a bulk edit view for device bays 2020-03-19 16:32:08 -04:00
Jeremy Stretch
d5ac290a5d Closes #4386: Update admin links for Django RQ to reflect multiple queues 2020-03-19 13:54:49 -04:00
Jeremy Stretch
e32b98665d Changelog for #4255 2020-03-19 11:03:35 -04:00
Jeremy Stretch
88fc2f88d3 Changelog for #3193 2020-03-19 10:56:42 -04:00
Jeremy Stretch
95924c95ed Closes #4382: Enable custom links for rack reservations 2020-03-18 14:50:49 -04:00
Jeremy Stretch
3557775056 Closes #4381: Enable export templates for rack reservations 2020-03-18 14:46:23 -04:00
Jeremy Stretch
ed3422198b Closes #4380: Enable webhooks for rack reservations 2020-03-18 14:43:19 -04:00
Jeremy Stretch
cd6c66ed09 Changelog for #738 2020-03-18 14:02:24 -04:00
John Anderson
17a8e6a46c Merge branch 'develop' into develop-2.8 2020-03-16 12:17:00 -04:00
kobayashi
b4a7208381 Fixes #2769: improve prefix_length validations 2020-03-16 03:20:15 -04:00
John Anderson
7d717fb788 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
Jeremy Stretch
29001d8a9a Rename Tag.comments to description 2020-03-13 17:00:00 -04:00
Jeremy Stretch
786ebb5592 Changelog for #4078 2020-03-13 16:42:47 -04:00
Jeremy Stretch
daa2408b73 Closes #4369: Add a dedicated view for rack reservations 2020-03-13 13:53:44 -04:00
Jeremy Stretch
26f8f5bb12 Fixes #4365: Fix exception raised on IP address bulk add view 2020-03-13 09:07:03 -04:00
Jeremy Stretch
54b5edc3ad Closes #4309: Add descriptive tooltip to custom fields on object views 2020-03-12 21:43:34 -04:00
Jeremy Stretch
687bc87dac Changelog for #3416 2020-03-12 11:38:39 -04:00
Jeremy Stretch
f0791f56c1 Update changelog for #1754, #3939 2020-03-11 21:22:06 -04:00
Jeremy Stretch
3ae65f36b6 Changelog for #2328 2020-03-11 11:27:47 -04:00
Jeremy Stretch
03b7ca9e50 Fixes #4343: Fix Markdown support for tables 2020-03-11 09:52:02 -04:00
John Anderson
04faf4edbf closes #4340 - Enforce unique constraints for device and virtual machine names in the API 2020-03-10 19:15:24 -04:00
Jeremy Stretch
4d91af4fde Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
Jeremy Stretch
45b8803286 Release v2.7.10 2020-03-10 13:50:17 -04:00
Jeremy Stretch
0405a803d4 Fixes #4338: Catch AddrFormatError exception when filtering aggregates/prefixes by an invalid prefix 2020-03-10 11:58:34 -04:00
Jeremy Stretch
0e7f61ea38 Revert initial fix for #4336 2020-03-10 11:43:00 -04:00
Jeremy Stretch
c3ede657cf Fixes #4337: Allow bulk editing/deletion of all device components matching a query 2020-03-10 10:18:48 -04:00
Jeremy Stretch
ddc9a6b712 Fixes #4336: Ensure interfaces without a channel/unit are ordered before a channel/unit of zero 2020-03-10 10:03:42 -04:00
Jeremy Stretch
1fd68a7d87 Closes #4332: Redirect to a user-friendly error page when CSS/JS resources fail to load 2020-03-09 15:33:57 -04:00
Jeremy Stretch
b314044542 Update changelog 2020-03-09 14:28:06 -04:00
Jeremy Stretch
c044b6a91a Changelog for #4217 2020-03-09 10:15:18 -04:00
Jeremy Stretch
c5504f091b Merge branch 'develop' into 4217-contextual-docs 2020-03-09 09:56:14 -04:00
Jeremy Stretch
cdab2b3d67 Fixes #4326: Exclude Python modules without Script classes from scripts list 2020-03-06 20:59:32 -05:00
Jeremy Stretch
2d824654ce Closes #4324: Add CSV import view for services 2020-03-06 16:33:43 -05:00
Jeremy Stretch
247f6d6974 Fixes #4323: Add bulk edit view for power panels 2020-03-06 16:05:26 -05:00
Jeremy Stretch
a683a490cc Closes #4313: Remove id__in filters 2020-03-06 12:05:53 -05:00
Jeremy Stretch
a1d564e469 Merge branch 'develop' into develop-2.8 2020-03-06 11:34:01 -05:00
Jeremy Stretch
86931f7e0a Release v2.7.9 2020-03-06 11:17:17 -05:00
kobayashi
ca8646fd83 set fix#4062 to release note 2020-03-05 23:52:33 -05:00
Jeremy Stretch
c619a6e471 Update release notes navigation; ditch v1.x release notes 2020-03-05 17:27:59 -05:00
Jeremy Stretch
d4f44d6190 Merge pull request #4315 from netbox-community/4195-application-logging
Closes #4195: Application logging
2020-03-04 14:39:12 -05:00
Jeremy Stretch
bf65e4cae2 Documentation and changelog for #4195 2020-03-04 14:33:55 -05:00
Jeremy Stretch
42a5ff1a12 Changelog for #4121 2020-03-04 11:53:53 -05:00
Jeremy Stretch
17dac2c761 Closes #4119: Extend upgrade script to clear expired user sessions 2020-03-04 10:29:22 -05:00
Jeremy Stretch
721e834735 Changelog for #4298 2020-03-04 10:03:39 -05:00
Jeremy Stretch
ed2f997c9c Merge branch 'develop' into develop-2.8 2020-03-03 13:20:00 -05:00
Jeremy Stretch
63b1feff0b Closes #4218: Allow negative voltage for DC power feeds 2020-03-03 12:10:08 -05:00
Jeremy Stretch
9276f9d016 Closes #4290: Include device name in tooltip on rack elevations 2020-03-03 10:35:07 -05:00
Jeremy Stretch
e8546c7d1e Closes #4284: Add MRJ21 port and cable types 2020-03-03 10:13:21 -05:00
Jeremy Stretch
f7ec14583f Closes #4305: Add 10-inch option for rack width 2020-03-03 10:07:20 -05:00
Jeremy Stretch
ac382e1638 Fixes #4306: Fix toggling of device images for all racks in elevations view 2020-03-03 10:04:35 -05:00
Jeremy Stretch
4f9db8fe26 Fixes #4300: Pass "commit" argument when executing scripts via REST API 2020-03-02 13:29:32 -05:00
kobayashi
81b4fc8a6e Fix #4274: Set correct value schema for int typed ChoiceField 2020-03-02 11:26:56 -05:00
Jeremy Stretch
264cb3d815 Fixes #4301: Fix exception when deleting device type with components 2020-03-02 09:41:37 -05:00
Jeremy Stretch
f196fabfb1 Fixes #4295: Fix assignment of parent LAG during interface bulk edit 2020-02-28 09:44:41 -05:00
Jeremy Stretch
497c2b5f64 Closes #4281: Allow filtering device component list views by type 2020-02-26 17:22:53 -05:00
Jeremy Stretch
228d1f2d23 Fixes #4282: Fix label on export button for device types 2020-02-26 16:49:39 -05:00
Jeremy Stretch
c81e7042ae Fixes #4285: Include A/Z termination sites in provider circuits table 2020-02-26 16:41:59 -05:00
Jeremy Stretch
55650bb5d5 Changelog for #3949 2020-02-26 15:56:26 -05:00
Jeremy Stretch
fac418c31d Fixes #4277: Fix filtering of clusters by tenant 2020-02-26 09:11:38 -05:00
Jeremy Stretch
80150e9e44 Release v2.7.8 2020-02-25 15:04:08 -05:00
Jeremy Stretch
0f43857895 Extend custom scripts to pass the 'commit' value via run() 2020-02-25 14:49:41 -05:00
Jeremy Stretch
b44a5e829b Changelog & cleanup for #4267 2020-02-25 12:34:48 -05:00
Jeremy Stretch
d61f0b6983 Fixes #4272: Interface type should be required by API serializer 2020-02-25 11:20:43 -05:00
Jeremy Stretch
f59491514d Merge branch 'develop' into 4227-omit-private-changelog 2020-02-25 11:02:11 -05:00
Jeremy Stretch
53eeb5c61c Changelog for #4237 2020-02-25 10:46:16 -05:00
Saria Hajjar
20d32de425 Fixes #4227: Omit internal fields from the change log data 2020-02-25 14:48:11 +00:00
Jeremy Stretch
e1f7f009e8 Closes #3145: Add 'decommissioning' status for cables 2020-02-24 14:09:36 -05:00
Jeremy Stretch
ce26a2e27f Fixes #4222: Escape double quotes on encapsulated values during CSV export 2020-02-24 13:29:00 -05:00
Jeremy Stretch
1876003cf9 Fixes #4221: Fix exception when deleting a device with interface connections when an interfaces webhook is defined 2020-02-24 12:41:55 -05:00
dansheps
5e6d25f601 Update release notes for #4230 2020-02-24 09:31:52 -06:00
Jeremy Stretch
84ef710872 Fixes #4252: Fix power port assignment for power outlet templates created via REST API 2020-02-24 10:13:47 -05:00
Jeremy Stretch
20ada58da3 Fixes #4246: Fix duplication of field attributes when multiple IPNetworkVars are present in a script 2020-02-24 10:01:31 -05:00
Jeremy Stretch
058f8ad8f3 Fixes #4241: Correct IP address hyperlinks on interface view 2020-02-21 21:43:04 -05:00
Jeremy Stretch
25d4c3156b Fixes #4240: Fix exception when filtering foreign keys by NULL 2020-02-21 21:38:25 -05:00
Jeremy Stretch
05f8487081 Fixes #4239: Fix exception when selecting all filtered objects during bulk edit 2020-02-21 20:44:53 -05:00
Jeremy Stretch
c26aca4d20 Closes #4173: Return graceful error message when webhook queuing fails 2020-02-21 17:21:04 -05:00
Jeremy Stretch
fc0e3ba6ef Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
Jeremy Stretch
3ec53b8473 Fixes #4235: Fix API representation of content_type for export templates 2020-02-21 14:38:38 -05:00
Jeremy Stretch
72f626a583 Changelog for #4228 2020-02-21 14:19:02 -05:00
Jeremy Stretch
56f798aaa7 Fixes #4232: Enforce consistent background striping in rack elevations 2020-02-21 13:49:28 -05:00
Jeremy Stretch
b024e4982f Changelog for #4224 2020-02-21 09:42:07 -05:00
Jeremy Stretch
1ab93b6a57 Release v2.7.7 2020-02-20 14:48:23 -05:00
Jeremy Stretch
5886471855 Changelog for #4206 2020-02-20 14:27:26 -05:00
Jeremy Stretch
684c3099e4 Closes #4209: Enable filtering interfaces list view by enabled 2020-02-20 14:24:22 -05:00
Jeremy Stretch
ff3622e597 Changelog for #4213 2020-02-20 14:17:18 -05:00
Jeremy Stretch
139e61a558 Changelog for #1529 2020-02-20 13:49:34 -05:00
Jeremy Stretch
2a0c9a1cae Fixes #4211: Include trailing text when naturalizing interface names 2020-02-20 09:49:15 -05:00
Jeremy Stretch
8d79c79907 Closes #3810: Preserve slug value when editing existing objects 2020-02-19 13:53:11 -05:00
Jeremy Stretch
11f6faefc1 Fixes #4204: Fix assignment of mask length when bulk editing prefixes 2020-02-19 13:28:07 -05:00
Jeremy Stretch
ada2a886b7 Merge pull request #4181 from hSaria/2511-change-diff
Fixes #2511: Compare object change to the previous change
2020-02-19 12:41:24 -05:00
Jeremy Stretch
922be0dc5c Fixes #4202: Prevent reassignment to master device when bulk editing VC member interfaces 2020-02-19 11:29:42 -05:00
Jeremy Stretch
a4fd41ad3d Fixes #3967: Fix missing migration for interface templates of type "other" 2020-02-18 16:56:50 -05:00
Jeremy Stretch
55a6b19afb Fixes #4196: Fix exception when viewing LLDP neighbors page 2020-02-18 16:21:50 -05:00
Jeremy Stretch
e5a4f94d35 Fixes #4194: Role field should not be required when searching/filtering secrets 2020-02-18 11:14:37 -05:00
Jeremy Stretch
735560c077 Fixes #4179: Site is required when creating a rack group or power panel 2020-02-18 11:08:16 -05:00
Jeremy Stretch
71d5f2ad2b Fixes #4183: Fix representation of NaturalOrderingField values in change log 2020-02-18 10:50:14 -05:00
Saria Hajjar
2b9e23df1a Changelog for #2511 2020-02-15 23:55:03 +00:00
Jeremy Stretch
a321e03741 Changelog for #4081 2020-02-14 15:44:52 -05:00
Jeremy Stretch
8468798546 Merge pull request #4178 from netbox-community/4081-drop-ip-family
Closes #4081: Drop the family column from IP objects
2020-02-14 15:42:19 -05:00
Jeremy Stretch
3612057fc1 Fixes #4175: Fix potential exception when bulk editing objects from a filtered list 2020-02-14 14:27:47 -05:00
Jeremy Stretch
30788b3873 Closes #3753: Remove rack units endpoint (replaced with elevation) 2020-02-14 13:59:07 -05:00
Jeremy Stretch
9a6a1e9966 Closes #4170: Improve color contrast in rack elevation drawings 2020-02-14 13:09:01 -05:00
Jeremy Stretch
175ce21da9 Changelog for #3840 2020-02-14 12:04:35 -05:00
Jeremy Stretch
2c27cc64df Changelog for #2519 2020-02-14 09:35:43 -05:00
Jeremy Stretch
98a59b9116 Fixes #4168: Role is not required when creating a virtual machine 2020-02-14 09:13:05 -05:00
Jeremy Stretch
ea21fddda6 Release v2.7.6 2020-02-13 21:46:03 -05:00
Jeremy Stretch
5cd25b2721 Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields 2020-02-13 21:41:00 -05:00
Jeremy Stretch
bd49364f8b Release v2.7.5 2020-02-13 15:32:09 -05:00
Jeremy Stretch
e09ab1b6de Changelog for #3984 2020-02-13 15:16:07 -05:00
Jeremy Stretch
6a233c9dca Changelog for #4159 2020-02-13 09:48:12 -05:00
kobayashi
142bb8aa85 additional status choices for vms 2020-02-12 22:43:40 -05:00
kobayashi
5b3125c4df Modify offline status color for vm 2020-02-12 22:19:17 -05:00
kobayashi
3ed22fd1ae Fixes #4093: Add decommissioning for vms 2020-02-12 22:19:17 -05:00
Jeremy Stretch
dd92e41748 Changelog & docs for #3766 2020-02-12 16:54:40 -05:00
Jeremy Stretch
1a116ac0c0 Update changelog 2020-02-12 16:28:19 -05:00
Jeremy Stretch
2c73ede367 Fixes #4146: Fix SecretRole permissions enforcement 2020-02-12 11:13:32 -05:00
Jeremy Stretch
3b25e8cedd Merge branch 'develop' into 3995-navbar-overflow 2020-02-12 09:40:31 -05:00
Jeremy Stretch
de5aa85f53 Fixes #4137: Disable occupied terminations when connecting a cable to a circuit 2020-02-11 14:56:02 -05:00
Jeremy Stretch
cbb9e58455 Fixes #4134: Device power ports and outlets should inherit type from the parent device type 2020-02-11 14:18:45 -05:00