enso/test/Tests/src
James Dunkerley ecaca12df1
Integrating Enso Cloud with the libraries (part 1...) (#8006)
- Add a `File_For_Read` type. Used for `File_Format` to read files.
- Added `Enso_User` representing the current user in `Enso_Cloud`.
- *Will be later able to list known users.*
- Added `Enso_Secret` representing a value defined in `Enso_Cloud`.
- Value not used within Enso only accessed within polyglot Java.
- Integrated into `Username_And_Password` and can be used within JDBC connections.
- Integrated into HTTP Headers so a secret can be used as a value.
- New `URI_With_Query` with the same API as `URI`. Supporting secrets in the value.
- *Will be integrated with AWS credentials.*
- Added `Enso_File` representing a file or a folder in the cloud.
- Support the same API as `File` (like the `S3_File`).
- *Will support `enso://` URI style access.*
2023-11-20 23:21:14 +00:00
..
Data Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Network Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Runtime Add special handling for Dataflow_Error passed to Runtime.assert (#8168) 2023-10-27 17:22:15 +00:00
Semantic Specify expression to get more advanced results on_return callback (#8331) 2023-11-20 18:47:11 +01:00
System Basic XML support (#7947) 2023-10-06 17:52:19 +00:00
Main.enso Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00
Random_Spec.enso Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00