Commit graph

69 commits

Author SHA1 Message Date
Karl Erik Õunapuu
e9c0d09b9f
REPP: Registrar nameserver replacement test 2020-10-21 16:05:26 +03:00
Karl Erik Õunapuu
a43df5ca95
REPP: Accounts balance test 2020-10-21 15:34:16 +03:00
Karl Erik Õunapuu
06ad8c8c77
REPP: Domain tech contact replace test 2020-10-21 15:21:54 +03:00
Karl Erik Õunapuu
774ada6ebb
REPP: Domain transfer test 2020-10-21 14:00:16 +03:00
Karl Erik Õunapuu
9a36b0403c
REPP: Domain transfer info test 2020-10-21 13:10:28 +03:00
Karl Erik Õunapuu
2a1967918c
REPP: Domains list test 2020-10-21 12:31:51 +03:00
Karl Erik Õunapuu
f9bef781ab
REPP: Add contact:destroy action 2020-10-21 12:00:08 +03:00
Karl Erik Õunapuu
516b2180ca
REPP: Extend V1 base test 2020-10-20 17:12:13 +03:00
Karl Erik Õunapuu
ddc26b81b1
REPP:: Contact create/update legaldoc test 2020-10-20 15:59:05 +03:00
Karl Erik Õunapuu
33f6da53c1
REPP: Contact update test 2020-10-20 13:58:21 +03:00
Karl Erik Õunapuu
9cfa1c2989
REPP: Contact create test 2020-10-20 11:52:56 +03:00
Karl Erik Õunapuu
39d09e5543
REPP: Contact check test 2020-10-20 10:44:48 +03:00
Karl Erik Õunapuu
7f1637c8d2
REPP: Contacts show test 2020-10-19 17:14:23 +03:00
Karl Erik Õunapuu
d1e877502d
REPP: Contact list tests 2020-10-19 16:29:28 +03:00
Karl Erik Õunapuu
87dff41a4e
REPP: Authentication test 2020-10-19 16:02:18 +03:00
Maciej Szlosarczyk
011967d8ea
Add disputes to the list of retained domains 2020-05-28 13:33:52 +03:00
Maciej Szlosarczyk
fda3d346b3
Add auctions endpoint to REPP 2020-05-21 14:20:56 +03:00
Maciej Szlosarczyk
6e5a97ad4d
Add handling of type filters and handling of ETags
Add API documentation and test cases around ETags for the API.
2020-05-15 14:43:18 +03:00
Maciej Szlosarczyk
18ce853420
Simple implementation of retained domains API endpoint
This needed a new name, there are several classes of database object
to be included in that endpoint.

Currently, there is one list ordered by name, with each object
containing status and ascii name for convenience. Can be converted to
multiple fields (reserved and blocked separately). Also contains total
count.

Includes CORS preflight which seems to be a known problem for Rails in
the past.
2020-05-14 14:49:02 +03:00