Jeremy Stretch
9c02bd969f
Fixes #143 : Noted that the lowest occupied U is used for mounting multi-U devices
2016-06-30 16:19:48 -04:00
Jeremy Stretch
3becfba985
Fixes #109 : Hide navbar for anonymous users when LOGIN_REQUIRED = True
2016-06-30 16:02:18 -04:00
Jeremy Stretch
8c61c33277
Wrapped pip updates inside sudo
2016-06-30 14:59:52 -04:00
Jeremy Stretch
96fb4ee74a
Merge pull request #145 from ryanmerolle/patch-1
...
standardized app installation commands
2016-06-30 14:38:31 -04:00
ryanmerolle
2acfe48d8b
Update getting-started.md
2016-06-30 13:11:43 -04:00
ryanmerolle
9f7a8fd0cd
standardized app installation commands
...
* Standardized all install commands to use sudo & -y to avoid new user confusion.
* Added required missing installation (apache2 missing in Web Server and gunicorn section)
* Consolidated installs for a section to follow same format (Web Server and gunicorn section nginx)
* Added missing install argument when installing the arbitrary precision calculator language.
2016-06-30 13:02:06 -04:00
Jeremy Stretch
7e35c83e44
Fixes #141 : Removed invalid character
2016-06-30 11:39:25 -04:00
Jeremy Stretch
fe6d24fd8b
Corrected instruction for cloning the repo
2016-06-29 23:49:59 -04:00
Jeremy Stretch
4b6420f5c5
Fixed typo
2016-06-29 23:16:16 -04:00
Jeremy Stretch
204adb4639
Fixes #135 : Add button to toggle navbar on small screens
2016-06-29 22:51:10 -04:00
Jeremy Stretch
28a06bdd13
Version bump for next release
2016-06-29 17:48:11 -04:00
Jeremy Stretch
817bfba723
Merge pull request #119 from bellwood/lets-encrypt-nginx-ssl
...
Update getting-started.md
2016-06-29 17:32:49 -04:00
Jeremy Stretch
994bf3be55
Removed note about graphviz being optional; installing graphviz prevents confusing error messages
2016-06-29 16:44:56 -04:00
Jeremy Stretch
6daf77588f
Added a note abotu upgrade.sh to the README
2016-06-29 16:41:23 -04:00
Jeremy Stretch
3fda8da6d6
Introduced a script to assist with upgrading NetBox
2016-06-29 15:43:42 -04:00
Jeremy Stretch
fa72d9eba6
Fixes #117 : Improved device import validation
2016-06-29 14:53:24 -04:00
Jeremy Stretch
84d50961e6
Suppressed '__all__' field name in BulkImportForm validation
2016-06-29 14:52:02 -04:00
bellwood
ca93833360
Update getting-started.md
...
Adding instructions for Let's Encrypt SSL and enabling HTTPS in nginx
2016-06-29 14:38:28 -04:00
Jeremy Stretch
39a3dc4c9f
Corrected capitalization of rack face in example
2016-06-29 14:16:07 -04:00
Jeremy Stretch
56cdc4a03b
Added VERSION to settings and page footer
2016-06-29 14:05:01 -04:00
Jeremy Stretch
8f6bef1966
Fixed PEP8 error
2016-06-29 13:38:51 -04:00
Jeremy Stretch
ed6a7541db
Merge pull request #100 from pitkley/replace-pydot
...
Replace pydot with graphviz
2016-06-29 12:53:30 -04:00
Jeremy Stretch
6966967952
Fixes #108 : Added search for Sites
2016-06-29 12:06:37 -04:00
Jeremy Stretch
a52fd1aeee
Added a link to the GitHub issues page to the server error page
2016-06-29 11:04:34 -04:00
Jeremy Stretch
67e0d21fe6
Fixes #110 : Added status field to bulk editing form for Prefixes and VLANs
2016-06-29 10:52:06 -04:00
Jeremy Stretch
4751e95602
Fixes #103 : Corrected VRF filters for Prefixes and IPAddresses
2016-06-29 09:45:59 -04:00
Pit Kleyersburg
50ed3af569
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
Jeremy Stretch
df4bb61c48
A modest attempt at improving interface ordering; see #9
2016-06-28 23:22:41 -04:00
Jeremy Stretch
e292bd7d11
Fixes #83 : Corrected example Apache configuration
2016-06-28 20:21:49 -04:00
Jeremy Stretch
e7d84c8341
Fixes #92 : Redirect to module creation page on 'add another'
2016-06-28 17:12:09 -04:00
Jeremy Stretch
4c90e5a40a
Merge pull request #82 from digitalocean/contributing-checklist
...
Add sanity check checklist for submitting pull requests
2016-06-28 16:26:20 -04:00
Jeremy Stretch
153dfc40ca
Fixed VRF filter for API
2016-06-28 16:01:48 -04:00
Jeremy Stretch
4051046dba
Added instructions for upgrading NetBox
2016-06-28 15:58:50 -04:00
Jeremy Stretch
4c140295c5
Fixes #61 : Added list of RackGroups to Site view
2016-06-28 14:53:33 -04:00
Jeremy Stretch
14b22606ae
Fixes #75 : Ignore a Device's occupied rack units when relocating it within a rack
2016-06-28 14:10:16 -04:00
Jeremy Stretch
b62a3051c9
Merge pull request #86 from digitalocean/iface_form_factors
...
Fixes #84 : Added IFACE_FF_10GE_COPPER
2016-06-28 13:38:51 -04:00
Jeremy Stretch
b00f211dff
Fixes #84 : Added IFACE_FF_10GE_COPPER
2016-06-28 13:32:47 -04:00
Jeremy Stretch
1f0fa7669e
Corrected description of prefix and VLAN statuses
2016-06-28 12:53:43 -04:00
Jeremy Stretch
9b8c561142
Corrected static path in Apache config
2016-06-28 11:57:44 -04:00
Jeremy Stretch
806dc6af66
Corrected typos in the Apache config; cleaned up grammar
2016-06-28 11:50:25 -04:00
Jeremy Stretch
ab71de1f35
Fixes #80 : Correct rack face (lowercase) to be consistent with export behavior (uppercase)
2016-06-28 11:38:09 -04:00
Jeremy Stretch
c4edb37ad1
Merge branch 'develop' of https://github.com/digitalocean/netbox into develop
2016-06-28 11:15:56 -04:00
Jeremy Stretch
556be4a9c6
Fixes #72 : Check for re-used interfaces when importing interface connections
2016-06-28 11:11:53 -04:00
Jeremy Stretch
3c27907a81
Merge pull request #58 from digitalocean/travis-ci-pep-8
...
Add CI check for PEP 8 compliance
2016-06-28 10:56:42 -04:00
Matt Layher
135381c1df
Add sanity check checklist for submitting pull requests
2016-06-28 10:55:38 -04:00
Matt Layher
7ea7bcf03d
Add CI check for PEP 8 compliance
2016-06-28 10:43:38 -04:00
Jeremy Stretch
66ec07eb0f
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
f5a1b3683c
Fixes #67 : Improved Aggregate validation; extended aggregate documentation
2016-06-28 10:04:03 -04:00
Jeremy Stretch
08ee992c59
Fixes #48 : Set .container to auto with a max width
2016-06-28 09:50:00 -04:00
Jeremy Stretch
0a82c7ac59
Fixes #45 : Strip plus signs during slugification
2016-06-28 09:39:55 -04:00