| .. |
|
__init__.py
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|
0001_initial.py
|
Squashed migrations in preparation for public release
|
2016-06-22 14:23:06 -04:00 |
|
0002_auto_20160622_1821_squashed_0022_color_names_to_rgb.py
|
Closes #2213: Added squashed migrations
|
2018-08-01 14:01:20 -04:00 |
|
0002_auto_20160622_1821.py
|
Squashed migrations in preparation for public release
|
2016-06-22 14:23:06 -04:00 |
|
0003_auto_20160628_1721.py
|
Fixes #84: Added IFACE_FF_10GE_COPPER
|
2016-06-28 13:32:47 -04:00 |
|
0004_auto_20160701_2049.py
|
Initial work on #91: Support for subdevices
|
2016-07-01 17:34:47 -04:00 |
|
0005_auto_20160706_1722.py
|
Regenerate migration
|
2016-07-06 13:22:41 -04:00 |
|
0006_add_device_primary_ip4_ip6.py
|
Initial work on #93: Primary IPv4/IPv6 support
|
2016-07-11 16:24:46 -04:00 |
|
0007_device_copy_primary_ip.py
|
Initial work on #93: Primary IPv4/IPv6 support
|
2016-07-11 16:24:46 -04:00 |
|
0008_device_remove_primary_ip.py
|
Initial work on #93: Primary IPv4/IPv6 support
|
2016-07-11 16:24:46 -04:00 |
|
0009_site_32bit_asn_support.py
|
Fixes #268: Added support for full 32-bit ASN space
|
2016-07-13 15:30:15 -04:00 |
|
0010_devicebay_installed_device_set_null.py
|
Fixes #301: Prevent deletion of DeviceBay when installed device is deleted
|
2016-07-14 17:41:16 -04:00 |
|
0011_devicetype_part_number.py
|
Closes #292: Added part_number field to DeviceType
|
2016-07-26 11:28:45 -04:00 |
|
0012_site_rack_device_add_tenant.py
|
Cleaned up migrations
|
2016-07-26 18:01:01 -04:00 |
|
0013_add_interface_form_factors.py
|
Migration for new interface form factors added in #167
|
2016-08-06 16:27:00 -04:00 |
|
0014_rack_add_type_width.py
|
#180: Added type and width fields to Rack model
|
2016-08-08 18:01:15 -04:00 |
|
0015_rack_add_u_height_validator.py
|
Fixes #445: Limit rack height to between 1U and 100U (inclusive)
|
2016-08-09 17:19:23 -04:00 |
|
0016_module_add_manufacturer.py
|
Closes #157: Added manufacturer field to module model
|
2016-08-10 10:24:47 -04:00 |
|
0017_rack_add_role.py
|
Closes #241: Introduced rack roles
|
2016-08-10 11:52:27 -04:00 |
|
0018_device_add_asset_tag.py
|
Closes #421: Added asset_tag field to devices
|
2016-08-11 11:58:21 -04:00 |
|
0019_new_iface_form_factors.py
|
Simplified FibreChannel interface form factors
|
2016-09-13 11:21:15 -04:00 |
|
0020_rack_desc_units.py
|
Closes #191: Support for racks numbered top-to-bottom
|
2016-10-28 11:30:40 -04:00 |
|
0021_add_ff_flexstack.py
|
Fix typo in c525939b13
|
2016-10-31 14:48:33 -04:00 |
|
0022_color_names_to_rgb.py
|
Fixes #672: Expanded color selection for rack and device roles
|
2016-12-06 12:28:29 -05:00 |
|
0023_devicetype_comments_squashed_0043_device_component_name_lengths.py
|
PEP8 fix
|
2018-08-01 14:05:26 -04:00 |
|
0023_devicetype_comments.py
|
Closes #122: Add comments field to device types
|
2016-12-16 11:14:44 -05:00 |
|
0024_site_add_contact_fields.py
|
Closes #756: Added contact details to site model
|
2016-12-29 11:37:40 -05:00 |
|
0025_devicetype_add_interface_ordering.py
|
Closes #284: Added interface_ordering field to DeviceType
|
2017-01-06 12:59:49 -05:00 |
|
0026_add_rack_reservations.py
|
Rack reservations (#900)
|
2017-02-16 13:46:58 -05:00 |
|
0027_device_add_site.py
|
Closes #198: Support for rackless devices (#902)
|
2017-02-17 14:48:00 -05:00 |
|
0028_device_copy_rack_to_site.py
|
Closes #198: Support for rackless devices (#902)
|
2017-02-17 14:48:00 -05:00 |
|
0029_allow_rackless_devices.py
|
Closes #198: Support for rackless devices (#902)
|
2017-02-17 14:48:00 -05:00 |
|
0030_interface_add_lag.py
|
Closes #105: Interface groups (#919)
|
2017-02-27 16:52:13 -05:00 |
|
0031_regions.py
|
Implemented recursive regions with django-mptt
|
2017-02-28 14:15:15 -05:00 |
|
0032_device_increase_name_length.py
|
Closes #894: Expand device name max length to 64 characters
|
2017-03-02 10:11:54 -05:00 |
|
0033_rackreservation_rack_editable.py
|
Make RackReservation.rack editble for API compatability
|
2017-03-17 14:40:11 -04:00 |
|
0034_rename_module_to_inventoryitem.py
|
Renamed Module to InventoryItem (prep for #824)
|
2017-03-21 12:54:08 -04:00 |
|
0035_device_expand_status_choices.py
|
Closes #154: Expand device status field options
|
2017-05-08 13:55:19 -04:00 |
|
0036_add_ff_juniper_vcp.py
|
Closes #960: Added form factor for Juniper VCP interfaces
|
2017-05-09 12:00:49 -04:00 |
|
0037_unicode_literals.py
|
Created migrations for transition to Unicode literals
|
2017-05-24 14:18:52 -04:00 |
|
0038_wireless_interfaces.py
|
Closes #1218: Added IEEE 802.11 wireless interface types
|
2017-06-16 17:52:09 -04:00 |
|
0039_interface_add_enabled_mtu.py
|
Closes #1041: Added enabled and MTU fields to the interface model
|
2017-06-23 14:04:15 -04:00 |
|
0040_inventoryitem_add_asset_tag_description.py
|
Closes #1121: Added asset_tag and description fields to inventory items
|
2017-06-23 17:05:37 -04:00 |
|
0041_napalm_integration.py
|
Initial work on NAPALM integration
|
2017-07-14 14:42:56 -04:00 |
|
0042_interface_ff_10ge_cx4.py
|
Closes #1431: Added interface form factor for 10GBASE-CX4
|
2017-08-29 17:02:09 -04:00 |
|
0043_device_component_name_lengths.py
|
Closes #1402: Increased max length of name field for device components
|
2017-08-29 17:27:30 -04:00 |
|
0044_virtualization_squashed_0055_virtualchassis_ordering.py
|
Closes #2213: Added squashed migrations
|
2018-08-01 14:01:20 -04:00 |
|
0044_virtualization.py
|
Regenerated migrations
|
2017-08-31 10:17:59 -04:00 |
|
0045_devicerole_vm_role.py
|
#1493: Extended DeviceRole to include a toggle indicating applicability to virtual machines
|
2017-09-29 12:11:20 -04:00 |
|
0046_rack_lengthen_facility_id.py
|
Closes #1506: Extended rack facility ID field from 30 to 50 characters
|
2017-10-09 13:44:22 -04:00 |
|
0047_more_100ge_form_factors.py
|
Closes #1551: Added CPAK, CFP2, and CFP4 100GE interface form factors
|
2017-10-09 14:45:10 -04:00 |
|
0048_rack_serial.py
|
#1444: Added a serial number field to the rack model
|
2017-10-09 15:01:57 -04:00 |
|
0049_rackreservation_change_user.py
|
Closes #1666: Allow modifying the owner of a rack reservation
|
2017-10-31 13:52:35 -04:00 |
|
0050_interface_vlan_tagging.py
|
Allow interface mode to be null (for routed interfaces)
|
2018-01-25 11:45:12 -05:00 |
|
0051_rackreservation_tenant.py
|
Resolved migration collision from #1672
|
2017-11-15 13:57:19 -05:00 |
|
0052_virtual_chassis.py
|
Collapsed VCMembership into the Device model (WIP)
|
2018-01-31 22:47:27 -05:00 |
|
0053_platform_manufacturer.py
|
Closes #1744: Allow associating a platform with a specific manufacturer
|
2017-12-19 16:15:26 -05:00 |
|
0054_site_status_timezone_description.py
|
Closes #1821: Added 'description' field to Site model
|
2018-01-25 13:29:09 -05:00 |
|
0055_virtualchassis_ordering.py
|
Finished VirtualChassis list view
|
2018-02-21 09:53:23 -05:00 |
|
0056_django2.py
|
Closes #1842: Implement support for Django 2.0
|
2018-03-30 10:39:22 -04:00 |
|
0057_tags.py
|
Enabled tags for device components and virtual chassis
|
2018-07-10 15:36:28 -04:00 |
|
0058_relax_rack_naming_constraints.py
|
Closes #238: Allow racks with the same name within a site (but in different groups)
|
2018-05-22 15:45:30 -04:00 |
|
0059_site_latitude_longitude.py
|
Merge branch 'develop-2.4' into 1898-activity-logging
|
2018-06-21 16:53:15 -04:00 |
|
0060_change_logging.py
|
Merge branch 'develop-2.4' into 1898-activity-logging
|
2018-06-21 16:53:15 -04:00 |
|
0061_platform_napalm_args.py
|
Closes #2029: Added optional NAPALM arguments to Platform model
|
2018-06-29 11:21:00 -04:00 |
|
0062_interface_mtu.py
|
Closes #2168: Added Extreme SummitStack interface form factors
|
2018-08-22 11:33:43 -04:00 |
|
0063_device_local_context_data.py
|
refactored UI for local config context
|
2018-09-18 11:52:12 -04:00 |