Dmitry Bushev
cf8034683c
Add detailed logging to the tooling init ( #1704 )
2021-04-28 15:11:42 +01:00
Dmitry Bushev
ff54c07431
Add a schema version to the suggestions database ( #1703 )
2021-04-28 12:16:42 +01:00
Ara Adkins
3080d8f6f7
Add .sum
to Vector ( #1702 )
2021-04-28 10:47:57 +01:00
Dmitry Bushev
c9e5e4efe4
Synchronize Runtime Updates Sending ( #1691 )
...
Add `UpdatesSynchronizationState` that manages
the runtime update messages and tracks which
updates are sent to the user
2021-04-26 13:15:04 +03:00
Maciej Mikołajek
c1edaef725
Adjust Doc Generator to comply with new Tailwind-css-based stylesheet ( #1646 )
2021-04-22 22:39:01 +02:00
Dmitry Bushev
d9e1a47460
Report Visualization Errors ( #1671 )
...
Add `executionContext/visualisationEvaluationFailed`
notification
2021-04-21 16:32:22 +03:00
Wojciech Daniło
3a3648e231
Update the readme ( #1682 )
2021-04-15 11:34:17 +01:00
Łukasz Olczak
17c6653206
Update the ensodev user ID for docker ( #1681 )
2021-04-15 11:15:17 +01:00
Radosław Waśko
fa4775fe58
Remove Unused JAR Launcher Prefix to Fix Issue with Signing ( #1672 )
...
* Remove prefix
* Update docs
2021-04-14 13:24:50 +02:00
Wojciech Daniło
de17671acf
Update the icons in the readme ( #1668 )
2021-04-13 17:34:36 +01:00
Wojciech Daniło
ee956a856a
Update README.md ( #1667 )
2021-04-13 17:13:47 +01:00
Dmitry Bushev
93a0cd74f9
feat: debug graal install ( #1663 )
...
Log GraalVM installation progress
2021-04-13 17:49:42 +03:00
Dmitry Bushev
f43655a80c
Add an Atom Suggestion for a Module ( #1659 )
...
Add an atom suggestion representing a module
2021-04-13 16:43:36 +03:00
Dmitry Bushev
fde4f2d0d6
Resolve clashing project identifiers ( #1665 )
2021-04-13 13:19:16 +01:00
Ara Adkins
170514b9d2
Fix some naming for Maybe ( #1666 )
2021-04-13 11:38:59 +01:00
Dmitry Bushev
0aa5b5647e
Install GraalVM components before move ( #1660 )
...
Install the required GraalVM components before
moving the directory.
2021-04-09 12:09:54 +03:00
Ara Adkins
9f60e22508
Update all references to dev.enso.org
2021-04-07 20:39:46 +01:00
Ara Adkins
6d3ebedf27
Bump the snapshot version
2021-04-07 17:13:21 +01:00
Ara Adkins
079da0575c
Prepare for the 0.2.10 release ( #1656 )
2021-04-07 17:12:50 +01:00
Dmitry Bushev
ec66117cc6
Install Required GraalVM Components ( #1651 )
...
Project manager ensures that the required
GraalVM components are installed.
2021-04-07 18:19:24 +03:00
Dmitry Bushev
65e9cca5a4
Add Python and R to the GraalVM Bundle ( #1644 )
...
CI release pipeline is updated to install
python and R GraalVM components
2021-04-07 17:19:23 +03:00
Ara Adkins
8b0588939e
Fix some implementations for the Vector constructors ( #1650 )
2021-04-06 20:06:34 +01:00
Dmitry Bushev
96957b7b03
Sync Suggestions Database when Renaming the Project ( #1647 )
...
Changelog:
- feat: during the boot, prune outdated modules
from the suggestions database
- feat: when renaming the project, send updates
about changed records in the database
- refactor: remove deprecated
executionContext/expressionValuesComputed
notification
2021-04-06 14:23:12 +03:00
Radosław Waśko
117ca51921
Improve how indexing in Table works ( #1643 )
2021-04-01 14:39:31 +01:00
Ara Adkins
9585080ab8
Clean up the standard library docs ( #1641 )
2021-04-01 12:20:36 +01:00
Michał Wawrzyniec Urbańczyk
8d77a565eb
Case Insensitive Dataframe Support in Visualizations ( #1634 )
...
Ref https://github.com/enso-org/ide/issues/1391
2021-04-01 10:05:17 +02:00
Maciej Mikołajek
547db918e5
Doc Parser Hotfix: Correctly displays multiple lines in lists, and it won't panic on unknown character anymore. ( #1636 )
2021-03-31 21:01:52 +02:00
Dmitry Bushev
91e591c5b3
Enable All Languages in Context ( #1640 )
...
Enable All Languages in Context
2021-03-31 20:18:48 +03:00
Radosław Waśko
444ae39d28
Inlining Helper for Benchmarks ( #1638 )
2021-03-31 17:11:34 +02:00
Radosław Waśko
d48008be51
Fix symlinks and increase compression level ( #1631 )
...
Copying used to follow symlinks, instead I just extract the archive
directly to the destination.
2021-03-31 15:33:02 +02:00
Dmitry Bushev
5cfd9284be
Convert GeoJSON to Table ( #1632 )
2021-03-30 15:06:22 +01:00
Dmitry Bushev
c32780fbc8
Misc Runtime Fixes ( #1633 )
...
Misc runtime fixes
2021-03-30 12:11:04 +03:00
Ara Adkins
6ee0c19d53
Implement additional methods for table ( #1628 )
2021-03-29 17:34:06 +01:00
Ara Adkins
8e942b5fa0
Rank suggestions by self-type specificity ( #1629 )
2021-03-29 16:31:17 +01:00
Ara Adkins
a877e394e7
Bump the snapshot version
2021-03-26 12:28:22 +00:00
Ara Adkins
0212d2184a
Prepare for the 0.2.9 release ( #1619 )
2021-03-26 12:27:57 +00:00
Ara Adkins
cc2b5a7de6
Fix the example for File.read ( #1618 )
2021-03-26 10:28:46 +00:00
Dmitry Bushev
29eaecaeec
Wait for truffle context init ( #1617 )
2021-03-26 09:19:48 +00:00
Radosław Waśko
301672df24
Fix a Bug in the Database Join Implementation ( #1614 )
2021-03-26 00:34:16 +01:00
Michał Wawrzyniec Urbańczyk
5b57960da3
Histogram and Scatterplot visualizations support for Table ( #1608 )
2021-03-25 17:47:22 +01:00
Ara Adkins
78ab5ee5e5
Provide searcher suggestions for compatible types ( #1613 )
2021-03-25 12:07:41 +00:00
Dmitry Bushev
6ba5941591
Do not cache panics ( #1611 )
2021-03-25 10:30:58 +00:00
Dmitry Bushev
565d74188b
fix: color conversion ( #1612 )
...
Update the visualization function
with the BGR-> RGB conversion.
2021-03-25 08:35:59 +03:00
Dmitry Bushev
534ed305fc
Image Processing Library Prototype ( #1450 )
...
Add the Standard.Image library.
2021-03-23 13:16:43 +03:00
Ara Adkins
efe0e859e7
Bump the snapshot version
2021-03-19 10:55:31 +00:00
Ara Adkins
687af4d1c6
Prepare for the 0.2.8 release ( #1596 )
2021-03-19 10:55:01 +00:00
Radosław Waśko
8c9c293f56
Fix table visualization when no index is present ( #1595 )
2021-03-19 08:19:17 +00:00
Marcin Kostrzewa
d97c7f51a4
Make the process library more IDE-friendly ( #1591 )
2021-03-18 15:45:02 +00:00
Radosław Waśko
49b30f2e9d
Database Visualization Support ( #1582 )
2021-03-18 14:28:52 +01:00
Ara Adkins
e4e16a3da3
Fix the array visualisation and misc crashes ( #1588 )
2021-03-17 16:34:53 +00:00