netbox/netbox/extras
2024-01-03 12:00:20 -05:00
..
api #14132: Simplify form logic for script EventRules 2023-12-04 10:57:29 -05:00
dashboard Closes #14153: Filter ContentTypes by supported feature (#14191) 2023-11-16 12:12:51 -05:00
data Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
forms Fixes #14550: Fix changing event rule action type from webhook to script (#14571) 2023-12-22 09:54:08 -05:00
graphql 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
management Merge branch 'develop' into feature 2023-12-27 16:34:38 -05:00
migrations Closes #14240: Increase min/max validation values for custom fields 2023-12-27 15:41:26 -05:00
models Merge branch 'develop' into feature 2023-12-27 16:34:38 -05:00
plugins Closes #14036: Move extras.plugins to netbox.plugins (#14086) 2023-10-20 11:24:08 -04:00
tables Closes #14624: Add action object column to EventRuleTable 2023-12-28 15:56:22 -05:00
templatetags Closes #14036: Move extras.plugins to netbox.plugins (#14086) 2023-10-20 11:24:08 -04:00
tests Apply filterset & test changes for #14631 & #14629 2023-12-28 14:43:08 -05:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #9416: Dashboard widgets (#11823) 2023-02-24 16:04:00 -05:00
choices.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
conditions.py Fixes incorrectly handled type error when list of objects is found in data (#12593) 2023-05-31 15:44:59 -04: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 #14132: Simplify form logic for script EventRules 2023-12-04 10:57:29 -05: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 Apply filterset & test changes for #14631 & #14629 2023-12-28 14:43:08 -05:00
lookups.py Fixes #11539: Use BooleanFilter for 'empty' lookups (#11784) 2023-05-25 15:20:08 -04:00
querysets.py Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
reports.py #13334: Capture exception class when recording job error 2023-12-01 10:54:46 -05:00
scripts.py #13334: Capture exception class when recording job error 2023-12-01 10:54:46 -05:00
search.py Closes #14503: Include additional display attributes for search indexers 2023-12-21 14:36:42 -05:00
signals.py Merge branch 'develop' into feature 2023-12-27 16:34:38 -05:00
urls.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
utils.py Closes #14153: Filter ContentTypes by supported feature (#14191) 2023-11-16 12:12:51 -05:00
validators.py Merge branch 'develop' into feature 2023-12-27 16:34:38 -05:00
views.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
webhooks.py Closes #14395: Move & rename process_webhook() 2023-12-01 08:25:01 -05:00