-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow on from the Enso Cloud API PR. #8352
Comments
@jdunkerley I need clarification what did we mean by
What was the We have tests for Do we want separate tests for But maybe we meant something else in there, I cannot remember exactly - hence asking. |
Re: tests for converting text to URI; should we also be able to convert a text to a |
Radosław Waśko reports a new STANDUP for yesterday (2023-12-04): Progress: Refactoring existing tests, adding new tests for HTTP and URI. It should be finished by 2023-12-08. Next Day: Next day I will be working on the same task. continue |
Radosław Waśko reports a new STANDUP for yesterday (2023-12-05): Progress: Adding URI tests, figuring out edge cases worth testing. It should be finished by 2023-12-08. Next Day: Next day I will be working on the same task. Complete the URI spec, ensure it is all passing. Investigate URI equality issue. |
Radosław Waśko reports a new STANDUP for yesterday (2023-12-06): Progress: Implemented URI encoding using Apache helpers, tested all kinds of edge cases now working correctly. URI equality issue was just oversight. Started adding HTTP tests for received headers, HTTP version. Investigated how to test HTTP_Error but no repro scenario found... It should be finished by 2023-12-08. Next Day: Next day I will be working on the same task. Improve HTTP error code reporting. Add relevant tests. Look into tests for auth header? |
I amended slightly how headers are handled in the response, but the Enso |
Radosław Waśko reports a new STANDUP for yesterday (2023-12-07): Progress: Improved HTTP error reporting, added tests for authorization modes, some other edge cases like server responding with no data etc. PR is ready for review. It should be finished by 2023-12-08. Next Day: Next day I will be working on the #8354 task. Start next ticket |
URI_With_Query:
Data.fetch
andself.fetch
in Http_Spec.Data.post
andself.post
in Http_Spec.[]
).HTTP Util Merge:
Missing Tests:
JSON into Map had no tests
and was broken.(done elsewhere)
Add missing Docs onBlank_Selector
.The text was updated successfully, but these errors were encountered: