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

4457 Commits

Author SHA1 Message Date
37564d630a Misc test fixes 2020-06-22 15:22:03 -04:00
380a5cf8a7 Fix IP choices for DeviceForm 2020-06-22 15:12:35 -04:00
f2b26282b8 Disable VM interface bulk creation testing 2020-06-22 15:09:16 -04:00
31bb70d9a2 Fixed IPAM tests 2020-06-22 14:46:25 -04:00
2608b3f9f3 Separate VM interface view and template 2020-06-22 14:33:53 -04:00
e76b1f1daa Fix assigned_object field 2020-06-22 13:50:14 -04:00
6cb31a274f Initial work on #4721 (WIP) 2020-06-22 13:10:56 -04:00
181bcd70ad Fix schema migrations for device components 2020-06-22 12:01:57 -04:00
4f3fde8055 #4615: Add label field to component tables 2020-06-18 13:57:15 -04:00
c832e3c2c7 #4615: Add missing label field to device bay forms 2020-06-18 13:35:11 -04:00
88bf183af5 Merge branch 'develop' into develop-2.9 2020-06-18 13:20:32 -04:00
462f992a2b Introduce ComponentCreateForm to standardize forms for device component creation 2020-06-18 12:09:28 -04:00
c5dc075fb0 Fixes #4775: Allow selecting an alternate device type when creating component templates 2020-06-18 11:59:24 -04:00
11a247edc2 Fix up tests 2020-06-18 10:32:22 -04:00
328d639886 Merge branch 'develop' into develop-2.9 2020-06-17 16:57:17 -04:00
0800279325 Standardize SecretTest 2020-06-17 15:37:28 -04:00
26770515e1 Refactor TestCase to provide model_to_dict(), prepare_instance() 2020-06-17 15:36:56 -04:00
b0c24de596 Fixes #4772: Fix "brief" format for the secrets REST API endpoint 2020-06-17 14:22:55 -04:00
fd18395f78 Fix queryset for TagBulkImportView 2020-06-17 13:31:26 -04:00
360c56ec34 Fix permission evaluation for BulkComponentCreateViews 2020-06-17 13:30:00 -04:00
3890d17c61 Clean up errant references to TagField 2020-06-17 13:29:27 -04:00
2d4694e72d Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
2020-06-17 12:28:04 -04:00
54ece346bc DummyQuerySet should be iterable to allow for serialization 2020-06-17 12:20:56 -04:00
5e71bad5cf Fix serialization of tags upon object deletion 2020-06-17 12:00:50 -04:00
bb755daf8b Update tests 2020-06-17 11:14:41 -04:00
ef978b2ebf Update TaggedItemTest 2020-06-17 10:50:37 -04:00
d0f0aef2ef Remove django-taggit-serializer 2020-06-17 10:00:21 -04:00
448dc1442c Replace TaggitSerializer and TagListSerializerField with TaggedObjectSerializer 2020-06-17 09:57:17 -04:00
e23a5ad141 Fixes #4766: Fix redirect after login when next is not specified 2020-06-17 09:15:03 -04:00
4ae05dddeb Tag should use a stock manager by default 2020-06-16 17:02:03 -04:00
b318bde76c Fix queryset reference under BulkDeleteView 2020-06-16 16:40:16 -04:00
7cf0e6034b Optimize tag population under prepare_cloned_fields() 2020-06-16 15:12:50 -04:00
c7aa0a2321 Fix prepare_cloned_fields() inefficiency 2020-06-16 15:08:14 -04:00
58f4e3756c Fix ObjectChangeLogView 2020-06-16 15:04:34 -04:00
067e89f6a0 Allow unrestricted access to assigned tags 2020-06-16 14:59:22 -04:00
efed2bc262 Fix restriction violations for rack model 2020-06-16 14:53:51 -04:00
adf0255bdf Allow unrestricted access to assigned tags 2020-06-16 14:17:40 -04:00
1e259f3043 Allow unrestricted retrieval of MPTT ancestors 2020-06-16 14:10:56 -04:00
ffa3a229b5 Fix restriction violations for provider, circuit models 2020-06-16 14:00:43 -04:00
0f8df8c985 Add unrestricted() to Rack methods 2020-06-16 13:31:51 -04:00
ed0b38c7a7 Bypass restriction for querysets used for filtering by related object 2020-06-16 13:15:58 -04:00
fa0ff8be39 Restrict ExportTemplates available via export button 2020-06-16 13:06:03 -04:00
5d724f6b84 Fix up permissions enforcement for home view, global search 2020-06-16 13:03:38 -04:00
ffb43a8534 Introduce unrestricted() method on RestrictedQuerySet 2020-06-16 12:20:21 -04:00
ce5fd7955f Catch and log evaluation of RestrictedQuerySet without calling restrict() 2020-06-16 10:39:15 -04:00
e917535380 Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
a5512dd4c4 Post-release version bump 2020-06-15 14:57:05 -04:00
60deb3f0ba Release v2.8.6 2020-06-15 14:37:36 -04:00
eaaaaec5a5 Fixes #4710: Fix merging of form fields among custom scripts 2020-06-15 14:20:00 -04:00
5bcf85e57d Closes #4744: Hide IP addresses tab when viewing a container prefix 2020-06-15 13:33:16 -04:00