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

104 Commits

Author SHA1 Message Date
7c60e3c0ff Add Module model 2021-12-17 12:18:37 -05:00
e529d7fd3b Add ModuleBay and ModuleBayTemplate models 2021-12-17 09:35:57 -05:00
0d3b50a5e5 Support CSS class definition directly in CHOICES iterable 2021-12-16 10:03:23 -05:00
9a45547cda Closes #5143: Include a device's asset tag in its display value 2021-11-17 13:06:57 -05:00
a000ded350 Remove "primary for" references to Device on IPAddress 2021-11-17 12:50:46 -05:00
d529c1b5b3 Housekeeping: Use RestrictedQuerySet for default manager on base models 2021-11-11 15:04:22 -05:00
7c0f32e8ee Introduce ConfigItem; add rack elevation parameters 2021-10-26 10:04:56 -04:00
82243732a1 Initial work on #5883 2021-10-25 16:10:50 -04:00
cfb3897047 Add tags to organizational & nested group models 2021-10-21 10:51:02 -04:00
f193f0d3f9 Add contact assignments to models 2021-10-18 15:09:57 -04:00
33ea8763d5 3839: Add airflow field to Device 2021-10-14 16:15:08 -04:00
2c2c2e9060 3839: Add airflow field to DeviceType 2021-10-14 15:45:36 -04:00
7e18b0dd3a Remove csv_headers model attributes 2021-06-09 15:52:49 -04:00
3ec6194a47 Remove obsolete to_csv() methods 2021-06-09 15:08:49 -04:00
5b4dacf0f5 Merge branch 'develop' into feature 2021-05-25 13:19:17 -04:00
b6660c72e1 Add tags as a feature query 2021-05-21 16:54:33 -04:00
ea6c8a1a65 Fixed #6438 Device Type Import does not import/export description/label fields for many components 2021-05-20 06:30:44 +00:00
744792452f Closes: #5278 - Remove Secrets (#6397)
* Remove Secrets

* #5278: Remove secrets javascript from netbox core

* Remove userkey references

* Fix PEP8

* Remove a few more instances of secrets.  Rebundle

* Remove Secrets

Co-authored-by: checktheroads <matt@allroads.io>
2021-05-17 16:26:02 -04:00
c777daf6e6 Merge branch 'develop' into feature 2021-05-07 10:27:23 -04:00
e9b21aaf86 Fixes #6312: Interface device filter should return all virtual chassis interfaces only if device is master 2021-05-07 09:47:32 -04:00
21d14a782e Closes #6359: Enable custom links for organizational and nested group models 2021-05-06 13:01:20 -04:00
ea5d02b1e6 Remove deprecated display_name() methods from models 2021-05-04 16:05:17 -04:00
9a588231c5 Fixes #6289: Fix assignment of VC member interfaces to LAG interfaces 2021-04-27 09:36:48 -04:00
7439faad34 Fixes #6123: Prevent device from being assigned to mismatched site and location 2021-04-09 09:56:36 -04:00
b7e44a744d Add dedicated views for organizational models 2021-03-26 14:44:43 -04:00
fc5bb966f0 Declare TaggableManager on PrimaryModel base class 2021-03-10 14:32:50 -05:00
d750b690e7 Closes #4971: Allow assigning devices to locations without a rack 2021-03-03 14:28:07 -05:00
fdb3e3f9a4 Closes #5895: Rename RackGroup to Location 2021-03-03 13:30:33 -05:00
bec7ea7072 Standardize model types based on function 2021-02-24 21:01:16 -05:00
fce61295c9 Fixes #5301: Fix misleading error when racking a device with invalid parameters 2020-12-23 16:21:26 -05:00
4a8a1ce45c Check for extraneous custom field data on clean() 2020-11-12 12:18:31 -05:00
fcb5e6ae1c Merge branch 'develop' into develop-2.10 2020-10-30 10:38:05 -04:00
22d2289ed2 add support for regions and vms 2020-10-23 01:18:04 -04:00
3ba18633de initial work on config context performance improvements 2020-10-20 01:07:22 -04:00
c9c8d337a0 Closes #5011: Standardized name field lengths across all models 2020-10-15 15:37:34 -04:00
e7d26ca5dc Move Cable and CablePath to cables.py 2020-10-14 16:54:30 -04:00
44b842592a Restore total length count on trace view 2020-10-06 16:58:11 -04:00
534364a30f Improve model docstrings 2020-10-06 15:48:52 -04:00
3870f5d246 Remove unused CablePathManager 2020-10-06 15:26:59 -04:00
3d34f1cdcb Rename CablePath.is_connected to is_active 2020-10-05 11:13:33 -04:00
5737f6fca0 Cache each CablePath on its originating endpoint 2020-10-02 17:16:43 -04:00
66355da04c CablePath.origin should be unique 2020-10-02 11:51:23 -04:00
3b0a75edf8 Add test for updated paths on cable status change 2020-10-01 17:25:44 -04:00
c974c5687c Capture path end-to-end status in CablePath 2020-10-01 16:42:57 -04:00
587e6fcf72 Initial work on cable paths (WIP) 2020-09-30 15:13:06 -04:00
1b55285167 Relocate CSS classes for ChoiceFields from model to ChoiceSet 2020-09-24 16:35:53 -04:00
ec095e58b7 #1503: Initial work on generic secret assignments (WIP) 2020-09-18 14:51:09 -04:00
0030fe1779 Fixes #5146: Add custom fields support for cables, power panels, rack reservations, and virtual chassis 2020-09-17 14:22:14 -04:00
c5ab89d71e Merge branch 'develop-2.10' into 4878-custom-fields 2020-09-04 16:14:06 -04:00
08c492f1f4 Merge develop into develop-2.10 2020-09-04 16:09:05 -04:00