Tags: testingrepo2/enso
Tags
Bump h2 from 0.3.15 to 0.3.26 (enso-org#9640)
Bump h2 from 0.3.15 to 0.3.26 (enso-org#9640)
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.  
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.
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.  
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
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)
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.    # 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.
Clear changelog (enso-org#10403) Reset changelog for 2024.2 release
PreviousNext