netbox/netbox/extras
Arthur Hanson 58da5c1252
15353 add better script error message (#15441)
* 15353 add better script error message

* Simplify _get_script_class() & add docstring

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-17 14:54:30 -04:00
..
api Fixes #16123: Fix custom script execution via REST API 2024-05-14 10:31:55 -04:00
dashboard 15815 convert dashboard widgets for users/groups (#15839) 2024-05-01 09:56:46 -04:00
data Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
forms Fixes #16061: Omit hidden fields from event rule form 2024-05-09 15:01:53 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
management Fixes #16025: Fix execution of scripts via the runscript management command 2024-05-08 10:30:47 -04:00
migrations Return an empty dict if the module cannot be loaded 2024-05-08 13:29:39 -04:00
models 15353 add better script error message (#15441) 2024-05-17 14:54:30 -04:00
tables Refactor & expand search view tests 2024-05-13 18:56:44 -04:00
templatetags Fixes #15616: Tweak button class for invalid custom links 2024-04-05 14:17:58 -04:00
tests Merge branch 'develop' into feature 2024-05-01 16:09:14 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Move choice sets from utilities.choices to netbox.choices 2024-03-22 08:59:52 -04:00
conditions.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
constants.py #8248: Add bookmarks widget to default dashboard 2023-08-16 10:10:31 -04:00
context_managers.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
events.py 15855 fix adding script as event rule (#15861) 2024-05-01 10:24:17 -04:00
fields.py pep8 fixes 2023-02-19 18:50:24 -05:00
filters.py Ditch CustomFieldFilter 2021-10-28 15:36:12 -04:00
filtersets.py Closes #15547: Add comments field to CustomField model 2024-04-19 15:10:06 -04:00
lookups.py Fixes #11539: Use BooleanFilter for 'empty' lookups (#11784) 2023-05-25 15:20:08 -04:00
querysets.py Issue #14962 VM to merge directly related site context (#14992) 2024-02-02 10:16:07 -05:00
reports.py Closes #14438: Database representation of scripts 2024-02-23 08:27:37 -05:00
scripts.py Merge branch 'develop' into feature 2024-05-01 16:09:14 -04:00
search.py Closes #15547: Add comments field to CustomField model 2024-04-19 15:10:06 -04:00
signals.py Closes #14279: Pass current request to custom validators (#15491) 2024-03-21 21:19:53 -04:00
urls.py Closes #14438: Database representation of scripts 2024-02-23 08:27:37 -05:00
utils.py Rename ImageAttachment.content_type to object_type 2024-03-04 08:33:44 -05:00
validators.py Closes #15490: CustomValidator support for accessing related object attribute via dotted path 2024-03-25 11:57:58 -04:00
views.py 15353 add better script error message (#15441) 2024-05-17 14:54:30 -04:00
webhooks.py Closes #14395: Move & rename process_webhook() 2023-12-01 08:25:01 -05:00