Commit Graph

5430 Commits

Author SHA1 Message Date
Jeremy Stretch
0b92640e17 Introduce default_columns Meta parameter to reduce boilerplate 2020-04-28 16:33:06 -04:00
Jeremy Stretch
2a12cf07dd Extend circuits tables to include all relevant model fields 2020-04-28 16:20:11 -04:00
Jeremy Stretch
2b1148732b Document table columns preference 2020-04-28 14:32:32 -04:00
Jeremy Stretch
d90cdd0a4c Enable reordering table columns 2020-04-28 14:27:27 -04:00
Jeremy Stretch
1916303b3a Enable setting/clearing of table column prefs 2020-04-28 13:21:58 -04:00
Jeremy Stretch
d9bc975336 Create form for setting table preferences 2020-04-28 12:14:51 -04:00
Jeremy Stretch
53a1011d02 Initial support for table column reordering 2020-04-27 16:56:25 -04:00
Jeremy Stretch
29345650c2 Standardize import statement as django_rq is no longer optional 2020-04-24 15:43:58 -04:00
Jeremy Stretch
5edf196747 #4416: Add bulk edit & delete views for VirtualChassis 2020-04-24 15:20:52 -04:00
Jeremy Stretch
9417286582 #4416: Enable custom links for virtual chassis 2020-04-24 15:01:23 -04:00
Jeremy Stretch
a200694f7f #4416: Establish a dedicated view for VirtualChassis objects 2020-04-24 14:59:38 -04:00
Jeremy Stretch
1728cc0f59 Add extras.configcontext.format to preferences doc 2020-04-24 13:11:01 -04:00
Jeremy Stretch
cc6d35234a Closes #4421: Retain user's preference for config context format 2020-04-24 12:01:41 -04:00
Jeremy Stretch
60b22097e0 Fixes #4527: Fix assignment of certain tags to config contexts 2020-04-24 11:31:01 -04:00
Jeremy Stretch
35d95849dd Changelog for #3294, #4531 2020-04-24 11:03:14 -04:00
Jeremy Stretch
6d8f11bd1e Merge pull request #4532 from netbox-community/3294-user-prefs
Closes #3294: User preference tracking
2020-04-24 11:00:48 -04:00
Jeremy Stretch
9ef22e8790 Prepare for merge into 2.8 2020-04-24 10:38:09 -04:00
Jeremy Stretch
6ae96f51c0 Fix returning default for unknown userconfig key 2020-04-24 10:37:02 -04:00
Jeremy Stretch
578b24a932 Add page for user to view/clear preferences 2020-04-24 10:29:06 -04:00
Jeremy Stretch
3401f40d4a Add all() method to UserConfig 2020-04-24 09:50:26 -04:00
Jeremy Stretch
e1df078352 Document available user preferences 2020-04-24 09:46:02 -04:00
Jeremy Stretch
d5dbee05d2 Remember user's per_page preference (POC for UserConfig) 2020-04-23 16:48:13 -04:00
Jeremy Stretch
b7b33c0fd7 Automatically create UserConfig for users 2020-04-23 16:46:36 -04:00
Jeremy Stretch
6e7ec2266b Show user config in admin UI 2020-04-23 15:53:43 -04:00
Jeremy Stretch
af602f52f7 Initial implementation of UserConfig model 2020-04-23 15:34:32 -04:00
Jeremy Stretch
4588acc26c Initialize v2.9 development 2020-04-23 11:02:35 -04:00
Jeremy Stretch
b56df39927 Post-release version bump 2020-04-23 10:27:33 -04:00
Jeremy Stretch
a998582051 Fix typo in validation error message 2020-04-23 10:12:56 -04:00
Jeremy Stretch
970333f5f7 Correct release date 2020-04-23 10:11:11 -04:00
Jeremy Stretch
6e0b0f98f1 Release v2.8.1 2020-04-23 10:09:13 -04:00
Sander Steffann
d65a5a931b Fix minor typo 2020-04-23 14:10:58 +02:00
John Anderson
ddd9df5e8a fix #4459 - Fix caching issue resulting in erroneous nested data for regions, rack groups, and tenant groups 2020-04-22 16:45:26 -04:00
Jeremy Stretch
417de9968c Changelog for #4139 2020-04-22 14:15:41 -04:00
Jeremy Stretch
8294ee89bf Merge pull request #4524 from netbox-community/4139-component-bulk-create
Fixes #4139: Extend forms for bulk device component creation
2020-04-22 14:11:07 -04:00
Jeremy Stretch
be96e57539 Fix tag assignment when bulk creating components 2020-04-22 14:05:27 -04:00
Jeremy Stretch
4a28d6d01c Update InterfaceBulkCreateForm for VMs 2020-04-22 12:09:40 -04:00
Jeremy Stretch
175e337bf3 Update device component bulk edit forms to use form_from_model() 2020-04-22 11:47:26 -04:00
Jeremy Stretch
226638d0f6 Add bulk creation view for rear ports 2020-04-22 11:26:04 -04:00
Jeremy Stretch
9c60a2a661 Introduce model-specific bulk create forms for device components 2020-04-22 11:15:39 -04:00
Jeremy Stretch
443bd5d573 Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
Jeremy Stretch
33e91c90f5 Fixes #4510: Enforce address family for device primary IPv4/v6 addresses 2020-04-21 14:50:15 -04:00
Jeremy Stretch
ba8be5afcd Fixes #3356: Correct Swagger schema specification for the available prefixes/IPs API endpoints 2020-04-21 14:12:49 -04:00
Jeremy Stretch
573f5e1162 Fixes #2994: Prevent modifying termination points of existing cable to ensure end-to-end path integrity 2020-04-21 13:41:38 -04:00
Jeremy Stretch
0d212fa480 Changelog for #4388 2020-04-21 12:51:43 -04:00
Jeremy Stretch
0380717ea4 Merge pull request #4521 from netbox-community/4388-cable-tracing
Fixes #4388: Improve connection endpoint detection
2020-04-21 12:49:48 -04:00
Jeremy Stretch
91a97c5007 Pretty-up cable trace template 2020-04-21 11:59:14 -04:00
Jeremy Stretch
b3a0d2b6ad Extend tests for #4388 2020-04-21 10:53:21 -04:00
Jeremy Stretch
3ca213607e Closes #4505: Fix typo in application stack diagram 2020-04-20 11:06:52 -04:00
Jeremy Stretch
6e825e6309 Changelog for #4464 2020-04-20 11:04:15 -04:00
Jeremy Stretch
a148b66560 Merge pull request #4501 from toerb/develop
add rack width of 21 inches for ETSI racks
2020-04-20 11:03:09 -04:00