35f3355cfe
Merge pull request #207 from ryanmerolle/develop
...
Updated Upgrade Instructions & apt-get install
2016-07-06 12:48:17 -04:00
65514102cd
Updated Upgrade Instructions & apt-get install
...
I accidentally submitted my last 2 changes to master instead of develop. This corrects the mistake.
2016-07-06 12:26:45 -04:00
343b65cb50
Merge pull request #205 from ryanmerolle/patch-2
...
Updated Upgrade Instructions
2016-07-06 11:50:01 -04:00
33d755d51a
Updated Upgrade Instructions
...
Streamlined update process for newer users like myself. Now includes exact instructions for downloading latest release or using git.
2016-07-06 10:10:57 -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
d974cecda3
Fixes #199 : Moved prefix_validator from BaseIPField to IPNetworkField
v1.0.7-r1
2016-07-05 18:15:24 -04:00
5e9090a03a
Revert "v1.1.0 release"
...
This reverts commit e8b8b015bb
.
2016-07-05 18:12:05 -04:00
60b48f9e4e
Merge branch 'master' of github.com:digitalocean/netbox into develop
2016-07-05 18:00:35 -04:00
e8b8b015bb
v1.1.0 release
2016-07-05 18:00:12 -04:00
7021ce2ecf
Merge branch 'develop' of github.com:digitalocean/netbox into develop
2016-07-05 17:36:44 -04:00
58e23a9773
Merge branch 'devicetype-fixes' into develop
2016-07-05 17:36:27 -04:00
064582f6c5
Improve DeviceType display (credit to @peelman); add validation for DeviceType components
2016-07-05 17:30:16 -04:00
75789fc956
Merge pull request #188 from ChristianKniep/no_local_mounts
...
No local mounts
2016-07-05 16:49:12 -04:00
1c159968bf
Merge pull request #184 from koep/develop
...
Add vi swap files to gitignore
2016-07-05 16:47:03 -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
fc9aa03dc1
Improved device bay documentation
2016-07-05 16:20:33 -04:00
34c332d165
Updated documentation to include device bays
2016-07-05 16:02:11 -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
af87345637
remove debug port exposure for netbox
2016-07-04 10:51:52 +02:00
85c55cd27f
use volumes of netbox, holding default config
2016-07-04 10:42:24 +02:00
6e1f8d3503
put config into netbox image
2016-07-04 10:42:01 +02:00
60cc88bcde
Add vi swap files to gitignore
2016-07-02 17:30:12 +02:00
8b7d86df5a
Merge branch 'develop' of github.com:digitalocean/netbox into develop
2016-07-01 18:20:27 -04:00
a5066a905e
Added a note to CONTRIBUTING about opening an issue before submitting a PR
2016-07-01 18:20:06 -04:00
aabe641d63
Merge pull request #107 from koep/develop
...
Add option to dockerize netbox
2016-07-01 18:02:33 -04:00
06a38d836c
Merge branch 'device-bays' of github.com:digitalocean/netbox into device-bays
...
Conflicts:
netbox/dcim/tables.py
2016-07-01 17:38:21 -04:00
0123dbcf5f
Initial work on #91 : Support for subdevices
2016-07-01 17:34:47 -04:00
35c5423127
Merge pull request #177 from digitalocean/upgrade-sudo
...
Optionally use sudo if not running upgrade.sh as root
2016-07-01 17:25:59 -04:00
7682b66034
Merge pull request #179 from peelman/develop
...
Fix interface connections list view glitch
2016-07-01 17:23:20 -04:00
067f22e444
Initial work on #91 : Support for subdevices
2016-07-01 17:12:43 -04:00
f96171f529
Fix interface connections list view glitch
2016-07-01 13:55:44 -04:00
49f06cfeb2
Optionally use sudo if not running upgrade.sh as root
2016-07-01 13:21:51 -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
7f353e88c9
Merge pull request #153 from digitalocean/develop
...
Release v1.0.7
v1.0.7
2016-06-30 18:20:32 -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
381639d4a7
Wrapped pip updates inside sudo
2016-06-30 14:59:52 -04:00