Daniel Dao
270b576c80
add a docker-compose file to run jessie-based netbox
...
To run netbox on top of python image based on debian jessie, do:
```
docker-compose -f docker-compose.yml -f docker-compose.jessie.yml build
docker-compose -f docker-compose.yml -f docker-compose.jessie.yml up
```
Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2016-09-30 10:32:38 +00:00
Daniel Dao
894b5fa599
add a dockerfile based on debian jessie
...
Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2016-09-30 10:32:38 +00:00
Daniel Dao
0fa4f94364
refactor Dockerfile to use COPY instead of clone
...
building from the local copy instead of cloning from the internet. This also
make the build more reliable as build cache is done properly based on the
actual source code.
Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2016-09-30 10:28:50 +00:00
Jeremy Stretch
bffabef556
Merge pull request #570 from digitalocean/develop
...
Release v1.6.1-r1
2016-09-21 11:44:45 -04:00
Jeremy Stretch
325d96dabb
Quick fix for v1.6.1 related to #561
2016-09-21 11:43:22 -04:00
Jeremy Stretch
b7b1682f42
Added link to the mailing list
2016-09-21 11:02:19 -04:00
Jeremy Stretch
aa2612aeba
Post-release version bump
2016-09-21 10:15:03 -04:00
Jeremy Stretch
b99704082b
Merge pull request #569 from digitalocean/develop
...
Release v1.6.1
2016-09-21 10:14:40 -04:00
Jeremy Stretch
75d8852bf7
Release v1.6.1
2016-09-21 09:55:57 -04:00
Jeremy Stretch
0444ac7db9
Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations
2016-09-20 15:48:58 -04:00
Jeremy Stretch
b2684aeefc
status filter fields should not be required
2016-09-20 11:29:30 -04:00
Jeremy Stretch
6ccc6244dd
Corrected PrefixFilterForm
2016-09-20 11:25:16 -04:00
Jeremy Stretch
e618bf40ec
Reimplemented FilterChoiceField
2016-09-20 11:08:25 -04:00
Jeremy Stretch
e3f0a12313
PEP8 fix
2016-09-19 16:21:42 -04:00
Jeremy Stretch
687e68db69
Fixes #564 : Display custom fields for all applicable objects
2016-09-19 16:13:02 -04:00
Jeremy Stretch
b10e29aaac
Closes #561 : Make custom fields accessible from within export templates
2016-09-19 16:11:37 -04:00
Jeremy Stretch
d0c92b4f8a
Removed obsolete dependency
2016-09-19 10:32:38 -04:00
Jeremy Stretch
513408f16a
Fixes #562 : Fixed bulk interface creation
2016-09-19 10:31:40 -04:00
Jeremy Stretch
64326e7c9d
Closes #552 : Added a None filter option for custom select fields
2016-09-16 13:42:07 -04:00
Jeremy Stretch
ce9d853883
Closes #415 : Added an expand/collapse toggle button to the prefix list
2016-09-16 11:50:02 -04:00
Jeremy Stretch
814a0e7344
Tweak to #493
2016-09-16 10:31:42 -04:00
Jeremy Stretch
2c7c0ce29d
Merge pull request #493 from stianvi/csv_reader_unicode
...
Fixed csv reader to handle special characters
2016-09-16 10:30:27 -04:00
Jeremy Stretch
2015d08407
Merge pull request #555 from rfdrake/develop
...
Fix for Docker ldap
2016-09-16 09:59:43 -04:00
Jeremy Stretch
9dea5656ad
Added 'none' options to filters for optional fields
2016-09-15 17:12:53 -04:00
Jeremy Stretch
daadf7a49b
Fixes #557 : Add 'global' choice to VRF filter for prefixes and IP addresses
2016-09-15 16:03:53 -04:00
Jeremy Stretch
2567412121
Fixes #531 : Order prefixes by VRF assignment
2016-09-15 12:09:54 -04:00
Jeremy Stretch
5e4fce248c
Fixes #558 : Update slug field when name is populated without a key press
2016-09-15 11:36:45 -04:00
Jeremy Stretch
824d2d8205
Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate
2016-09-14 16:27:26 -04:00
Robert Drake
9718895ff9
add django-auth-ldap to Dockerfile
2016-09-14 13:32:54 -04:00
Robert Drake
9eec975800
change ldap.py to ldap_config.py
2016-09-14 13:32:54 -04:00
Jeremy Stretch
5601be87f7
Merge pull request #551 from digitalocean/docker-build-perms
...
Fix permissions on docker-build.sh
2016-09-13 13:15:57 -04:00
Zach Moody
440610836a
fixes permissions on docker-build.sh
2016-09-13 11:27:04 -05:00
Jeremy Stretch
4fa536b940
Post-release version bump
2016-09-13 12:16:42 -04:00
Jeremy Stretch
aeec678ce9
Merge pull request #550 from digitalocean/develop
...
Release v1.6.0
2016-09-13 12:16:00 -04:00
Jeremy Stretch
9591fb9330
PEP8 fix
2016-09-13 12:10:21 -04:00
Jeremy Stretch
cbfdd5dbd1
Relase v1.6.0
2016-09-13 12:08:36 -04:00
Jeremy Stretch
cd2fa6ed78
Simplified FibreChannel interface form factors
2016-09-13 11:21:15 -04:00
Jeremy Stretch
bef9a0c77f
Added address family filters to aggregate and prefix lists
2016-09-13 10:35:55 -04:00
Jeremy Stretch
6af91b581b
#167 : Added more interface form factors
2016-09-12 21:34:47 -04:00
Jeremy Stretch
afe805bd28
Corrected filtering of boolean custom fields
2016-09-12 15:59:43 -04:00
Jeremy Stretch
6af7403738
Fixes #507 : Corrected rendering of nav menu on screens narrower than 1200px
2016-09-12 15:02:40 -04:00
Jeremy Stretch
98fe83944f
Deleted obsolete javascript
2016-09-12 13:50:55 -04:00
Jeremy Stretch
37e0388a5a
Fixes #522 : Remove obsolete check for staff status when bulk deleting objects
2016-09-12 11:21:13 -04:00
Jeremy Stretch
99510a990a
Fixes #544 : Strip CRLF-style line terminators from rendered export templates
2016-09-12 10:42:59 -04:00
Jeremy Stretch
ca6c62facd
Custom fields documentation tweaks
2016-09-12 10:30:54 -04:00
Jeremy Stretch
6e5a099834
Fixes #540 : Add links for VLAN roles under VLAN nav menu
2016-09-12 09:44:24 -04:00
Jeremy Stretch
e0b17b1496
Fixes #515 : Clarify when 'face' field is required
2016-09-12 09:36:23 -04:00
Jeremy Stretch
8341800a85
Merge pull request #504 from digitalocean/custom-fields
...
Custom fields
2016-08-24 09:45:50 -04:00
Jeremy Stretch
25f1fcc6cb
Updated docs to add URL custom field type
2016-08-24 09:42:22 -04:00
Jeremy Stretch
d74d85a042
Added URL custom field type; added is_filterable toggle; fixed bulk editing
2016-08-23 16:45:26 -04:00