Jeremy Stretch
|
78effc354e
|
Merge pull request #9527 from kkthxbye-code/fix-9374
Partially fixes #9374 - Implement a custom paginator for DeviceViewSet to improve config_context load times
|
2022-06-17 13:44:37 -04:00 |
|
Jeremy Stretch
|
ffa56c5a27
|
Merge pull request #9543 from hagbarddenstore/fix-9537
Replace None in templates with placeholder filter
|
2022-06-17 13:16:46 -04:00 |
|
Jeremy Stretch
|
9db281e5e4
|
Merge pull request #9547 from kkthxbye-code/fix-9533
Fixes #9533 - Move markdown documentation to docs
|
2022-06-17 13:14:44 -04:00 |
|
kkthxbye-code
|
3608a3d430
|
Move markdown documentation to docs
|
2022-06-16 22:26:37 +02:00 |
|
Kim Johansson
|
59f83bd357
|
Replace None in templates with placeholder filter
To be consistent, all uses of — or None is replaced with the
placeholder filter.
Fixes #9537
|
2022-06-15 22:33:21 +02:00 |
|
Jeremy Stretch
|
844cf22f6b
|
Fixes #9524: Correct order of VLAN fields under VM interface creation form
|
2022-06-13 19:14:29 -04:00 |
|
Jeremy Stretch
|
c56c5bff25
|
Changelog for #9501, #9512
|
2022-06-13 19:05:16 -04:00 |
|
Jeremy Stretch
|
fa9156f3e2
|
Merge pull request #9520 from kkthxbye-code/fix-9501
Fixes #9501 - Add configuration option JINJA2_FILTERS
|
2022-06-13 18:55:25 -04:00 |
|
kkthxbye-code
|
423d5e57ed
|
Implement a custom paginator for DeviceViewSet
Running count on the annotated query for loading config_context is slow. The custom paginator removes the annotation before getting the count.
|
2022-06-13 20:45:08 +02:00 |
|
Jeremy Stretch
|
0e8860fd40
|
Merge pull request #9523 from kkthxbye-code/fix-9512
Fixes #9512 - Add distinct to Site search to prevent duplicates when search matches ASN
|
2022-06-13 12:12:34 -04:00 |
|
kkthxbye
|
5639d1a832
|
Add distinct to Site search to prevent duplicates when search matches ASN
|
2022-06-13 07:56:31 +02:00 |
|
kkthxbye-code
|
03c83b5361
|
Add configuration option JINJA2_FILTERS
|
2022-06-10 23:13:49 +02:00 |
|
jeremystretch
|
d28d025a97
|
Fixes #9495: Correct link to contacts in contact groups table column
|
2022-06-09 10:20:44 -04:00 |
|
jeremystretch
|
94784d986b
|
Closes #8893: Include count of IP ranges under tenant view
|
2022-06-07 11:12:40 -04:00 |
|
jeremystretch
|
68a7cd1323
|
Closes #8882: Support filtering IP addresses by multiple parent prefixes
|
2022-06-07 11:00:14 -04:00 |
|
jeremystretch
|
2e7d5e6098
|
Fixes #9486: Fix redirect URL when adding device components from the module view
|
2022-06-07 10:06:19 -04:00 |
|
jeremystretch
|
b8bbb7e638
|
Add warning against bumping stale issues
|
2022-06-07 09:59:59 -04:00 |
|
jeremystretch
|
fe7825ddb7
|
Changelog for #9480, #9484
|
2022-06-07 08:51:53 -04:00 |
|
Jeremy Stretch
|
2aff5bdda9
|
Merge pull request #9483 from kkthxbye-code/fix-9480
Fixes #9480 - Make the Service and ServiceTemplate tables sortable by ports
|
2022-06-07 08:46:13 -04:00 |
|
Jeremy Stretch
|
2bfa487ead
|
Merge pull request #9485 from kkthxbye-code/fix-9484
Fixes #9484 - List services listening on all IPs in IPAddressView
|
2022-06-07 08:43:14 -04:00 |
|
kkthxbye-code
|
75f286f55a
|
List services listening on all IPs in IPAddressView
|
2022-06-06 16:28:33 +02:00 |
|
kkthxbye-code
|
28daad1000
|
Make the Service and ServiceTemplate tables sortable by ports
|
2022-06-05 10:31:21 +02:00 |
|
jeremystretch
|
06112d7be4
|
PRVB
|
2022-05-31 15:31:22 -04:00 |
|
Jeremy Stretch
|
b6d1b89a46
|
Merge pull request #9454 from netbox-community/develop
Release v3.2.4
|
2022-05-31 15:28:13 -04:00 |
|
jeremystretch
|
c181c9bda8
|
Release v3.2.4
|
2022-05-31 15:08:33 -04:00 |
|
jeremystretch
|
bd4dfa2214
|
Fixes #9291: Improve data validation for MultiObjectVar script fields
|
2022-05-31 13:37:14 -04:00 |
|
jeremystretch
|
e66cb61e0b
|
Fixes #9402: Fix custom field population when creating a virtual chassis
|
2022-05-31 13:26:25 -04:00 |
|
jeremystretch
|
127588f9ee
|
Fixes #9407: Clean up display of prefixes values when exporting prefixes list
|
2022-05-31 12:23:22 -04:00 |
|
jeremystretch
|
d18d9c5575
|
Closes #9451: Add export_raw argument for TemplateColumn
|
2022-05-31 12:20:39 -04:00 |
|
jeremystretch
|
fa83afe215
|
Fixes #9425: Fix bulk import for object and multi-object custom fields
|
2022-05-31 11:37:30 -04:00 |
|
jeremystretch
|
01c96b817c
|
Changelog for #9420, #9430
|
2022-05-31 09:14:23 -04:00 |
|
Jeremy Stretch
|
447bdb1392
|
Merge pull request #9438 from kkthxbye-code/fix-9420
Fixes #9420: Allow script inheritance
|
2022-05-31 09:12:49 -04:00 |
|
Jeremy Stretch
|
e001c1b3d0
|
Merge pull request #9435 from kkthxbye-code/fix-9430
Fixes #9435 - Make sure initial data is passed as array for DynamicModelChoiceFields
|
2022-05-31 09:09:42 -04:00 |
|
kkthxbye-code
|
4e418850a2
|
Iterate base classes when searching for ScriptVariables
|
2022-05-28 11:29:18 +02:00 |
|
kkthxbye-code
|
643f5bc8cc
|
Make sure initial data is passed as array for DynamicModelChoiceFields
|
2022-05-27 20:41:50 +02:00 |
|
jeremystretch
|
fecffc2436
|
Changelog for #9277
|
2022-05-24 16:00:18 -04:00 |
|
Jeremy Stretch
|
76507ec122
|
Merge pull request #9415 from tyler-8/csrf_cookie_setting
Add optional CSRF_COOKIE_NAME setting, update example config, and docs.
|
2022-05-24 15:58:00 -04:00 |
|
tyler-8
|
57ab2214ef
|
Add optional CSRF_COOKIE_NAME setting, update example config, and docs.
|
2022-05-24 10:57:38 -04:00 |
|
jeremystretch
|
54850b5da3
|
Clean up imports
|
2022-05-24 09:56:14 -04:00 |
|
jeremystretch
|
147baf69ed
|
Closes #9347: Include services in global search
|
2022-05-24 09:49:36 -04:00 |
|
jeremystretch
|
6e64db46c1
|
Closes #9379: Redirect to virtual chassis view after adding a member device
|
2022-05-24 09:20:05 -04:00 |
|
jeremystretch
|
f7495758e9
|
Fixes #9387: Ensure ActionsColumn extra_buttons are always displayed
|
2022-05-24 09:14:25 -04:00 |
|
Jeremy Stretch
|
ab973999d3
|
Merge pull request #9406 from lastorel/9365-rolefilter
add `role_id` attribute to filter form of InventoryItem
|
2022-05-24 08:52:06 -04:00 |
|
jeremystretch
|
1a48f4497b
|
Bump stale to v5
|
2022-05-24 08:39:43 -04:00 |
|
lastorel
|
29a1bf6cb1
|
add role attribute to filter inventoryitems
|
2022-05-22 17:22:28 +03:00 |
|
jeremystretch
|
23dae6b99f
|
Changelog for #9098
|
2022-05-18 08:42:20 -04:00 |
|
Jeremy Stretch
|
2b5fc676a9
|
Merge pull request #9383 from bluikko/patch-1
Add other power, front/rear port types
|
2022-05-18 08:41:01 -04:00 |
|
bluikko
|
3ee76548e0
|
Add other power, front/rear port types
Fixes #9098
|
2022-05-18 15:08:08 +07:00 |
|
jeremystretch
|
10605ebd4c
|
Changelog for #9239, #9358
|
2022-05-16 09:56:02 -04:00 |
|
jeremystretch
|
22f3662352
|
#9239: Organize contact form fields
|
2022-05-16 09:55:17 -04:00 |
|