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

120 Commits

Author SHA1 Message Date
a9fe39459a Merge branch 'develop' into api2 2017-02-03 14:45:37 -05:00
1e1dd8c668 Post-release version bump 2017-02-03 13:59:26 -05:00
585e08eb95 Release v1.8.4 2017-02-03 13:55:32 -05:00
06e5966cb4 Include API routers directly where possible 2017-02-01 15:09:23 -05:00
f52c247bd5 Re-implemented Swagger now that URL resolution has been fixed 2017-02-01 12:37:19 -05:00
5eb3c1a67b Removed deprecated base_path Swagger setting 2017-02-01 10:48:36 -05:00
1fcc2b0029 Namespaced all API URLs 2017-01-31 10:40:53 -05:00
a3d0d4a5bf Enabled pagination 2017-01-27 14:54:12 -05:00
fa900d5dbb Converted nested serializers to HyperlinkedModelSerializer 2017-01-27 12:22:29 -05:00
b31c097531 Removed Swagger 2017-01-26 15:36:19 -05:00
b8b2ea7ccb Post-release version bump 2017-01-26 14:00:08 -05:00
b2ef7bb104 Release v1.8.3 2017-01-26 13:57:00 -05:00
80439c495e Basic Support for Python 3 (#827)
* 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
3bfc1ebcea Post-release version bump 2017-01-18 16:23:52 -05:00
6121f97ca9 Release v1.8.2 2017-01-18 16:19:45 -05:00
99cd78cbbf Post-release version bump 2017-01-04 15:31:10 -05:00
bce23ebdf5 Release v1.8.1 2017-01-04 15:28:53 -05:00
6eff95a2b1 Post-release version bump 2017-01-03 15:14:09 -05:00
f8bced34eb Release v1.8.0 2017-01-03 15:07:41 -05:00
5215779061 Fixes #757: Debug toolbar middleware must always be included, even if DEBUG is False 2016-12-29 13:45:57 -05:00
edb8904474 Fixed debug toolbar display 2016-12-26 12:15:14 -05:00
0ac3e91e3b Updated middleware for Django 1.10 2016-12-26 10:48:15 -05:00
a0eff04185 Post-release version bump 2016-12-08 12:35:18 -05:00
a68e82575f Release v1.7.3 2016-12-08 12:33:36 -05:00
fca812928e #724: Exempt API views from LoginRequiredMiddleware to enable basic HTTP authentication when LOGIN_REQUIRED is true 2016-12-07 15:14:22 -05:00
da216e2c22 Fixes #727: Corrected error in rack elevation display 2016-12-06 15:27:35 -05:00
e58ee4e0e3 Post-release version bump 2016-12-06 14:55:45 -05:00
2171dcee7f Release v1.7.2 2016-12-06 14:53:43 -05:00
28b586aca7 Fixes #723: API documentation is now accessible when using BASE_PATH 2016-12-06 14:08:25 -05:00
1af9ea9e2d Post-release version bump 2016-11-15 12:36:17 -05:00
1d509a8ff8 Release v1.7.1 2016-11-15 12:13:42 -05:00
1f3f9781d9 Post-release version bump 2016-11-03 15:13:15 -04:00
6c1fb1bd02 Release v1.7.0 2016-11-03 15:06:08 -04:00
f44a322df5 Closes #630: Added a custom 404 page 2016-10-24 13:53:58 -04:00
6018700421 Post-release version bump 2016-10-19 16:27:46 -04:00
493b7d594d Release v1.6.3 2016-10-19 16:21:01 -04:00
49cbdc22da Fixes #615: Account for BASE_PATH in static URLs and during login 2016-10-13 16:27:09 -04:00
lf
b68c64041e Allow multiple ALLOWED_HOSTS on docker
Change ALLOWED_HOSTS to be a space delimited list.
2016-10-02 21:01:29 -06:00
8ed174e7af Post-release version bump 2016-09-30 11:26:08 -04:00
b5a7dd7d6d Reformatted URLs list to make pep8 happy 2016-09-30 11:19:50 -04:00
35918ae966 Release v1.6.2 2016-09-30 11:06:31 -04:00
ce01bb59a3 Fixed tests 2016-09-29 16:56:30 -04:00
833499ffe8 #212: Introduced BASE_PATH configuration setting 2016-09-29 16:32:16 -04:00
f8f973dac2 Post-release version bump 2016-09-21 11:45:12 -04:00
325d96dabb Quick fix for v1.6.1 related to #561 2016-09-21 11:43:22 -04:00
aa2612aeba Post-release version bump 2016-09-21 10:15:03 -04:00
75d8852bf7 Release v1.6.1 2016-09-21 09:55:57 -04:00
9eec975800 change ldap.py to ldap_config.py 2016-09-14 13:32:54 -04:00
4fa536b940 Post-release version bump 2016-09-13 12:16:42 -04:00
cbfdd5dbd1 Relase v1.6.0 2016-09-13 12:08:36 -04:00