Commit Graph

  • 02caf7c983 Split up tests into own directory and separate files Jeffrey Forman 2012-12-01 14:41:40 -0500
  • d5b2197571 Merge keyutils into a method inside the Key class. Delete keyutils.py Jeffrey Forman 2012-11-30 22:40:58 -0500
  • 063d64d6c6 create feeder function to send dns updates. forward/reverse/cname call send_dns_update. Jeffrey Forman 2012-11-30 07:25:23 -0500
  • 46a91e2fdf Add error handling in delete_record function around unrecognized/malformed keys. Jeffrey Forman 2012-11-29 21:52:27 -0500
  • d4d4afdaa1 Add ip info on server list page. Jeffrey Forman 2012-11-28 22:09:25 -0500
  • 9dcb07e996 Display IP address along side server name in server list Jeffrey Forman 2012-11-26 22:05:44 -0500
  • ba78f39670 collapse add forward and add reverse helper functions into update_record. Jeffrey Forman 2012-11-25 22:35:11 -0500
  • e1c0e9d256 remove unused import Jeffrey Forman 2012-11-25 18:09:56 -0500
  • b28bfbacd5 remove errant print statements from views Jeffrey Forman 2012-11-25 18:06:11 -0500
  • 0736eb3eb5 error handling around viewing unresponsive dns servers in zones. add try/except when adding cname Jeffrey Forman 2012-11-25 18:02:33 -0500
  • 0c35125777 clean up some unused imports, also handle exceptions for adding cname Jeffrey Forman 2012-11-25 18:02:01 -0500
  • 0c36d0f4a8 template update,List dns server when listing a particular zone Jeffrey Forman 2012-11-25 18:01:13 -0500
  • 5f2414266a Handle exception when attempting a zone list (xfr) fails. Jeffrey Forman 2012-11-25 18:00:48 -0500
  • b80719c7ea add zone class and view name to server zone list view Jeffrey Forman 2012-11-25 14:59:05 -0500
  • 518f250036 make base template a bit more bootstrap friendly, stick in a container div Jeffrey Forman 2012-11-25 14:17:42 -0500
  • 6b66c156b9 Some template cleanup, making tag hierarchy more correct. Jeffrey Forman 2012-11-25 13:45:01 -0500
  • fdae61760c First found of 7 unit tests. Rudimentary page getting, form posting. Jeffrey Forman 2012-11-25 12:56:08 -0500
  • 412b75b8cb Make some of the html tag inheritance with tr, div, script and body more correct. Jeffrey Forman 2012-11-25 09:26:19 -0500
  • a7b531cf9b add names to all url's Jeffrey Forman 2012-11-24 22:57:08 -0500
  • c492fb508c clean up delete_record view using formdeletecord Jeffrey Forman 2012-11-23 22:42:37 -0500
  • c42009f714 move delete_record to a more import friendly structure. clean up code Jeffrey Forman 2012-11-23 22:28:33 -0500
  • 37d6c91a95 clean up commit comments, add newline Jeffrey Forman 2012-11-23 22:27:50 -0500
  • 9c5143cbd7 clean up delete template, change rr_array -> rr_list. list multiple records for deletion a bit cleaner Jeffrey Forman 2012-11-23 22:22:59 -0500
  • 8858d831b1 add a delete form model. add custom field for converting unicode to string list Jeffrey Forman 2012-11-23 22:21:41 -0500
  • a5af78d18d clean up some string casting for adding cname and forward/reverse records. Jeffrey Forman 2012-11-21 22:08:37 -0500
  • 751dae3356 clean up some String casting in making a cname that isnt needed Jeffrey Forman 2012-11-21 20:39:08 -0500
  • fc971391b9 more cleanup, adding docstrings, bit more exception handling. Jeffrey Forman 2012-11-18 21:10:09 -0500
  • 94fa3cbb43 slowly moving to using custom exceptions, removing unnecessary code Jeffrey Forman 2012-11-17 23:02:57 -0500
  • 650245582a correct templates to use key.id in modelchoicefields Jeffrey Forman 2012-11-17 23:02:20 -0500
  • 3451cae823 fix how keyrings are created, now use two parameters. Jeffrey Forman 2012-11-17 23:01:37 -0500
  • b1907b140a Simplify the forms modules for handling keys Jeffrey Forman 2012-11-17 23:00:50 -0500
  • 823da81ed4 Add exceptions for records and zone modifications Jeffrey Forman 2012-11-17 20:40:15 -0500
  • ba4ea4176d Initial add of binder exceptions file. Add TransferException Jeffrey Forman 2012-11-17 13:28:21 -0500
  • ee63a3608c Remove unused imports, change arguments to be more flexible. Jeffrey Forman 2012-11-17 13:25:41 -0500
  • ec1c07c191 Add use of custom exceptions in zone transfers Jeffrey Forman 2012-11-17 13:06:24 -0500
  • 5154dd4298 Move keuy model up to top, add foreignkey to bindserver model to eventually use for transfer keys Jeffrey Forman 2012-11-08 23:00:31 -0500
  • 55a99dd7f2 clean up admin panel, include columns for fields in models Jeffrey Forman 2012-11-08 23:00:06 -0500
  • ae0830436a remove sites installed app that isnt used Jeffrey Forman 2012-11-08 22:59:40 -0500
  • 1d584a0d8a make the error on retrieving a zone message more correct Jeffrey Forman 2012-11-08 22:07:38 -0500
  • 9f2bbdee0f combine all the result templates into one response_result.htm standardize on the dictionary returned back from helpers, and to the template Jeffrey Forman 2012-10-28 20:32:37 -0400
  • eb717e001a Bring things up to 1.4 standards. A LOT of file moves, simplifying of paths. Removed bcommon directory under binder Jeffrey Forman 2012-10-28 14:49:15 -0400
  • 51da06474c Ignore more types of temporary files left around Jeffrey Forman 2012-10-28 13:48:50 -0400
  • 87d0b08b50 clean up listing server zones, remove error_context code Jeffrey Forman 2012-10-28 08:45:08 -0400
  • a3e0dcc8cc Cleanup on the template that lists a zone's records Jeffrey Forman 2012-10-27 18:41:48 -0400
  • 60c6a9ee83 Make the admin UI work again now that I'm running django 1.4 Jeffrey Forman 2012-10-27 18:41:25 -0400
  • 4565e93d93 a fairly big rewrite of add/delete record that actually works! Jeffrey Forman 2012-10-27 18:03:45 -0400
  • 00b22acba7 Add most of the framework for adding a cname record. templates, views, helper code. Jeffrey Forman 2012-10-26 17:09:05 -0400
  • 9bb4b88b6b Add *~ emacs temp files to gitignore Jeffrey Forman 2012-10-26 14:18:11 -0400
  • 5bc7f923ad Clean up and make work adding and deleting records. Handles reverse and multiple records also Jeffrey Forman 2012-10-22 20:39:07 -0400
  • 5c453e9a8d deleting records works again. without tsig key. Jeffrey Forman 2012-10-18 06:34:22 -0400
  • d2a6b38a2b template cleanup on adding records. use of tsig key is now optional Jeffrey Forman 2012-10-13 17:00:22 -0400
  • 1e2260bbec improve method for listing server zones. parse xml rather than depend on a regex Jeffrey Forman 2012-10-13 08:00:38 -0400
  • 80de5b2744 Begin some bootstrap/UI upgrades. Move layout to two column div Jeffrey Forman 2012-10-12 08:25:39 -0400
  • dc186c91c9 Add boostrap 2.1.1 to files/static, create boostrap symlink Jeffrey Forman 2012-10-12 08:25:10 -0400
  • 755b9eb36a Update readme documentation. Jeffrey Forman 2012-04-19 20:10:29 -0400
  • 6f17343e23 Add working django.wsgi and apache config file for inclusion Jeffrey Forman 2012-03-08 22:35:13 -0500
  • a6ee4e65f6 Pull in a new version of bootstrap.css Jeffrey Forman 2012-01-29 18:12:26 -0500
  • 57e95004c6 Enable html5 doctype declaration Jeffrey Forman 2012-01-29 17:29:06 -0500
  • 21b28be873 Add ability to create CNAME records with data_suffix on add record function Jeffrey Forman 2012-01-29 10:47:13 -0500
  • a03f49c158 Code cleanup, standardize on dns_server and zone_name Added bootstrap CSS framework Added error handling around deleting with a bad key. Jeffrey Forman 2011-11-26 13:03:00 -0500
  • 380657d5f5 Better handle when we try to list a zone that does not exist. Jeffrey Forman 2011-11-25 17:43:26 -0500
  • 81f8865dcd Add error handling when a DNS server is requested that does not exist in the BindServer table. Jeffrey Forman 2011-11-25 12:57:39 -0500
  • e18d0e0d4b Clean up error display in template, and handle a DNS server which is uncontactable. Jeffrey Forman 2011-11-25 12:07:22 -0500
  • 32aadb1ee2 End-to-end deletion working for single and multiple records. Jeffrey Forman 2011-11-25 07:58:43 -0500
  • 00f8036991 End-to-end working version of adding forward/reverse A record from forward zone form. Jeffrey Forman 2011-11-24 11:57:13 -0500
  • 77da4b8f82 Return a dict with the response from adding an RR recorc Jeffrey Forman 2011-10-13 08:38:40 -0400
  • 987e1a4d35 Query the bind server object for its list of zones Jeffrey Forman 2011-10-01 16:58:10 -0400
  • 546ae82e22 Remove list_server_zones method. Now an object attribute Jeffrey Forman 2011-10-01 16:56:35 -0400
  • a512d82ffd Move list server zones into an attribute of the server model Jeffrey Forman 2011-10-01 16:50:55 -0400
  • 1588d58d5f Remove 'Add record' link. This is now contained in the zone view Jeffrey Forman 2011-05-08 14:31:18 -0400
  • 6dd125eb67 WIP: Initial instrumentation of delete record functionality. Jeffrey Forman 2011-04-24 22:11:43 -0400
  • 23321a8a4c Bump the default TTL from 10 seconds to one day Jeffrey Forman 2011-04-24 21:11:27 -0400
  • 5523e79ded Preliminary error handling around key errors when adding a record Jeffrey Forman 2011-04-24 21:10:25 -0400
  • a981711c22 When input is prefect, adding a record works and shows output from dns update. Jeffrey Forman 2011-04-24 20:52:56 -0400
  • dc25ce9b5c Ability to specify the type of TSIG key (passed along in ns update). Still not handling errors if update fails. Jeffrey Forman 2011-04-24 15:28:46 -0400
  • 4213e662be Add RequestContext for CSRF protection to bcommon views Jeffrey Forman 2011-04-23 22:46:12 -0400
  • 6a1275185d WIP: Initial form written to add record. Displays, but does not work yet. Jeffrey Forman 2011-04-23 16:23:25 -0400
  • 27a121ca0a work on issue 1, handle errors when querying server for list of zones Jeffrey Forman 2011-04-23 11:19:01 -0400
  • a69baae308 Part of previous commit for template to have form to delete records Jeffrey Forman 2011-04-22 22:29:45 -0400
  • 41509f6898 WIP: preliminary framework for deleting records from zone RR list Jeffrey Forman 2011-04-22 22:28:38 -0400
  • f95ac516e1 Remove the Zone class. It's not needed since we get the zones at run time Jeffrey Forman 2011-04-22 22:28:15 -0400
  • 5c55c53b4c Merge branch 'master' of github.com:jforman/binder Jeffrey Forman 2011-04-17 22:34:01 -0400
  • b8785d3924 Improve error handling around querying a zone that does not exist Jeffrey Forman 2011-04-17 22:33:37 -0400
  • 64f32082f8 clean up the views structure. add an area for navigation Jeffrey Forman 2011-04-17 22:32:17 -0400
  • 53d101ccb2 improve error handling around a zone that doesnt exist. Jeffrey Forman 2011-04-17 22:32:17 -0400
  • 5c7d18deb7 Handle errors when trying to retrieve zone list from NS server Jeffrey Forman 2011-04-17 10:10:23 -0400
  • b2b849d1f0 Remove unneeded white space in base template Jeffrey Forman 2011-04-17 10:08:02 -0400
  • 540cf96f77 Add some error handling around querying a zone that does not exist Jeffrey Forman 2011-04-17 10:03:46 -0400
  • 885b1068fe Handle errors when trying to retrieve zone list from NS server Jeffrey Forman 2011-04-17 07:35:02 -0400
  • 162c10e262 Merge branch 'master' of github.com:jforman/binder Jeffrey Forman 2011-04-16 18:04:51 -0400
  • c6e1e5d592 Add root url '/' page with link to server list Jeffrey Forman 2011-04-15 19:31:41 -0400
  • 3a0e1a3073 Add root url '/' page with link to server list Jeffrey Forman 2011-04-15 19:31:41 -0400
  • 597bb743c9 Merge branch 'master' of github.com:jforman/binder Jeffrey Forman 2011-04-15 19:19:50 -0400
  • 70610fc054 Convert Readme into markdown document Jeffrey Forman 2011-04-15 19:17:35 -0400
  • 3ed63a3c55 Add initial static directory with rudimentary CSS for tables Jeffrey Forman 2011-04-14 22:08:22 -0400
  • 26187f738b Zone list is now tablized. Need to hack up some CSS To make it pretty. Jeffrey Forman 2011-04-14 20:43:04 -0400
  • 7135a48d64 Rudimentary first listing of zones from an NS works. Jeffrey Forman 2011-04-14 15:29:58 -0400
  • 645cd43855 update view to support a linkable list of zones Jeffrey Forman 2011-04-14 14:59:45 -0400
  • 84953e3b16 zone lists are now clickable Jeffrey Forman 2011-04-14 14:48:34 -0400
  • ad689c48d4 This make the zone list url append_slash happy Jeffrey Forman 2011-04-14 14:30:06 -0400