1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Patrick McKenzie
21e80718a5 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
Patrick McKenzie
c8c4324549 Allow updates of DNS records. Updates on zones not supported yet. 2011-11-08 18:12:25 +09:00
Patrick McKenzie
8c680f0d80 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
Patrick McKenzie
efeee6f904 Fixing Slicehost DNS so that a) tests pass b) token names map to what Fog expects -- record_type not record-type, value not data, etc c) creation of new DNS records possible 2011-11-08 16:14:30 +09:00
geemus
fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
geemus
d3872679b8 [dns] consolidate tests 2010-12-29 18:13:36 -08:00
geemus
8b3081ad10 [slicehost|dns] give dns its own namespace/service 2010-12-21 15:25:31 -08:00
Athir Nuaimi
718029dc56 [aws|slicehost|linode|zerigo|dns] added support for Route 53 and full test cases for each DNS provider 2010-12-17 18:08:56 -05:00
Athir Nuaimi
eb523fb80a [aws|dns] 1st pass at Route 53 support. All functions added but not tested
have added each of the Route 53 functions
list_hosted_zones is working.  rest still need to be tested

[aws|linode|slicehost|zerigo|dns] added complete test cases for linode & slicehost DNS.  Also added initial support for AWS Route 53
2010-12-16 00:29:42 -05:00
geemus
592c8cc404 mock related fixes and marking unmocked tests pending 2010-10-13 17:54:14 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
5ae1a79040 [linode] cleanup and tests 2010-07-17 22:35:08 -05:00
geemus
9aea1feb8b [slicehost] consolidate tests 2010-05-31 21:39:17 -07:00
geemus
785ce38423 update tests to shindo 0.1 2010-05-21 14:43:29 -07:00
geemus
4836ad7c68 remove annotated notes, data now in tracker 2010-05-09 11:40:54 -07:00
geemus
d64526c841 tweaking shindo usage as I solidify how I want to use it 2010-05-05 21:40:21 -07:00
geemus
2d08f1da84 consolidate wait_for usage and add more useful return values 2010-05-01 15:08:44 -07:00
geemus (Wesley Beary)
5d1b2333d4 tweaks for tests 2010-04-04 22:11:28 -07:00
geemus (Wesley Beary)
464ee5ab00 [slicehost] convert request specs to shindo 2010-03-28 17:04:38 -07:00