Britney Wright
7e63332636
Apex cname error message ( #723 )
2019-07-03 14:03:51 -04:00
Britney Wright
6b84bb18ca
Add approvalStatus query param to list batch changes ( #715 )
2019-07-03 13:37:26 -04:00
Britney Wright
922b2b99e2
Allow updating and deleting dotted host records in batch change ( #702 )
2019-07-03 11:44:24 -04:00
Rebecca Star
ddd4bab5ab
remove duplicate group across func tests ( #724 )
2019-07-02 13:51:44 -04:00
Britney Wright
200ab3598f
add approve pending batch change route ( #704 )
2019-06-28 11:52:21 -04:00
Britney Wright
4aff3f4079
change listAll parameter to ignoreAccess ( #713 )
2019-06-28 10:06:41 -04:00
Britney Wright
826cd55562
allow updates for dotted host records in update recordset ( #703 )
2019-06-27 10:43:11 -04:00
Britney Wright
99b8b0f800
allow super and support users to list all batch changes ( #700 )
2019-06-25 14:33:00 -04:00
Britney Wright
223d0d9bdd
adjust zone listAll func tests ( #707 )
2019-06-25 11:33:33 -04:00
Britney Wright
693b5e15e9
Expand Zone access ( #689 )
2019-06-24 17:19:59 -04:00
Britney Wright
326829ae80
validate batch change review rejection ( #678 )
2019-06-17 13:53:21 -04:00
Britney Wright
bcfab1ca6b
update ZoneDiscoveryError message ( #688 )
2019-06-14 11:41:27 -04:00
Michael Ly
9313e78481
Add reject batch change endpoint ( #665 )
...
* Add endpoint for reject batch change.
* Add unit tests.
* Add TODO comments to batch change route.
2019-06-10 09:55:17 -04:00
Rebecca Star
18c6c3850c
Config disabling of multirecord batch updates ( #677 )
...
* disable multi record batch update
* change existing func tests
* new func tests
2019-06-07 10:11:06 -04:00
Rebecca Star
7e53e4da9d
Make TTL optional (again) ( #670 )
...
* core code changes for optional ttl
* func test for optional ttl
* tests
* docs update
2019-05-31 14:25:26 -04:00
Nima Eskandary
0f951f3341
Fail if zone id is not equal on recordset update ( #656 )
...
* fail if trying to update a recordset zoneId
2019-05-30 15:12:21 -04:00
Nima Eskandary
62bf4cf7bc
mysql recordset fix paging for duplicate names ( #640 )
...
* mysql recordset fix paging for duplicate names
2019-05-30 11:46:48 -04:00
Britney Wright
ddd405dc80
ensure trailing dot in list zones search ( #653 )
2019-05-24 14:26:00 -04:00
Paul Cleary
e03690271a
Wildcard search ( #636 )
...
* Add wildcard support
* Add wildcard search for zones
* Update documentation
* Fix for AWSAuthenticator to support asterisks
2019-05-23 10:56:52 -04:00
Rebecca Star
0bdf36cb86
dotted host zone discovery in batch ( #633 )
...
* untested dotted zone lookup
* func tests
* unit tests
2019-05-17 11:04:28 -04:00
Britney Wright
a02b47de0c
remove wait_until_zone_exists helper ( #620 )
2019-05-08 17:04:40 -04:00
Michael Ly
c2a86f5c15
Update backend ID functional test to be more flexible. ( #619 )
2019-05-07 13:10:16 -04:00
Nima Eskandary
f0a25fe943
Zone BackendID in portal ( #607 )
...
* list backend ids route and option to update a zones backendid in portal
2019-05-06 11:51:27 -04:00
Nima Eskandary
2d2329f728
case ignored regexes for high value domain and name servers ( #604 )
...
* case ignored regexes for high value domain and approved name servers
2019-04-30 10:25:23 -04:00
Thomas Pressnell
77c4536e37
Adding NAPTR support ( #594 )
...
* Adding NAPTR support
2019-04-24 11:22:05 -04:00
Britney Wright
6f4bdbc7d3
make sure zone name is fully qualified in getByZoneName ( #591 )
2019-04-18 16:45:22 -04:00
Varsha Chandrashekar
bbef8df44c
Change paging to not use offset in MySqlZoneRepository ( #583 )
2019-04-18 11:24:52 -04:00
Varsha Chandrashekar
b431894b9a
Expose get zone by name route in the API ( #588 )
2019-04-17 15:15:49 -04:00
Michael Ly
7fac32a8b3
Allow dotted hosts for TXT records ( #587 )
...
* Add dotted hosts support for TXT records.
* Updated functional tests.
2019-04-17 15:00:54 -04:00
Nima Eskandary
9ebd9a4289
return backenId in zone info and zone summary info ( #585 )
2019-04-16 12:37:25 -04:00
Michael Ly
25d345cdb5
Migrate 30.172 host file and references to 10.10 ( #580 )
2019-04-12 20:30:30 -04:00
Britney Wright
62fb5a4c44
correctly handle txt record data ( #568 )
2019-04-12 15:14:02 -04:00
Britney Wright
3bcdad808a
remove PTRs from create batch func test ( #578 )
2019-04-11 11:16:47 -04:00
Britney Wright
b00db3fe46
multi-record support for txt in portal and batch ( #555 )
2019-04-09 14:40:18 -04:00
Britney Wright
b655fa645a
increase batch change limit default to 1000 ( #575 )
2019-04-09 14:24:30 -04:00
Britney Wright
472e3a8a55
batch change use getRecordSetsByFQDNs ( #539 )
2019-04-09 12:24:30 -04:00
Varsha Chandrashekar
032f1fedcf
Delete group - Check if ownerGroupId is in any recordSet ( #542 )
2019-03-29 09:25:50 -04:00
Rebecca Star
a8f1eb18bb
BackendID for connection info ( #522 )
...
* backendId option for configured connections
* tests
2019-03-20 15:19:34 -04:00
Michael Ly
a240801843
Fix wait condition for zone update/delete functional tests ( #514 )
...
* Force an assertion that wait_until_zone_deleted has succeeded.
* Correct zone tests to wait for zone to be active before testing updates/deletes.
* Replace wait_until_zone_exists with wait_until_zone_active.
2019-03-01 10:37:01 -05:00
Michael Ly
ed3e034cb7
Fix IPv4 PTR zone discovery ( #490 )
...
* Update BatchChangeService logic for IPv4 PTR discovery.
* Add unit test.
* Update functional tests.
2019-02-20 15:02:26 -05:00
Britney Wright
593fe45b52
Record type filter for shared zones ( #479 )
2019-02-19 12:00:34 -05:00
Michael Ly
7cc35c6474
Batch change owner group validations ( #461 )
...
* Update canDeleteRecordSet to include ownerGroupId.
* Update add owner group batch change validations.
* Update existing tests.
* Updated access validation to also accept changes where owner group ID does not exist.
* Convert batch change updates to use userCanUpdateRecord
2019-02-12 15:18:21 -05:00
Britney Wright
9df10211fa
Update getRecordSetChange access validation ( #465 )
2019-02-07 16:42:57 -05:00
Nima Eskandary
e2c5034139
return owner group name in get and list batch ( #459 )
2019-02-06 16:36:12 -05:00
Rebecca Star
54b021aa58
Make DS records work ( #472 )
...
* allow DS changes to go through
2019-01-31 14:23:41 -05:00
Rebecca Star
c8826ecba9
make shared zone ids unique across runs ( #467 )
...
* make shared zone ids unique across runs
2019-01-31 09:39:51 -05:00
Michael Ly
ad1e7a2c12
Incorporate owner group validations into delete record set endpoint ( #454 )
...
* Update canDeleteRecordSet to include ownerGroupId
* Update unit, integration and functional tests
2019-01-30 10:55:09 -05:00
Rebecca Star
7246874cb6
DS routing/serialization ( #456 )
...
* DS serializer/routing
* fail DS changes in service (temp)
2019-01-29 16:51:12 -05:00
Britney Wright
44eed12b08
add ownerGroupName to getRecordSets response ( #448 )
...
* add ownerGroupName to getRecordSets response
2019-01-24 14:53:12 -05:00
Nima Eskandary
1139b03d9d
ownergroup id logic for create and update recordset endpoints ( #426 )
...
* owner group id logic for recordset update and create endpoints #354
2019-01-23 15:44:38 -05:00