Jeremy Stretch
8bb719661d
Clean up template
2024-02-06 17:33:32 -05:00
Jeremy Stretch
d7c6fb5dde
Rename _current_method to _current_test
2024-02-06 17:21:26 -05:00
Jeremy Stretch
e7f24b7e9c
Record a timestamp with script logs
2024-02-06 17:08:24 -05:00
Jeremy Stretch
da5eb0bb62
Fix formatting of script logs
2024-02-06 17:01:23 -05:00
Jeremy Stretch
8a570ec52d
Remove ScriptLogMessageSerializer
2024-02-06 16:43:19 -05:00
Jeremy Stretch
ece5b4635e
Reformat script job data (log, output, tests)
2024-02-06 16:38:17 -05:00
Jeremy Stretch
f3ef004e04
Remove obsolete is_valid() method
2024-02-06 14:27:32 -05:00
Jeremy Stretch
8e2e4979b0
Misc cleanup
2024-02-06 14:27:32 -05:00
Arthur
3ef9007427
Merge branch 'feature' into 12510-reports
2024-02-06 11:09:55 -08:00
Jeremy Stretch
d7bcf3d4cc
Introduce an internal log level for debug to simplify Script logging
2024-02-05 16:37:39 -05:00
Jeremy Stretch
f63d23872f
Update release notes
2024-02-05 15:00:20 -05:00
Jeremy Stretch
a6f5e7260b
Merge branch 'feature' into 12510-reports
2024-02-05 14:48:00 -05:00
Jeremy Stretch
74e67afa41
Merge branch 'develop' into feature
2024-02-05 14:38:26 -05:00
Jeremy Stretch
28aee9b69a
PRVB
2024-02-05 14:12:50 -05:00
Jeremy Stretch
426805cd24
Merge pull request #15048 from netbox-community/develop
...
Release v3.7.2
2024-02-05 14:10:13 -05:00
Jeremy Stretch
a331ba65cb
Release v3.7.2
2024-02-05 13:56:52 -05:00
Smixi
4ba0ec78cf
fix: performance for get__available_ips for prefix ( #15041 )
2024-02-05 13:30:59 -05:00
Arthur Hanson
317bef6796
12795 custom user model ( #15005 )
...
* 12795 users.User migration
* 12795 users.User migration
* 12795 review changes
* 12795 fix user model registration
* 12795 fix user model registration
* 12795 update migration
* 12795 update migration
* 12795 update migration
* 12795 add comment to migration db_table
* Tweak import to avoid class name collision
* 12795 add comment for _register_features requirement
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-05 13:24:03 -05:00
Jeremy Stretch
93edf74f7c
Fixes #14945 : Fix "select all" button for device type components ( #15027 )
2024-02-05 13:05:25 -05:00
Jeremy Stretch
8a77ec70f2
Fixes #15015 : Pre-populate assigned tenant when allocating next available IP address under prefix view
2024-02-05 12:59:50 -05:00
Daniel Sheppard
0eba3acdb8
Closes : #14570 - Remove extra query for job under scripts and reports detailed view ( #14998 )
...
* Closes : #14570 - Remove extra query for job under scripts and reports detailed view
* Add report.result back as it is used by report.html
2024-02-05 12:13:03 -05:00
Daniel Sheppard
32083e58c0
Fixes : #14840 - Forces API to use django user model instead of proxy model ( #14881 )
...
* Fixes : #14840 - Forces API to use proxy model
* Update tests to use proxy model
* Revert "Update tests to use proxy model"
This reverts commit 1d784cfe5d
.
* Revert "Fixes: #14840 - Forces API to use proxy model"
This reverts commit df85cc967c
.
* More realistic change to resole issue with netboxusers-list
* Revert "More realistic change to resole issue with netboxusers-list"
This reverts commit 15df8082aa
.
* Fixes : #14840 - Better fix for netboxusers-list
* Swap model for serializer from proxy model
2024-02-05 11:57:30 -05:00
Jeremy Stretch
5d9311eecf
Closes #12325 : Disable the Django admin UI by default ( #15008 )
...
* Disable the Django admin UI by default
* Remove outdated references to the admin UI
* Update tests
2024-02-05 11:44:52 -05:00
Arthur Hanson
8e8d302850
15020 Update assigned VMs site when move cluster ( #15031 )
...
* 15020 Update assigned VMs site when move cluster
* 15020 call super
* 15020 change to use denormalized
2024-02-05 11:41:33 -05:00
Jeremy Stretch
fde9c1664a
Closes #13729 : Censor sensitive data source parameters in change log ( #15032 )
2024-02-05 11:35:12 -05:00
Daniel Sheppard
1a9149d7d4
Fixes : #14839 - Check for tunnel termination type in data and instance in addition to intially passed data. ( #14995 )
...
* Fixes : #14839 - Check for tunnel termination type in additional instances
* Incorporate recommended changes
2024-02-05 09:59:24 -05:00
Arthur Hanson
31fb6961e9
14947 fix for missing changelog if only update m2m ( #14986 )
...
* 14947 fix for missing changelog if only update m2m
* 14947 review change
* 14947 DRY save logic
* 14947 DRY save logic
* Refactor logic
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-05 09:52:10 -05:00
Jeremy Stretch
b408beaed5
Changelog for #14962 , #14999 , #15025
2024-02-02 16:36:35 -05:00
Arthur
1b6fc49a3e
14999 fix FHRP create and add another
2024-02-02 14:52:38 -05:00
Jeremy Stretch
9f25289ce2
Fixes #15025 : can_add() template filter should accept a model (not an instance)
2024-02-02 11:59:44 -05:00
Arthur
7fe0ee5104
12510 move migration
2024-02-02 07:25:41 -08:00
Arthur
ed361611e4
12510 main log results to empty string
2024-02-02 07:21:02 -08:00
ChrisPortman
59510b4bd0
Issue #14962 VM to merge directly related site context ( #14992 )
...
* Issue #14962 VM to merge directly related site context
* Cleanup & rewrite test
---------
Co-authored-by: Chris Carter <chris.carter@spinlocksecurity.com>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-02 10:16:07 -05:00
Arthur
c9f8b78048
12510 review changes
2024-02-01 16:14:08 -08:00
Arthur
c03cd6b2b9
12510 review changes
2024-02-01 15:28:01 -08:00
Arthur
7e07136178
12510 review changes
2024-02-01 14:50:29 -08:00
Arthur
da9b089723
12510 review changes
2024-02-01 14:20:07 -08:00
Arthur
fe591fbfb2
12510 update docs
2024-02-01 10:48:31 -08:00
Arthur
148bf086d8
12510 review changes
2024-02-01 09:57:31 -08:00
Arthur
b45fc0e851
12510 review changes
2024-02-01 08:51:30 -08:00
Arthur Hanson
93b77cb4f0
14729 Move background tasks list from admin UI to Primary UI ( #14825 )
...
* 14729 rq table
* 14729 rq table
* 14729 rq table
* 14729 rq table
* 14729 jobs table
* 14729 jobs detail
* 14729 formatting fixup
* 14729 formatting fixup
* 14729 format datetime in tables
* 14729 display job id
* Update templates for #12128
* 14729 review fixes
* 14729 review fixes
* 14729 review fixes
* 14729 review fixes
* 14729 merge feature
* 14729 add modal
* 14729 review changes
* 14729 url fixup
* 14729 no queue param on task
* 14729 queue pages
* 14729 job status handling
* 14729 worker list
* 14729 exec detail and common view
* 14729 worker detail
* 14729 background task delete
* 14729 background task delete
* 14729 background task requeue
* 14729 background task enqueue stop
* 14729 review changes
* 14729 remove rq from admin
* 14729 add tests
* 14729 add tests
* Clean up HTML templates
* Clean up tables
* Clean up views
* Fix tests
* Clean up tests
* Move navigation menu entry for background tasks
* Remove custom deletion form
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-01 11:44:07 -05:00
Jeremy Stretch
694a7d243a
Relocate "add" buttons for embedded object tables
2024-01-31 17:59:14 -05:00
Jeremy Stretch
d302982a88
Fix left padding of login button in top menu
...
Clean up spacing for nav pills
Markdown fields should default to using monospace font
Wrap action buttons in object page header
Fix page link style for non-HTMX paginators
Clean up styling of Markdown preview widget
Fix spacing around placeholder text for empty panel tables
Remove obsolete templates
Tweak checkbox input spacing
Fix toggling of clear button for quick search
Fix positioning of quick search filter dropdown
Fix positioning of 'highlight device' button
Fix styling for custom field group names
Widen buttons on nav menu items
Restyle the login page
Fix active nav-pill background color in dark mode
Fix spacing around 'map' button for sites
2024-01-31 17:59:14 -05:00
Jeremy Stretch
780ce77aed
Closes #12776 : Utilize the htmx_table tag for all embedded object tables
2024-01-30 17:17:08 -05:00
Arthur
53b3875e82
12510 fixes
2024-01-29 16:01:00 -08:00
Arthur
e61b960cd7
12510 legacy jobs
2024-01-29 14:55:47 -08:00
Arthur
52689616e9
12510 legacy jobs
2024-01-29 11:21:04 -08:00
teapot
1b9e6bed55
Fixes #14960 : Correct typo in label
2024-01-29 08:48:02 -05:00
Arthur
23a8b2a929
12510 cleanup
2024-01-26 15:12:54 -08:00
Arthur
73190fa996
12510 remove reports
2024-01-26 14:23:30 -08:00