Jeremy Stretch
|
08a5e82afc
|
Merge pull request #4852 from glennmatthews/gfm-2006-continued
Some additional fixes to scripts/reports background running (2.9)
|
2020-07-20 13:10:56 -04:00 |
|
Jeremy Stretch
|
8514a5427c
|
Update related object counts to use dunders in accessor
|
2020-07-20 13:00:33 -04:00 |
|
Jeremy Stretch
|
0f679e1f03
|
Closes #4871: Specify ordering for querysets using annotate() to count related objects
|
2020-07-20 12:07:19 -04:00 |
|
Jeremy Stretch
|
39dc1f882a
|
Merge branch 'develop-2.9' into django-31
|
2020-07-20 11:15:01 -04:00 |
|
Jeremy Stretch
|
ba50bfa939
|
Address some of the django_tables2 deprecation warnings
|
2020-07-16 16:52:45 -04:00 |
|
Jeremy Stretch
|
16f44305e4
|
Update static dependencies
|
2020-07-16 15:22:31 -04:00 |
|
Jeremy Stretch
|
1dbf776279
|
Fix handling of ProtectedError exceptions
|
2020-07-16 13:45:02 -04:00 |
|
Jeremy Stretch
|
82cd24a7de
|
Remove deprecated ifequal template tags
|
2020-07-16 13:01:31 -04:00 |
|
Jeremy Stretch
|
21a750e8ec
|
Change Postgres-specific JSONField to stock Django field
|
2020-07-16 12:02:49 -04:00 |
|
Jeremy Stretch
|
68ecddccdb
|
Convert NullBooleanField to BooleanField(null=True)
|
2020-07-16 11:56:35 -04:00 |
|
Jeremy Stretch
|
8dd41b771e
|
Update import locations for Django 3.1
|
2020-07-16 11:54:08 -04:00 |
|
Jeremy Stretch
|
19d0d6ff10
|
Closes #4857: Drop support for legacy numeric choice field values
|
2020-07-15 16:54:33 -04:00 |
|
Jeremy Stretch
|
7461e76606
|
Fix regex for Python 3.7
|
2020-07-15 16:19:30 -04:00 |
|
Glenn Matthews
|
d8b0a11a49
|
Save JobResult even for a script run with commit=False
|
2020-07-15 12:58:01 -04:00 |
|
Jeremy Stretch
|
1291fc4187
|
Add missing changelog view tests
|
2020-07-14 16:31:55 -04:00 |
|
Jeremy Stretch
|
04d8ab3792
|
Clean up device component creation forms
|
2020-07-14 15:51:13 -04:00 |
|
Jeremy Stretch
|
cf0e31ac0f
|
Introduce BulkRenameObjectsViewTestCase
|
2020-07-14 13:19:00 -04:00 |
|
Jeremy Stretch
|
4458ce69df
|
Enforce constrained permissions when bulk renaming objects
|
2020-07-14 13:18:22 -04:00 |
|
Jeremy Stretch
|
81ed03575d
|
Rename BulkCreateObjectsViewTestCase to CreateMultipleObjectsViewTestCase
|
2020-07-14 11:08:59 -04:00 |
|
Glenn Matthews
|
49c6bee6d7
|
Fix jobresult success label spelling
|
2020-07-14 09:45:36 -04:00 |
|
Jeremy Stretch
|
d47ea04ec4
|
Add "add interfaces" button to virtual machine view
|
2020-07-13 16:59:46 -04:00 |
|
Jeremy Stretch
|
d5a5a4a8d1
|
Skip report/script execution tests if RQ worker is not running
|
2020-07-13 16:48:44 -04:00 |
|
Jeremy Stretch
|
9f7ed25e74
|
Add assigned IP addresses and VLANs to interface tables
|
2020-07-13 16:18:17 -04:00 |
|
Jeremy Stretch
|
013a2a35e0
|
Add cluster and virtual machine filters to VM interfaces list
|
2020-07-13 15:43:54 -04:00 |
|
Jeremy Stretch
|
9cece39ee9
|
Remove incorrect bulk edit test data
|
2020-07-13 15:26:06 -04:00 |
|
Jeremy Stretch
|
05aa008ce1
|
#2006: Prevent script/report execution if no RQ worker is running
|
2020-07-13 15:11:58 -04:00 |
|
Jeremy Stretch
|
e53839ca2a
|
Add progress counter to VM interface replication migration
|
2020-07-13 13:13:37 -04:00 |
|
Jeremy Stretch
|
96b3de7916
|
Remove extraneous queryset filter
|
2020-07-10 10:27:07 -04:00 |
|
Jeremy Stretch
|
b1686c2db9
|
Fix bulk editing, deletion of VM interfaces
|
2020-07-10 10:26:43 -04:00 |
|
Jeremy Stretch
|
c8418fe550
|
Fix RestrictedQuerySet evaluation for VLAN CSV export
|
2020-07-10 10:09:51 -04:00 |
|
Jeremy Stretch
|
9f025747a7
|
Tweak queryset for Service views to prefetch related IPs with unrestricted()
|
2020-07-10 09:56:23 -04:00 |
|
Jeremy Stretch
|
59091efa86
|
Closes #4840: Enable change logging for config contexts
|
2020-07-09 17:09:03 -04:00 |
|
Jeremy Stretch
|
8d7001fe56
|
Move abstract ChangeLoggedModel under extras
|
2020-07-09 17:07:25 -04:00 |
|
Jeremy Stretch
|
c3a7939a77
|
Merge branch 'develop' into develop-2.9
|
2020-07-09 16:38:37 -04:00 |
|
Jeremy Stretch
|
683ba5eed3
|
#4835: Cleanup and improved error handling
|
2020-07-09 16:35:02 -04:00 |
|
Jeremy Stretch
|
4f00b5af4a
|
Miscellaneous RestrictedQuerySet cleanup
|
2020-07-09 15:11:18 -04:00 |
|
Jeremy Stretch
|
26e81546eb
|
Fix REST API version calculation
|
2020-07-09 13:08:13 -04:00 |
|
Jeremy Stretch
|
1692fbf5d8
|
#4837: Fix API tests
|
2020-07-09 12:06:13 -04:00 |
|
Jeremy Stretch
|
15525392a2
|
Closes #4837: Use dynamic form widget for relationships to MPTT objects
|
2020-07-09 09:50:01 -04:00 |
|
Jeremy Stretch
|
b535608519
|
Refactor imports
|
2020-07-09 09:13:58 -04:00 |
|
Jeremy Stretch
|
0a44ed1355
|
Fix permissions evaluation for session-authenticated API requests
|
2020-07-08 17:51:25 -04:00 |
|
Sander Steffann
|
d70140f148
|
Fix typo in format string
|
2020-07-08 22:20:20 +02:00 |
|
Jeremy Stretch
|
ccdbf820ba
|
Use monospaced font for ObjectPermission constraints
|
2020-07-08 16:07:07 -04:00 |
|
Jeremy Stretch
|
56c0b48302
|
Enable filtering ObjectPermissions by enabled, action, and object type
|
2020-07-08 14:38:19 -04:00 |
|
Jeremy Stretch
|
4c2fdf3b1c
|
Admin UI should use unrestricted queryset for ObjectPermissions
|
2020-07-08 13:59:57 -04:00 |
|
Jeremy Stretch
|
4eddec4b1e
|
#4806: Add url field to ObjectPermissionSerializer
|
2020-07-08 13:57:50 -04:00 |
|
Jeremy Stretch
|
39248f9e2f
|
Enable bulk enabling/disabling of permissions
|
2020-07-08 13:54:09 -04:00 |
|
Jeremy Stretch
|
fac0da224a
|
Add name, enabled fields to ObjectPermission
|
2020-07-08 13:44:19 -04:00 |
|
Jeremy Stretch
|
6e50ed084d
|
Fix tags display
|
2020-07-08 13:10:40 -04:00 |
|
Jeremy Stretch
|
bf7bd68b6a
|
Fix tag population for object cloning
|
2020-07-08 13:07:53 -04:00 |
|