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

58 Commits

Author SHA1 Message Date
0d41d12267 Merge branch 'develop' into 2921-tags-select2 2020-02-04 09:37:31 -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
9128435113 Removed CustomFieldForm class from models without custom fields 2020-01-23 17:03:14 +00: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
89e6de3652 Merge branch 'develop' into 568-csv-import-cf 2020-01-16 16:05:01 +00:00
2949bfaaa7 Merge branch 'develop' into 2921-tags-select2 2020-01-16 15:33:42 +00:00
e10333bf2b Fetch choices during form initialization 2020-01-14 08:22:27 +00:00
2f28dec891 Tag filter field for filter forms 2020-01-13 20:16:13 +00:00
f1d5e28f13 CSV import/export custom fields 2020-01-10 14:26:39 +00:00
24bdd10b4f Add description field to SecretRole model () 2019-12-10 13:03:09 -05:00
a0545568cd Fixes : Label TextVar fields when rendering custom script forms 2019-09-18 15:39:26 -04:00
6dcd48fef1 Virtulization Select2 forms 2019-01-10 17:32:23 -05:00
951e7a68e9 Secrets Select2 forms 2019-01-09 23:46:45 -05:00
4da755e75f Formatting cleanup 2018-11-27 11:57:29 -05:00
bd7aee7c1f Closes : Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
206c465e02 Merge branch 'develop' into develop-2.4 2018-07-18 17:51:57 -04:00
02b6ffd59a Added note about passphrase-protected keys () 2018-07-18 11:03:22 -04:00
0c0799f3bf Closes : Enabled custom fields for secrets 2018-07-17 09:43:57 -04:00
208409110f Added bulk tag addition/removal 2018-07-10 10:00:21 -04:00
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
4e09b32dd9 Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
9b3869790d Implemented tags for all primary models 2018-05-10 12:53:11 -04:00
8ae13e29f5 Fixes : Require a plaintext value when creating a new secret 2018-03-07 11:20:10 -05:00
12e6fe1d50 Standardized declaration of csv_headers on models 2018-02-02 14:26:16 -05:00
00986fd7bf Closes : Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
f4f0896470 Added bulk import view for secret roles 2017-10-09 15:56:17 -04:00
2f32e11f53 Fixes : Allow designation of users and groups when creating/editing a secret role 2017-07-13 11:44:29 -04:00
65b6fe576f Converted device fields to use FlexibleModelChoiceField; misc cleanup 2017-06-07 15:51:11 -04:00
1ddd7415cb Replaced old CSVDataField 2017-06-05 16:16:23 -04:00
af604aba31 Converted secrets import view to new scheme 2017-06-02 17:23:41 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00
7eb9c8265c Fixes : Prompt user to unlock session key when importing secrets 2017-05-03 11:47:28 -04:00
9b39ba169c Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/serializers.py
	netbox/dcim/api/urls.py
	netbox/dcim/api/views.py
	netbox/dcim/filters.py
	netbox/dcim/tables.py
	requirements.txt
2017-03-02 16:01:25 -05:00
1adae67dd7 Closes : Upgrade to django-filter 1.0 2017-03-01 13:09:19 -05:00
616ca4fe1f Adapted the web UI to work with the new secrets API 2017-02-03 16:14:42 -05:00
1317c0dd8c Closes : Merged search and filter forms on all object lists 2017-01-24 12:05:39 -05:00
37b2ff02e7 Standardized inheritance order of BootstrapMixin 2016-12-21 14:15:18 -05:00
a37d2ff4f8 Closes : Use password input controls when editing secrets 2016-10-31 12:30:50 -04:00
fc2ac8a02b Attributed all model ValidationErrors to specific fields (where appropriate) 2016-10-21 15:39:13 -04:00
36066068d4 : Initial work to allow nullifying fields during bulk edit 2016-09-30 16:17:41 -04:00
5b7f350ded Added headers to all bulk edit tables 2016-09-28 17:20:16 -04:00
e618bf40ec Reimplemented FilterChoiceField 2016-09-20 11:08:25 -04:00
824d2d8205 Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate 2016-09-14 16:27:26 -04:00