Skip to content

Tags: testingrepo2/enso

Tags

2024.3.1-nightly.2024.7.8

Toggle 2024.3.1-nightly.2024.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump h2 from 0.3.15 to 0.3.26 (enso-org#9640)

2024.3.1-nightly.2024.7.7

Toggle 2024.3.1-nightly.2024.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump h2 from 0.3.15 to 0.3.26 (enso-org#9640)

2024.3.1-nightly.2024.7.6

Toggle 2024.3.1-nightly.2024.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deserialise large integer and decimals from JSON automatically. (enso…

…-org#10463)

- Sort large integer and decimal JSON deserialization.
- Change type to be Integer instead of BigInt for large integers.
- Add tests.
- Update Table viz.
- Preserve white space in JSON viz.
![image](https://github.com/enso-org/enso/assets/4699705/48c83616-c0ed-4cb4-862a-34cd4fff09aa)

![image](https://github.com/enso-org/enso/assets/4699705/5bae9ccd-1d0f-4b70-aea5-d4cebc3d9df8)

2024.3.1-nightly.2024.7.5

Toggle 2024.3.1-nightly.2024.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tune Text.trim, fix for Text.split (enso-org#10445)

- Rename `Location.Start` to `Location.Left`.
- Rename `Location.End` to `Location.Right`.
- Use auto-scoping for `Location`.
- Tune widgets for `Text.trim`.
- Correct signature of `Text.split`.
- Adjist `generateLocallyUniqueIdent` to not fail on bad signature.

2024.2.3

Toggle 2024.2.3's commit message
Auto create the root folder if not present. (enso-org#10444)

Adds `filesystem-exists` to Project Manager CLI.
If the root folder isn't present will add it at start up.

(cherry picked from commit 891f176)

2024.3.1-nightly.2024.7.4

Toggle 2024.3.1-nightly.2024.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separating `list` from `read` function and other small tweaks. (enso-…

…org#10434)

- Rename `Faker.string_value` to `Faker.text_value`.
- Remove `Regex.pattern_string` as duplicate of `Regex.pattern`.
- Sort the Date picker.
- Rename `Data.list_directory` to `Data.list`.
- Remove support for reading a directory.

![image](https://github.com/enso-org/enso/assets/4699705/b42bb3c9-e63b-49f2-8cdc-4666cb6d968e)

![image](https://github.com/enso-org/enso/assets/4699705/97f49891-5ae5-4f0a-9a41-6200888fcd86)

2024.3.1-nightly.2024.7.3

Toggle 2024.3.1-nightly.2024.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Decimal support for Postgres backend (enso-org#10216)

* treat scale nothing as unspecifed

* cast to decimal

* float int biginteger

* conversion failure ints

* loss of decimal precision

* precision loss for mixed column to float

* mixed columns

* loss of precision on inexact float conversion

* cleanup, reuse

* changelog

* review

* no fits bd

* no warning on 0.1 conversion

* fmt

* big_decimal_fetcher

* default fetcher and statement setting

* round-trip d

* fix warning

* expr +10

* double builder retype to bigdecimal

* Use BD fetcher for underspecified postgres numeric column, not inferred builder, and do not use biginteger builder for integral bigdecimal values

* fix tests

* fix test

* cast_op_type

* no-ops for other dialects

* Types

* sum + avg

* avg + sum test

* fix test

* update agg type inference test

* wip

* is_int8, stddev

* more doc, overflow check

* fmt

* finish round-trip test

* wip

2024.2.2

Toggle 2024.2.2's commit message
Copied table-viz range pastes as Table component (enso-org#10352)

When copying from AG Grid, include additional information in the clipboard to enable the data to be pasted into the graph as a new Table component.

Closes enso-org#10275.

# Important Notes
- Data copied from the table visualization now include headers.

(cherry picked from commit da21136)

2024.2.1-nightly.2024.7.2

Toggle 2024.2.1-nightly.2024.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust Colours. (enso-org#10417)

- Change the lightness of the component colours to match Figma.
- Remove the background image from tailwind.css.
- Alter the code editor background to be white.
- Make the selection colour much brighter in the dashboard.

![image](https://github.com/enso-org/enso/assets/4699705/4ae8f03a-bdeb-48cf-86eb-aa058a2a1b01)

![image](https://github.com/enso-org/enso/assets/4699705/eb5d4cf8-d275-4c0d-b876-4a29ce7768bf)

![image](https://github.com/enso-org/enso/assets/4699705/0df64403-75e5-4e44-a818-58cedbbcd3c9)

# Important Notes
Removed the `is-hidden-file` package from the project manager shim. It seems to be unreliable in Win11 and as just for local testing made just do dot file logic.

2024.2.1-nightly.2024.7.1

Toggle 2024.2.1-nightly.2024.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clear changelog (enso-org#10403)

Reset changelog for 2024.2 release