You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Radosław Waśko reports a new STANDUP for the provided date (2024-01-19):
Progress: Fighting with CI to merge #8774. Adding missing methods to Enso_File, adding tests. Reviewing what works and what is missing to get up to spec. Some cleanup and tests in types project. It should be finished by 2024-01-25.
Next Day: Next day I will be working on the #8809 task. Next tasks.
- 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?
Directories
current_working_directory
root
File Read / Metadata
The text was updated successfully, but these errors were encountered: