dansheps
|
8ed0d0400f
|
Add tests
|
2020-02-24 10:30:57 -06: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 |
|
Jeremy Stretch
|
9128dc961c
|
Closes #4173: Return graceful error message when webhook queuing fails
|
2020-02-21 17:21:04 -05:00 |
|
Jeremy Stretch
|
28e3b7af18
|
Merge branch 'develop' into develop-2.8
|
2020-02-21 15:26:55 -05:00 |
|
Jeremy Stretch
|
12602a95ea
|
All fields on RenderedGraphSerializer should be read-only
|
2020-02-21 14:45:07 -05:00 |
|
Jeremy Stretch
|
11d012de4e
|
Fixes #4235: Fix API representation of content_type for export templates
|
2020-02-21 14:38:38 -05:00 |
|
Jeremy Stretch
|
be23230938
|
Update tests to match new string representation of ContentTypes
|
2020-02-19 15:31:15 -05:00 |
|
Jeremy Stretch
|
7b93155b06
|
Fix form field ordering; self.fields no longer an OrderedDict
|
2020-02-19 15:08:15 -05:00 |
|
Jeremy Stretch
|
2cf990bd92
|
Standardize on two-word form of "change log"
|
2020-02-19 12:45:52 -05:00 |
|
John Anderson
|
9116d74cf7
|
merge develop
|
2020-02-18 00:39:30 -05:00 |
|
Saria Hajjar
|
faa22cb637
|
Fixes #2511: Compare object change to the previous change
|
2020-02-15 22:39:08 +00:00 |
|
Jeremy Stretch
|
182fddddd2
|
Merge branch 'develop' into 4164-object-list-template
|
2020-02-14 13:11:30 -05:00 |
|
Jeremy Stretch
|
7ce1289bb2
|
Clean up unused imports
|
2020-02-14 12:04:56 -05:00 |
|
Dan Starner
|
ec0f45e20d
|
remove redis conn check from extras AppConfig
|
2020-02-14 11:16:59 -05:00 |
|
Dan Starner
|
03a7f6bbda
|
ammend redis conn check to acccount for sentinel
|
2020-02-14 09:39:01 -05:00 |
|
Jeremy Stretch
|
909323663e
|
Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields
|
2020-02-13 21:41:00 -05:00 |
|
Jeremy Stretch
|
8df9bb6fb4
|
Convert change log view to extend standard template
|
2020-02-13 17:11:39 -05:00 |
|
Jeremy Stretch
|
ff952fb221
|
Migrate extras views to use common object list template
|
2020-02-13 16:39:38 -05:00 |
|
John Anderson
|
9ead2635c5
|
merge develop
|
2020-02-13 16:00:07 -05:00 |
|
Jeremy Stretch
|
344fa72357
|
renaturalize command should not skip any values
|
2020-02-13 09:33:01 -05:00 |
|
Jeremy Stretch
|
53804d39bb
|
Merge pull request #4142 from netbox-community/3766-enable_widgets_in_script_fields
Fixes: #3766 - Enable widget usage in scripts
|
2020-02-12 16:48:08 -05:00 |
|
Jeremy Stretch
|
139f18b2e5
|
Closes #4153: Add a management command to manually renaturalize applicable objects (from #3799)
|
2020-02-12 15:59:37 -05:00 |
|
Jeremy Stretch
|
3b1128f8f3
|
Establish standard test cases for all models
|
2020-02-12 13:25:56 -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
|
7177fcfa61
|
Use DynamicModelChoiceField for all fields using APISelect
|
2020-02-11 12:25:40 -05:00 |
|
Jeremy Stretch
|
221805a63e
|
Use TreeNode choice fields for region assignment
|
2020-02-11 09:50:33 -05:00 |
|
Jeremy Stretch
|
da68968d75
|
Replace FilterChoiceField with DynamicModelMultipleChoiceField
|
2020-02-11 09:33:41 -05:00 |
|
Jeremy Stretch
|
55f5ede970
|
Standardize usage of FilterChoiceField
|
2020-02-10 09:58:33 -05:00 |
|
John Anderson
|
a6b43b30e9
|
functional dynamic filter lookups
|
2020-02-09 17:46:21 -05:00 |
|
John Anderson
|
a311002141
|
initial work on dynamic lookup expressions
|
2020-02-09 03:20:59 -05:00 |
|
Jeremy Stretch
|
68738e683a
|
Fixes #4091: Fix filtering of objects by custom fields using UI search form
|
2020-02-05 16:39:42 -05:00 |
|
Jeremy Stretch
|
a58bbccfd3
|
Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns
|
2020-02-05 16:12:48 -05:00 |
|
Jeremy Stretch
|
fcd8e93e2e
|
Merge pull request #4014 from hSaria/3886-config-context-cluster
Fixes #3886: Config context cluster (group)
|
2020-02-03 16:02:56 -05:00 |
|
Jeremy Stretch
|
d431efb7d4
|
Add bulk edit view tests
|
2020-02-03 13:53:19 -05:00 |
|
Jeremy Stretch
|
a4aadf730c
|
Correct default_return_url for TagBulkEditView
|
2020-02-03 11:59:43 -05:00 |
|
Saria Hajjar
|
bceaa4a9a4
|
Corrected models for cluster and cluster group fields
|
2020-02-02 23:37:01 +00:00 |
|
Jeremy Stretch
|
cea1e3d090
|
Fixes #4071: Enforce "view tag" permission on individual tag view
|
2020-01-31 16:10:16 -05:00 |
|
Jeremy Stretch
|
8881bba696
|
Suppress tag view test until #4071 is fixed
|
2020-01-31 14:22:56 -05:00 |
|
Jeremy Stretch
|
ab7b921641
|
Convert extras view tests to StandardTestCases
|
2020-01-31 13:45:09 -05:00 |
|
Jeremy Stretch
|
a44c4d14e4
|
Convert view tests under extras to the new TestCase
|
2020-01-30 18:13:02 -05:00 |
|
Jeremy Stretch
|
eafeaab014
|
Add tests for invalid import data
|
2020-01-29 16:07:32 -05:00 |
|
Jeremy Stretch
|
c75315fda6
|
Extend CSV import test
|
2020-01-29 15:34:55 -05:00 |
|
Jeremy Stretch
|
193435b554
|
Enable CSV import for custom fields
|
2020-01-29 14:29:47 -05:00 |
|
Jeremy Stretch
|
e6b018909d
|
Introduced CustomFieldModelCSVForm
|
2020-01-29 13:53:26 -05:00 |
|
Jeremy Stretch
|
35f2291edc
|
Fix assignment of initial CustomField values when editing an object
|
2020-01-29 13:31:36 -05:00 |
|
Jeremy Stretch
|
c3f86456d6
|
Remove get_custom_fields_for_model()
|
2020-01-29 12:12:47 -05:00 |
|
Jeremy Stretch
|
585ea71d1a
|
Move form field generation logic to CustomField class
|
2020-01-29 11:44:37 -05:00 |
|