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

368 Commits

Author SHA1 Message Date
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
c9afe96324 Fix power utilization calculation for three-phase feeds 2019-06-17 15:16:52 -04:00
d529ebc172 Rename power_factor to max_utilization 2019-06-17 14:52:11 -04:00
2eeffce924 #524 - Added power utilization graphs to power feeds, devices, and racks 2019-06-16 06:11:32 -04:00
cb93303f56 Fixes #3126: Incorrect calculation of PowerFeed available power 2019-04-30 12:38:06 -04:00
088903218d Fixes #3125: Fix exception when viewing PDUs 2019-04-30 12:24:53 -04:00
37c2c4b4a2 Merge v2.5.11 2019-04-29 14:40:18 -04:00
6d778f686d Closes #3023: Add support for filtering cables by connected device 2019-04-29 10:07:08 -04:00
245a97176a Closes #2986: Replace DeviceComponentManager with NaturalOrderingManager 2019-04-26 22:23:28 -04:00
f4bbdf30e8 Implement get_subquery() for annotation of child object counts; Rename dcim.Site 'count_*' fields 2019-04-19 16:09:22 -04:00
4acd842237 Maintain backward-compatibile support for Interface.form_factor until v2.7 2019-04-12 13:57:33 -04:00
1a2c9e3bba Rename form_factor to type on dcim.Interface 2019-04-12 13:42:56 -04:00
05c19af2a3 Misc cleanup 2019-04-11 10:49:43 -04:00
b22fd2bc44 Rename max_utilization to power_factor 2019-04-10 16:36:38 -04:00
ac3e899f5e First stab at power utilization tracking 2019-04-10 16:32:13 -04:00
3d5f85c0ca Add associatiton from power outlet to power port/phase 2019-04-10 14:16:16 -04:00
8230ea1c83 Add max/allocated current draw fields to PowerPort 2019-04-09 17:32:04 -04:00