Commit Graph

11513 Commits

Author SHA1 Message Date
Abhimanyu Saharan
9d62ad278f minor button label change 2023-08-09 20:58:54 +05:30
Abhimanyu Saharan
90ed5d0a67 Merge branch 'develop' into feat/12110-generic-tab-view 2023-08-09 20:47:09 +05:30
Jeremy Stretch
9d6688115e Fix cluster devices & VM interfaces views 2023-08-08 15:51:36 -04:00
Jeremy Stretch
297479d32e Move disconnect bulk action into a separate template for device components 2023-08-08 15:18:09 -04:00
Jeremy Stretch
14dc2b56bd Rename object children generic template 2023-08-08 15:10:38 -04:00
Jeremy Stretch
a2d7f911cc Refactor template blocks for bulk operation buttons 2023-08-08 15:08:41 -04:00
Abhimanyu Saharan
5b1579605f removed unused import 2023-08-08 23:52:08 +05:30
Abhimanyu Saharan
d577f44caf renamed object_tab.html to objectchildren_list.html 2023-08-08 23:50:09 +05:30
Abhimanyu Saharan
46f8695e06 fixed table_config 2023-08-08 22:07:47 +05:30
Abhimanyu Saharan
89fe8e2eb3 refactored bulk_controls view 2023-08-08 21:50:28 +05:30
Abhimanyu Saharan
97ff51c7f0 removed bulk_delete_control from templates 2023-08-08 21:45:06 +05:30
Jeremy Stretch
f5a1f83f9f
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
Abhimanyu Saharan
4633cc58c5
Merge pull request #13402 from netbox-community/13388-optimizations
#13388: Misc suggested optimizations
2023-08-07 23:43:24 +05:30
Jeremy Stretch
9652210d56 Move base_template and table_config context vars to base context 2023-08-07 11:38:09 -04:00
Jeremy Stretch
2af2ccc6c1 Avoid setting default template_name on ObjectChildrenView 2023-08-07 11:32:36 -04:00
Jeremy Stretch
4c2a4406a2 Move bulk operations view resolution to template 2023-08-07 11:23:23 -04:00
Jeremy Stretch
a31ea23bd7 Fix console ports template 2023-08-07 11:20:44 -04:00
Jeremy Stretch
d790c79627 Rename view_tab.html and move to generic/ 2023-08-07 10:58:16 -04:00
Jeremy Stretch
fa09a4770f Merge branch 'develop' into feat/12110-generic-tab-view 2023-08-07 10:54:17 -04:00
Jeremy Stretch
f9648d8544 Closes #13400: Add 'name' property to BaseTable class 2023-08-07 10:48:41 -04:00
Abhimanyu Saharan
ef9cafe602 adds generic tab view template #12110 2023-08-05 02:13:45 +05:30
Jeremy Stretch
2236b86c35 Closes #11922: Populate assigned VDCs when adding a child interface 2023-08-04 15:25:59 -04:00
Jeremy Stretch
0dd319d0c8 Closes #11675: Add support for specifying import/export route targets during VRF bulk import 2023-08-04 15:25:06 -04:00
Jeremy Stretch
88562d7dcf Changelog for #12750, #12889, #13033, #13151, #13343, #13369 2023-08-04 13:36:33 -04:00
Abhimanyu Saharan
01bb09db67 adds delete for SyncedDataMixin when related AutoSyncRecord is available #12750 2023-08-04 13:25:56 -04:00
Henrik Strand
43ce453938
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
7f22c6bf12 Include notes re: demo data and netbox-docker 2023-08-04 10:12:15 -04:00
Jeremy Stretch
93a862cded Add stadium analogy and behavior anti-patterns 2023-08-04 08:55:43 -04:00
Jeremy Stretch
9cc295827b Fixes #13369: Fix job termination status for failed reports 2023-08-04 08:12:52 -04:00
Matej Vadnjal
a807cca29e
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
57860f26b7
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
ab916a1819 fixes dummy payload URL for webhook test 2023-08-02 15:23:05 -04:00
Abhimanyu Saharan
a68831d3a1 fixes provider_network_id for related circuits #13343 2023-08-02 15:17:14 -04:00
Jeremy Stretch
a4c9cbc6dd Remove hard-coded test runner 2023-08-02 08:55:38 -04:00
Jeremy Stretch
0b10131564 Satisfy PEP8 E721 linter complaints 2023-07-30 13:34:08 -04:00
Jeremy Stretch
006c353d46 PRVB 2023-07-28 10:31:54 -04:00
Jeremy Stretch
6c53ca8909
Merge pull request #13294 from netbox-community/develop
Release v3.5.7
2023-07-28 10:29:46 -04:00
Jeremy Stretch
4f984c0831 Release v3.5.7 2023-07-28 10:11:16 -04:00
Jeremy Stretch
d9dc6cec3a Changelog for #11803, #13009, #13234, #13285 2023-07-28 10:02:42 -04:00
Jeremy Stretch
90146941b5 Fixes #13285: Cast default u_height value to a decimal for validation 2023-07-28 09:49:09 -04:00
Bruno Blanes
9d0457fe1a
Add Brazilian power outlet standard to choices.py (#13012)
* Add Brazilian power outlet standard to choices.py

* Eliminate possible name conflict

* Rename group and add IEC 60906-1 plug type

* Update choices.py

Add Brazilian power port standard
2023-07-28 09:26:46 -04:00
Abhimanyu Saharan
2aa51d0d94
Adds contact assignment bulk import (#13109)
* adds contact assignment bulk import #11307

* Remove unsupported tags field added by NetBoxModelImportForm

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-28 09:23:22 -04:00
Abhimanyu Saharan
7158360dfa moves non-racked devices to tab #11803 2023-07-28 08:59:15 -04:00
Jeremy Stretch
c89193d331 Closes #13080: Differentiate more clearly between old and new version placeholders in upgrade guide 2023-07-28 08:11:28 -04:00
Daniel W. Anner
eeb069048f
Adding 100gbase-x-dsfp and 100gbase-x-sfpdd (#13236)
* Adding 100gbase-x-dsfp

* fixing missing comma

* Adding interface `TYPE_100GE_SFP_DD`/`100gbase-x-sfpdd`

* Update netbox/dcim/choices.py

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>

---------

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-07-27 19:02:08 -04:00
Jeremy Stretch
3e12fbe367 Changelog for #12625, #13051, #13097, #13167, #13233, #13237 2023-07-27 16:42:03 -04:00
kkthxbye-code
4b2922312a Allow the align property on th and td and add CSS rules for overriding text-alignment 2023-07-27 16:38:46 -04:00
Abhimanyu Saharan
0276f29067 adds sensitive_parameters to DataBackend #12625 2023-07-27 16:33:29 -04:00
Roger Miret
1d52627f71 Update ipam.md
100.64.16.9/24 isn't a valid CIDR
2023-07-27 16:07:44 -04:00
Alef Burzmali
bba4fe437c Update the install doc for PostgreSQL 15
Fixes #12768
2023-07-27 16:06:41 -04:00