|
dadd8cb93a
|
Support the direct use of TagFilter
|
2022-03-02 12:06:07 -05:00 |
|
|
5f8af6ad66
|
Closes #8779: Enable the use of ChoiceSet by plugins
|
2022-03-02 11:43:28 -05:00 |
|
|
0953bba0a3
|
Closes #8747: Rename ObjectListView action_buttons to actions
|
2022-02-24 16:33:51 -05:00 |
|
|
71d3dc6e44
|
Improve ChoiceFieldColumn to not rely on model method to derive label color
|
2022-02-10 16:29:19 -05:00 |
|
|
d42c59792f
|
#8334: Move object changelog & journaling to generic views
|
2022-02-09 16:24:10 -05:00 |
|
|
7c105019d8
|
Closes #8600: Document built-in template tags & filters
|
2022-02-09 16:01:58 -05:00 |
|
|
ee566723d7
|
Document supported table columns
|
2022-02-09 14:31:40 -05:00 |
|
|
23a80770e1
|
Move configure_table() logic to NetBoxTable.configure()
|
2022-02-09 14:10:54 -05:00 |
|
|
d9b7c012a6
|
Document templates supported for plugin use
|
2022-02-08 12:14:37 -05:00 |
|
|
dae5c94be0
|
Expose BaseObjectType and NetBoxObjectType for plugins
|
2022-02-04 15:07:35 -05:00 |
|
|
03ea257711
|
Initial work on GraphQL
|
2022-02-04 15:06:58 -05:00 |
|
|
478eefb74c
|
Merge v3.1.7
|
2022-02-03 12:55:34 -05:00 |
|
|
cf3ca5a661
|
Refactor & document supported form fields
|
2022-01-31 14:10:13 -05:00 |
|
|
f4776731ec
|
Establish 4 core forms in netbox.forms.base
|
2022-01-28 15:48:15 -05:00 |
|
|
3c1ea5d0fb
|
Closes #8470: Expose NetBoxTable in the plugins framework
|
2022-01-27 16:14:02 -05:00 |
|
|
083d1acb81
|
Closes #8453: Rename PrimaryModelFilterSet to NetBoxModelFilterSet & expose for plugins
|
2022-01-27 09:27:33 -05:00 |
|
|
c5650bb278
|
Rename PrimaryModel to NetBoxModel
|
2022-01-26 20:57:14 -05:00 |
|
|
a795b95f7e
|
Closes #8451: Include ChangeLoggingMixin in BaseModel
|
2022-01-26 20:41:41 -05:00 |
|
|
497afcc1e4
|
Rearrange plugins documentation
|
2022-01-25 13:53:31 -05:00 |
|
|
a74ed33b0e
|
Move get_object() to BaseObjectView
|
2022-01-21 14:41:37 -05:00 |
|
|
e03593d86f
|
Move get_extra_context() to base views
|
2022-01-21 14:01:14 -05:00 |
|
|
54834c47f8
|
Refactor generic views; add plugins dev documentation
|
2022-01-20 16:31:55 -05:00 |
|
|
e6acae5f94
|
Omit job results as a supported feature
|
2022-01-20 11:41:00 -05:00 |
|
|
1a8f144f5c
|
Include custom validation in BaseModel
|
2022-01-20 10:53:00 -05:00 |
|
|
dd55226455
|
Draft documentation for model features
|
2022-01-19 16:47:41 -05:00 |
|
|
3e3880823b
|
Merge v3.1.6
|
2022-01-17 11:12:54 -05:00 |
|
|
e19451bb4f
|
Plug WG8333 in the plugins development docs
|
2022-01-12 14:40:33 -05:00 |
|
|
1aafcf241f
|
Enable plugins to define user preferences
|
2021-12-22 09:10:50 -05:00 |
|
|
62e5680eaf
|
Closes #7731: Require Python 3.8 or later
|
2021-12-09 15:35:40 -05:00 |
|
|
a6e79a1d61
|
Add virtualenv instructions to plugin development docs
|
2021-09-13 10:58:03 -04:00 |
|
|
2a95e1bf71
|
Fixes #7195 update base template in plugin dev doc
|
2021-09-10 16:03:46 +01:00 |
|
|
803f9b6913
|
Merge branch 'develop' into feature
|
2021-07-20 17:06:18 -04:00 |
|
|
31e41f8f02
|
Closes #6767: Add support for Python 3.9
|
2021-07-19 10:43:52 -04:00 |
|
|
dd0489c1c5
|
Closes #6753: Add plugin removal instructions to the docs
|
2021-07-14 10:43:18 -04:00 |
|
|
fd58eeae1d
|
Merge branch 'feature' into 6651-plugins-rq-queues
|
2021-07-09 08:43:39 -04:00 |
|
|
dce3e0763f
|
chore: documentation about netbox plugin queueing system
|
2021-07-09 09:42:03 +02:00 |
|
|
f683f0786e
|
Drop caching_config from plugin configuration
|
2021-07-07 17:04:21 -04:00 |
|
|
dac93b9840
|
Fixes #5254 - Require plugin authors to set zip_safe=False
|
2020-12-17 16:18:10 -06:00 |
|
|
2ccc543542
|
Document the available template blocks within base.html
|
2020-10-29 17:10:19 -04:00 |
|
|
0d01a3fce8
|
Add schema migrations to plugins installation doc
|
2020-10-14 10:42:31 -04:00 |
|
|
24e5dd0c78
|
Add scope warning to plugins development doc
|
2020-10-09 12:56:32 -04:00 |
|
|
78d104e60c
|
Fixes #5046: Disabled plugin menu items are no longer clickable
|
2020-09-04 14:13:35 -04:00 |
|
|
4262e2ef09
|
Closes #4916: Clarify plugin config behavior when specifying a default value for a required setting
|
2020-07-28 17:12:46 -04:00 |
|
|
5de085d83d
|
Tweak PluginMenuButton icon_class to require additional "fa" class
|
2020-04-10 10:36:03 -04:00 |
|
|
db70f04447
|
Minor tweaks to plugins development doc
|
2020-04-10 10:20:36 -04:00 |
|
|
ed05198c45
|
Add static file collection to plugins installation doc
|
2020-04-09 14:52:18 -04:00 |
|
|
58442b1af6
|
Correct author name parameter
|
2020-04-06 11:43:52 -04:00 |
|
|
0432b1a6f9
|
Move default caching_config to PluginConfig class
|
2020-04-01 12:10:19 -04:00 |
|
|
f469c794ce
|
Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS)
|
2020-04-01 10:10:29 -04:00 |
|
|
8a3ebf64bc
|
Rename obj to object; clean up docstrings
|
2020-03-26 21:46:56 -04:00 |
|