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

1380 Commits

Author SHA1 Message Date
2949bfaaa7 Merge branch 'develop' into 2921-tags-select2 2020-01-16 15:33:42 +00:00
c955aeebeb Merge branch 'develop' into develop-2.7 2020-01-16 09:38:23 -05:00
8bd67b2c17 Add tests for browsable API endpoints 2020-01-15 17:47:55 -05:00
f8dad1744c #3892: Convert CABLE_TERMINATION_TYPES to a Q object 2020-01-15 15:51:51 -05:00
b98ac64ac2 Fix reference to obsolete constant IFACE_MODE_TAGGED 2020-01-15 14:54:46 -05:00
88267e9d05 Move BGP_ASN_MIN and BGP_ASN_MAX to ipam.constants 2020-01-15 14:53:46 -05:00
caf7d02637 Remove obsolete constant CABLE_TERMINATION_TYPE_CHOICES 2020-01-15 14:49:52 -05:00
aefe2b4196 Move rack elevation CSS to project-static/rack_elevation.css 2020-01-15 14:05:44 -05:00
28350d84f9 Update model ordering parameters to ensure deterministic ordering 2020-01-15 13:20:44 -05:00
1ea820a50e Fixes #3900: Fix exception when deleting device types 2020-01-15 10:23:07 -05:00
49f027fae7 Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint 2020-01-15 09:59:44 -05:00
8df53eac91 Add tests for dynamic choices 2020-01-14 16:38:14 -05:00
857e04e90b Add _choices endpoint tests for all apps 2020-01-14 16:13:11 -05:00
2615906526 Squashed all migrations 2020-01-14 11:06:05 -05:00
e10333bf2b Fetch choices during form initialization 2020-01-14 08:22:27 +00:00
5c047faa1d Delete old squashed migrations 2020-01-13 17:01:54 -05:00
f170a579de Add test for DeviceType YAML export 2020-01-13 15:35:01 -05:00
83ee83142a Merge branch 'develop' into 2921-tags-select2 2020-01-13 20:17:34 +00:00
2f28dec891 Tag filter field for filter forms 2020-01-13 20:16:13 +00:00
0dad9f8901 Change DeviceType export from CSV to YAML 2020-01-13 15:10:16 -05:00
473d67354f Merge branch 'develop' into develop-2.7 2020-01-13 13:49:22 -05:00
66daeda85f Merge pull request #3887 from hSaria/3021-cable-tenant-filter
Fixes #3021: Added tenancy filter for cables
2020-01-13 12:09:53 -05:00
736cd709d9 Merge branch 'develop' into 3898-cable-str-pk 2020-01-13 15:40:22 +00:00
b64f4b93eb Merge pull request #3903 from hSaria/3902-relax-connect
Fixes #3902: relax non-essential required fields
2020-01-13 10:32:09 -05:00
608006ee77 Set the private pk after super save 2020-01-13 15:21:37 +00:00
3d78a67343 Store a private copy of the pk during init and use that with __str__ 2020-01-13 14:57:21 +00:00
fe0fbeab49 Fixes #3902: relax non-essential required fields 2020-01-13 12:05:06 +00:00
49fa243b4f Added post-delete cable ID test 2020-01-12 11:21:02 +00:00
a2308b9c99 Fixes #3898: Call str of cable on delete to save PK in id_string 2020-01-12 11:08:13 +00:00
422c6bad5b Fixes #3895: Elevations filter regression 2020-01-11 15:36:58 +00:00
b7e78028ce Closes #3891: Add local_context_data filter for virtual machines 2020-01-10 15:34:38 -05:00
ca13045515 Closes #3092: Split DCIM models into separate files for easier management 2020-01-10 14:22:22 -05:00
9f627fd0d3 Merge branch 'develop' into develop-2.7 2020-01-10 13:33:51 -05:00
f4514034b8 Fixes #3021: Added tenancy filter to cables 2020-01-10 15:59:56 +00:00
6bc8f2e50b Fixes #3882: Fix filtering of devices by rack group 2020-01-10 10:21:11 -05:00
528b345f57 Move TenancyFilterSet to filters.py 2020-01-09 21:05:38 -05:00
da0ac4ff1e Rename filter variables for utility views 2020-01-09 20:57:13 -05:00
97654b7585 Renamed extras FilterSets 2020-01-09 20:35:07 -05:00
0767de205e Renamed dcim FilterSets 2020-01-09 20:30:40 -05:00
6c19c88e99 Replaced ASN bounds with constants 2020-01-09 21:58:38 +00:00
790cfd7b5b Fix CableTable status coloring 2020-01-09 16:19:47 -05:00
dc5f5efcfe Fixes #3878: Fix database migration for cable status field 2020-01-09 16:16:24 -05:00
4eacc57522 Fixes #3876: set min and max values for ASN field 2020-01-09 21:12:35 +00:00
0527626709 Update filter tests for v2.7 2020-01-09 16:03:41 -05:00
a2ead6af94 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
fe490d144a Fixes #3868: Fix creation of interfaces for virtual machines 2020-01-09 14:54:25 -05:00
40fe6666e3 Closes #3841: Add California-style power connectors 2020-01-09 14:10:37 -05:00
2a2bc66841 Closes #3842: Add RJ-12 console port type 2020-01-09 13:58:41 -05:00
e5c5a1a101 Fixes #3849: Fix ordering of models when dumping data to JSON 2020-01-09 13:28:39 -05:00
7e0073d6f5 Merge pull request #3863 from hSaria/2113-napalm-settings
Fixes #2113: NAPALM driver settings
2020-01-09 11:56:32 -05:00