Ross McFarland
d7880c084d
Remove from __futures__ bits, all are now manditory
2022-09-15 14:10:21 -07:00
Ross McFarland
e116d26eec
Implement black formatting
2022-07-04 12:27:39 -07:00
Ross McFarland
cfe33e543c
Extract TransipProvider from octoDNS core
2022-01-14 14:17:49 -08:00
Ross McFarland
32c358af04
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
2022-01-13 10:58:07 -08:00
Maikel Poot
1270fd2e91
Fix lint error: forgot to lint after updating the tests.
2021-11-30 12:36:08 +01:00
Maikel Poot
16f9acd870
Implement cleaned code from https://github.com/solarmonkey
2021-11-30 12:12:59 +01:00
Maikel Poot
5dcfeacb9a
Revert deletion of transip code
2021-11-30 10:09:05 +01:00
Ross McFarland
3d806b27ff
Remove (hopefully temporarily) TransipProvider due to suds failure to install
2021-09-16 13:46:16 -07:00
Ross McFarland
d374dc355b
Use patch to mock in transip tests, rework bits to make more mockable
2021-09-02 13:00:38 -07:00
Ross McFarland
2efb550686
Rework TransipProvider to support mocking and avoid network calls during __init__
2021-09-02 10:03:39 -07:00
Maikel Poot
87c31ca23d
Update transip unittest
2021-03-31 13:31:24 +02:00
Mark Tearle
5d23977bbd
Adjust remaining unit tests due to extra records in test zone
2021-02-15 22:46:22 +08:00
Ross McFarland
fd037e873b
Transip v2.1.1, back out test skips and coverage omits
2020-03-16 07:45:32 -07:00
Pavan Chandrashekar
c8f93ea010
Use unittest.skip() to skip tests
2020-03-10 12:32:46 -07:00
Pavan Chandrashekar
3ffde7330a
Bypass transip tests, they are blocking octodns CI
2020-03-10 10:14:11 -07:00
Ross McFarland
90a60d3dbd
TransipProvider python3
2019-10-07 07:53:08 -07:00
Maikel Poot
637c254778
Handling PR Review comments.
...
- Added Specific exceptions
- str() instead of concatenation
- removed zone not found warning
2019-09-30 13:18:57 +02:00
Maikel Poot
a035ee8c84
Give the option to use a private_key_file.
...
Transip sdk also supports a private_key_file,
so forwarding that option to the provider.
Could be handy in combination with k8s secrets.
2019-09-26 14:49:14 +02:00
Maikel Poot
59e44b865c
Added detection for edge case that could happen with existing records where the value is '@'
...
TransIP allows '@' as value to alias the root record.
'@' was on populate appended with the zone, which trigger an unneeded update.
'@' => '@.example.com.' -> 'example.com'
This fix will stop the unneeded update
2019-09-25 11:24:13 +02:00
Maikel Poot
7056d29907
fixes lint warning.
2019-09-25 08:18:59 +02:00
Maikel Poot
bb3f0c0b4a
Added TransIP provider and tests
2019-09-25 07:01:06 +02:00