enso/distribution/lib/Standard
Radosław Waśko ca4f98c78e
Adding tests and missing methods for Enso_File. (#8815)
- Closes #8808 - adds tests for various scenarios.
- Implements `size` using HEAD.
- Updates existing functions to changes in Cloud API.
- Adds stubs for `*_time` methods, `parent`, `path`.
- [x] TODO: resolve the `Enso_File.current_working_directory` from an environment variable.
- ~~TODO: recursive directory deletion?~~ left for later

# Important Notes
- Currently, the Cloud API does not offer an easy way to extract metadata for a file, in particular to get the parent folder from the file `id`.
- We should be able to get the parent, and stuff like creation/modified time.
- We need a way to resolve paths to asset ids, for `path` to work as well as `current_working_directory`.
- What is the environment variable that will be used to feed the `current_working_directory` property?
2024-01-26 19:04:42 +00:00
..
AWS/0.0.0-dev Tests and improvements for secrets in cloud subdirectories (#8791) 2024-01-24 10:17:22 +00:00
Base/0.0.0-dev Adding tests and missing methods for Enso_File. (#8815) 2024-01-26 19:04:42 +00:00
Database/0.0.0-dev Implement relational NULL semantics for Nothing for in-memory Column operations (#8816) 2024-01-24 17:02:45 +00:00
Examples/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +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 Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
Image/0.0.0-dev Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
Searcher/0.0.0-dev New Data.post for sending a payload to a Web API (#7700) 2023-09-19 11:26:29 +00:00
Table/0.0.0-dev Refactor OrderMask to avoid memory copying (#8863) 2024-01-26 11:16:16 +00:00
Test/0.0.0-dev Allow Test asserts to be run outside of the test suite, still raising sensible Panics (#8778) 2024-01-16 17:17:20 +00:00
Test_New/0.0.0-dev Refactor Table_Tests to the builder API (#8622) 2024-01-26 12:08:24 +00:00
Visualization/0.0.0-dev Support on_problems=Problem_Behavior.Report_Warning and Map_Error wrapping in Vector.map (#8595) 2024-01-16 09:36:22 +00:00