Commit Graph

6396 Commits

Author SHA1 Message Date
Jeremy Stretch
cee7ac1972 Added colored labels for device and rack roles 2016-08-10 13:35:55 -04:00
Jeremy Stretch
43a6c13c00 Fixed redirect after editing RackGroups and VLANGroups 2016-08-10 13:13:26 -04:00
Jeremy Stretch
0dc21d18b2 Miscellaneous query optimizations 2016-08-10 13:07:11 -04:00
Jeremy Stretch
2b57aed27b Closes #241: Introduced rack roles 2016-08-10 11:52:27 -04:00
Jeremy Stretch
0c329189e3 Extended DCIM API to include a device modules list 2016-08-10 10:44:37 -04:00
Jeremy Stretch
87c23608bb Closes #157: Added manufacturer field to module model 2016-08-10 10:24:47 -04:00
Jeremy Stretch
6753577654 Fixes #445: Limit rack height to between 1U and 100U (inclusive) 2016-08-09 17:19:23 -04:00
Jeremy Stretch
05f35e4798 We have a logo! 2016-08-09 14:57:14 -04:00
Jeremy Stretch
0741508aa5 Fixes #444: Corrected prefix model validation 2016-08-09 09:50:50 -04:00
Jeremy Stretch
5128710517 Fixes #443: Correctly display and initialize VRF for creation of new IP addresses 2016-08-08 21:44:54 -04:00
Jeremy Stretch
d722327566 #180: Added type and width fields to Rack model 2016-08-08 18:01:15 -04:00
Jeremy Stretch
c29244a7a4 Closes #149: Added upstream_speed field to Circuit 2016-08-08 16:51:19 -04:00
Jeremy Stretch
339cee84df Fixes #442: Correct child device import instructions 2016-08-08 12:28:38 -04:00
Jeremy Stretch
4111caf9cf Corred typo in HTML 2016-08-08 12:04:20 -04:00
Jeremy Stretch
7ee2770b95 Fixes #433: Correct form validation when editing child devices 2016-08-08 09:45:44 -04:00
Jeremy Stretch
5cba6aad6c Post-release version bump 2016-08-06 16:32:54 -04:00
Jeremy Stretch
a5465d1bb4 Merge pull request #438 from digitalocean/develop
Release v1.4.2
2016-08-06 16:31:32 -04:00
Jeremy Stretch
b3e716730f Migration for new interface form factors added in #167 2016-08-06 16:27:00 -04:00
Jeremy Stretch
26f168a651 Making PEP8 happy 2016-08-06 16:19:44 -04:00
Jeremy Stretch
c1fc203ea1 Release v1.4.2 2016-08-06 16:16:35 -04:00
Jeremy Stretch
9d7e97ff8a Fixes #253: Added ability to search by prefix to IP address filters 2016-08-06 16:02:57 -04:00
Jeremy Stretch
e2f322c5ce Fixes #435: Added a "add prefix" button to the VLAN view 2016-08-06 15:44:28 -04:00
Jeremy Stretch
6378919033 Fixes #434: Increased user actions history on home page from 15 to 50; restored admin UI access but disabled bulk deletion function 2016-08-06 15:35:13 -04:00
Jeremy Stretch
b19e69b2c9 Fixed toggling of secret lock/unlock buttons 2016-08-04 14:42:34 -04:00
Jeremy Stretch
679a591b50 Fixes #429: Correct redirection of user when adding a secret to a device 2016-08-04 14:37:38 -04:00
Jeremy Stretch
b6b2a76ea9 #167: Added new interface form factors 2016-08-04 13:38:45 -04:00
Jeremy Stretch
90d2ad059b Fixes #425: Ignore leading and trailing periods when generating a slug 2016-08-04 11:52:55 -04:00
Jeremy Stretch
99d81211ce Fixes #427: Prevent error when duplicate IPs are present in a prefix's IP list 2016-08-04 11:48:30 -04:00
Jeremy Stretch
eeeb3a28c0 Post-release version bump 2016-08-03 17:49:28 -04:00
Jeremy Stretch
205d3957d2 Post-release version bump 2016-08-03 17:49:08 -04:00
Jeremy Stretch
1f79861b67 Merge pull request #423 from digitalocean/develop
Release v1.4.1
2016-08-03 17:46:13 -04:00
Jeremy Stretch
58aa8033e0 Release v1.4.1 2016-08-03 17:39:57 -04:00
Jeremy Stretch
f5c5c974ea Fixes #422: Added ability to encapsulate within double quotes values which contain commas 2016-08-03 17:33:15 -04:00
Jeremy Stretch
1b6eaea75d Potential fix for #419: Ditch annotation in favor of discrete queries to gather Tenant stats 2016-08-03 14:24:09 -04:00
Jeremy Stretch
8ac4e2d72e Merge pull request #420 from digitalocean/free_ip_ranges
Fixes #289: Annotate free IP ranges within a prefix
2016-08-03 14:09:36 -04:00
Jeremy Stretch
5a7a753bba More intelligent handling of first/last IPs 2016-08-03 12:30:29 -04:00
Jeremy Stretch
d2204ad08c Fixed calculation of available IPs between two existing IPs 2016-08-03 12:20:24 -04:00
Jeremy Stretch
bfdd2076eb Fixed calculation of last_ip_in_prefix for IPv6 2016-08-03 12:06:17 -04:00
Jeremy Stretch
c83a397a45 Rewrote add_available_ipaddresses() to be much more efficient and IPv6-friendly 2016-08-03 12:00:35 -04:00
Jeremy Stretch
da5c3ab296 Initial work on #289 2016-08-02 17:20:12 -04:00
Jeremy Stretch
8c3b7c9d7c Closes #412: Tenant group assignment is no longer mandatory 2016-08-02 16:04:25 -04:00
Jeremy Stretch
d677f13eb0 Addresses #395: Show child prefixes from all VRFs if the parent prefix is in the global table 2016-08-02 15:48:12 -04:00
Jeremy Stretch
56a2a414c9 Fixes #406: Corrected ordering of port_speed and commit_rate in CircuitTable 2016-08-02 10:50:25 -04:00
Jeremy Stretch
a9b9229df1 Fixes #409: Filter IPs and prefixes by tenant slug rather than by its PK 2016-08-02 10:39:42 -04:00
Jeremy Stretch
a74924230e Fixes #411: Corrected name of secret roles page 2016-08-02 10:27:58 -04:00
Jeremy Stretch
0027d10bc6 Post-release version bump 2016-08-01 13:44:22 -04:00
Jeremy Stretch
ddb8fd6f81 Merge pull request #408 from digitalocean/develop
Release v1.4.0
2016-08-01 13:43:48 -04:00
Jeremy Stretch
270afadf50 Pre-release version bump 2016-08-01 13:35:49 -04:00
Jeremy Stretch
075d7a6914 Replaced most glyphicons with Font Awesome 2016-08-01 13:29:45 -04:00
Jeremy Stretch
8792606aff Closes #176: Added initial_data fixtures for new installs 2016-08-01 12:29:26 -04:00