Arthur
c53f8a0ceb
8356 update serializer
2023-10-30 12:44:08 -07:00
Arthur
f869fe6c77
8356 render single disk field
2023-10-30 11:38:40 -07:00
Jeremy Stretch
84b4ab1c5e
Tweak display of deprecated disk field
2023-10-27 11:12:08 -04:00
Arthur
2b0e2fa923
8356 revert property
2023-10-24 10:45:33 -07:00
Arthur
a3059cef22
8356 move virtual disk size to property
2023-10-24 10:11:22 -07:00
Arthur
23b9dc31d7
8356 add virtual disk list to virtual machine detail view
2023-10-24 09:38:18 -07:00
Arthur
d75fd03488
8356 add total virtual disk size to api
2023-10-24 09:27:39 -07:00
Arthur
b82647dc74
8356 split trans tag
2023-10-24 08:23:55 -07:00
Arthur
4d4acff1c4
8356 review changes
2023-10-24 07:46:15 -07:00
Jeremy Stretch
013a3ed71e
Simplify view actions
2023-10-24 08:38:46 -04:00
Arthur
670a53e622
8356 fix test
2023-10-23 13:28:59 -07:00
Arthur
ff68453b07
8356 fix test
2023-10-23 13:20:31 -07:00
Arthur
2f69eddb57
8356 review changes
2023-10-23 13:13:37 -07:00
Arthur
5aee492c7d
8356 deprecate disk field
2023-10-23 13:02:51 -07:00
Arthur
12aac64f7d
8356 fix test
2023-10-23 09:04:46 -07:00
Arthur
2718700c74
8356 review changes
2023-10-23 08:13:50 -07:00
Arthur
7e08c3474a
8356 add todo to remove disk from vm
2023-10-20 14:03:19 -07:00
Arthur
0fdbabfe87
Merge branch 'feature' into 8356-vm-virtual-disk
2023-10-20 14:01:52 -07:00
Arthur
96054f1f07
8356 fix test
2023-10-20 13:44:18 -07:00
Arthur
d33bac62dd
8356 VirtualDiskCreateForm
2023-10-20 13:40:58 -07:00
Jeremy Stretch
450790ab4a
Closes #13550 : Refactor view action mappings ( #14062 )
...
* Merge actions and action_perms into a single mapping
* Update obsolete permission maps
* Update obsolete action lists
* Normalize empty permission mappings
* Cleanup
* Add deprecation warnings
* Introduce DEFAULT_ACTION_PERMISSIONS constant
2023-10-20 15:08:09 -04:00
Arthur
c119ade4f2
8356 news tests add rename
2023-10-20 11:52:53 -07:00
Arthur
30bcd3636b
8356 api tests
2023-10-20 10:27:27 -07:00
Arthur
20b0d6f976
8356 bulk add fixes
2023-10-20 09:41:26 -07:00
Arthur
2b92660c9e
8356 bulk add on virtualmachine
2023-10-20 09:31:03 -07:00
Arthur
896f5f3016
8356 add components button
2023-10-20 08:41:44 -07:00
Jeremy Stretch
3f40ee5501
Closes #14036 : Move extras.plugins to netbox.plugins ( #14086 )
...
* Move extras.plugins to netbox.plugins & add deprecation warnings
* Move plugin template tags from extras to utilities
* Move plugins tests from extras to netbox
* Add TODO reminders for v4.0
2023-10-20 11:24:08 -04:00
Arthur
63f91851dc
8356 graphql
2023-10-19 16:11:18 -07:00
Arthur
1da002812a
8356 graphql
2023-10-19 16:10:03 -07:00
Arthur
fc6897d7c2
8356 cleanup
2023-10-19 15:51:48 -07:00
Arthur
3f59539ff3
8356 vm disk tables
2023-10-19 15:21:05 -07:00
Arthur
42abd90c07
8356 migrations
2023-10-19 14:53:28 -07:00
Arthur
b2bb6f68a2
8356 virtual machine tab
2023-10-19 14:46:37 -07:00
Arthur
42068090f0
8356 cleanup views
2023-10-19 11:24:04 -07:00
Arthur
4aeb4d001c
8356 add menu
2023-10-18 16:30:03 -07:00
Arthur
12861a19a8
8356 add supplemental forms
2023-10-18 16:21:29 -07:00
Arthur
5bcf351bdc
8356 add virtual disk model
2023-10-18 15:49:44 -07:00
Jeremy Stretch
7efbfabc0b
PRVB
2023-10-17 13:07:29 -04:00
Jeremy Stretch
d195f9c6ea
Merge pull request #14057 from netbox-community/develop
...
Release v3.6.4
2023-10-17 13:04:39 -04:00
Jeremy Stretch
de298224f1
Pin django-mptt to v0.14.0, for Python 3.8
2023-10-17 12:48:42 -04:00
Jeremy Stretch
3fd8e48fac
Release v3.6.4
2023-10-17 12:37:14 -04:00
Jeremy Stretch
ab9de43447
Changelog for #12336 , #13957 , #13962 , #13972 , #14025 , #14042
2023-10-17 12:25:49 -04:00
Jeremy Stretch
51ef4fb920
Closes #13962 : Add a copy-to-clipboard button to the key field of the API token creation form
2023-10-17 11:34:37 -04:00
Arthur Hanson
7983c2590e
14025 fix script name checking ( #14030 )
...
* 14025 fix script name checking
* 14025 fix script name checking
* 14025 add file extension validation and simplify get logic
* 14025 match start of string with regex
* 14025 backout changes to model_forms
* 14025 add filepatch checking to reports
2023-10-17 10:57:50 -04:00
Arthur Hanson
d77d45e795
12336 make region API calls atomic ( #13942 )
...
* 12336 make region API calls atomic
* 12336 switch to pg locks
* 12336 add locks to all views using mptt models
* 12336 fix ADVISORY_LOCK_KEYS reference
* 12336 review changes
* Tweak advisory lock numbering
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-10-17 10:35:01 -04:00
Arthur Hanson
a24864bc6d
14042 mptt cache count ( #14048 )
...
* 14042 fix cache count for mptt child delete
* 14042 add test
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-10-17 10:31:58 -04:00
Prince Kumar
c671ac2f28
Add dns_name filter on the IP Address page ( #14046 )
...
* Add dns_name filter on the IP Address page #13957
* add dns_name field in the filterset field and remove extra method
2023-10-17 10:06:33 -04:00
Arthur Hanson
18a813aa39
13972 allow filtering of cables if have terminations ( #13949 )
...
* 10769 allow filtering of cables if have terminations
* 10769 change to termianted
* 10769 add test case
* 10769 review cleanup
2023-10-17 09:32:42 -04:00
Jeremy Stretch
14447befb9
Changelog for #12872 , #14013 , #14023 , #14026
2023-10-13 14:01:08 -04:00
Daniel Sheppard
06ed7ac8a5
Fixes : #14023 - Fixes bulk disconnecting with multiple components attached to the same cable ( #14029 )
...
* Fixes : #14023 - Fixes bulk disconnecting with multiple components attached to the same cable
* Update netbox/dcim/views.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/dcim/views.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/dcim/views.py
Co-authored-by: Daniel Sheppard <dans@dansheps.com>
* Code cleanup & i18n fix
* Restore original termination count logic
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-10-13 13:57:58 -04:00