Jeremy Stretch
|
d306e76420
|
Fixes #1689: Disregard IP address mask when filtering for child IPs of a prefix
|
2017-11-06 10:07:44 -05:00 |
|
Jeremy Stretch
|
5d19a9f50f
|
Rearranged device/VM view and expanded component lists
|
2017-11-03 16:58:56 -04:00 |
|
Jeremy Stretch
|
368c30ef9d
|
Removed unused imports
|
2017-11-03 14:36:28 -04:00 |
|
Jeremy Stretch
|
c6f3b00f0e
|
Fixes #1676: Correct filtering of child prefixes upon bulk edit/delete from the parent prefix view
|
2017-11-02 13:21:19 -04:00 |
|
Jeremy Stretch
|
626fbd1d10
|
Closes #1684: Replaced prefix 'parent' filter with 'within' and 'within_include'
|
2017-11-02 13:15:25 -04:00 |
|
Jeremy Stretch
|
85c273c8ca
|
Fixes #1670: Corrected filter names (regression from #1649)
|
2017-10-31 14:47:14 -04:00 |
|
Jeremy Stretch
|
4668149943
|
Fixes #1649: Correct fitlering on null values (e.g. ?tenant_id=0) for django-filters v1.1.0+
|
2017-10-30 17:20:22 -04:00 |
|
Jeremy Stretch
|
0a04bb110a
|
Fixes #1603: Hide selection checkboxes for tables with no available actions
|
2017-10-27 10:33:58 -04:00 |
|
Jeremy Stretch
|
515645bb4d
|
Fixes #1620: Loosen IP address search filter to match all IPs that start with the given string
|
2017-10-18 14:29:56 -04:00 |
|
Jeremy Stretch
|
6ae6209457
|
Fixes #1619: Correct text-based filtering of IP network and address fields
|
2017-10-18 13:01:49 -04:00 |
|
Jeremy Stretch
|
6f2f8697ae
|
Fixes #1609: Added missing virtual_machine field to IP address interface serializer
|
2017-10-17 09:23:53 -04:00 |
|
Jeremy Stretch
|
4cb0be4df3
|
Fixes #1582: Add virtual_machine attribute to IPAddress
|
2017-10-13 10:42:45 -04:00 |
|
Jeremy Stretch
|
007f930fed
|
Merge branch 'develop' into develop-2.2
Conflicts:
netbox/utilities/api.py
|
2017-10-11 10:47:21 -04:00 |
|
Jeremy Stretch
|
0c645b12d1
|
Moved querysets to separate files; tweaked interface ordering logic (#1523)
|
2017-10-10 17:23:41 -04:00 |
|
Jeremy Stretch
|
f824d1eb3b
|
Closes #1556: Added API endpoints listing static field choices for each app
|
2017-10-10 16:41:35 -04:00 |
|
Jeremy Stretch
|
d17b36519a
|
Closes #1479: Added CARP IP address role
|
2017-10-09 16:03:45 -04:00 |
|
Jeremy Stretch
|
977cad3830
|
Added bulk import views for RIRs, roles, and VLAN groups
|
2017-10-09 15:42:06 -04:00 |
|
Jeremy Stretch
|
b69bf58c63
|
Closes #1548: Automatically populate tenant assignment when adding an IP address from the prefix view
|
2017-10-09 13:40:28 -04:00 |
|
Jeremy Stretch
|
0ea58ab268
|
Fixes #1543: Added missing virtual machine field to IP address and service filters
|
2017-09-28 09:29:12 -04:00 |
|
Jeremy Stretch
|
0d9ff907a8
|
Merge branch 'develop' of github.com:digitalocean/netbox into develop-2.2
|
2017-09-25 15:12:47 -04:00 |
|
Jeremy Stretch
|
63a4a70420
|
#1499: Added utilization graph to child prefixes for aggregates
|
2017-09-25 13:39:03 -04:00 |
|
Jeremy Stretch
|
a328e12642
|
Closes #1536: Improved formatting of aggregate prefix statistics
|
2017-09-25 12:14:55 -04:00 |
|
Jeremy Stretch
|
ce9f1eb201
|
Closes #1499: Added utilization graph to child prefixes table
|
2017-09-22 21:17:46 -04:00 |
|
Jeremy Stretch
|
ae1662e433
|
Fixes #1507: Fixed error when creating the next available IP from a prefix within a VRF
|
2017-09-18 16:34:28 -04:00 |
|
Jeremy Stretch
|
512a3bf09a
|
Fixed #1500: Allow assigning IP addresses to virtual machines during CSV bulk import
|
2017-09-18 13:30:20 -04:00 |
|
Jeremy Stretch
|
b84b526a43
|
Closes #1484: Added individual "add VLAN" buttons on the VLAN groups list
|
2017-09-15 15:14:35 -04:00 |
|
Jeremy Stretch
|
3466da4338
|
Merge branch 'develop' into develop-2.2
Conflicts:
netbox/dcim/forms.py
|
2017-09-14 14:58:45 -04:00 |
|
Jeremy Stretch
|
17c1a1e465
|
Use add_blank_choice() to prepend a null choice to field options
|
2017-09-14 14:45:45 -04:00 |
|
Jeremy Stretch
|
d651deb31c
|
Renamed form_class attribute to model_form for consistency
|
2017-09-12 13:55:11 -04:00 |
|
Jeremy Stretch
|
3bb0d523d3
|
Enabled services on virtual machines
|
2017-08-31 12:50:35 -04:00 |
|
Jeremy Stretch
|
0634386b2e
|
Merge branch 'develop' into virtualization
|
2017-08-31 10:14:50 -04:00 |
|
Jeremy Stretch
|
a6ec1ba23b
|
Closes #1376: Ignore anycast when detecting duplicate IPs
|
2017-08-30 10:46:30 -04:00 |
|
Jeremy Stretch
|
fa95191792
|
Allowed assigning an IP address to either a device or a VM
|
2017-08-29 15:26:35 -04:00 |
|
Jeremy Stretch
|
e9f75adddb
|
Ditched VMInterface in favor of reusing dcim.Interface
|
2017-08-29 14:24:58 -04:00 |
|
Jeremy Stretch
|
5930a64203
|
Converted IPAddress.interface to a GenericForeignKey
|
2017-08-18 16:57:20 -04:00 |
|
Jeremy Stretch
|
c394985b1b
|
Fixes #1421: Improved model validation logic for API serializers
|
2017-08-15 13:54:04 -04:00 |
|
Jeremy Stretch
|
7557220d5d
|
Fixes #1389: Avoid splitting carat/prefix on prefix list
|
2017-08-08 11:48:51 -04:00 |
|
johnhu
|
b6afc68847
|
Fixes #1400: Device interface shows twice on IP Addresses page
|
2017-08-08 11:44:50 +00:00 |
|
Jeremy Stretch
|
236229ea7e
|
Closes #992: Allow the creation of multiple services per device with the same protocol and port
|
2017-08-03 15:40:52 -04:00 |
|
Jeremy Stretch
|
6f0f3cc115
|
Fixes #1390: Fixed IndexError when viewing available IPs within large IPv6 prefixes
|
2017-08-03 10:09:37 -04:00 |
|
Jeremy Stretch
|
e8dafc02f7
|
Merge branch 'develop' into develop-2.1
Conflicts:
netbox/netbox/settings.py
|
2017-07-14 10:12:35 -04:00 |
|
Jeremy Stretch
|
39730b6834
|
Optimized performance when editing/deleting objects in bulk
|
2017-07-13 17:39:28 -04:00 |
|
Jeremy Stretch
|
dd1991f2c6
|
Closes #838: Display details of all objects being edited/deleted in bulk
|
2017-07-13 16:31:47 -04:00 |
|
Jeremy Stretch
|
dc68be5abf
|
Removed SearchTables; created DetailTables for models where needed
|
2017-07-12 16:42:45 -04:00 |
|
Jeremy Stretch
|
e54c74d972
|
Fixes #1338: Allow importing prefixes with "container" status
|
2017-07-12 10:31:16 -04:00 |
|
Jeremy Stretch
|
74828e1409
|
Fixes #1334: Fix server error when adding an interface to a device
|
2017-07-11 14:52:50 -04:00 |
|
Jeremy Stretch
|
1f9806a480
|
Fixes #1285: Enforce model validation when creating/editing objects via the API
|
2017-07-06 17:37:24 -04:00 |
|
Jeremy Stretch
|
5b43a108bc
|
Merge branch 'develop' into develop-2.1
Conflicts:
netbox/ipam/models.py
netbox/netbox/settings.py
netbox/templates/dcim/inc/interface.html
|
2017-07-06 13:27:13 -04:00 |
|
Jeremy Stretch
|
30d1605007
|
Closes #1246: Added ability to auto-create the next available IP address within a prefix
|
2017-06-30 16:51:31 -04:00 |
|
Jeremy Stretch
|
d5bb37b552
|
#1246: Initial work on an API endpoint to retrieve available IPs for a prefix
|
2017-06-28 16:23:17 -04:00 |
|