1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

384 Commits

Author SHA1 Message Date
a8dd060e32 #2269: Allow non-unique Device names 2019-12-09 11:41:03 -05:00
446acbdf82 Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
21fe5902a8 PowerOutlet.feed_leg to slug (#3569) 2019-11-27 21:30:11 -05:00
8c7f6c62b0 PowerFeed.status to slug (#3569) 2019-11-25 21:22:14 -05:00
2dc07ca30d PowerFeed.phase to slug (#3569) 2019-11-25 21:14:04 -05:00
bb8b012397 PowerFeed.supply to slug (#3569) 2019-11-25 21:08:34 -05:00
62494f295e PowerFeed.type to slug (#3569) 2019-11-25 21:03:11 -05:00
9872a46583 Rack.outer_unit to slug (#3569) 2019-11-25 20:54:24 -05:00
4846557d61 Cable.length_unit to slug (#3569) 2019-11-25 20:40:29 -05:00
79a40e22c9 Cable.type to slug (#3569) 2019-11-25 19:57:13 -05:00
dead5b42be Front/RearPort.type to slug (#3569) 2019-11-25 19:39:25 -05:00
bcc34f6099 Device.face to slug (#3569) 2019-11-25 19:23:43 -05:00
5c95927a43 Site.status to slug (#3569) 2019-11-21 22:54:01 -05:00
3fa4ceadb0 Interface.mode to slug (#3569) 2019-11-21 22:50:01 -05:00
5f5081f719 Interface.type to slug (#3569) 2019-11-21 22:11:02 -05:00
180d3d0029 Resolved migration discrepancies when dealing with NULL values 2019-11-21 21:44:30 -05:00
afd82fd9d3 DeviceType.subdevice_role to slug (#3569) 2019-11-18 22:08:33 -05:00
a8db07e0a8 Device.face to slug (#3569) 2019-11-16 21:46:07 -05:00
c79c29e769 Rack.status to slug (#3569) 2019-11-15 22:03:41 -05:00
07aa036fe8 Convert RACK_WIDTH_CHOICES to ChoiceSet 2019-11-15 21:33:56 -05:00
8d27b62114 Rack.status to slug (#3569) 2019-11-15 21:31:57 -05:00
62b45494b6 Convert all DCIM choice classes to ChoiceSets 2019-11-15 21:17:01 -05:00
8cb7eb0382 Convert console port types to slugs (#3569) 2019-11-06 16:56:46 -05:00
6ccaa0d9bd Initial work on #792 2019-11-06 15:30:54 -05:00
b8f1585976 Merge branch 'develop' into develop-2.7 2019-11-01 16:19:36 -04:00
bb30f64252 Closes #1865: Add console port and console server port types 2019-10-30 14:25:55 -04:00
800df1ebbe Fixes #3636: Add missing rack_group field to PowerFeed CSV export 2019-10-25 09:27:33 -04:00
7467347af1 Fixes #3596: Prevent server error when reassigning a device to a new device bay 2019-10-23 09:28:00 -04:00
aeeb49a6a7 Merge branch 'develop' into develop-2.7 2019-10-10 13:41:10 -04:00
d849a49842 Fixes #3588: Enforce object-form JSON for local context data on devices and VMs 2019-10-10 10:41:08 -04:00
6cdeb0ed95 Fixes #3463: Correct CSV headers for exported power feeds 2019-10-09 15:25:31 -04:00
a3b9bdaff1 Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
d2ab41abfb Cache A/B termination devices on the Cable model 2019-09-26 17:17:12 -04:00
778e5bed3c Merge branch 'develop' into develop-2.7 2019-09-25 13:44:29 -04:00
f54774f6a1 Closes #3297: Include reserved units when calculating rack utilization 2019-09-25 10:54:08 -04:00
ffc6eec483 Fixes #3519: Prevent cables from being terminated to virtual/wireless interfaces 2019-09-24 15:07:54 -04:00
56dcadb69b Merged v2.6.4 2019-09-20 08:35:14 -04:00
a8ca536d44 Bump platform name/slug max length to 100 chars (#3318) 2019-09-10 15:50:41 -04:00
050f2478d3 Fixes: #3318 - Increases length of platform name and slug to 64 characters (#3353) 2019-09-06 13:01:27 -05:00
cc0f0c4843 Merge v2.6.3 2019-09-04 16:45:33 -04:00
6e66f8d68a Fixes #3452: Queue deletion ObjectChanges until after response is sent 2019-08-26 16:52:05 -04:00
c359ac5737 convert update() calls to save() calls 2019-08-20 17:16:00 -04:00
ade844f7a7 fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
15b55f5e62 Remove deprecated form_factor accessor on Interface and InterfaceTemplate 2019-08-08 21:35:59 -04:00
86cd044a68 Fixes #3405: Move device component creation logic into template models 2019-08-07 17:47:44 -04:00
a32d185ff0 Fixes #3018: Components connected via a cable must have an equal number of positions 2019-07-31 10:12:51 -04:00
30ef4b208c Replacing references to digitalocean org
s/(?<=:\/\/github.com\/)digitalocean(?=\/netbox)/netbox-community/g
2019-07-10 09:23:43 -04:00
3fdb655a92 Fixes #3269: Raise validation error when specifying non-existent cable terminationss 2019-06-24 15:42:15 -04:00
625a09785a minor tweaks to error handling to allow for defaulted values from pre v2.6 data 2019-06-19 23:47:48 -04:00
1a5aaf54dd Cleaned up logic for calculating power draw 2019-06-19 10:51:53 -04:00