Commit Graph

301 Commits

Author SHA1 Message Date
Eric van der Vlist 97444cb684 Documentation 2020-04-18 09:41:08 +02:00
Eric van der Vlist 7172afa4a2 Support of Docker host names (for NSD) 2020-04-18 09:36:48 +02:00
Eric van der Vlist f063831578 Supporting Django 3. 2020-04-18 09:35:28 +02:00
Eric van der Vlist 676b67e8e1 Changing the order and breaking commands so that the cache can be used when the code is updated (huge Docker build time gain when rebuilding after a code update). 2020-04-18 09:30:31 +02:00
jeffrey forman a158e984de add missing mysql deps! 2019-03-21 20:04:21 -04:00
jeffrey forman e78bb637e9 add django-mysql as requirement since using alpine as the base image no longer includes it by default 2019-03-21 07:56:41 -04:00
jeffrey forman d38aa7fb8f update readme with mentions of NSD 2019-03-18 19:54:57 -04:00
jeffrey forman 77c9ff91e5 bump dnspython 1.11->1.16.0 and add jinja (for nsd config templates) 2019-03-17 20:46:05 -04:00
jeffrey forman ab9ad3e25c statistics_port -> control_port 2019-03-17 20:45:15 -04:00
jeffrey forman 17da7b33a3 make exceptions a bit more module-path happy. fix some iterator references 2019-03-17 20:44:55 -04:00
jeffrey forman 2247f7262e add main functionality for NSD in models.
update the encrypt (save) and decrypt functions to be python3/dnspython friendly
using bytestrings instead of expecting strings.

statistic_port is now control_port.

removed the validations from admin.py because the model fields now provide
for validators of their data.

