Commit Graph

1891 Commits

Author SHA1 Message Date
Joseph Kennedy
67bf11ab82 Add more fields to InterfaceCSVForm and InterfaceImportTable 2017-08-22 18:44:55 -04:00
Joseph Kennedy
3e122c4a32 Added csv_headers to Interface model 2017-08-22 15:08:05 -04:00
Jeremy Stretch
6f8d3f7a57 Fixes #1443: Fixed API validation error involving custom field data 2017-08-22 11:31:33 -04:00
Jeremy Stretch
eb994a691a Added style to BaseTable's empty_text 2017-08-21 17:38:27 -04:00
Jeremy Stretch
ae73e6f04d Removed task list formatting 2017-08-21 11:10:07 -04:00
Jeremy Stretch
7843a6bf77 Fixed devicetype_id filter for DeviceType components 2017-08-18 10:27:43 -04:00
Joseph Kennedy
bb7fc02654 Add InterfaceListFilter, add device as CharField instead of ModelChoiceField, and add the filter to InterfaceListView 2017-08-17 22:10:45 -04:00
Joseph Kennedy
421779cb56 Adding back all but device field to InterfaceListFilterForm. 2017-08-17 21:54:09 -04:00
Joseph Kennedy
d8fb8e60f9 Comment out device field as ModelChoiceField. 2017-08-17 21:40:10 -04:00
Joseph Kennedy
2c339b1bda Comment mac_address and enabled in InterfaceListFilterForm 2017-08-17 21:32:30 -04:00
Joseph Kennedy
de9229b532 Comment role FilterChoiceField and uncomment enabled field. 2017-08-17 21:25:02 -04:00
Joseph Kennedy
b145fb0e69 Remove enabled field from IntefaceListFilterForm to test. 2017-08-17 21:16:33 -04:00
Joseph Kennedy
e729b560de Custom fields don't work with the interface list at present. Trying to fix export and InterfaceListFilterForm now. 2017-08-17 21:01:05 -04:00
Joseph Kennedy
ad3814968a Revert filter in InterfaceListView 2017-08-17 20:15:39 -04:00
Joseph Kennedy
57584b9254 Remove filter from InterfaceListView 2017-08-17 19:56:14 -04:00
Jeremy Stretch
fa6d933544 Converted list of issue types to a task list 2017-08-17 15:14:20 -04:00
Jeremy Stretch
83085d08ca Revised the GitHub issue template 2017-08-17 15:11:55 -04:00
Joseph Kennedy
86c1503f12 Revert to InterfaceFilterForm 2017-08-16 18:13:05 -04:00
Joseph Kennedy
6dbc014fee Switching to forms.InterfaceConnectionFilterForm now 2017-08-16 16:48:16 -04:00
Joseph Kennedy
4b13149769 Switch to DeviceFilterForm in InterfaceListView to confirm InterfaceListFilterForm is broken 2017-08-16 14:20:26 -04:00
Jeremy Stretch
70a6b171d0 Fixes #1429: Fixed uptime formatting on device status page 2017-08-16 11:20:52 -04:00
Joseph Kennedy
322ad2ca15 Checking filter on InterfaceListView to see if the broke the view 2017-08-15 21:48:06 -04:00
Jeremy Stretch
9a25b5458d Merge pull request #1430 from xmudrii/fix-docs
docs: web-server link to new ssl tutorials for 16.04
2017-08-15 21:39:59 -04:00
Marko Mudrinić
416aeb4072 docs: web-server link to new ssl tutorials for 16.04 2017-08-15 23:39:10 +02:00
Jeremy Stretch
0c1594b8f8 Post-release version bump 2017-08-15 15:53:10 -04:00
Jeremy Stretch
669ae104a4 Release v2.1.3 2017-08-15 15:50:51 -04:00
Jeremy Stretch
c37cfeb74f Fixed page titles in the browsable API 2017-08-15 15:30:45 -04:00
Jeremy Stretch
51b1da660a Fixes #1330: Raise validation error when assigning an unrelated IP as the primary IP for a device 2017-08-15 14:05:02 -04:00
Jeremy Stretch
c394985b1b Fixes #1421: Improved model validation logic for API serializers 2017-08-15 13:54:04 -04:00
Jeremy Stretch
04c300b8e2 Fixes #1420: Exclude virtual interfaces from device LLDP neighbors view 2017-08-15 11:07:26 -04:00
Joseph Kennedy
d71556547e Added Interface export and custom field option 2017-08-15 02:23:26 -04:00
Jeremy Stretch
117f33afc5 Fixes #1419: Allow editing image attachments without re-uploading an image 2017-08-11 10:47:06 -04:00
Jeremy Stretch
3d92669df5 Corrected HTTP verb in API docs 2017-08-10 11:41:25 -04:00
Jeremy Stretch
63757af1a0 Expanded API overview documentation 2017-08-09 16:55:49 -04:00
Jeremy Stretch
e6a58b6700 Fixes #1415: Ignore leading/trailing semicolons in topology map device lists 2017-08-09 15:46:40 -04:00
Jeremy Stretch
8fb504c963 Tweaked installation docs to better accommodate Python 3 2017-08-09 14:19:33 -04:00
Jeremy Stretch
babe42ef35 Closes #1414: Selecting a site from the rack filters automatically updates the available rack groups 2017-08-09 13:59:25 -04:00
Jeremy Stretch
7557220d5d Fixes #1389: Avoid splitting carat/prefix on prefix list 2017-08-08 11:48:51 -04:00
Jeremy Stretch
50ccccc3f4 Merge pull request #1403 from huzichunjohn/issue_1400
Fixes #1400: Device interface shows twice on IP Addresses page
2017-08-08 08:23:14 -04:00
johnhu
b6afc68847 Fixes #1400: Device interface shows twice on IP Addresses page 2017-08-08 11:44:50 +00:00
Joseph Kennedy
8ec6f7c0b5 Switched to correct ChoiceField 2017-08-04 12:08:22 -04:00
Joseph Kennedy
dd0544c25c Missing constant import 2017-08-04 11:47:16 -04:00
Joseph Kennedy
6ad30dab73 Fix IFACE_ENABLED_CHOICES...again 2017-08-04 11:36:35 -04:00
Joseph Kennedy
266e948865 Define IFACE_ENABLED choices 'properly' 2017-08-04 11:19:51 -04:00
Jeremy Stretch
36d5debe74 Post-release version bump 2017-08-04 10:52:29 -04:00
Jeremy Stretch
a7d5fb5006 Release v2.1.2 2017-08-04 10:52:06 -04:00
Joseph Kennedy
35f3e573b3 Added IFACE_ENABLED_CHOICES for InterfaceListFilterForm 2017-08-04 05:23:23 -04:00
Joseph Kennedy
c97f490ee8 Typo on forms 2017-08-04 05:07:59 -04:00
Joseph Kennedy
62281cb1aa Created InterfaceListFilterForm and added more search terms. Remove export on device page. Fix enabled column 2017-08-04 04:53:02 -04:00
Joseph Kennedy
04ea5bdebb Messing with accessors 2017-08-03 21:40:40 -04:00