enso/std-bits
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
..
aws/src/main/java/org/enso/aws S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
base/src/main/java/org/enso/base Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
benchmarks/src/bench/java/org/enso/benchmarks/libs Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
database/src/main/java/org/enso/database Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Add safepoints to standard libraries Java polyglot helpers (#7183) 2023-07-05 14:12:13 +00:00
table/src/main Allow the creation of a constant column on an in-memory table with no rows. (#8218) 2023-11-09 14:40:51 +00:00