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

118 Commits

Author SHA1 Message Date
3ce2f0d100 Fix error when assigning a new interface to a LAG 2017-03-16 22:27:01 -04:00
f661c233be Fixes #950: Fix site_id error on child device import 2017-03-13 11:18:33 -04:00
4b753b1610 Fixes #944: Correct console and power connection form behavior 2017-03-07 13:32:48 -05:00
f8381628d4 Fixes #941: Corrected old references to rack.site on Device 2017-03-06 10:23:24 -05:00
f3b9930dea Initial work on regions 2017-02-28 12:11:43 -05:00
c6970e1998 Closes #105: Interface groups (#919)
* Initial work on interface groups

* Simplify to a single LAG form factor

* Correct interface serializer

* Allow for bulk editing of interface LAG

* Additional LAG interface validation

* Fixed API tests
2017-02-27 16:52:13 -05:00
198ed859ff Closes #198: Support for rackless devices (#902)
* Initial work to support rackless devices

* Updated device component connection forms

* Updated IP address assignment form

* Updated circuit termination form

* Formatting cleanup

* Fixed tests
2017-02-17 14:48:00 -05:00
181539651f Rack reservations (#900)
* Initial work on rack reservations

* Added views for rack reservations

* Implemented ArrayFieldSelectMultiple form widget

* Implemented API endpoints for rack reservations

* Tweaked the database migration
2017-02-16 13:46:58 -05:00
b69564f5c9 Exposed the request to ObjectEditView's alter_obj() 2017-02-15 15:03:31 -05:00
5d5d4ac714 Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers 2017-01-26 13:20:56 -05:00
f3db914e9d Fixes #844: Apply order_naturally() to API interfaces list 2017-01-25 14:34:34 -05:00
52420945b2 Standardized naming of return_url for all object views 2017-01-23 14:07:26 -05:00
b70eca7661 Fixes #830: Redirect user to device view after editing a device component 2017-01-23 12:14:12 -05:00
39d083eae7 Re-implemented method for bulk editing/deleting all objects within a filtered queryset 2017-01-20 16:42:11 -05:00
74e48fc490 PEP8 fixes 2017-01-18 14:43:46 -05:00
28a9307f9f Deprecated use_obj_view in favor of get_return_url() 2017-01-18 14:34:17 -05:00
cdccc3a47f Ditched get_parent_url() model method in favor of overrideable get_return_url() view method 2017-01-18 14:07:46 -05:00
3eb969de0c Standardized the use of return_url for ObjectDeleteView 2017-01-18 13:30:19 -05:00
fc7f88d2a2 Regression fix: order_naturally() must come first in the queryset definition 2017-01-18 11:55:48 -05:00
466c505bb8 Corrected PEP8 errors 2017-01-13 09:30:59 -05:00
424c2a59d6 Table rendering optimizations 2017-01-06 16:50:57 -05:00
c9e7c12463 Closes #284: Added interface_ordering field to DeviceType 2017-01-06 12:59:49 -05:00
e647065e63 Improved device interface list performance 2016-12-27 13:21:19 -05:00
3de51876d0 Refactored device component creation views 2016-12-21 17:20:27 -05:00
0e4d02bd10 Renamed template 2016-12-21 15:31:55 -05:00
7b06f5e9fc Introduced DeviceComponentCreateView 2016-12-21 15:26:56 -05:00
1ed5389703 Fixed device component bulk creation permissions 2016-12-21 13:52:16 -05:00
b6da5ce6bd Fixed device type component creation permissions 2016-12-21 13:47:15 -05:00
c94d111401 Closes #743: Enabled bulk creation of all device components 2016-12-16 16:29:32 -05:00
b7fe220860 Converted module_add to ObjectEditView 2016-12-16 12:12:42 -05:00
b56e37ad84 Closes #722: Enabled custom fields for device types 2016-12-16 10:54:45 -05:00
f02c222d4f Closes #539: Implemented L4 services for devices 2016-12-15 15:32:58 -05:00
bf817eb69e Closes #49: Introduction of circuit terminations 2016-12-14 13:47:22 -05:00
bd40f72ad5 #49: Allow selection of devices at other sites when connecting an interface 2016-12-09 11:43:50 -05:00
5035a9567b Fixes #729: Corrected cancellation links when editing secondary objects 2016-12-08 12:20:45 -05:00
bbac6e2ba6 Fixes #664: Re-implemented view for bulk creation of interfaces across multiple devices 2016-11-02 16:43:24 -04:00
f2137683f9 Closes #647: Extend form used when assigning an IP to a device 2016-11-01 13:59:24 -04:00
41af9c8900 Fixes #660: Correct calculation of utilized space for rack list display 2016-10-31 16:44:00 -04:00
2d58cfaa05 Add is_full_depth and instance count columns to DeviceType table 2016-10-31 15:29:32 -04:00
d97dd266b7 Cleaned up message strings 2016-10-31 11:16:30 -04:00
df9a6a0c53 Standardized device component deletion views to use ObjectDeleteView() 2016-10-28 17:00:41 -04:00
fd38daf0c5 Standardized device component edit views to use ObjectEditView() 2016-10-28 16:14:23 -04:00
e22eafc4a7 Closes #211: Allow device assignment and removal from IP address view 2016-10-24 15:07:11 -04:00
c09cb5df3d #353: Added bulk editing for InterfaceTemplates 2016-10-19 12:15:54 -04:00
0da3661ff0 #353: Allow bulk editing of interfaces 2016-10-14 16:38:46 -04:00
513408f16a Fixes #562: Fixed bulk interface creation 2016-09-19 10:31:40 -04:00
7d879bb0dc Added bulk editing capability for custom fields 2016-08-16 14:57:04 -04:00
b2f03dfb16 Fixed redirect after editing RackGroups and VLANGroups 2016-08-10 13:13:26 -04:00
cbde6e8321 Miscellaneous query optimizations 2016-08-10 13:07:11 -04:00
ed03449164 Closes #241: Introduced rack roles 2016-08-10 11:52:27 -04:00