Jeremy Stretch
510c4543d2
Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate
2016-09-14 16:27:26 -04:00
Robert Drake
84aeb9c612
add django-auth-ldap to Dockerfile
2016-09-14 13:32:54 -04:00
Robert Drake
ee137110f4
change ldap.py to ldap_config.py
2016-09-14 13:32:54 -04:00
Jeremy Stretch
7922c0ceb7
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
c362ecd603
fixes permissions on docker-build.sh
2016-09-13 11:27:04 -05:00
Jeremy Stretch
344db9b896
Post-release version bump
2016-09-13 12:16:42 -04:00
Jeremy Stretch
0dbc7f386e
Merge pull request #550 from digitalocean/develop
...
Release v1.6.0
2016-09-13 12:16:00 -04:00
Jeremy Stretch
f63e20571c
PEP8 fix
2016-09-13 12:10:21 -04:00
Jeremy Stretch
95bec56133
Relase v1.6.0
2016-09-13 12:08:36 -04:00
Jeremy Stretch
a2dba6d628
Simplified FibreChannel interface form factors
2016-09-13 11:21:15 -04:00
Jeremy Stretch
1c29328bb6
Added address family filters to aggregate and prefix lists
2016-09-13 10:35:55 -04:00
Jeremy Stretch
4f3aa40b26
#167 : Added more interface form factors
2016-09-12 21:34:47 -04:00
Jeremy Stretch
cf4dada7bf
Corrected filtering of boolean custom fields
2016-09-12 15:59:43 -04:00
Jeremy Stretch
67922d6345
Fixes #507 : Corrected rendering of nav menu on screens narrower than 1200px
2016-09-12 15:02:40 -04:00
Jeremy Stretch
1f6a0b9c0a
Deleted obsolete javascript
2016-09-12 13:50:55 -04:00
Jeremy Stretch
d4cc7d5b35
Fixes #522 : Remove obsolete check for staff status when bulk deleting objects
2016-09-12 11:21:13 -04:00
Jeremy Stretch
0de97589e6
Fixes #544 : Strip CRLF-style line terminators from rendered export templates
2016-09-12 10:42:59 -04:00
Jeremy Stretch
e1ce981fb7
Custom fields documentation tweaks
2016-09-12 10:30:54 -04:00
Jeremy Stretch
3842729a2c
Fixes #540 : Add links for VLAN roles under VLAN nav menu
2016-09-12 09:44:24 -04:00
Jeremy Stretch
b31f75930f
Fixes #515 : Clarify when 'face' field is required
2016-09-12 09:36:23 -04:00
Chagara
b509b1c49f
added more changes for centos/rhel installation
2016-09-02 16:54:47 -04:00
Chagara
045ae7a1de
added centos/rhel installation on netbox.md postgresql.md and web-server.md
2016-09-02 16:38:58 -04:00
Jeremy Stretch
d92f3d2df4
Merge pull request #504 from digitalocean/custom-fields
...
Custom fields
2016-08-24 09:45:50 -04:00
Jeremy Stretch
efbd94bb99
Updated docs to add URL custom field type
2016-08-24 09:42:22 -04:00
Jeremy Stretch
2659f36a32
Added URL custom field type; added is_filterable toggle; fixed bulk editing
2016-08-23 16:45:26 -04:00
Jeremy Stretch
98d44c5819
Corrected reporting of bulk edits to custom fields
2016-08-23 12:47:44 -04:00
Jeremy Stretch
2d88c8695b
Corrected CustomField ordering
2016-08-23 12:25:23 -04:00
Jeremy Stretch
b29cf4cacc
Added a weight to CustomField for ordering fields within a form
2016-08-23 12:11:27 -04:00
Jeremy Stretch
9dbf3d6e05
Added custom field support to filter forms
2016-08-23 12:05:28 -04:00
Jeremy Stretch
2168926d90
Implemented dynamic filters for custom fields
2016-08-23 11:18:00 -04:00
Jeremy Stretch
ac5eec18d0
Fixed API tests
2016-08-22 17:15:20 -04:00
Jeremy Stretch
6ef1930c61
Refreshed migrations
2016-08-22 15:52:26 -04:00
Jeremy Stretch
c7e7063a2a
Merged develop
2016-08-22 15:49:41 -04:00
Jeremy Stretch
be4dde81e1
Optimized API performance
2016-08-22 15:16:49 -04:00
Jeremy Stretch
238bf0a1bb
Extended API to include custom fields
2016-08-22 13:20:30 -04:00
Jeremy Stretch
77f18d6e66
Updated bulk edit forms to support custom fields
2016-08-22 13:11:57 -04:00
Jeremy Stretch
571e1fd8d6
Merge pull request #496 from rfdrake/develop
...
fix for Dockerfile
2016-08-22 09:11:05 -04:00
Robert Drake
f39d117161
fix for Dockerfile
...
It was hard to test with the old syntax. It was cloning the "master"
branch, so trying to test a development change was difficult.
I believe I've fixed it so that the "master" branch and "develop"
branch can use the same Dockerfile options. You override which branch
it pulls by setting a build-args variable, either via docker-compose or
in the docker build options.
2016-08-21 23:48:27 -04:00
Jeremy Stretch
3d318d98a6
Adjusted display of created and last_updated times for primary objects
2016-08-19 12:19:02 -04:00
Jeremy Stretch
eb70f4d28c
Fixes #490 : Corrected display of circuit commit rate
2016-08-19 10:41:37 -04:00
Jeremy Stretch
f48890356d
Merge pull request #489 from rfdrake/develop
...
Changes to Dockerfile to make the build faster
2016-08-19 10:33:19 -04:00
Jeremy Stretch
10afd97fad
Fixes #495 : Include tenant in prefix and IP CSV export
2016-08-19 10:31:16 -04:00
Stian Vikan
f93ef5080a
Fixed csv reader to handle special characters
2016-08-19 12:09:40 +02:00
Robert Drake
f2739a0c1c
Changes to Dockerfile to make the build faster
...
To download a new version with docker, I've been running
git pull
docker-compose build --no-cache
This is slow, but no-cache is needed so that "git clone" pulls the
latest copy.
Most of the slowness comes from pulling down apt files each time a
rebuild needs to be done. If we move that into a docker image then only
the local changes need to be rebuilt.
Further refinements could be done. If the python dependencies that are
brought in from requirements.txt could be moved to an image then nothing
would change between updates as long as dependant versions hadn't
changed. This would probably be more trouble than it's worth, unless
you're recreating netbox containers 10-20 times a day.
2016-08-18 23:49:41 -04:00
Jeremy Stretch
8cd2aff7f0
Fixes #486 : Prompt for secret key only if updating a secret's value
2016-08-18 16:43:41 -04:00
Jeremy Stretch
1cbdd3f95f
Merge pull request #488 from digitalocean/revert-478-develop
...
Revert "Changes to Dockerfile to make the build faster"
2016-08-18 15:32:39 -04:00
Jeremy Stretch
a1c125e9ee
Revert "Changes to Dockerfile to make the build faster"
2016-08-18 15:31:31 -04:00
Jeremy Stretch
8469fb8a25
Fixes #476 : Corrected rack import instructions
2016-08-18 15:23:28 -04:00
Jeremy Stretch
4c72381e09
Merge pull request #478 from rfdrake/develop
...
Changes to Dockerfile to make the build faster
2016-08-18 15:18:30 -04:00
Jeremy Stretch
28cb681446
Documentation and cleanup
2016-08-18 14:23:28 -04:00