hSaria
|
42962db263
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 21:52:14 +00:00 |
|
Jeremy Stretch
|
fecbb60c36
|
Use assertHttpStatus() when evaluating HTTP response status
|
2020-01-16 10:47:45 -05:00 |
|
Saria Hajjar
|
2949bfaaa7
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 15:33:42 +00:00 |
|
Jeremy Stretch
|
c28684a8b3
|
Remove obsolete utility function model_names_to_filter_dict()
|
2020-01-15 16:21:41 -05:00 |
|
Jeremy Stretch
|
49f027fae7
|
Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint
|
2020-01-15 09:59:44 -05:00 |
|
Jeremy Stretch
|
826f4d313d
|
Move unpack_grouped_choices() to utilities.choices
|
2020-01-15 09:36:39 -05:00 |
|
Jeremy Stretch
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
Jeremy Stretch
|
6959785cd1
|
Define __all__ for models.py within each app
|
2020-01-14 12:01:23 -05:00 |
|
Saria Hajjar
|
e10333bf2b
|
Fetch choices during form initialization
|
2020-01-14 08:22:27 +00:00 |
|
Saria Hajjar
|
2f28dec891
|
Tag filter field for filter forms
|
2020-01-13 20:16:13 +00:00 |
|
Jeremy Stretch
|
0dad9f8901
|
Change DeviceType export from CSV to YAML
|
2020-01-13 15:10:16 -05:00 |
|
Saria Hajjar
|
a8d9fe799b
|
Removed tags filter field from view
|
2020-01-13 19:06:05 +00:00 |
|
Saria Hajjar
|
834fd408bd
|
Fixes #2921: Replace tags filter with Select2 widget
|
2020-01-11 15:18:27 +00:00 |
|
Jeremy Stretch
|
9f627fd0d3
|
Merge branch 'develop' into develop-2.7
|
2020-01-10 13:33:51 -05:00 |
|
Saria Hajjar
|
71120d9899
|
Added tests for alphanumeric
|
2020-01-10 11:54:43 +00:00 |
|
Saria Hajjar
|
acb66c7dc0
|
Negative tests for expand_ipaddress_pattern
|
2020-01-10 11:21:37 +00:00 |
|
Saria Hajjar
|
2eba84dad5
|
Added tests for IPv6
|
2020-01-10 11:06:01 +00:00 |
|
Saria Hajjar
|
fe89982d4e
|
Removed redundant list call
|
2020-01-10 10:26:46 +00:00 |
|
Jeremy Stretch
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
Jeremy Stretch
|
1d3651e255
|
Use ChoiceSet.values() for access to raw values
|
2020-01-09 14:56:33 -05:00 |
|
Jeremy Stretch
|
fe490d144a
|
Fixes #3868: Fix creation of interfaces for virtual machines
|
2020-01-09 14:54:25 -05:00 |
|
Saria Hajjar
|
c13b9d8798
|
Added tests for IPv4
|
2020-01-09 18:26:10 +00:00 |
|
Saria Hajjar
|
396bb28967
|
Added example and handled invalid ranges gracefully
|
2020-01-08 17:28:31 +00:00 |
|
Saria Hajjar
|
eb40275427
|
Fixes #3623: Word expansion for interfaces
|
2020-01-08 17:23:09 +00:00 |
|
Jeremy Stretch
|
6e49a0ba6e
|
Merge branch 'develop' into develop-2.7
|
2020-01-03 14:21:53 -05:00 |
|
Jeremy Stretch
|
b38bb64c81
|
Fixes #3831: Fix API-driven filter field rendering (#3812 regression)
|
2020-01-03 11:25:22 -05:00 |
|
Jeremy Stretch
|
1d63a30b7a
|
Merge branch 'develop' into develop-2.7
|
2020-01-02 17:21:15 -05:00 |
|
Saria Hajjar
|
242ae9eb91
|
Comment clarification
|
2020-01-01 16:04:08 +00:00 |
|
Saria Hajjar
|
53625e0dea
|
Fixes #3812: Only preload selected options for API-based select
|
2020-01-01 15:54:00 +00:00 |
|
Jeremy Stretch
|
8a4293a4cc
|
Introduce render_jinja2() convenience function
|
2019-12-31 14:00:55 -05:00 |
|
Jeremy Stretch
|
f649b9f04f
|
Fixes #3106: Restrict queryset of chained fields when form validation fails
|
2019-12-31 12:41:02 -05:00 |
|
Saria Hajjar
|
7399aa0c5e
|
Add datetime widgets
|
2019-12-28 22:55:00 +00:00 |
|
Jeremy Stretch
|
55b503da5b
|
Fixes #3780: Fix AttributeError exception in API docs
|
2019-12-19 14:04:18 -05:00 |
|
Jeremy Stretch
|
8acd3d0a72
|
Introduced clone, edit, and delete buttons
|
2019-12-13 15:54:50 -05:00 |
|
Jeremy Stretch
|
b16be577e3
|
CSVChoiceField should default to a blank string instead of None
|
2019-12-11 17:04:48 -05:00 |
|
Jeremy Stretch
|
ce4a5a38a3
|
Introduce is_taggable utility function for identifying taggable models
|
2019-12-11 15:52:35 -05:00 |
|
kobayashi
|
5710f297f1
|
implement 3664
|
2019-12-11 04:58:42 -05:00 |
|
Jeremy Stretch
|
f0a6c881bc
|
Fix inclusion of legacy IDs on choice fields
|
2019-12-10 12:07:54 -05:00 |
|
John Anderson
|
6fe1b9b37c
|
update openapi field type for choice field value fields to string
|
2019-12-09 00:41:43 -05:00 |
|
Jeremy Stretch
|
2956eff051
|
Closes #648: Pre-populate forms when selecting "create and add another"
|
2019-12-06 16:40:39 -05:00 |
|
Jeremy Stretch
|
b05566e96f
|
Implement tag replication for #33
|
2019-12-06 16:22:56 -05:00 |
|
Jeremy Stretch
|
446acbdf82
|
Closes #33: Add ability to clone objects (pre-populate form fields)
|
2019-12-06 16:13:52 -05:00 |
|
Jeremy Stretch
|
9872a46583
|
Rack.outer_unit to slug (#3569)
|
2019-11-25 20:54:24 -05:00 |
|
Jeremy Stretch
|
e09ad6915f
|
Circuit.status (#3569)
|
2019-11-07 11:11:10 -05:00 |
|
Jeremy Stretch
|
a2a6b754be
|
Introduce ChoiceSet class for field choices
|
2019-11-07 10:33:10 -05:00 |
|
Jeremy Stretch
|
b8f1585976
|
Merge branch 'develop' into develop-2.7
|
2019-11-01 16:19:36 -04:00 |
|
Jeremy Stretch
|
875e09013c
|
Move TreeNodeMultipleChoiceFilter tests to utilities (follow-up to #3616)
|
2019-11-01 15:01:24 -04:00 |
|
Jeremy Stretch
|
b176e0fafd
|
Merge pull request #3616 from kobayashi/3357
allow null region filtering
|
2019-11-01 14:29:32 -04:00 |
|
kobayashi
|
d2aa9b8e79
|
filtering multiple regions with null
|
2019-10-28 02:24:44 -04:00 |
|
Jeremy Stretch
|
ccb9f7bfe2
|
Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function
|
2019-10-22 15:10:49 -04:00 |
|