1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/slicehost/requests/dns
2011-11-08 18:54:08 +09:00
..
create_record.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
create_zone.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
delete_record.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
delete_zone.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
get_record.rb Fixing parsing of zone.records.get(id) so that it parses a single record properly rather than attempting to parse a list of records improperly. Fixing tests to match this (expected) behavior rather than work-around the broken way. 2011-11-08 18:54:08 +09:00
get_records.rb 1) Fix so that getting a single record actually works. 2) zone.records currently returns all records in account, not just records for that zone. Add failing test (temporarily, assumes test account has existing zones for this to actually fail) + fix. 3) Add in data alias for record.value, just in case someone needs it, as Slicehost calls this data. 2011-11-08 16:34:37 +09:00
get_zone.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
get_zones.rb [core] fixing more paths after rearrange 2011-09-22 19:34:14 -05:00
update_record.rb Allow updates of DNS records. Updates on zones not supported yet. 2011-11-08 18:12:25 +09:00