Commit Graph

1775 Commits

Author SHA1 Message Date
Felix Rech
2b123a9108 Avoid rounding errors in canvas resolution (https://github.com/enso-org/ide/pull/1820)
Original commit: e64a6ab3a2
2021-09-16 18:17:44 +01:00
Felix Rech
e9455510b4 Auto-layout when creating nodes (https://github.com/enso-org/ide/pull/1755)
Original commit: 6e5f7ef301
2021-09-16 18:15:07 +01:00
Ara Adkins
2d8dd2876b
Bump the snapshot version 2021-09-16 09:37:15 +01:00
Ara Adkins
c22c41b8df
Prepare for the 0.2.29 release (#1995) 2021-09-16 09:36:08 +01:00
Michał Wawrzyniec Urbańczyk
afe66aaed2 Disable macOS notarizing (https://github.com/enso-org/ide/pull/1838)
See https://github.com/enso-org/ide/issues/1839

Original commit: 806b8998b2
2021-09-15 15:20:51 +02:00
Michae Mauderer
e0639072df Prepare for next development cycle.
Original commit: 2a40c02002
2021-09-13 00:29:53 +01:00
Dmitry Bushev
592b016caf
Add log.masking runtime option (#1993) 2021-09-10 10:56:23 +01:00
Michae Mauderer
94059c680d Prepare for release 2.0.0-alpha.15.
Original commit: d34ef4bc9b
2021-09-09 23:26:50 +01:00
Michał Wawrzyniec Urbańczyk
8bc81b4af2 Skip wasm testing packages that do not have wasm tests (https://github.com/enso-org/ide/pull/1832)
Original commit: 3c17eb7f28
2021-09-09 22:51:56 +01:00
Radosław Waśko
d1882580fb
Simple Fix for Native Image Rebuild (#1989) 2021-09-08 22:59:04 +02:00
Ara Adkins
ab8b2a2d4a
Implement writing of IR caches (#1991) 2021-09-08 17:15:42 +01:00
Michał Wawrzyniec Urbańczyk
ade0e2b91e Fix parsing of the {no-}data-gathering option (https://github.com/enso-org/ide/pull/1831)
Original commit: 9c29c04ec6
2021-09-08 12:02:59 +01:00
Michae Mauderer
efdfe81b90 Update for next development cycle.
Original commit: a6d9326d6a
2021-09-06 22:38:39 +01:00
Michael Mauderer
2baeb90d40 Prepare for release.
Original commit: c7c383dba6
2021-09-06 22:38:39 +01:00
Michał Wawrzyniec Urbańczyk
6bef0745b6 Fix parser test that was failing after bump. (https://github.com/enso-org/ide/pull/1828)
Original commit: 0e9448b537
2021-09-06 22:37:28 +01:00
Marcin Kostrzewa
4f4e472ddf
Statistical functions (#1990) 2021-09-06 14:48:09 +02:00
Marcin Kostrzewa
a81257b402
Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
Michael Mauderer
5b9cccf213 Bump engine to 0.2.28. (https://github.com/enso-org/ide/pull/1829)
Original commit: 864e3f9497
2021-09-02 23:45:04 +02:00
Michał Wawrzyniec Urbańczyk
f233432be6 Fixed preview visualization disabling (https://github.com/enso-org/ide/pull/1827)
Original commit: 2615f5d800
2021-09-02 23:08:55 +02:00
Ara Adkins
c9e6fa2065
Bump the snapshot version 2021-09-02 15:02:33 +01:00
Ara Adkins
3b84547264
Prepare for the 0.2.28 release (#1988) 2021-09-02 15:01:18 +01:00
Ara Adkins
c12cab9bd9
Add Column.set_index (#1982) 2021-09-02 10:30:02 +01:00
Marcin Kostrzewa
b73e5e84b3
Redshift Connector (#1985) 2021-09-02 11:28:49 +02:00
Ara Adkins
7cced6a9de
Make the BindingsMap able to break links (#1980) 2021-08-31 15:50:33 +01:00
Felix Rech
eb76f374af Feature flag for visualization preview (https://github.com/enso-org/ide/pull/1817)
Original commit: 14e35b60f4
2021-08-31 10:12:22 +01:00
Radosław Waśko
45c01da490
Make Library-Related Operations Not Block the Actor System (#1975) 2021-08-30 15:51:38 +02:00
Felix Rech
53f245311d Update build script to separate builds for different targets and engine versions. (https://github.com/enso-org/ide/pull/1814)
Original commit: ad02f793ab
2021-08-30 12:57:30 +01:00
Michael Mauderer
0dd38056fe Update CODEOWNERS (https://github.com/enso-org/ide/pull/1812)
Original commit: 6d8581feaa
2021-08-30 10:24:03 +01:00
Michael Mauderer
4ac16e3c11 Update for next development cycle.
Original commit: 55658708d6
2021-08-27 14:51:21 +01:00
Radosław Waśko
826e28a149
Implement library/preinstall (Without Dependencies Yet) (#1972) 2021-08-27 14:01:13 +02:00
Michael Mauderer
68399b2b21 Prepare for release 2.0.0-alpha.13.
Original commit: 301c4b044a
2021-08-27 09:38:58 +01:00
Michael Mauderer
f6588653de Bump engine to 0.2.27. (https://github.com/enso-org/ide/pull/1811)
Original commit: 27ef2fc4f6
2021-08-27 10:36:04 +02:00
Ara Adkins
649fe33ccf
Add support for IR cache locations (#1973) 2021-08-26 11:52:35 +01:00
Ara Adkins
1d16698527
Bump the snapshot version 2021-08-23 13:04:01 +01:00
Ara Adkins
f068579248
Prepare for the 0.2.27 release (#1970) 2021-08-23 12:59:58 +01:00
Felix Rech
f2e8fcbe7f Avoid error during initialization of histograms and scatterplots (https://github.com/enso-org/ide/pull/1761)
Original commit: 535d23d249
2021-08-23 12:26:51 +01:00
Ara Adkins
c18fe2d750
Provide regex support on Text (#1968) 2021-08-23 12:09:51 +01:00
Michae Mauderer
a546ef8dc5 Prepare for next development cycle.
Original commit: 053ccbcbc1
2021-08-23 10:48:38 +01:00
Dmitry Bushev
5f491b612a
Update modifyVisualization docs (#1966) 2021-08-20 12:53:58 +01:00
Michael Mauderer
96f71eb389 Prepare for release.
Original commit: 4a4d61bdb8
2021-08-20 12:44:33 +01:00
Maciej Mikołajek
d29228a319 Fix docs loading stylesheet taking a lot of time, and update it to meet newest requirements (https://github.com/enso-org/ide/pull/1766)
Original commit: 50696c884b
2021-08-20 13:33:37 +02:00
Maciej Mikołajek
a18db9013c Bump Engine version to 0.2.26 and edition to 2021.14 (https://github.com/enso-org/ide/pull/1801)
Original commit: 6b384196e0
2021-08-20 10:41:16 +02:00
Radosław Waśko
8cef409db2
Getting and Setting Library Metadata (#1967) 2021-08-20 10:23:05 +02:00
Michał Wawrzyniec Urbańczyk
1654a3125a Visualization Fixes (https://github.com/enso-org/ide/pull/1804)
Original commit: 838788a48f
2021-08-20 09:37:52 +02:00
Radosław Waśko
63819526d7
Update the editions/listDefinedLibraries Endpoint (#1964) 2021-08-19 17:21:31 +02:00
Dmitry Bushev
2a9608bffa Fix the project CLI flag (https://github.com/enso-org/ide/pull/1774)
fix the --project flag

Original commit: aee3f33fce
2021-08-19 17:22:13 +03:00
Ara Adkins
f53744ff53
Bump the snapshot version 2021-08-19 14:44:56 +01:00
Ara Adkins
5820547c81
Prepare for the 0.2.26 release (#1965) 2021-08-19 14:43:26 +01:00
Marcin Kostrzewa
4536ed9f9b
Stdlib Improvements (#1963) 2021-08-19 14:55:15 +02:00
Michał Wawrzyniec Urbańczyk
1c9fc184fc GeoMap: Ignore points with null coordinate values (https://github.com/enso-org/ide/pull/1775)
Original commit: 525b340ed2
2021-08-19 12:13:01 +02:00