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

232 Commits

Author SHA1 Message Date
d651deb31c Renamed form_class attribute to model_form for consistency 2017-09-12 13:55:11 -04:00
700194b80d Implemented bulk interface creation for virtual machines 2017-09-12 12:49:01 -04:00
00024240bb Merge branch 'virtualization' into develop-2.2 2017-09-01 12:29:12 -04:00
237a889f54 Preserve query parameters on redirect after clicking "add another" 2017-09-01 12:28:34 -04:00
0634386b2e Merge branch 'develop' into virtualization 2017-08-31 10:14:50 -04:00
e0ee0b9254 Closes #1460: Hostnames with no domain are now acceptable in custom URL fields 2017-08-30 14:08:39 -04:00
ae231b1d1b Moved circuit speed humanization to a template tag 2017-08-29 22:42:06 -04:00
e945aafd7b Added fitlers to return the verbose model name of an object 2017-08-29 15:10:52 -04:00
6f8d3f7a57 Fixes #1443: Fixed API validation error involving custom field data 2017-08-22 11:31:33 -04:00
eb994a691a Added style to BaseTable's empty_text 2017-08-21 17:38:27 -04:00
4587aba1d4 Added views to add/remove hosts to/from clusters 2017-08-21 16:53:36 -04:00
97536c4e9b Genericized component edit/delete views 2017-08-18 14:43:11 -04:00
a7c56eab86 Moved DeviceComponentForm to utilities.forms 2017-08-18 13:10:19 -04:00
3009863877 Merge branch 'develop' into virtualization 2017-08-16 15:08:37 -04:00
c37cfeb74f Fixed page titles in the browsable API 2017-08-15 15:30:45 -04:00
c394985b1b Fixes #1421: Improved model validation logic for API serializers 2017-08-15 13:54:04 -04:00
117f33afc5 Fixes #1419: Allow editing image attachments without re-uploading an image 2017-08-11 10:47:06 -04:00
d06813f528 Initial work on virtualization support (#142) 2017-08-04 17:02:52 -04:00
fd6df8e52a Fixes #1385: Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED=False 2017-08-02 11:17:57 -04:00
f2c16fbf3c Closes #893: Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices) 2017-07-27 09:53:41 -04:00
7476194bd1 PEP8 fix 2017-07-25 10:58:28 -04:00
32513083b1 Merge branch 'develop-2.1' into develop 2017-07-24 14:58:18 -04:00
106627da04 Fixes #1358: Correct VRF example values in IP/prefix import forms 2017-07-18 10:39:09 -04:00
e8dafc02f7 Merge branch 'develop' into develop-2.1
Conflicts:
	netbox/netbox/settings.py
2017-07-14 10:12:35 -04:00
39730b6834 Optimized performance when editing/deleting objects in bulk 2017-07-13 17:39:28 -04:00
dd1991f2c6 Closes #838: Display details of all objects being edited/deleted in bulk 2017-07-13 16:31:47 -04:00
dc68be5abf Removed SearchTables; created DetailTables for models where needed 2017-07-12 16:42:45 -04:00
1ef90902bd Closes #1320: Remove checkbox from confirmation dialog 2017-07-12 14:53:52 -04:00
6f37e97c67 Fixes #1339: Fixed disappearing checkbox column under django-tables2 v1.7+ 2017-07-12 14:05:01 -04:00
1f9806a480 Fixes #1285: Enforce model validation when creating/editing objects via the API 2017-07-06 17:37:24 -04:00
b253c8cc95 Fixes #1319: Fixed server error when attempting to create console/power connections 2017-07-06 13:20:53 -04:00
14f5204548 Fixes #1289: Retain inside NAT assignment when editing an IP address 2017-07-05 14:29:40 -04:00
adfcb5f7b6 Fixes #1295: Docstring typo 2017-06-26 09:31:20 -04:00
fcacac7c6f Fixes #1265: Fix console/power/interface connection validation when selecting a device via live search 2017-06-14 13:00:36 -04:00
16d694734b Fixes #1268: Fix CSV import error under Python 3 2017-06-14 09:55:52 -04:00
8eb9c451a1 Renamed AddViews to CreateViews for consistency 2017-06-13 16:48:21 -04:00
08883d86ef Closes #913: Added headers to object CSV exports 2017-06-09 16:24:59 -04:00
05a796faf1 Closes #704: Allow filtering VLANs by group when editing prefixes 2017-06-09 14:15:12 -04:00
e6c4ce51f7 Replaced all CSVForm ChoiceFields with CSVChoiceField 2017-06-07 13:22:06 -04:00
d122f9f700 Added dynamic examples for CSV form fields 2017-06-06 17:27:26 -04:00
1ddd7415cb Replaced old CSVDataField 2017-06-05 16:16:23 -04:00
08c8bd3049 Renamed new import view to BulkImportView 2017-06-05 15:53:41 -04:00
2520d9f400 Converted console/power import views to new scheme 2017-06-05 15:53:03 -04:00
af604aba31 Converted secrets import view to new scheme 2017-06-02 17:23:41 -04:00
4a8147f8a5 Converted circuits import views to new scheme 2017-06-02 13:40:52 -04:00
a598f0e632 Initial work on #655: CSV import headers 2017-05-31 17:40:11 -04:00
6aae8aee5b Closes #1237: Enabled setting limit=0 to disable pagination in API requests; added MAX_PAGE_SIZE configuration setting 2017-05-30 23:24:21 -04:00
1dd5e2c926 Fixes #1229: Fix validation error on forms where API search is used 2017-05-25 14:33:50 -04:00
ebddc46bc0 PEP8 fix 2017-05-24 14:22:37 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00