Abhimanyu Saharan
449d90f344
Fixed permission for config context UI view ( #13547 )
...
* fixed permission for config context UI view #13543
* removed extras.view_configcontext permission #13543
2023-08-24 14:13:31 -04:00
Abhimanyu Saharan
5e519e6dc7
adds additional safe HTTP headers to request #13542
2023-08-24 14:12:08 -04:00
Abhimanyu Saharan
169942959f
fixes global search when the content type is not found #13507
2023-08-24 14:09:48 -04:00
Jeremy Stretch
b9f02b8417
Revert changes from #13373 pending further discussion around implementation
...
This reverts commit 54fabc9ef5
.
2023-08-24 14:02:15 -04:00
Abhimanyu Saharan
d5d5630fc9
clear all cache when lazy is not used #13544
2023-08-24 10:12:48 -04:00
Jeremy Stretch
6e0e79d50e
Changelog for #11272 , #13516 , #13530 , #13536
2023-08-23 14:44:14 -04:00
Jeremy Stretch
2b7b67767b
Closes #13470 : Remove misleading statement about access to report results
2023-08-23 14:41:38 -04:00
Jeremy Stretch
a04dcd645e
Fixes #13530 : Ensure script log messages are cast as strings for proper serialization
2023-08-23 14:41:21 -04:00
Abhimanyu Saharan
1fa0afdb06
adds vlan child table to vlan group #13536
2023-08-23 13:39:10 -04:00
Arthur
0024c46c0e
11272 make position field work correctly when internationalizion enabled
2023-08-23 13:30:01 -04:00
Jeremy Stretch
af49fb79ef
Fixes #13516 : Plugin utility functions should be importable from extras.plugins
2023-08-22 10:27:21 -04:00
Jeremy Stretch
d429932029
Changelog for #11508 , #13358 , #13477 , #13478 , #13500 , #13503
2023-08-21 15:10:12 -04:00
Arthur Hanson
54fabc9ef5
11508 Add group assignments for Azure SSO ( #13373 )
...
* 11508 temp azure changes
* 11508 map AzureAD groups to NetBox groups
* 11508 add is_active, reset superuser and staff based on Azure
* 11508 remove is_active, add documentation use azuread
* 11508 remove addition to settings
* 11508 review changes, add additional logging and error checking
* 11508 review changes, remove extra flag
* 11508 review changes, change SOCIAL_AUTH_ to REMOTE_AUTH_BACKEND
* 11508 clear user groups
* 11508 clear user groups
* 11508 review feedback change config key
* 11508 review changes
* 11508 review changes - add error checking
* 11508 review changes - flexible config params
2023-08-21 14:42:16 -04:00
kkthxbye-code
bf7405fd28
Correct filter name in redirect after bulk edit
...
* Added modified_by_request filter to ChangeLoggedFilterSet
2023-08-21 14:35:08 -04:00
Arthur
b022952d18
13503 fix rack space utilization graph for internationalization
2023-08-21 14:21:50 -04:00
Abhimanyu Saharan
3c21a19142
fix content type filter on export template #13478
2023-08-17 15:29:21 -04:00
Arthur
619b5b6608
13500 fix l2vpntermination bulk update
2023-08-17 15:25:23 -04:00
Alexander Haase
11def0ba99
Fix git DataSource clone authentication
...
Anonymous git clones (in GitLab) require the username and password not
to be set in order to successfully clone. This patch will define clone
args only, if the username passed is not empty.
2023-08-15 13:29:03 -04:00
Jeremy Stretch
dfd833bf26
Merge pull request #13474 from jose-d/develop-1
...
upgrading.md: there shouldbe OLDVER instead of NEWVER
2023-08-15 11:26:43 -04:00
jose_d
e02cc8d2f0
upgrading.md: there shouldbe OLDVER instead of NEWVER
2023-08-15 16:19:31 +02:00
Jeremy Stretch
21f2b19d3c
PRVB
2023-08-15 10:00:24 -04:00
Jeremy Stretch
a4a8b7fdc4
Release v3.5.8
2023-08-15 09:18:15 -04:00
Joel D. Tague
a7a9de805e
feat: add 200Gbps & 400Gbps interface speed options
2023-08-15 09:11:40 -04:00
Abhimanyu Saharan
34a0fde22c
adds object view to allow changelog page to be opened #13463
2023-08-14 09:47:58 -04:00
Jeremy Stretch
2241a256fa
Changelog for #10030 , #11578 , #12639
2023-08-14 08:55:47 -04:00
Jeremy Stretch
156b87f606
Fixes #13451 : Disable table ordering for custom link columns
2023-08-14 08:51:16 -04:00
Abhimanyu Saharan
1ce0d6c606
Merge pull request #13461 from netbox-community/fix/13460-spelling
...
Fixed spelling for Attributes
2023-08-14 01:18:37 -07:00
Abhimanyu Saharan
cefad9478a
Fixed spelling for Attributes #13460
2023-08-14 13:29:11 +05:30
kkthxbye
23d085f488
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
Daniel W. Anner
bc181a7de6
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
30b2760332
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
d88e2d2791
Fixes #13446 : Don't disable bulk edit/delete buttons after deselecting "select all" checkbox
2023-08-11 08:56:58 -04:00
Jeremy Stretch
f3d60e2121
Changelog for #11675 , #11922 , #12665 , #13368 , #13414
2023-08-09 15:02:49 -04:00
Arthur
391ad4f588
12665 add semicolon to link sanitation safe string
2023-08-09 14:49:34 -04:00
kkthxbye-code
20edfdbe96
Don't hide HIDDEN_IFUNSET custom fields from bulk import fields
2023-08-09 14:47:20 -04:00
Abhimanyu Saharan
a8c024fca5
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
f830aae0fb
Closes #13368 : Report installed plugins during server error ( #13387 )
...
* Introduce get_installed_plugins() utility
* Extend 500 error template to list installed plugins
* Move get_plugin_config() to extras.plugins.utils
2023-08-07 15:29:20 -04:00
Jeremy Stretch
94c717392d
Closes #13400 : Add 'name' property to BaseTable class
2023-08-07 10:48:41 -04:00
Jeremy Stretch
e30fe8cfe7
Closes #11922 : Populate assigned VDCs when adding a child interface
2023-08-04 15:25:59 -04:00
Jeremy Stretch
5e8b6664ab
Closes #11675 : Add support for specifying import/export route targets during VRF bulk import
2023-08-04 15:25:06 -04:00
Jeremy Stretch
6f56d29f12
Changelog for #12750 , #12889 , #13033 , #13151 , #13343 , #13369
2023-08-04 13:36:33 -04:00
Abhimanyu Saharan
851a60bb2f
adds delete for SyncedDataMixin when related AutoSyncRecord is available #12750
2023-08-04 13:25:56 -04:00
Henrik Strand
85c620ad24
Adding interface TYPE_400GE_CFP2/400gbase-x-cfp2 ( #13338 )
...
* Added 400G CFP2 to InterfaceTypeChoices
* Added new type to choises
2023-08-04 11:32:52 -04:00
Jeremy Stretch
886f68c1c1
Include notes re: demo data and netbox-docker
2023-08-04 10:12:15 -04:00
Jeremy Stretch
053bdd2831
Add stadium analogy and behavior anti-patterns
2023-08-04 08:55:43 -04:00
Jeremy Stretch
a65f9f3770
Fixes #13369 : Fix job termination status for failed reports
2023-08-04 08:12:52 -04:00
Matej Vadnjal
7c65b5c286
Fixes #13033 : add formatted speed column to Interfaces ( #13275 )
...
* Fixes #13033 : add formatted speed column to Interfaces
* use TemplateColumn instead of own class
2023-08-02 16:08:14 -04:00
Abhimanyu Saharan
0c8efdbb7d
Adds assigned bool for IP address API ( #13301 )
...
* adds assigned bool for ip address API #13151
* Add filterset test
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-02 15:45:09 -04:00
Abhimanyu Saharan
011bce92f1
fixes dummy payload URL for webhook test
2023-08-02 15:23:05 -04:00
Abhimanyu Saharan
a01fd302f1
fixes provider_network_id for related circuits #13343
2023-08-02 15:17:14 -04:00