enso/project
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
..
src/main/scala/licenses Make reading the license files case insensitive. (#7725) 2023-09-20 23:17:06 +02:00
BenchTasks.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
build.properties Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
BuildInfo.scala Fix warnings in SBT build (#8026) 2023-10-12 08:19:45 +00:00
Cargo.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
CustomLogManager.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
Distribution.scala Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
DistributionPackage.scala Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Editions.scala Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
FrgaalJavaCompiler.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
GatherLicenses.scala Register instruments/language in their own compilation units to fix the sbt build issues (#3509) 2022-06-13 14:09:08 +00:00
GenerateFlatbuffers.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
GraalVM.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
JPMSUtils.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
LauncherShimsForTest.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
LibraryManifestGenerator.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
NativeImage.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
Platform.scala Optimize import/export resolution (#5700) 2023-03-01 08:53:29 +00:00
plugins.sbt Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
RecompileParser.scala New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
SPIHelpers.scala Fix incremental compilation of SPI in Java helper libraries (#8129) 2023-10-23 09:14:35 +00:00
StdBits.scala Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
VerifyReflectionSetup.scala Fix the project manager reflection configuration (#1394) 2021-01-14 10:46:01 +00:00
WithDebugCommand.scala sbt runEngineDistribution --debug to ease debuggging (#6745) 2023-05-18 15:00:52 +02:00