Jeremy Stretch
|
71afba4d2e
|
Fixes #4791: Update custom script documentation for ObjectVar
|
2020-06-25 17:33:41 -04:00 |
|
Jeremy Stretch
|
eaaaaec5a5
|
Fixes #4710: Fix merging of form fields among custom scripts
|
2020-06-15 14:20:00 -04:00 |
|
Jeremy Stretch
|
a72d5c899e
|
Merge branch 'develop' into develop-2.8
|
2020-03-27 12:53:55 -04:00 |
|
Jeremy Stretch
|
2dff093305
|
Merge pull request #4258 from netbox-community/4255-dynamic_object_vars
Fixes: #4255 - Modify script ObjectVars to utilize DynamicModelChoiceField
|
2020-03-19 11:02:07 -04:00 |
|
dansheps
|
0995e10d87
|
Modify script ObjectVars to use DynamicModelChoiceFields
|
2020-03-19 08:09:31 -05:00 |
|
Jeremy Stretch
|
0de857bf7a
|
Merge branch 'develop' into develop-2.8
|
2020-03-10 15:06:37 -04:00 |
|
Jeremy Stretch
|
f9073a2f07
|
Fixes #4326: Exclude Python modules without Script classes from scripts list
|
2020-03-06 20:59:32 -05:00 |
|
Jeremy Stretch
|
2bd3f1fcc3
|
Merge pull request #4315 from netbox-community/4195-application-logging
Closes #4195: Application logging
|
2020-03-04 14:39:12 -05:00 |
|
Jeremy Stretch
|
36cbbac870
|
Enable system logging for custom scripts
|
2020-03-04 14:05:59 -05:00 |
|
dansheps
|
27e3b6f377
|
Remove second variables, make widget mandatory on ObjectVar and MultiObjectVar
|
2020-02-27 07:45:11 -06:00 |
|
Jeremy Stretch
|
5000f7f8d7
|
Extend custom scripts to pass the 'commit' value via run()
|
2020-02-25 14:49:41 -05:00 |
|
dansheps
|
a5853427d4
|
Update __all__ for #4255
|
2020-02-24 10:21:17 -06:00 |
|
dansheps
|
d0bd1ad25b
|
Fixes: #4255 - Add new script variable types based on dynamic model fields
|
2020-02-24 10:18:19 -06:00 |
|
Jeremy Stretch
|
b97d3b0716
|
Fixes #4246: Fix duplication of field attributes when multiple IPNetworkVars are present in a script
|
2020-02-24 10:01:31 -05:00 |
|
Daniel Sheppard
|
56bb053146
|
Fix test error
|
2020-02-11 20:27:02 -06:00 |
|
Daniel Sheppard
|
3c3cca8ec1
|
Enable widget usage (APISelect, APIMultipleSelect, StaticSelect2, etc) in scripts
|
2020-02-11 20:12:02 -06:00 |
|
Jeremy Stretch
|
e0d538ad31
|
Fixes #4043: Fix toggling of required fields in custom scripts
|
2020-01-29 09:40:17 -05:00 |
|
Jeremy Stretch
|
f41564b578
|
Introduce IPAddressVar and IPAddressWithMaskVar
|
2020-01-22 17:16:40 -05:00 |
|
Jeremy Stretch
|
ba6df87d10
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
Jeremy Stretch
|
a2ead6af94
|
Merge branch 'develop' into develop-2.7
|
2020-01-09 15:27:06 -05:00 |
|
Jeremy Stretch
|
54227ca9c7
|
Fixes #3851: Allow passing initial data to custom script forms
|
2020-01-09 09:41:10 -05:00 |
|
Jeremy Stretch
|
1d63a30b7a
|
Merge branch 'develop' into develop-2.7
|
2020-01-02 17:21:15 -05:00 |
|
Sander Steffann
|
0174c9747b
|
Implement request passing as a property of Script
|
2019-12-19 23:35:18 +01:00 |
|
Jeremy Stretch
|
b8f1585976
|
Merge branch 'develop' into develop-2.7
|
2019-11-01 16:19:36 -04:00 |
|
Jeremy Stretch
|
0f65cf23a5
|
Only use module.name for human-facing display
|
2019-10-30 09:13:26 -04:00 |
|
Jeremy Stretch
|
1cfb8aea23
|
Initial work on #3538: script execution API
|
2019-10-28 15:02:21 -04:00 |
|
Jeremy Stretch
|
c7d8083ac6
|
Closes #3594: Add ChoiceVar for custom scripts
|
2019-10-23 15:59:27 -04:00 |
|
Jeremy Stretch
|
99f7cfcbd3
|
Closes #3581: Introduce commit_default custom script attribute to not commit changes by default
|
2019-10-09 15:16:50 -04:00 |
|
Jeremy Stretch
|
d402b6c3e5
|
Closes #3545: Add MultiObjectVar for custom scripts
|
2019-10-09 15:06:00 -04:00 |
|
Jeremy Stretch
|
a3b9bdaff1
|
Miscellaneous cleanup
|
2019-10-04 12:59:10 -04:00 |
|
Jeremy Stretch
|
a742d897d7
|
Closes #3510: Add minimum/maximum prefix length enforcement for IPNetworkVar
|
2019-09-17 16:36:36 -04:00 |
|
Jeremy Stretch
|
5962e7c942
|
Fixes #3501: Fix rendering of checkboxes on custom script forms
|
2019-09-13 11:45:35 -04:00 |
|
Jeremy Stretch
|
9a9660a765
|
Fix errant changelog entries when executing a script without committing
|
2019-08-26 11:59:38 -04:00 |
|
Jeremy Stretch
|
a4936ad0dd
|
Introduce BaseScript for extending Script without creating a new executable script
|
2019-08-19 14:40:08 -04:00 |
|
Jeremy Stretch
|
de770faf6a
|
Add FileVar for file uploads
|
2019-08-16 15:27:58 -04:00 |
|
Jeremy Stretch
|
99394de14e
|
Change fields to field_order
|
2019-08-15 16:19:25 -04:00 |
|
Jeremy Stretch
|
cb0dbc0769
|
Add TextVar for large text entry
|
2019-08-14 16:20:52 -04:00 |
|
Jeremy Stretch
|
f8326ef6df
|
Add markdown rendering for log mesages
|
2019-08-14 14:38:11 -04:00 |
|
Jeremy Stretch
|
434e656e27
|
Include stack trace when catching an exception
|
2019-08-14 14:26:13 -04:00 |
|
Jeremy Stretch
|
8bd1fad7d0
|
Use TreeNodeChoiceField for MPTT objects
|
2019-08-14 14:03:11 -04:00 |
|
Jeremy Stretch
|
7f65e009a8
|
Add convenience functions for loading YAML/JSON data from file
|
2019-08-14 13:08:21 -04:00 |
|
Jeremy Stretch
|
c562af3a13
|
Record script execution time
|
2019-08-14 10:12:30 -04:00 |
|
Jeremy Stretch
|
30e14db881
|
Tweak form display (cosmetic)
|
2019-08-14 09:40:23 -04:00 |
|
Jeremy Stretch
|
dab30f50d3
|
Add IPNetworkVar
|
2019-08-13 09:48:51 -04:00 |
|
Jeremy Stretch
|
3d6a583ce4
|
Allow user to override module name
|
2019-08-13 09:09:12 -04:00 |
|
Jeremy Stretch
|
44fd0ebb2d
|
Meta.fields should be optional
|
2019-08-12 16:59:09 -04:00 |
|
Jeremy Stretch
|
0d289d660d
|
Add option to commit database changes
|
2019-08-12 14:28:06 -04:00 |
|
Jeremy Stretch
|
3e75da4307
|
Implemented run_script() wrapper
|
2019-08-12 13:51:25 -04:00 |
|
Jeremy Stretch
|
19eb4c510c
|
Move script attributes under a Meta class
|
2019-08-12 13:16:18 -04:00 |
|
Jeremy Stretch
|
950a09895b
|
BooleanVar cannot be required
|
2019-08-12 11:13:16 -04:00 |
|