add creds dir to the settings.py
2019-03-17 20:36:28 -04:00
jeffrey forman 2ee5bc91a6 initial nsd helper library and methods for getting zones, writing config, etc 2019-03-17 20:30:05 -04:00
jeffrey forman 369030edd0 dont try to load the initial data every time 2019-02-14 19:57:39 -05:00
jeffrey forman 01a2d2382c when retrieving the bindserver object, return the hostname as a string for the object itself 2019-02-14 19:57:17 -05:00
jeffrey forman 3908e12ca4 add initial 0001 binder migration 2019-02-14 07:52:02 -05:00
jeffrey forman e7e560a403 expect django greater than 2, and use open() instead of file() call 2019-02-14 07:51:31 -05:00
jeffrey forman 48b1054810 travisCI to python3.6 and add makemigrations call in dockerfile 2019-02-13 20:32:25 -05:00
jeffrey forman 77b49c11b6 bump travis to python-3 and django2 2019-02-13 20:25:18 -05:00
jeffrey forman fe09f1f57a Merge branch 'nsd' 2019-02-13 20:19:45 -05:00
jeffrey forman 1e0afb7d9b old migrations be gone 2019-02-13 20:18:57 -05:00
jeffrey forman f9176387ac update to django-2, python3, and based on an alpine container 2019-02-13 20:17:05 -05:00
jeffrey forman dac54a5ad7 bump pybindxml to 0.7 to handle bind 9.12 2019-01-17 13:34:37 -05:00
jeffrey forman 7c781981eb bump to pybindxml 0.6.3 2018-04-28 12:53:33 -04:00
jeffrey forman a27fa5c3a9 bump pybindxml to 0.6.2 to handle bind xml 3.8 2018-04-27 21:29:00 -04:00
Jeffrey Forman 1af8f1e31b encrypt TSIG keys using Fernet cryptography library 2017-05-02 20:21:11 -04:00
Jeffrey Forman fba94af629 update initial_data.json to be django 1.11 compliant 2017-04-18 06:21:41 -04:00
Jeffrey Forman 415f20b71e NODB environment variable is not used anymore 2017-04-17 20:38:43 -04:00
Jeffrey Forman ef70379a2a add setupmethod to create key and bindserver objects. add key_name required expected failure
break up each test into its own function to make debugging the test failures easier.
2017-04-17 20:35:22 -04:00
Jeffrey Forman 90e38d2aef enable the edit_record link, URL, and view 2017-04-17 20:29:55 -04:00
Jeffrey Forman ddae5be662 Move edit/add/cname key_name and ttl form items to just use choice item instead of trying to define each element 2017-04-17 20:26:01 -04:00
Jeffrey Forman 235f0fe174 Simplify ttl and key_name form fields. keys are now required.
fix forms where the widget was being specified but overriden in the view. remove the specification of the widget
2017-04-17 20:18:14 -04:00
Jeffrey Forman 07b0df4b7d correct documentation to correctly specify docker run environment variables
also mention which django db args are required vs optional
2017-04-01 15:24:43 -04:00
Jeffrey Forman 49feb07d67 fix documentation to remove incorrect usage of NODB=1 and friends 2017-03-31 23:07:32 -04:00
Jeffrey Forman 4c7ed9beb6 fix logic on using remote mysql db. make sqlite the fall back, logic clears up if not all variables are set 2017-03-31 23:05:47 -04:00
Jeffrey Forman 5aef0ad5c9 dont use sqlite database by default 2017-03-31 21:10:10 -04:00
Jeffrey Forman f2c36ea863 use sqlite DB by default in dockerfile 2017-03-29 21:41:43 -04:00
Jeffrey Forman 6704469b9d add support for specifying DB parameters via environment variables. sqlite or mysql.
updated README to focus on developing/running via docker
2017-03-29 21:05:39 -04:00
Jeffrey Forman 6ecae8b772 in django 1.8, django.core.context_processors moved into django.template.context_processors.
Note to self: always test in a container running a recent version of django. i was still testing on 1.7 :/
2017-03-25 16:20:02 -04:00
Jeffrey Forman ff8088defa add request context_processor and printing serving hostname to footer
eventually this will make lead to making it a bit more docker/kubernetes friendly
2017-03-25 15:53:09 -04:00
Jeffrey Forman 5e1b23ee67 move app container dir into /code, reference pybindxml from git repo 2016-12-19 20:15:59 -05:00
Jeffrey Forman 89fb79517e add initial systemd service file for binder.
tested running by submitting to 3-machine coreos etcd cluster
2016-12-15 21:14:53 -05:00
Jeffrey Forman 4df47c24fa comment out a few tests while i rethink form entry 2016-12-05 22:02:47 -05:00
Jeffrey Forman 0252c3df62 make Binder docker-friendly again. built on python image with django 1.10 2016-12-05 21:56:49 -05:00
Jeffrey Forman 7fdcfab8a0 add support to add CNAME in zone, loosen restrictions on record data input 2016-11-12 07:44:03 -05:00
Jeffrey Forman 54c3bc18cc Merge pull request #47 from Dunedan/django-1.9
Adds support for Django 1.9 while dropping support for unsupported versions.
2016-02-12 20:34:54 -05:00
Jeffrey Forman 1331d02e1d Merge pull request #45 from goetzk/documentation-update
Attempted to clarify install documentation
2016-02-12 06:24:38 -05:00
Daniel Roschka 74cc4efca4 Adds support for Django 1.9 while dropping support for unsupported versions.
This commit adds support for Django 1.9. As the template configuration options
changed with Django 1.8 and versions earlier than 1.8 aren't supported anymore
anyway by upstream, support for them is removed.

To have the Dockerfile still working, this commit also changes its logic so the
dependencies get directly installed via the requirements.txt from PyPI, which
will ensure that always matching versions of all dependencies are present (e.g.
the Django version).
2016-02-06 19:21:52 +01:00
Karl Goetz 49b7559e86 Attempted to clarify install documentation
I've just worked my way through the install process and tried to
clarify/explain anything that wasn't obvious or that I thought might not be
obvious to someone new trying to use this software.

Having encountered all the same problems as @vchoi in issue #5 I've attempted
to update the documentation to clarify the requirements.

Other than that its 'misc' really: some confusion with things like
local_settings.py being missing, changed the headings and shuffled things
around for clarity, expanded on the required django commands etc.
2016-01-02 10:58:28 +11:00
Jeffrey Forman 8b34e7e4ae Merge branch 'Dunedan-refactored-views' 2015-12-26 15:15:56 -05:00
Jeffrey Forman 2bb8f5d9cb resurrect the ability to add a PTR record on its own, not as part of a pair of forward records 2015-12-26 15:14:29 -05:00