Jeremy Stretch
27fc44b883
Misc cleanup
2023-08-30 09:14:40 -04:00
Daniel Sheppard
e9ec4b9644
Merge branch 'feature' into 11478-fix-cabling-interface-display
2023-08-28 10:28:49 -05:00
Daniel Sheppard
aceceba4a5
Add breaking change note
2023-08-24 08:20:13 -05:00
Daniel Sheppard
245fd2e700
Adjust tests to more accurately provide coverage
2023-08-23 15:47:32 -05:00
Jeremy Stretch
7d7e8127f5
Fixes #13513 : Prevent exception when rendering bookmarks widget for anonymous user
2023-08-23 10:53:56 -04:00
Daniel Sheppard
ef9b002f44
Fix test
2023-08-22 08:00:24 -05:00
Daniel Sheppard
5dba592658
Rename filter and re-introduce virtual_chassis filtering method (required)
2023-08-21 16:27:20 -05:00
Arthur
229007082b
13510 update docs run permission image
2023-08-21 14:03:31 -04:00
Jeremy Stretch
5709bc3b2b
Release v3.6-beta2
2023-08-16 11:28:31 -04:00
Jeremy Stretch
af06510921
Closes #13412 : Enable pagination of custom field choice set choices
2023-08-16 11:08:36 -04:00
Jeremy Stretch
b4acbb5e16
Closes #13439 : Update API token documentation
2023-08-16 10:28:33 -04:00
Jeremy Stretch
b96e437e2b
#8248 : Add bookmarks widget to default dashboard
2023-08-16 10:10:31 -04:00
Jeremy Stretch
0457520f51
Changelog for #12461
2023-08-15 11:25:56 -04:00
Jeremy Stretch
44f8a777df
Merge branch 'develop' into feature
2023-08-15 11:04:03 -04:00
Jeremy Stretch
1c9a8ec6bd
PRVB
2023-08-15 10:00:24 -04:00
Jeremy Stretch
e61795d5c6
Release v3.5.8
2023-08-15 09:18:15 -04:00
Joel D. Tague
892c10b1f0
feat: add 200Gbps & 400Gbps interface speed options
2023-08-15 09:11:40 -04:00
Abhimanyu Saharan
752e26c7de
Adds config template to vm model ( #13450 )
...
* adds config template to vm model #12461
* Add translation tags; collapse config data
* i18n cleanup
* Establish parity with DeviceRenderConfigView
* Move config_template field to RenderConfigMixin
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-14 15:43:28 -04:00
Abhimanyu Saharan
ea107b6b86
adds object view to allow changelog page to be opened #13463
2023-08-14 09:47:58 -04:00
Jeremy Stretch
b9b9c065cc
Changelog for #10030 , #11578 , #12639
2023-08-14 08:55:47 -04:00
Jeremy Stretch
b583770765
Fixes #13451 : Disable table ordering for custom link columns
2023-08-14 08:51:16 -04:00
Abhimanyu Saharan
37d6f6abca
Merge pull request #13461 from netbox-community/fix/13460-spelling
...
Fixed spelling for Attributes
2023-08-14 01:18:37 -07:00
Abhimanyu Saharan
be3f48c677
Fixed spelling for Attributes #13460
2023-08-14 13:29:11 +05:30
Daniel Sheppard
e439a57e28
Cleanup filterset, add test
2023-08-11 12:44:04 -05:00
Daniel Sheppard
a91c096101
Add new filters instead of using undocumented query params
2023-08-11 12:26:59 -05:00
Daniel Sheppard
e35d658d74
Merge branch '11478-fix-cabling-interface-display' of https://github.com/netbox-community/netbox into 11478-fix-cabling-interface-display
2023-08-11 12:23:10 -05:00
kkthxbye
5de9d3f15f
Fixes #12639 - Make sure name expansions throws a validation error on decrementing ranges ( #13326 )
...
* Fixes #12639 - Make sure name expansions throws a validation error on decrementing ranges
* Fix pep8
* Also fail on equal start & end values
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-11 11:53:16 -04:00
Arthur Hanson
8593715149
13319 add documentation for internationalization ( #13330 )
...
* 13319 add documentation for internationalization
* 13319 add verbose name to model
* 13319 fix typo
* Flesh out developer doc for i18n
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-11 11:27:48 -04:00
Daniel W. Anner
40afe6cf36
Feature - Schema Generation ( #13353 )
...
* Schema generation is working
* Added option to either dump to a file or the console
* Moving schema file and utilizing settings definition for file paths
* Cleaning up the imports and fixing a few pythonic issues
* Tweak command flags
* Clean up choices mapping
* Misc cleanup
* Rename & move template file
* Move management command from extras to dcim
* Update release checklist
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-11 11:00:26 -04:00
Arthur Hanson
9fd07b594c
11578 mark swagger available- apis to accept lists in post ( #13445 )
...
* 11578 change swagger for available-ips to accept lists
* 11578 change swagger for available-xxx to accept lists
2023-08-11 09:49:03 -04:00
Jeremy Stretch
dc7411e4c5
Fixes #13446 : Don't disable bulk edit/delete buttons after deselecting "select all" checkbox
2023-08-11 08:56:58 -04:00
Jeremy Stretch
315c4bb1ac
#13434 : Fix tests
2023-08-10 14:32:48 -04:00
Jeremy Stretch
1ff1b4dc89
Changelog for #13433 , #13434 , #13437
2023-08-10 14:12:42 -04:00
Jeremy Stretch
a332adf962
Fixes #13434 : Randomly generate initial keys prior to the creation of new tokens
2023-08-10 14:11:16 -04:00
Jeremy Stretch
856cc0f885
Fixes #13437 : Display bookmark button only for relevant objects
2023-08-10 13:55:03 -04:00
Jeremy Stretch
89d8f7aa70
Add missing load tag for i18n
2023-08-10 10:32:56 -04:00
Jeremy Stretch
4d2ef0a8b5
Fixes #13433 : User field on API token form should be required
2023-08-10 10:04:31 -04:00
Jeremy Stretch
23b3f72dee
Apply missed string translations
2023-08-10 09:38:12 -04:00
Jeremy Stretch
ff59845821
Changelog for #12814 , #13037 , #13376 , #13410
2023-08-09 15:38:03 -04:00
Jeremy Stretch
914588f55d
Merge branch 'develop' into feature
2023-08-09 15:31:21 -04:00
Jeremy Stretch
72e1e8fab1
Changelog for #11675 , #11922 , #12665 , #13368 , #13414
2023-08-09 15:02:49 -04:00
Abhimanyu Saharan
8b01c30c51
Exposes all models in device context data ( #13389 )
...
* exposes all models in device context data #12814
* added app namespaces to the context data
* revert object to device in context data
* moved context to render method of ConfigTemplate
* removed print
* Include only registered models; permit passed context data to overwrite apps
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-09 14:57:59 -04:00
Arthur
dcdb4d27ec
12665 add semicolon to link sanitation safe string
2023-08-09 14:49:34 -04:00
kkthxbye-code
9b1406a1a7
Don't hide HIDDEN_IFUNSET custom fields from bulk import fields
2023-08-09 14:47:20 -04:00
Abhimanyu Saharan
545769ad88
Adds generic object children template ( #13388 )
...
* adds generic tab view template #12110
* Rename view_tab.html and move to generic/
* Fix console ports template
* Move bulk operations view resolution to template
* Avoid setting default template_name on ObjectChildrenView
* Move base_template and table_config context vars to base context
* removed bulk_delete_control from templates
* refactored bulk_controls view
* fixed table_config
* renamed object_tab.html to objectchildren_list.html
* removed unused import
* Refactor template blocks for bulk operation buttons
* Rename object children generic template
* Move disconnect bulk action into a separate template for device components
* Fix cluster devices & VM interfaces views
* minor button label change
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-09 14:16:03 -04:00
Jeremy Stretch
16bcb1dbb0
#13426 : Employ proper feature keys for image attachment & contact filter forms
2023-08-09 10:41:40 -04:00
Jeremy Stretch
5dce5563ab
#11541 : Fix object_types queryset on TagSerializer
2023-08-09 10:32:08 -04:00
Jeremy Stretch
4e8a3e0a6f
Closes #13426 : Register all model features in the registry
2023-08-09 10:27:10 -04:00
Jeremy Stretch
646d52d498
Misc docs cleanup for v3.6
2023-08-09 10:12:40 -04:00
Jeremy Stretch
cd5012bd59
Closes #13424 : Move CloningMixin into NetBoxFeatureSet
2023-08-09 10:12:13 -04:00