dc522a0135
Initial implementation
...
- Allows to specify a list of django-apps to be "installed" alongside the plugin.
(cherry picked from commit 6c7296200d756d2acbba3a589a7759f3a690cc48)
2022-09-30 17:18:12 -04:00
10352ff5ad
Merge branch 'develop' into feature
2022-09-30 17:17:18 -04:00
af8bb0c4b9
10348 add decimal custom field ( #10422 )
...
* 10348 add decimal custom field
* 10348 fix tests
* 10348 add documentation
* Rearrange custom fields to be ordered consistently
* Rename number_field to integer_field for clarity
* Clean up validation logic
* Apply suggested changes from PR
* Store decimal custom field values natively
* Fix filter test
* Update custom field model migrations to use new encoder
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-30 16:03:24 -04:00
c95ad5b208
Merge pull request #10441 from netbox-community/9071-plugin-menu
...
9071 add header to plugin menu
2022-09-28 17:08:10 -04:00
3fbd514417
Add test for plugin menu registration
2022-09-28 16:57:40 -04:00
d0465242a3
Add documentation for PluginMenu
2022-09-28 16:44:16 -04:00
db90b084cf
Enable plugins to create root-level navigation menus
2022-09-28 16:08:03 -04:00
20e3fdc782
#9045 #9046 - remove legacy fields from Provider ( #10377 )
...
* #9045 - remove legacy fields from Provider
* Add safegaurd for legacy data to migration
* 9045 remove fields from forms and tables
* Update unrelated tests to use ASN model instead of Provider
* Fix migrations collision
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-28 15:22:19 -04:00
f51415cf2c
Replace unique_together with UniqueConstraints
2022-09-27 15:35:24 -04:00
b134d2a7b0
9071 fix test
2022-09-26 14:23:53 -07:00
2463e4efd3
Fixes #10461 : Enable filtering by read-only custom fields in the UI
2022-09-26 16:42:11 -04:00
06dea8ef3f
WIP: Moving JobResults out of the admin panel
2022-09-23 13:44:24 +02:00
cbb3378d10
Job Scheduling WIP
2022-09-23 06:45:40 +02:00
e074570b8f
9071 add header to plugin menu
2022-09-22 10:01:19 -07:00
25ac1edb48
Merge branch 'netbox-community:develop' into 8366-job-scheduling
2022-09-18 15:08:11 +02:00
824b4e0923
Add scheduling for reports and scripts
2022-09-18 15:06:28 +02:00
7b4f5252f1
Merge pull request #10290 from kkthxbye-code/10258-nested-module-scripts
...
Fixes #10258 - Allow running scripts nested in modules/packages
2022-09-15 10:06:28 -04:00
c335b76ec6
PEP8: Fix whitespace on blank line
2022-09-14 20:00:12 +02:00
356ff457be
Allow reports to be nested in submodules
2022-09-14 19:57:37 +02:00
f67cb71dbc
Fixes #10333 : Show available values for ui_visibility field of CustomField for CSV import
2022-09-12 10:36:19 -04:00
2b2a41edd2
Enable cloning for custom fields & custom links
2022-09-09 16:51:18 -04:00
f489ffa043
Allow running scripts nested in modules/packages
2022-09-07 22:33:24 +02:00
def853e8c4
#10278 add get_extra_addanother_params
2022-09-07 10:40:24 -07:00
b11fa53519
Closes #10231 : Add missing serializer annotations
2022-09-01 17:18:09 +02:00
d3f2d77961
Merge pull request #10187 from amhn/9895_Remove_JSONFieldInspector
...
9895 remove json field inspector
2022-08-30 14:21:02 -04:00
14f79ef85a
Closes #10202 : Clean up TemplateColumn template code & accessors
2022-08-30 09:55:12 -04:00
c8ee01ba0f
#10170 changes from codereview
2022-08-29 14:53:28 -07:00
249b8b0363
#10170 changes from code review
2022-08-29 12:20:51 -07:00
0b5478ad2d
Fixes #9895 : Change DictField serializers to JSONField
2022-08-29 08:02:38 +02:00
cb6d8bf063
#10170 optimize change log queries
2022-08-26 10:46:47 -07:00
36729fb6ae
Fixes #10134 : Custom fields data serializer should return a 400 response for invalid data
2022-08-24 13:08:21 -04:00
e4bbebf87a
Merge branch 'develop' into feature
2022-08-12 10:18:57 -04:00
a9aaa8939c
Closes #9161 : Pretty print JSON custom field data when editing
2022-08-10 16:12:04 -04:00
e96620260a
Closes #9903 : Implement a mechanism for automatically updating denormalized fields
2022-08-02 13:49:34 -04:00
29a611c729
Closes #9896 : Discontinue arbitrary use of OrderedDict
2022-08-01 16:51:44 -04:00
562769fb89
Merge branch 'develop' into feature
2022-08-01 14:42:09 -04:00
84f2225f42
PEP8 cleanup
2022-08-01 09:16:58 -04:00
6904666e2a
Remove deprecated usage of prefetch_related
...
Fixes #9699
2022-07-30 01:18:30 +02:00
c5fb7b72f0
Closes #9391 : Remove 500-character limit for custom link text & URL fields
2022-07-28 14:36:20 -04:00
6cee12b153
Fix formatting of webhook conditions form field
2022-07-27 15:40:25 -04:00
466931d2fb
Fixes #9829 : Arrange custom fields by group when editing objects
2022-07-26 12:41:51 -04:00
abf11fbcb8
Merge branch 'develop' into feature
2022-07-20 12:20:33 -04:00
e07dd3ddcb
Define NESTED_SERIALIZER_PREFIX constant
2022-07-15 15:31:42 -04:00
868e94fb73
Release v3.3-beta1
2022-07-14 12:04:53 -04:00
3eb6b6c07f
Clean up core API imports
2022-07-13 16:18:55 -04:00
1ddb219a0c
Documentation cleanup
2022-07-11 17:29:25 -04:00
2264937f81
Consolidate custom field migrations
2022-07-11 17:11:58 -04:00
c380fd00bf
Merge branch 'develop' into feature
2022-07-11 12:58:24 -04:00
5a4467a4a8
Fixes #9687 : Don't restrict custom text field lengths when entering via UI form
2022-07-11 11:12:06 -04:00
ed7f42a803
Fixes #9704 : Include last_updated field on JournalEntry REST API serializer
2022-07-11 10:28:37 -04:00