Commit Graph

6541 Commits

Author SHA1 Message Date
Jeremy Stretch
130d9819a6 Added headers to all bulk edit tables 2016-09-28 17:20:16 -04:00
Jeremy Stretch
f8a651ea08 Closes #345: Bulk edit: allow user to select all objects on page or all matching query 2016-09-28 16:56:17 -04:00
Jeremy Stretch
06b6fb57a1 Fixes #466: Validate available free space for all instances when increasing the U height of a device type 2016-09-28 14:19:52 -04:00
Jeremy Stretch
dfdaa3e101 Closes #481: Require interface creation before trying to assign an IP to a device 2016-09-28 12:24:33 -04:00
Jeremy Stretch
ad2f1e8cb9 Closes #475: Display add buttons at top and bottom of all device/device type panels 2016-09-28 12:06:00 -04:00
Jeremy Stretch
4c276dba18 Fixed DCIM API test 2016-09-28 10:02:18 -04:00
Jeremy Stretch
92494d35b1 Fixes #581: Corrected initialization of custom boolean and select fields 2016-09-28 09:58:59 -04:00
Jeremy Stretch
bb9fd42722 Closes #579: Add a description field to ExportTemplate 2016-09-27 16:31:18 -04:00
Jeremy Stretch
5f68c28cf8 Added subdevice_role to DeviceTypeSerializer 2016-09-27 16:04:14 -04:00
Jeremy Stretch
866c2d7d34 Merge pull request #574 from rfdrake/mobile
viewport change for mobile
2016-09-27 13:58:57 -04:00
Jeremy Stretch
92e4ce0d1e Fixes #577: Correct initialization of custom boolean fields 2016-09-27 13:42:10 -04:00
Jeremy Stretch
5d2080f87c Closes #575: Allow all valid URL schemes in custom fields 2016-09-27 11:42:20 -04:00
Jeremy Stretch
0a790de87f Fixes #576: Delete all relevant CustomFieldValues ehen deleting a CustomFieldChoice 2016-09-27 10:51:33 -04:00
Robert Drake
067848c1ca viewport change for mobile 2016-09-26 23:43:05 -04:00
Jeremy Stretch
3b07c3dc2e Simplified web server installation doc 2016-09-26 14:21:10 -04:00
Jeremy Stretch
41afdddc55 #447: Correcting CentOS installation docs 2016-09-26 12:50:44 -04:00
Jeremy Stretch
69f9249c52 Merge pull request #529 from chagara/develop
Added centos/rhel installation
2016-09-26 12:05:19 -04:00
Jeremy Stretch
d2c9dc6b65 Fixes #571: Correct rack group filter on device list 2016-09-22 10:06:59 -04:00
Jeremy Stretch
b81757d8b6 Fixed typo 2016-09-21 11:58:04 -04:00
Jeremy Stretch
9ea32b2906 Tweaked ExportTemplate admin display 2016-09-21 11:57:05 -04:00
Jeremy Stretch
1bd65fed01 Post-release version bump 2016-09-21 11:45:12 -04:00
Jeremy Stretch
cfac1bade7 Merge pull request #570 from digitalocean/develop
Release v1.6.1-r1
2016-09-21 11:44:45 -04:00
Jeremy Stretch
a52cfe268e Quick fix for v1.6.1 related to #561 2016-09-21 11:43:22 -04:00
Jeremy Stretch
5f3316eae5 Added link to the mailing list 2016-09-21 11:02:19 -04:00
Jeremy Stretch
e0d8c567d3 Post-release version bump 2016-09-21 10:15:03 -04:00
Jeremy Stretch
925fe68309 Merge pull request #569 from digitalocean/develop
Release v1.6.1
2016-09-21 10:14:40 -04:00
Jeremy Stretch
7fa25bfad2 Release v1.6.1 2016-09-21 09:55:57 -04:00
Jeremy Stretch
fc5d78519e Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations 2016-09-20 15:48:58 -04:00
Jeremy Stretch
49d5574edc status filter fields should not be required 2016-09-20 11:29:30 -04:00
Jeremy Stretch
6d9507e1c6 Corrected PrefixFilterForm 2016-09-20 11:25:16 -04:00
Jeremy Stretch
9581f9217e Reimplemented FilterChoiceField 2016-09-20 11:08:25 -04:00
Jeremy Stretch
84c282b05b PEP8 fix 2016-09-19 16:21:42 -04:00
Jeremy Stretch
97e9499a94 Fixes #564: Display custom fields for all applicable objects 2016-09-19 16:13:02 -04:00
Jeremy Stretch
a3f664ce7b Closes #561: Make custom fields accessible from within export templates 2016-09-19 16:11:37 -04:00
Jeremy Stretch
5e962b57b9 Removed obsolete dependency 2016-09-19 10:32:38 -04:00
Jeremy Stretch
9a01485312 Fixes #562: Fixed bulk interface creation 2016-09-19 10:31:40 -04:00
Jeremy Stretch
86b9822a18 Closes #552: Added a None filter option for custom select fields 2016-09-16 13:42:07 -04:00
Jeremy Stretch
82dc6d0d74 Closes #415: Added an expand/collapse toggle button to the prefix list 2016-09-16 11:50:02 -04:00
Jeremy Stretch
664030a614 Tweak to #493 2016-09-16 10:31:42 -04:00
Jeremy Stretch
9d7b82c9c5 Merge pull request #493 from stianvi/csv_reader_unicode
Fixed csv reader to handle special characters
2016-09-16 10:30:27 -04:00
Jeremy Stretch
15ee571031 Merge pull request #555 from rfdrake/develop
Fix for Docker ldap
2016-09-16 09:59:43 -04:00
Jeremy Stretch
dc58694d49 Added 'none' options to filters for optional fields 2016-09-15 17:12:53 -04:00
Jeremy Stretch
e0e5e176a1 Fixes #557: Add 'global' choice to VRF filter for prefixes and IP addresses 2016-09-15 16:03:53 -04:00
Jeremy Stretch
61f2037ca4 Fixes #531: Order prefixes by VRF assignment 2016-09-15 12:09:54 -04:00
Jeremy Stretch
f980944a8a Fixes #558: Update slug field when name is populated without a key press 2016-09-15 11:36:45 -04:00
Jeremy Stretch
510c4543d2 Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate 2016-09-14 16:27:26 -04:00
Robert Drake
84aeb9c612 add django-auth-ldap to Dockerfile 2016-09-14 13:32:54 -04:00
Robert Drake
ee137110f4 change ldap.py to ldap_config.py 2016-09-14 13:32:54 -04:00
Jeremy Stretch
7922c0ceb7 Merge pull request #551 from digitalocean/docker-build-perms
Fix permissions on docker-build.sh
2016-09-13 13:15:57 -04:00
Zach Moody
c362ecd603 fixes permissions on docker-build.sh 2016-09-13 11:27:04 -05:00