Jeremy Stretch
|
98f2d2501b
|
Add REST API test for custom fields
|
2020-11-23 16:01:51 -05:00 |
|
Jeremy Stretch
|
0567f0d190
|
Merge branch 'develop' into develop-2.10
|
2020-11-09 20:58:59 -05:00 |
|
Jeremy Stretch
|
ab33b3aa84
|
Fixes #5328: Fix CreatedUpdatedFilterTest when running in non-UTC timezone
|
2020-11-09 16:04:09 -05:00 |
|
Jeremy Stretch
|
3df3706f27
|
Closes #5190: Add a REST API endpoint for content types
|
2020-10-09 15:08:29 -04:00 |
|
Jeremy Stretch
|
38ed612cb9
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
Jeremy Stretch
|
ec66e1a5c0
|
Closes #4349: Drop support for embedded graphs
|
2020-08-21 11:57:46 -04:00 |
|
Jeremy Stretch
|
a206b422fb
|
Fixes #4912: Fix image attachment API endpoint; add API view tests
|
2020-07-27 14:24:15 -04:00 |
|
Jeremy Stretch
|
d5a5a4a8d1
|
Skip report/script execution tests if RQ worker is not running
|
2020-07-13 16:48:44 -04:00 |
|
Jeremy Stretch
|
e02936a44a
|
Fix reports API test case
|
2020-07-06 11:15:20 -04:00 |
|
John Anderson
|
f092c107b5
|
PR review updates
|
2020-07-06 02:00:16 -04:00 |
|
John Anderson
|
f48a079ae6
|
fix tests and cleanup
|
2020-06-29 14:34:42 -04:00 |
|
Jeremy Stretch
|
bb755daf8b
|
Update tests
|
2020-06-17 11:14:41 -04:00 |
|
Jeremy Stretch
|
a8145fe4c2
|
Add permission assignment to custom test methods
|
2020-06-08 13:40:46 -04:00 |
|
Jeremy Stretch
|
4f830c9c22
|
Fix list_brief tests
|
2020-06-05 16:09:55 -04:00 |
|
Jeremy Stretch
|
665646707c
|
Standardize extras API tests
|
2020-06-05 13:41:54 -04:00 |
|
John Anderson
|
901143b72a
|
Merge branch 'develop' into develop-2.8
|
2020-03-16 12:17:00 -04:00 |
|
John Anderson
|
9a38586e13
|
rename FeatureQuery class
|
2020-03-16 11:58:35 -04:00 |
|
John Anderson
|
9df238c5f2
|
Merge branch 'develop' into develop-2.8
|
2020-03-15 00:18:32 -04:00 |
|
John Anderson
|
9466802a95
|
closes #4368 - extras features model registration
|
2020-03-14 03:03:22 -04:00 |
|
Jeremy Stretch
|
a53f854187
|
Remove tests for API _choices endpoints
|
2020-03-12 10:48:53 -04:00 |
|
Jeremy Stretch
|
b5d57262f9
|
Update tests for nested TenantGroups
|
2020-03-11 21:14:53 -04:00 |
|
Jeremy Stretch
|
c85bcbcf31
|
Merge branch 'develop' into develop-2.8
|
2020-03-03 13:20:00 -05:00 |
|
Jeremy Stretch
|
c7b74b2090
|
Fixes #4300: Pass "commit" argument when executing scripts via REST API
|
2020-03-02 13:29:32 -05:00 |
|
Jeremy Stretch
|
28e3b7af18
|
Merge branch 'develop' into develop-2.8
|
2020-02-21 15:26:55 -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
|
8bd67b2c17
|
Add tests for browsable API endpoints
|
2020-01-15 17:47:55 -05:00 |
|
Jeremy Stretch
|
c28684a8b3
|
Remove obsolete utility function model_names_to_filter_dict()
|
2020-01-15 16:21:41 -05:00 |
|
Jeremy Stretch
|
f81e7d30e2
|
#3892: Convert GRAPH_MODELS to a Q object
|
2020-01-15 16:08:19 -05:00 |
|
Jeremy Stretch
|
deec10efe7
|
Rename ExportTemplateLanguageChoices to TemplateLanguageChoices
|
2020-01-15 09:40:05 -05:00 |
|
Jeremy Stretch
|
8df53eac91
|
Add tests for dynamic choices
|
2020-01-14 16:38:14 -05:00 |
|
Jeremy Stretch
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
Jeremy Stretch
|
1d63a30b7a
|
Merge branch 'develop' into develop-2.7
|
2020-01-02 17:21:15 -05:00 |
|
struppi
|
fbb93c72d0
|
Closes #3663: improve tests
|
2019-12-26 22:21:05 +01:00 |
|
struppi
|
407a60dcc4
|
Closes #3663: fix PEP errors
|
2019-12-26 12:26:41 +01:00 |
|
struppi
|
d31507985b
|
Closes #3663: add Filter Tests
|
2019-12-25 18:41:59 +01:00 |
|
Jeremy Stretch
|
19363add30
|
Represent and assign ConfigContext tags by their slugs
|
2019-12-11 16:04:43 -05:00 |
|
kobayashi
|
5710f297f1
|
implement 3664
|
2019-12-11 04:58:42 -05:00 |
|
Jeremy Stretch
|
7518174374
|
Closes #3731: Change Graph.type to a ContentType foreign key field
|
2019-12-06 10:32:59 -05:00 |
|
Jeremy Stretch
|
fd3f718a0a
|
Add tests for custom script API
|
2019-10-29 16:54:27 -04:00 |
|
John Anderson
|
fc2bb724fa
|
initial pass on migrating to custom tag model with color and comments fields
|
2019-02-20 03:52:47 -05:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
bd5e860be0
|
Refactored the tests to remove a lot of boilerplate
|
2018-08-03 11:39:26 -04:00 |
|
Jeremy Stretch
|
1bdfcd1dbe
|
Fixes #2301: Fix model validation on assignment of ManyToMany fields via API patch
|
2018-08-03 10:45:53 -04:00 |
|
Jeremy Stretch
|
45ab08aa76
|
Closes #2288: Fix exception when assigning objects to a ConfigContext via the API
|
2018-07-31 11:32:49 -04:00 |
|
Jeremy Stretch
|
49ecf5aa8a
|
Wrote tests for config contexts
|
2018-07-03 15:47:54 -04:00 |
|
Jeremy Stretch
|
e4f336a843
|
Establish tests for the utilities app
|
2018-06-08 14:32:41 -04:00 |
|
Jeremy Stretch
|
dc2f1d7c64
|
Added API views & tests for tags
|
2018-05-22 12:46:14 -04:00 |
|
Jeremy Stretch
|
b27529d927
|
Added bulk creation API tests
|
2018-01-02 16:29:44 -05:00 |
|