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

242 Commits

Author SHA1 Message Date
Jeremy Stretch
ec667eeed0 Fixes #84: Added IFACE_FF_10GE_COPPER 2016-06-28 13:32:47 -04:00
Jeremy Stretch
374702927b Fixes #80: Correct rack face (lowercase) to be consistent with export behavior (uppercase) 2016-06-28 11:38:09 -04:00
Jeremy Stretch
0eb8227044 Merge branch 'develop' of https://github.com/digitalocean/netbox into develop 2016-06-28 11:15:56 -04:00
Jeremy Stretch
98febf3979 Fixes #72: Check for re-used interfaces when importing interface connections 2016-06-28 11:11:53 -04:00
Jeremy Stretch
d22e4e7698 Merge pull request #59 from digitalocean/dcim-tests-pep-8
Fix PEP 8 error in DCIM tests
2016-06-28 10:42:38 -04:00
Jeremy Stretch
6848a3dc81 Fixes #67: Improved Aggregate validation; extended aggregate documentation 2016-06-28 10:04:03 -04:00
Jeremy Stretch
4dac43c1c9 Fixes #48: Set .container to auto with a max width 2016-06-28 09:50:00 -04:00
Jeremy Stretch
b392aa4a4a Fixes #45: Strip plus signs during slugification 2016-06-28 09:39:55 -04:00
Matt Layher
5181c97281 Fix PEP 8 error in DCIM tests 2016-06-28 00:25:12 -04:00
Jeremy Stretch
2080abc6c3 Corrected SiteTest to account for earlier Graph model change 2016-06-27 23:56:39 -04:00
Jeremy Stretch
4e5f537cc5 When editing an object, cancel_url should point to its normal view; when adding, it should point to the object list 2016-06-27 23:18:26 -04:00
Jeremy Stretch
7918f85cdd Corrected rack height validation to exclude 0U devices 2016-06-27 23:08:30 -04:00
Jeremy Stretch
4dd31497e5 Fixes #26: Corrected rack validation to work when there are no devices within the rack 2016-06-27 22:27:40 -04:00
Jeremy Stretch
ab880e1053 Fixed IPAddress 'parent prefixes' display; added warning for duplicate IPs 2016-06-27 15:51:47 -04:00
Jeremy Stretch
c6e66a073d Fixes #29: Corrected typo 2016-06-27 14:39:08 -04:00
Jeremy Stretch
eade3cbd6b Fixes #25: Recurse expand_pattern only if there are more ranges to unpack 2016-06-27 14:12:30 -04:00
Jeremy Stretch
7cf437e11b Fixes #26: Added rack height validation 2016-06-27 13:53:39 -04:00
Jeremy Stretch
1cd20861f2 Added RackGroup slug filter 2016-06-27 12:30:25 -04:00
Jeremy Stretch
e78263637a Fixes #22: Corrected handling of RackGroup names on import of new Racks 2016-06-27 12:23:31 -04:00
Jeremy Stretch
5935a8843e Improved maintenance mode message 2016-06-27 11:22:36 -04:00
Jeremy Stretch
5bffa4893b Fixed bug where checkboxes were being shown on tables regardless of user permissions 2016-06-24 15:41:14 -04:00
Jeremy Stretch
a575a73a4f Added icons to footer 2016-06-24 14:43:14 -04:00
Jeremy Stretch
3938b4a27b Added link to extras 2016-06-24 14:37:48 -04:00
Jeremy Stretch
8ec145cb82 Added map icons 2016-06-24 14:34:49 -04:00
Jeremy Stretch
d83d0b66b0 Catch exceptions on graph generation 2016-06-24 14:01:57 -04:00
Jeremy Stretch
0b66b547a3 Fixed double top border on component template tables 2016-06-24 12:56:36 -04:00
Jeremy Stretch
4cbf09e0e1 Improved ExpandableNameField help_text 2016-06-24 11:45:47 -04:00
Jeremy Stretch
e34ca1a3f5 Standardized graphs_modal markup; added graphs to Provider view 2016-06-24 11:23:45 -04:00
Jeremy Stretch
39330850b3 Standardized graph display; added templatization for graph links 2016-06-24 11:16:49 -04:00
Jeremy Stretch
9de8ac91a1 Fixed typo 2016-06-24 10:54:05 -04:00
Jeremy Stretch
bddd9b6f39 Fixed typo 2016-06-24 10:53:32 -04:00
Jeremy Stretch
e7d3c19b58 Removed UserActions from admin 2016-06-24 10:18:02 -04:00
Jeremy Stretch
d29549206b Fixed tests to match recent API serializer tweaks 2016-06-23 15:02:03 -04:00
Jeremy Stretch
b8169d5ce3 Merge pull request #15 from digitalocean/secrets-py3
Secrets py3
2016-06-23 09:08:27 -04:00
Zach Moody
f7e768d166 secrets: imported SecretValidationHasher.iterations for SecretTestCase 2016-06-23 00:01:22 -05:00
Zach Moody
57a9e32ad8 extras: removed useractions fixture 2016-06-22 23:55:53 -05:00
Zach Moody
b21833f79c secrets: refactor for py3 (from 3c9c04d4) 2016-06-22 23:52:32 -05:00
Zach Moody
677700aadf fixtures: add created and last_udpated fields.
switched fixtures to json to avoid https://code.djangoproject.com/ticket/18867
2016-06-22 23:42:37 -05:00
Jeremy Stretch
85a50c67de Tweaked display names for Racks, VLANs 2016-06-22 17:12:12 -04:00
Jeremy Stretch
97f7ac9edf Added a welcome message for new installs 2016-06-22 15:48:41 -04:00
Jeremy Stretch
cbd7b5b4c3 Squashed migrations in preparation for public release 2016-06-22 14:23:06 -04:00
Jeremy Stretch
45906fae69 Tweaked rack unit colors/borders 2016-06-22 13:38:57 -04:00
Jeremy Stretch
8563e2aca3 Standardized date/time displays; moved format declarations to configuration.py 2016-06-22 13:22:59 -04:00
Jeremy Stretch
5f0d52e59a Added server time and docs link 2016-06-22 12:04:13 -04:00
Jeremy Stretch
c7d18fc3bd Converted UserKey and Secret to CreatedUpdatedModel 2016-06-22 11:08:29 -04:00
Jeremy Stretch
921040d2fc Renamed 'last_modified' to 'last_updated' 2016-06-22 11:03:49 -04:00
Jeremy Stretch
338539e0d6 Include created and last_updated fields 2016-06-22 10:57:32 -04:00
Jeremy Stretch
cb5991d5a6 Extended primary models to include 'created' and 'last_updated' fields 2016-06-22 10:19:00 -04:00
Jeremy Stretch
f42c0643e0 Fixed bug where queries were being cached 2016-06-21 18:34:32 -04:00
Jeremy Stretch
9cd299f009 Expanded SecretRole docstring 2016-06-21 15:30:43 -04:00