Tom Limoncelli
057491a93d
use --fix
2025-01-05 13:27:12 -05:00
Tom Limoncelli
06ba3cce77
Bugfix: Providers with batched updates might not report the correct number of changes ( #3108 )
2024-09-16 12:20:30 -04:00
Jeffrey Cafferata
8fa1a8d7d6
BUILD: Generate OWNERS files ( #2997 )
2024-07-10 15:53:50 -04:00
Jeffrey Cafferata
c3152b41bf
TRANSIP: Completed/checked the missing capabilities ( #2957 )
2024-05-16 08:41:39 -04:00
Jeffrey Cafferata
9815cbb8f3
TRANSIP: Concurrency documented ( #2948 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2024-05-13 09:03:06 -04:00
Tom Limoncelli
4765f402bd
FEATURE: New capability: Can provider run concurrently ( #2876 )
2024-03-20 12:36:54 -04:00
Tom Limoncelli
e52ec54453
Remove unused CantUseNOPURGE capability ( #2877 )
2024-03-18 18:30:09 -04:00
Jeffrey Cafferata
1db0ae2dc8
TRANSIP: Audit records verified ( #2794 )
2024-01-11 17:24:09 -05:00
Vincent Hagen
057c921ebf
TRANSIP: Fix description of multirecord updates to be increasing ( #2791 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2024-01-11 14:35:16 -05:00
Jeffrey Cafferata
c0dc049755
TRANSIP: Added audit record for a maximum of 1024 TXT-record characters ( #2725 )
2023-12-15 15:03:07 -05:00
Vincent Hagen
a7e764391c
TRANSIP: Fix TXT quoting ( #2708 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-10 20:47:44 -05:00
Tom Limoncelli
cbccbbeb8d
REFACTOR: Opinion: TXT records are one long string ( #2631 )
...
Co-authored-by: Costas Drogos <costas.drogos@gmail.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Vincent Hagen <blackshadev@users.noreply.github.com>
2023-12-04 17:45:25 -05:00
Vincent Hagen
ef081da1a6
TRANSIP: Fixed integration tests: Edge cases and TXT records fixed ( #2673 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-04 11:54:03 -05:00
Tom Limoncelli
3dab594757
CHORE: More cleanups ( #2632 )
2023-11-19 13:44:49 -05:00
Tom Limoncelli
c91fe6c1c8
CHORE: Remove diff1 from codebase ( #2575 )
2023-10-22 13:56:13 -04:00
Tom Limoncelli
d00804b4f5
TRANSIP: Improve error-checking on ListZones() ( #2433 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-06-15 09:59:15 -04:00
nemunaire
5ae231030e
Update version in go.mod ( #2382 )
2023-05-20 13:21:45 -04:00
Vincent Hagen
0cad03df60
Fix TransIP record deletion by using original record for deletion ( #2325 )
2023-05-06 11:15:13 -04:00
Tom Limoncelli
489be2e3dc
ROUTE53: fix R53_ZONE() handling for domains ( #2306 )
...
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-02 13:04:59 -04:00
Tom Limoncelli
60470a3886
BUG: Some DNS zones are downloaded twice ( #2120 )
...
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
Co-authored-by: Grégoire Henry <hnrgrgr@users.noreply.github.com>
Co-authored-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Kai Schwarz <kschwarz@hexonet.net>
Co-authored-by: Asif Nawaz <asif.nawaz@centralnic.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
2023-04-14 15:22:23 -04:00
Vincent Hagen
9ffec690f5
TRANSIP: Improve diff2 implementation ( #2228 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-03-26 12:51:45 -04:00
Paul Dee
3b6591fd95
NEW FEATURE: Support DNS LOC record type ( #2174 )
2023-03-16 14:04:20 -04:00
Jeffrey Cafferata
fd7e642457
TRANSIP: Audit records ( #2008 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-29 13:03:31 -05:00
Jeffrey Cafferata
222f50d986
BUG: TRANSIP: Wrong SRV record content ( #1987 )
2023-01-26 15:08:32 -05:00
Jeffrey Cafferata
b9b35d516e
TRANSIP: Implementation get-zones all ( #1980 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-23 18:16:09 -05:00
Vincent Hagen
0403b2c82d
TRANSIP: Fix quoting of TXT records ( #1918 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-09 10:24:23 -05:00
Vincent Hagen
01829a2dc0
TRANSIP: For modifications always remove and re-add records ( #1920 )
...
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-09 10:23:36 -05:00
Tom Limoncelli
b0f2945510
REFACTOR: Add diff2 enable flag to all DNS providers ( #1851 )
...
This should enable the diff2 code to be inserted with good "git blame" results for new code. I'm adding this early to catch any problems early.
2022-12-11 15:02:58 -05:00
Tom Limoncelli
31723ad146
PERFORMANCE: Refactor auditrecords.go to loop only once #1570 ( #1658 )
...
* stash
* Use rejectif idea
* rename
* wip!
* Convert old systems to new
* fixup!
* fix typo
2022-08-11 17:24:47 -04:00
Jeffrey Cafferata
1b3471835c
TRANSIP: Enable ALIAS-record ( #1661 )
...
- https://www.transip.nl/nieuws/alias-records/
2022-08-08 08:35:09 -04:00
Tom Limoncelli
dcb0e58b99
MAINT: Linting ( #1380 )
...
* MAINT: Linting
* Unsort for a smaller diff
* fix hexonet error checking
2022-01-27 15:58:56 -05:00
Tom Limoncelli
360a6266c5
Revert "CLEANUP: Fix many golint/staticcheck issues"
...
This reverts commit de64f90c51
.
2022-01-25 10:35:21 -05:00
Tom Limoncelli
de64f90c51
CLEANUP: Fix many golint/staticcheck issues
2022-01-25 10:33:48 -05:00
Vincent Hagen
cc6638fb95
TRANSIP: Fix staticcheck errors ( #1337 )
2021-12-14 15:47:38 -05:00
Tom Limoncelli
8ab0df92cc
TRANSIP: Enable privatekey authentication ( #1212 )
...
* Add PrivateKey authentication for TransIP
* Remove space before comma
* Re-enable CodeQL for Javascript (#1209 )
* Create codeql-config.yml
* Update codeql-analysis.yml
Add config to exclude certain files
* deSEC implement pagination (#1208 )
* deSEC: Implement pagination for domain list #1177
* deSEC: add debug logging for pagination
* deSEC: simplify get/post methods by allowing url / api endpoints as target
* deSEC: implement pagination for getRecords function
* deSEC: fix linter warnings
* deSEC: replace domainIndexInitalized variable with checking if the domainIndex == nil
* deSEC: add mutex for domainIndex
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
Co-authored-by: Vincent Hagen <vinnie@script4web.nl>
Co-authored-by: Jauder Ho <jauderho@users.noreply.github.com>
Co-authored-by: Georg <georg@neuland.tech>
2021-07-21 12:06:29 -04:00
Vincent Hagen
506b6cc32f
Transip provider ( #1196 )
...
* Add initial transip provider
* Add GetNameservers to transip
* Add first try to correction function.
* Implemented corrections
* Add docs for transip
* Fix TransIP TTL updates
* Fix transip nameserver records
* Update docs/_providers/transip.md
Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com>
Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com>
2021-07-07 11:43:10 -04:00