0ce92cb2ee
Add fixtures for mac addresses. add mac addresses to api tests
2016-07-06 13:21:40 -04:00
6fb530b75d
Relocate Add Interface button to match the style used in the rest of the view
2016-07-06 13:21:40 -04:00
5034b836ea
Add MAC address field to interfaces
2016-07-06 13:21:40 -04:00
9750da4761
Add LDAP Authentication Documentation
...
Addresses #65
This commit adds documentation for installing and configuring ldap
authentication for netbox.
It may be beneficial to add settings to the configuration.py instead of
editing settings.py if this is an important feature.
2016-07-05 22:10:14 -05:00
5e9090a03a
Revert "v1.1.0 release"
...
This reverts commit e8b8b015bb0ab6fb7e6fd5916901df1f6cdcb298.
2016-07-05 18:12:05 -04:00
e8b8b015bb
v1.1.0 release
2016-07-05 18:00:12 -04:00
064582f6c5
Improve DeviceType display (credit to @peelman); add validation for DeviceType components
2016-07-05 17:30:16 -04:00
1b5231c188
Merge pull request #197 from digitalocean/device-bays
...
Device bays
2016-07-05 16:44:06 -04:00
dc3cbfcdd4
Fixes #199 : Moved prefix_validator from BaseIPField to IPNetworkField
2016-07-05 16:39:43 -04:00
ee65d3f406
Fix DeviceBay inclusion in admin UI
2016-07-05 16:35:44 -04:00
c57e63ff00
Fixed API tests
2016-07-05 15:50:21 -04:00
14502123d8
Minor version increment for new feature (device bays)
2016-07-05 15:34:12 -04:00
80c8d2f0c0
Added parent_device to DeviceSerializer
2016-07-05 15:32:16 -04:00
acccdc09f2
Fixing dumb indent mistake...
2016-07-05 15:14:03 -04:00
20e3ef9a04
make device type network/console/power tables show based on device type settings
2016-07-05 15:00:25 -04:00
db9b0dcaef
Fixing a nesting/logic issue on device type edit/delete buttons
2016-07-05 14:59:29 -04:00
97fbfeecc3
Extended API to include DeviceBays
2016-07-05 13:43:19 -04:00
7eae636562
Added DeviceType to device bays table
2016-07-05 13:42:14 -04:00
aabe641d63
Merge pull request #107 from koep/develop
...
Add option to dockerize netbox
2016-07-01 18:02:33 -04:00
0123dbcf5f
Initial work on #91 : Support for subdevices
2016-07-01 17:34:47 -04:00
f96171f529
Fix interface connections list view glitch
2016-07-01 13:55:44 -04:00
1bb2a3f152
Fixes #169 : Fallback to cancel_url if object is missing get_absolute_url()
2016-07-01 10:25:13 -04:00
7a68e1d901
Post-release version bump
2016-06-30 18:29:37 -04:00
2829303c74
Issue #140 : Fixed Unicode bug in message (ObjectEditView)
2016-06-30 18:04:14 -04:00
c9bf10421b
Fixes #136 : Trigger error on prefix w/host bits set instead of silently converting it
2016-06-30 17:13:55 -04:00
d2bcd71b32
Fixes #143 : Noted that the lowest occupied U is used for mounting multi-U devices
2016-06-30 16:19:48 -04:00
3ea12c646a
Fixes #109 : Hide navbar for anonymous users when LOGIN_REQUIRED = True
2016-06-30 16:02:18 -04:00
24e361dc50
Add option to dockerize netbox
2016-06-30 21:43:32 +02:00
019daf5524
Fixes #135 : Add button to toggle navbar on small screens
2016-06-29 22:51:10 -04:00
519ab21ba0
Version bump for next release
2016-06-29 17:48:11 -04:00
004f5c448e
Fixes #117 : Improved device import validation
2016-06-29 14:53:24 -04:00
995447ae0b
Suppressed '__all__' field name in BulkImportForm validation
2016-06-29 14:52:02 -04:00
2e27389cda
Corrected capitalization of rack face in example
2016-06-29 14:16:07 -04:00
48d607fb96
Added VERSION to settings and page footer
2016-06-29 14:05:01 -04:00
b8b173674f
Fixed PEP8 error
2016-06-29 13:38:51 -04:00
d6920eceb1
Merge pull request #100 from pitkley/replace-pydot
...
Replace pydot with graphviz
2016-06-29 12:53:30 -04:00
fbbdb3807c
Fixes #108 : Added search for Sites
2016-06-29 12:06:37 -04:00
a1953bab8b
Added a link to the GitHub issues page to the server error page
2016-06-29 11:04:34 -04:00
aa000bf26d
Fixes #110 : Added status field to bulk editing form for Prefixes and VLANs
2016-06-29 10:52:06 -04:00
4ed3d54566
Fixes #103 : Corrected VRF filters for Prefixes and IPAddresses
2016-06-29 09:45:59 -04:00
522a0c20e7
Replace pydot by graphviz
...
This is in an effort to support Python 3: pydot is not compatible with
Python 3, while graphviz is.
2016-06-29 11:25:36 +02:00
b02c54ce52
A modest attempt at improving interface ordering; see #9
2016-06-28 23:22:41 -04:00
945ca31460
Fixes #92 : Redirect to module creation page on 'add another'
2016-06-28 17:12:09 -04:00
4a04af145b
Fixed VRF filter for API
2016-06-28 16:01:48 -04:00
8b357a311d
Fixes #61 : Added list of RackGroups to Site view
2016-06-28 14:53:33 -04:00
fdfc32899d
Fixes #75 : Ignore a Device's occupied rack units when relocating it within a rack
2016-06-28 14:10:16 -04:00
ec667eeed0
Fixes #84 : Added IFACE_FF_10GE_COPPER
2016-06-28 13:32:47 -04:00
374702927b
Fixes #80 : Correct rack face (lowercase) to be consistent with export behavior (uppercase)
2016-06-28 11:38:09 -04:00
0eb8227044
Merge branch 'develop' of https://github.com/digitalocean/netbox into develop
2016-06-28 11:15:56 -04:00
98febf3979
Fixes #72 : Check for re-used interfaces when importing interface connections
2016-06-28 11:11:53 -04:00