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

141 Commits

Author SHA1 Message Date
5456af6867 Removed 'update-alternatives' from Python3 instructions 2017-06-13 14:28:38 -04:00
180446c34d Removed Debian/RHEL references from installation docs 2017-06-12 10:06:19 -04:00
8a849ebeff Closes : Enable logging configuration in configuration.py 2017-06-09 15:03:10 -04:00
9e1d03b383 Formatting cleanup 2017-06-09 12:19:32 -04:00
0a929f2971 Fixes : Improved upgrade.sh to allow forcing Python2 2017-06-09 12:13:47 -04:00
13add414c4 Fixed formatting and typos 2017-06-08 10:02:16 -04:00
b032bc13db Merge pull request from bellwood/patch-2
Enhance LDAP documentation
2017-06-08 09:55:17 -04:00
203895fc7e upgrading.md: fix typo 2017-06-08 10:58:30 +02:00
d0649ba815 Update ldap.md
Wrap code in code block
2017-06-05 20:37:09 -04:00
1ec09270a7 Update ldap.md
Capitalization
2017-06-05 20:35:05 -04:00
6aae8aee5b Closes : Enabled setting limit=0 to disable pagination in API requests; added MAX_PAGE_SIZE configuration setting 2017-05-30 23:24:21 -04:00
1c489e57cc Added a warning to note "untracked migrations" warnings during an upgrade 2017-05-23 22:36:40 -04:00
92aafb9043 Added WSGIPassAuthorization to example Apache config 2017-05-17 17:23:08 -04:00
d206be91d5 Fixes : Added zlib1g-dev to Ubuntu/Debian packages list 2017-05-17 12:48:31 -04:00
088f75ba0c Added client_max_body_size to nginx config; removed statement disabling access logging 2017-05-10 11:11:03 -04:00
f73693206f Merge branch 'develop' into v2-develop
Conflicts:
	netbox/circuits/models.py
	netbox/netbox/settings.py
	upgrade.sh
2017-04-21 15:07:48 -04:00
5c0614d656 : Python3 tweaks for installation on CentOS 2017-04-21 14:37:47 -04:00
697866d1ba : Tweaked docs for Python3 on Ubuntu 2017-04-21 13:30:18 -04:00
864fa17b75 Closes : Moved Docker components into their own repository 2017-04-19 10:58:42 -04:00
5ff4e3b194 Enhance LDAP documentation
Incorporating @marvnrawley's enhancements from 
2017-04-13 17:03:58 -04:00
b01bf6089c Merge branch 'develop' into v2-develop
Conflicts:
	netbox/dcim/forms.py
	netbox/dcim/views.py
	netbox/ipam/forms.py
	netbox/templates/_base.html
	netbox/utilities/views.py
2017-04-13 15:42:50 -04:00
53129125dd Python3 fixes for CentOS/RHEL
1) python3 should be python34
2) python34-pip does does exist, you must install python34-setuptools and then: easy_install-3.4 pip
2017-04-12 09:42:48 -04:00
80267aa418 Documented image attachments 2017-04-03 15:56:04 -04:00
f6ea09e581 Removed duplicate 'Regions' section 2017-03-30 10:27:20 -04:00
007fe6a030 Markdown fixes 2017-03-22 10:49:20 -04:00
a36b138efe Added API doc for working with secrets 2017-03-21 16:00:02 -04:00
5c4741c5d4 Added section on pagination 2017-03-21 14:34:52 -04:00
7ba6e320e7 Fixes : Implemented CORS headers for API 2017-03-21 13:53:07 -04:00
22768ff6c6 Renamed Module to InventoryItem (prep for ) 2017-03-21 12:54:08 -04:00
517eaa8b80 Expanded API documentation 2017-03-20 12:18:18 -04:00
f02dd2f439 Merge branch 'develop' into api2 2017-03-17 17:06:01 -04:00
3d76a982aa Removed old API doc 2017-03-15 13:15:09 -04:00
92d726bbd4 Added examples to the graphs documentation 2017-03-15 12:16:46 -04:00
9e4e3a8dfa Updated API docs 2017-03-13 10:00:13 -04:00
9b39ba169c Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/serializers.py
	netbox/dcim/api/urls.py
	netbox/dcim/api/views.py
	netbox/dcim/filters.py
	netbox/dcim/tables.py
	requirements.txt
2017-03-02 16:01:25 -05:00
d08522408a Documentation refresh 2017-03-02 13:21:56 -05:00
c0152940f9 Merged develop 2017-02-28 16:10:53 -05:00
9313ba08ed Implemented recursive regions with django-mptt 2017-02-28 14:15:15 -05:00
f3b9930dea Initial work on regions 2017-02-28 12:11:43 -05:00
8f42f59a80 Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/serializers.py
	netbox/dcim/api/views.py
	netbox/dcim/filters.py
2017-02-27 17:04:08 -05:00
b0f9035e2d Additional work on 2017-02-21 14:53:22 -05:00
7d1aeede1a Typo 2017-02-21 15:20:42 +01:00
b71566f206 Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/serializers.py
	netbox/dcim/api/urls.py
	netbox/dcim/api/views.py
	netbox/dcim/filters.py
2017-02-16 14:28:06 -05:00
6e10fea119 Started API documentation 2017-02-01 14:04:45 -05:00
c91f41e984 Update upgrading.md
Added directive to copy the LDAP configuration if in use.  I upgraded a whole two versions before realizing my LDAP was broken.
2017-01-26 15:28:11 -08:00
2d9c33c34f Tweaked installation docs to include instructions for Python 2 and 3 2017-01-23 17:01:23 -05:00
80439c495e Basic Support for Python 3 ()
* Rudimentary python3 support

* update docs and trigger Travis

* fix some of the tests

* fix all python3 errors

* change env calls to just python

* add @python_2_unicode_compatible decorator to models for python2 compatibility

* switch netbox.configuration to from netbox import configuration
2017-01-23 16:44:29 -05:00
73ae87aa57 Updated circuits documentation 2017-01-05 17:06:30 -05:00
31e8986e35 Minor docs tweaks 2017-01-03 14:03:50 -05:00
49dd5761f8 Tweaked web server installation docs 2017-01-03 13:44:22 -05:00