Erin Song
2ab29b9f43
Remove old availability URL implementation
2024-09-30 11:35:56 -07:00
Erin Song
ea4b4e2dae
Add timeout to RDAP request
2024-09-25 09:18:47 -07:00
Erin Song
a4c4bba610
Add cache time
2024-09-25 09:10:08 -07:00
Erin Song
d6201fc31f
Add description to rdap endpoint
2024-09-24 17:02:37 -07:00
Erin Song
a435eb1f68
Fix typo
2024-09-24 16:50:57 -07:00
Erin Song
155e7367c1
Fix linter
2024-09-24 16:47:49 -07:00
Erin Song
23cb5681ea
Remove unused mock RDAP lib class since RDAP not used in registrar views
2024-09-24 16:47:28 -07:00
Erin Song
5439894fa3
Add RDAP tests
2024-09-24 16:37:36 -07:00
Erin Song
919fbbfd2f
Handle domains without TLD
2024-09-24 11:01:53 -07:00
Erin Song
3f7dbd5f6e
Add updated RDAP API endpoint
2024-09-20 14:57:12 -07:00
Erin Song
2dca24f330
Add initial rdap api endpoint
2024-09-20 11:45:13 -07:00
asaki222
eabbc086ef
added back the user info
2024-09-17 13:32:10 -04:00
asaki222
171894d692
cleaning up some code
2024-09-17 11:27:09 -04:00
asaki222
ffeed489c4
tentative changes to tests"
...
"
2024-09-16 16:43:15 -04:00
zandercymatics
d14dbd082d
Add unit tests, fix bug
2024-03-18 09:43:43 -06:00
CocoByte
1e5f977208
updated django to 4.2.10 & linted
2024-02-07 18:17:48 -07:00
zandercymatics
585fefce88
Merge branch 'main' into za/1523-inconsistent-error-messages
2024-01-17 13:17:08 -07:00
zandercymatics
1b292ce640
Name refactor
2024-01-09 15:01:41 -07:00
zandercymatics
45e994ea05
Linting
2024-01-09 14:22:50 -07:00
zandercymatics
ce361cdd3b
Return tuple and do error mapping
2024-01-09 14:07:41 -07:00
zandercymatics
91ed4a598c
Hook up enum
2024-01-09 12:30:23 -07:00
zandercymatics
89431b111d
Unify error messages under one banner
2024-01-09 11:41:55 -07:00
Michelle Rago
e2af9ac153
Text updates to success and error messages ( #1593 )
...
* Text updates to error messages
* Error message text updates
* Error message text updates
* Update to success message text for name server update
* Update to DS data removal warning text
* Success message text updates
* typo fix
* Text updates for success messages
* Update 403 text
* Update 500 error text
* Using example.com instead of city.com
* Putting the period outside the link
* Updated name server minimum error text
* Trying to fix python errors
* Update name server minimum text
* Update errors.py
* Trying to fix python errors
* Update errors.py
* Making error messages agree
* Minor text change
* Fix black error message formatting
* Fixed tests and reformatted
* One last fix?
---------
Co-authored-by: Neil Martinsen-Burrell <neil.martinsen-burrell@gsa.gov>
2024-01-09 09:19:51 -05:00
zandercymatics
02456e9297
Update views.py
2024-01-08 14:20:49 -07:00
David Kennedy
e1de3dab68
linting
2023-12-14 18:08:35 -05:00
David Kennedy
493f64e070
added code to json response for check availability so different message types can be handled differently by client
2023-12-14 17:56:23 -05:00
Michelle Rago
1178cbc5c4
Add language to say that an available domain is not guaranteed ( #1461 )
...
* Add language to say that an available domain is not guaranteed
* Linting fun
* More fun with lint
* Update views.py
* Update domain API success message string
---------
Co-authored-by: Erin <121973038+erinysong@users.noreply.github.com>
2023-12-11 19:56:39 -05:00
Erin Song
fce0eb0370
Merge pull request #1459 from cisagov/es/1324-availability-case-sensitivity
...
#1324 Fix availability case sensitivity bug
2023-12-11 14:58:46 -08:00
Erin
f2a3aa5a45
Update availability tests to reflect case sensitivity
2023-12-07 11:47:23 -08:00
David Kennedy
1e4dc028c3
Merge branch 'main' into dk/763-two-dots-availability
2023-12-07 12:40:15 -05:00
David Kennedy
46d3969047
fixed tests
2023-12-05 15:19:02 -05:00
David Kennedy
96714c4eb2
formatted for linting
2023-12-05 11:31:34 -05:00
David Kennedy
5811448450
changed endpoint for check availability to pass domain as parameter; wrote unit test for extra dot validation in form
2023-12-05 11:09:09 -05:00
zandercymatics
db54637ea5
Merge branch 'main' into za/1403-add-aws-bucket
2023-12-04 12:58:34 -07:00
Erin
fa5ac29606
Specified error messages and function comments
2023-12-01 15:18:57 -08:00
Erin
4d3c7b94f5
Update availability test
2023-12-01 10:34:34 -08:00
Erin
5e8e50dcbc
Update API views
2023-12-01 10:33:04 -08:00
Erin
578f5bac1a
Make class function for GenericError mapping
2023-12-01 10:10:25 -08:00
zandercymatics
ea289a6f59
Linting + test cases
2023-12-01 09:06:27 -07:00
Erin
7796452283
Fix lint errors
2023-11-30 11:24:20 -08:00
Erin
ba87db7c56
update error to cannot_contact_registry
2023-11-30 11:23:37 -08:00
Erin
91077e7da0
remove try catch block in availabile check
2023-11-30 11:12:08 -08:00
Erin
a5e2e030c2
Separated availability error tests into two
2023-11-30 11:10:50 -08:00
Erin
b3145b96c7
Fix lint errors
2023-11-29 16:58:00 -08:00
Erin
18ae412d0e
Update availability tests
2023-11-29 16:39:03 -08:00
Erin
69dd932320
Merge branch 'main' of github.com:cisagov/manage.get.gov into es/1378-availability-bugfix
2023-11-29 15:53:26 -08:00
Erin
a956bef037
Update error handling test
2023-11-29 15:48:23 -08:00
Erin
4f3deae198
Add error message when epp domain check fails
2023-11-29 15:37:30 -08:00
zandercymatics
59950a1fde
Change logging and add secrets
2023-11-29 11:57:17 -07:00
zandercymatics
b4caa85dd1
Merge branch 'za/1075-generate-csvs-to-publish' into za/1403-add-aws-bucket
2023-11-29 08:56:44 -07:00