1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

303 Commits

Author SHA1 Message Date
5266bf93a3 Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
902b1b2c32 Fixes : Remove custom admin site to avoid conflict with django-rq 2.3.0 2020-04-07 10:17:34 -04:00
a914a7c438 Update serializer context assignment for DRF 3.11 2020-03-30 12:39:15 -04:00
09e09e43ba Merge branch 'develop' into develop-2.8 2020-03-18 14:44:18 -04:00
0068108c57 Remove APISelect widget/api_url argument from dynamic fields 2020-03-16 14:08:48 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
9466802a95 closes - extras features model registration 2020-03-14 03:03:22 -04:00
9f5b138b0f Add migrations for description fields 2020-03-13 16:35:36 -04:00
3b4ec5926d Standardize existing description fields to a length of 200 chars 2020-03-13 15:49:58 -04:00
a28509019a Closes : Standardize secret creation URL 2020-03-12 21:14:14 -04:00
a53f854187 Remove tests for API _choices endpoints 2020-03-12 10:48:53 -04:00
ea9de37dd1 Remove FieldChoicesViewSet 2020-03-12 10:48:17 -04:00
0de857bf7a Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
947affd78f Extend BulkImportView._save_obj to pass request context 2020-03-09 12:39:07 -04:00
803287a514 Closes : Remove id__in filters 2020-03-06 12:05:53 -05:00
1a89e35729 Merge branch 'develop' into develop-2.8 2020-03-06 11:34:01 -05:00
c908f132ec Merge branch 'develop' into 4121-filter-lookup-expressions 2020-02-26 12:05:27 -05:00
28e3b7af18 Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
b38eeaebc9 Clarify ciphertext length calculation; remove Python 2 compatibility 2020-02-19 21:14:56 -05:00
66fa79741d Add min/max length tests for secrets 2020-02-19 21:06:21 -05:00
2cf990bd92 Standardize on two-word form of "change log" 2020-02-19 12:45:52 -05:00
f1b0421805 Temporary hack to avoid name collision without renaming the secrets app 2020-02-18 18:00:00 -05:00
4ea8967c2d Fixes : Role field should not be required when searching/filtering secrets 2020-02-18 11:14:37 -05:00
9116d74cf7 merge develop 2020-02-18 00:39:30 -05:00
9ead2635c5 merge develop 2020-02-13 16:00:07 -05:00
a054aff3c4 Migrate secrets views to use common object list template 2020-02-13 14:19:14 -05:00
a8601bb1fd Merge pull request from netbox-community/4146-secretrole-enforcement
Fixes : Fix SecretRole permissions enforcement
2020-02-12 13:51:44 -05:00
3b1128f8f3 Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
5bf85597ed Fixes : Fix SecretRole permissions enforcement 2020-02-12 11:13:32 -05:00
7177fcfa61 Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
da68968d75 Replace FilterChoiceField with DynamicModelMultipleChoiceField 2020-02-11 09:33:41 -05:00
a6b43b30e9 functional dynamic filter lookups 2020-02-09 17:46:21 -05:00
a58bbccfd3 Fixes : Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
0d41d12267 Merge branch 'develop' into 2921-tags-select2 2020-02-04 09:37:31 -05:00
d431efb7d4 Add bulk edit view tests 2020-02-03 13:53:19 -05:00
eb9538d6da Clean up imports 2020-01-31 15:59:26 -05:00
e8e39dc5e3 Convert secrets view tests to use StandardTestCases 2020-01-31 15:37:58 -05:00
67fafb2b9d Use assertHttpStatus for evaluating HTTP response codes 2020-01-30 18:08:25 -05:00
61ac7c44ba Migrate view tests to use new TestCase class 2020-01-30 16:37:40 -05:00
e6b018909d Introduced CustomFieldModelCSVForm 2020-01-29 13:53:26 -05:00
bc7cf63958 Rename and refactor CustomFieldForm 2020-01-29 10:59:18 -05:00
db3b4505c1 Merge pull request from hSaria/568-csv-import-cf
Fixes : CSV import/export of custom fields
2020-01-29 10:11:40 -05:00
ca035a72bd Merge branch 'develop' into 2921-tags-select2 2020-01-24 20:56:36 +00:00
096814dc33 : Define constants for arbitrary values 2020-01-24 14:42:57 -05:00
06398a9ac6 Merge branch 'develop' into 568-csv-import-cf 2020-01-23 20:27:07 +00:00
9128435113 Removed CustomFieldForm class from models without custom fields 2020-01-23 17:03:14 +00:00
1c13a79961 Suppress extraneous test output 2020-01-21 17:23:50 -05:00
bdfead6265 Merge branch 'develop' into 568-csv-import-cf 2020-01-21 21:30:38 +00:00
77c8bcef6d Merge branch 'develop' into 2921-tags-select2 2020-01-21 21:29:21 +00:00
c6d18da2eb 3923 validate key format 2020-01-19 02:19:03 -05:00