Commit Graph

3449 Commits

Author SHA1 Message Date
Arthur Hanson
d6a9f302ac 14147 Prevent logging to Change Log when no changes are made (#14477)
* 14147 Prevent logging to Change Log when no changes are made

* 14147 add test

* 14147 add exclude_fields to serialize_object

* 14147 make skip empty default to True

* 14147 remove override of to_objectchange

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-12-15 15:17:45 -05:00
Jeremy Stretch
88c038f7a1 Fixes #14472: Fix display of hidden custom fields in object edit forms 2023-12-08 08:45:03 -05:00
Jeremy Stretch
999abfd3dc Closes #14436: Add indexes for all GenericForeignKey fields (#14463)
* Closes #14436: Add PostgreSQL indexes for all GenericForeignKeys

* Add note about GFK indexes to developer docs
2023-12-07 14:02:51 -05:00
Jeremy Stretch
e774dc09f8 Fixes #14432: Fix hyperlinks for global search result attributes 2023-12-07 09:52:40 -05:00
Jeremy Stretch
efaa92f9b5 Release v3.7-beta1 2023-12-05 08:25:48 -05:00
Jeremy Stretch
b3e5b3d963 Documentation cleanup 2023-12-05 08:05:44 -05:00
Jeremy Stretch
f4f6da8912 #9816: Add TunnelGroup 2023-12-04 15:44:52 -05:00
Jeremy Stretch
fe49f1b6b8 #14132: Fix documentation link 2023-12-04 11:15:13 -05:00
Jeremy Stretch
539ea1bf6c #14311: Update model documentation 2023-12-04 09:29:43 -05:00
Jeremy Stretch
dbaf2723ca #9816: Promote IKE & IPSec proposals and policies to primary models 2023-12-04 09:28:29 -05:00
Jeremy Stretch
a7b5f112e2 Update developer model docs 2023-12-01 08:47:31 -05:00
Jeremy Stretch
104d4d7357 Finish draft release notes 2023-12-01 08:37:20 -05:00
Jeremy Stretch
5137b8b944 Closes #14365: Introduce job_start and job_end signals (#14393)
* Introduce job_start and job_end signals, and receivers to process event rules

* Complete signals documentation
2023-11-30 19:36:41 -05:00
Arthur Hanson
8cfb44fd4b 14132 Add EventRule - change webhook and add in script processing to events (#14267)
---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-11-30 16:36:33 -05:00
Jeremy Stretch
bbccc1c743 Merge branch 'develop' into feature 2023-11-29 20:25:44 -05:00
Jeremy Stretch
43169f3b8b PRVB 2023-11-29 19:32:45 -05:00
Jeremy Stretch
29515facba Release v3.6.6 2023-11-29 19:16:30 -05:00
Jeremy Stretch
b3af9006d0 Update changelog 2023-11-29 17:25:10 -05:00
Jeremy Stretch
eeaa76226e v3.7 documentation updates 2023-11-28 13:11:30 -05:00
Jeremy Stretch
367af65279 Draft v3.7 release notes 2023-11-28 13:11:00 -05:00
Jeremy Stretch
4234b1ea71 Closes #9816: VPN tunnel support (#14276)
- Introduces a new `vpn` app with the following models:
    - Tunnel
    - TunnelTermination
    - IKEProposal
    - IKEPolicy
    - IPSecProposal
    - IPSecPolicy
    - IPSecProfile
2023-11-27 16:17:15 -05:00
Jeremy Stretch
a7f6b53e9a Closes #13299: Improve options for controlling custom field visibility (#14289)
* Add ui_visible and ui_editable fields

* Extend migration to map new visible/editable values

* Remove ui_visibility field

* Update docs
2023-11-20 13:06:34 -05:00
Jeremy Stretch
859bd6dc53 Closes #14173: Enable plugins to register columns on core tables (#14265)
* Closes #14173: Enable plugins to register columns on core tables

* Support translation for column name

* Document new registry store
2023-11-16 12:16:35 -05:00
Jeremy Stretch
1f88873d8a Closes #13645: Make Sentry integration optional (#14197) 2023-11-09 16:33:35 -05:00
Jeremy Stretch
1778437eb7 Closes #14134: Display additional object attributes in global search results (#14154)
* WIP

* Add display_attrs for all indexers

* Linkify object attributes

* Clean up prefetch logic

* Use tooltips for display attributes

* Simplify template code

* Introduce get_indexer() utility function

* Add  to examples in docs

* Use tooltips to display long strings
2023-11-09 16:21:09 -05:00
Jeremy Stretch
533ac7fe71 Merge branch 'develop' into feature 2023-11-09 16:06:26 -05:00
Jeremy Stretch
dfb54b9359 PRVB 2023-11-09 16:04:38 -05:00
Jeremy Stretch
292901447f Release v3.6.5 2023-11-09 15:45:49 -05:00
Jeremy Stretch
3a7ee30d33 Changelog for #12741, #13022, #13587, #13936, #14085, #14117, #14166, #14182, #14195, #14221 2023-11-09 15:20:24 -05:00
Jeremy Stretch
91cb39d11c Changelog for #13669, #13723, #13743, #13951, #14033, #14101, #14112, #14113, #14220, #14220 2023-11-09 09:19:49 -05:00
Jeremy Stretch
196964ad77 Closes #13427: Public model registration (#14152)
* Initial work on #13427

* Clarify documentation

* Reference public models registry when populating models for ConfigTemplate context
2023-11-03 10:32:59 -04:00
Kenny Y
68f9e29cf4 Update attr in conditions example 2023-11-02 10:22:54 -04:00
Jeremy Stretch
1cdc511861 Closes #12135: Prevent the deletion of interfaces with children (#14091)
* Closes #12135: Prevent the deletion of interfaces with children

* Change PROTECT to RESTRICT

* Extend handle_protectederror() to also handle RestrictedError

* Fix string translation

* Update migrations

* Support bulk removal of parent interfaces via UI if all children are included

* Add support for the bulk deletion of restricted objects via REST API
2023-11-01 13:47:14 -04:00
Jeremy Stretch
3240034743 Initial work on #10244: Protection rules (#14097) 2023-10-30 14:36:56 -04:00
Jeremy Stretch
bbf9018b37 Closes #13381: Enable plugins to register custom data backends (#14095)
* Initial work on #13381

* Fix backend type display in table column

* Fix data source type choices during bulk edit

* Misc cleanup

* Move backend utils from core app to netbox

* Move backend type validation from serializer to model
2023-10-24 11:35:53 -04:00
Jeremy Stretch
6474277a9c PRVB 2023-10-17 13:07:29 -04:00
Jeremy Stretch
3dde3746ef Release v3.6.4 2023-10-17 12:37:14 -04:00
Jeremy Stretch
81e2018a23 Changelog for #12336, #13957, #13962, #13972, #14025, #14042 2023-10-17 12:25:49 -04:00
Jeremy Stretch
5810904063 Changelog for #12872, #14013, #14023, #14026 2023-10-13 14:01:08 -04:00
Jeremy Stretch
abddb280f3 Closes #12872: Introduce DATA_UPLOAD_MAX_MEMORY_SIZE config parameter 2023-10-13 08:54:06 -04:00
Jeremy Stretch
1039fdb329 Closes #12831: Include circuit description in cable trace SVG image 2023-10-06 15:14:33 -04:00
Jeremy Stretch
944276b3c9 Changelog for #11987, #13440, #13746, #13876, #13950 2023-10-05 16:55:15 -04:00
Arthur Hanson
0bb160d246 13815 document view permissions for scripts (#13943)
* 13815 document view permissions for scripts

* Replicate permissions note for reports

* Remove duplicated text

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-10-05 15:15:50 -04:00
Jeremy Stretch
9edffa4511 Changelog for #12328, #13064, #13872, #13910, #13944 2023-10-04 14:11:28 -04:00
Jeremy Stretch
81c391098e Fixes #13966: Restore 'last login' column on users table 2023-10-04 14:09:29 -04:00
Jeremy Stretch
48471bb898 PRVB 2023-09-26 16:31:33 -04:00
Jeremy Stretch
0ce3e8a5c9 Release v3.6.3 2023-09-26 15:48:03 -04:00
Jeremy Stretch
0e767f6fda Changelog for #11079, #11901, #13843, #13849, #13859, #13864 2023-09-26 15:27:44 -04:00
Jeremy Stretch
df17a217ce Changelog for #12732, #13506, #13666, #13839, #13845, #13871, #13891 2023-09-26 10:56:16 -04:00
Jeremy Stretch
861ebb2720 PRVB 2023-09-20 15:32:41 -04:00