Jeremy Stretch
dbcd713fe7
Fixes #15090 : Run deletion protection rules prior to enqueueing events
2024-02-20 13:22:55 -05:00
Jeremy Stretch
d216161014
Add link to netbox-docker repo
2024-02-20 11:36:27 -05:00
Jeremy Stretch
056543e1d2
Changelog for #14058 , #14079 , #14952 , #15127
2024-02-20 09:45:58 -05:00
Arthur Hanson
af27bf5eff
15094 Add missing gettext to error strings for internationalization ( #15155 )
...
* 15049 add missing gettext to error strings
* 15049 add missing gettext to error strings
* 15094 review change
* 15094 review change
* Formatting cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 09:44:02 -05:00
Daniel Sheppard
29f029d480
Fixes : #14058 - Limits platform selection to manufacturer and platforms with no manufacturer ( #15183 )
...
* Fixes : #14058 - Limits platform selection to manufacturer and platforms with no manufacturer
* Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-20 09:28:15 -05:00
Jeremy Stretch
bd7d4a3f34
Fixes #14079 : Explicitly remove M2M assignments to objects being deleted to ensure change logging
2024-02-16 11:42:27 -05:00
Jeremy Stretch
de5c5aeb2a
Fixes #14952 : Update existing AutoSyncRecord when changing the data file of an auto-synced object
2024-02-16 11:38:47 -05:00
Arthur
3c24cf97b6
Merge branch 'feature' into 9856-strawberry-2
2024-02-15 16:04:45 -08:00
Arthur
a0d0ab1e78
9856 misc fixes
2024-02-15 16:03:47 -08:00
Arthur
ff03abf23e
9856 _name
2024-02-15 15:33:51 -08:00
Arthur
c3cbefc625
9856 GFK working
2024-02-15 14:54:29 -08:00
Arthur
1aa5b0d5a1
9856 GFK working
2024-02-15 14:54:04 -08:00
Abhimanyu Saharan
2e74952ac6
added missing import #15058
2024-02-16 01:20:54 +05:30
Jeremy Stretch
7abb2b2ab5
Closes #15131 : Dynamic queryset annotations for REST API endpoints ( #15152 )
...
* Introduce RelatedObjectCountField
* Introduce get_annotations_for_serializer() and enable dynamic annotations
* Add RelatedObjectCountFields to serializers; remove static annotations from querysets
* Remove annotations cleanup logic from BriefModeMixin
* Annotate type for RelatedObjectCountField
* Remove redundant field on TagSerializer
* Add missing reverse relationship for power feeds to rack
* Refactor RelatedObjectCountField to take a single relationship name
2024-02-15 14:49:27 -05:00
Arthur
d37414d69a
9856 update types
2024-02-15 11:06:41 -08:00
Arthur
cc5703c9dd
Merge branch 'feature' into 9856-strawberry-2
2024-02-14 10:43:21 -08:00
Jeremy Stretch
b3f25a400b
Closes #15087 : Support for specifying a subset of API serializer fields ( #15122 )
...
* Enable dynamic field inclusion for REST API serializers
* Recurse through nested serializer when resolving prefetches
* Remove obsolete calls to prefetch_related() for API views
* Remove support for brief_prefetch_fields viewset attribute
* Rename query parameter
* Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode (#15134 )
* Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode
* Update API test
* Restore get_queryset() on BriefModeMixin, minus prefetch logic
* get_prefetches_for_serializer() should reference serializer field source if set
2024-02-14 09:28:37 -05:00
Jeremy Stretch
7cc215437f
Fixes #15127 : Add missing group column on tunnels table
2024-02-14 09:27:01 -05:00
Jeremy Stretch
72720354df
Update v4.0 release notes
2024-02-13 16:43:51 -05:00
Jeremy Stretch
e84e2a7969
Changelog for #15059 , #15067 , #15091 , #15115 , #15126 , #15133
2024-02-13 16:39:41 -05:00
Jeremy Stretch
20824ceb25
Closes #13283 : Add context to dropdown options ( #15104 )
...
* Initial work on #13283
* Enable passing TomSelect HTML template attibutes on DynamicModelChoiceField
* Merge disabled_indicator into option_attrs
* Add support for annotating a numeric count on dropdown options
* Annotate parent object on relevant fields
* Improve rendering of color options
* Improve rendering of color options
* Rename option_attrs to context
* Expose option context on ObjectVar for custom scripts
* Document dropdown context variables
2024-02-13 16:31:17 -05:00
Daniel Sheppard
84151cbc1a
Fix tom-select errors related to field id. Break out render_field function for column filters
2024-02-13 15:23:14 -06:00
Arthur
4fab68a138
9856 fixes to circuits type specifiers
2024-02-13 10:28:26 -08:00
Jeremy Stretch
2d70b50286
Fixes #15059 : Correct IP address count link in VM interfaces table
2024-02-13 12:16:11 -05:00
Jeremy Stretch
01fa2710eb
Fixes #15067 : Fix uncaught exception when attempting invalid device bay import
2024-02-13 12:15:15 -05:00
Arthur
99b01981d4
9856 fixes to circuits type specifiers
2024-02-13 08:32:21 -08:00
Jeremy Stretch
12d830bcf2
Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode ( #15134 )
...
* Fixes #15133 : Fix FHRP group representation on assignments endpoint under brief mode
* Update API test
2024-02-13 11:29:53 -05:00
Jeremy Stretch
c37dfdc150
Fixes #15091 : Fix initial active tab when editing an L2VPN termination
2024-02-13 11:27:50 -05:00
Jeremy Stretch
df910928f2
Fixes #15126 : group field should be optional when creating VPN tunnel via REST API
2024-02-13 09:55:33 -05:00
Jeremy Stretch
1f800a975f
Fixes #15115 : Fix unhandled exception with invalid permission constraints
2024-02-13 09:55:07 -05:00
Daniel Sheppard
0309796bbb
Fix extraneous __all__ entry
2024-02-12 16:09:02 -06:00
Daniel Sheppard
f81f76f862
Optimizations
2024-02-12 16:00:19 -06:00
Arthur
eca0966d92
9856 cleanup
2024-02-12 13:05:57 -08:00
Arthur
7779e87ff3
9856 cleanup
2024-02-12 13:01:27 -08:00
Arthur
a171a02844
Merge branch 'feature' into 9856-strawberry-2
2024-02-12 11:24:10 -08:00
Daniel Sheppard
c3f1a9601c
Update CSS after merge
2024-02-12 09:49:15 -06:00
Daniel Sheppard
4ae6683abc
Merge in recent feture changes
2024-02-12 09:44:30 -06:00
Daniel Sheppard
06c1aff04f
Fix test failure
2024-02-12 08:17:53 -06:00
teapot
c7ae2db8e3
Fixes #15111 : Correct typo in error message
2024-02-12 08:44:22 -05:00
Ikko Eltociear Ashimine
ae7d6ffd92
Update remote-authentication.md
...
Seperator -> Separator
2024-02-12 08:43:11 -05:00
Daniel Sheppard
5f69666b7b
Change dropdown position and fix test failure
2024-02-11 21:37:33 -06:00
Daniel Sheppard
b54cfd6ba9
Update CSS
2024-02-11 21:17:06 -06:00
Daniel Sheppard
3243ebd1dd
Merge remote-tracking branch 'origin/9583-add_column_specific_search_field_to_tables' into 9583-add_column_specific_search_field_to_tables
2024-02-09 16:37:47 -06:00
Daniel Sheppard
03f67f373f
CSS update for dropdown
2024-02-09 16:36:13 -06:00
Daniel Sheppard
50557c0f9d
Final work on #9583 for basic functionality
2024-02-09 16:35:09 -06:00
Jeremy Stretch
f41105d5e3
Remove unused Javascript
2024-02-09 16:30:14 -05:00
Jeremy Stretch
25723aebe0
Closes #15100 : Remove obsolete NullableCharField class
2024-02-09 15:57:42 -05:00
Jeremy Stretch
d8c6dad9d9
Closes #15099 : Remove legacy device_role & device_role_id filters for devices
2024-02-09 15:55:03 -05:00
Jeremy Stretch
64039a8833
#14917 : Remove obsolete slim-select styling
2024-02-09 14:51:21 -05:00
Jeff Gehlbach
011bc5bd78
Merge pull request #15053 from aharrisson/develop
...
Fix custom script documentation example script
2024-02-09 11:19:51 -05:00