enso/distribution/lib/Standard
Radosław Waśko 6e5b4d93a3
Implement refreshing the Cloud token in Enso libraries (#9390)
- Closes #9300
- Now the Enso libraries are themselves capable of refreshing the access token, thus there is no more problems if the token expires during a long running workflow.
- Adds `get_optional_field` sibling to `get_required_field` for more unified parsing of JSON responses from the Cloud.
- Adds `expected_type` that checks the type of extracted fields. This way, if the response is malformed we get a nice Enso Cloud error telling us what is wrong with the payload instead of a `Type_Error` later down the line.
- Fixes `Test.expect_panic_with` to actually catch only panics. Before it used to also handle dataflow errors - but these have `.should_fail_with` instead. We should distinguish these scenarios.
2024-03-19 19:26:34 +00:00
..
AWS/0.0.0-dev Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Base/0.0.0-dev Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Database/0.0.0-dev Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Examples/0.0.0-dev Some minor improvements suggested from Ned's use (#9249) 2024-03-04 16:33:31 +00:00
Geo/0.0.0-dev Rename Decimal to Float (#7807) 2023-09-14 15:01:30 +00:00
Google_Api/0.0.0-dev Google Analytics Report (#9239) 2024-03-14 10:15:47 +00:00
Image/0.0.0-dev Split Excel_Format into 3 constructors (#9308) 2024-03-08 14:26:30 +00:00
Searcher/0.0.0-dev Some minor improvements suggested from Ned's use (#9249) 2024-03-04 16:33:31 +00:00
Table/0.0.0-dev Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Test/0.0.0-dev Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Visualization/0.0.0-dev Move Standard.Database.Data to Standard.Database. (#9321) 2024-03-07 14:43:38 +00:00