1
1
mirror of https://github.com/enso-org/enso.git synced 2024-12-21 04:51:38 +03:00
Commit Graph

215 Commits

Author SHA1 Message Date
Jaroslav Tulach
ab692b3b74
Enso Date shall be converted to java.time.LocalDate when passed to Java () 2022-04-15 06:02:05 +02:00
Dmitry Bushev
998d078b9a
Fill component groups of standard libraries ()
Changelog:
- add: component groups to package descriptions
- add: `executionContext/getComponentGroups` method that returns component groups of libraries that are currently loaded
- doc: cleanup unimplemented undo/redo commands
- refactor: internal component groups datatype
2022-04-14 13:12:18 +00:00
Jaroslav Tulach
ef7f04297a
Documenting how to build the IDE () 2022-04-12 17:37:29 +02:00
Radosław Waśko
20be5516a5
Aggregates in the Database library - MVP ()
Implements infrastructure for new aggregations in the Database. It comes with only some basic aggregations and limited error-handling. More aggregations and problem handling will be added in subsequent PRs.

# Important Notes
This introduces basic aggregations using our existing codegen and sets-up our testing infrastructure to be able to use the same aggregate tests as in-memory backend for the database backends.

Many aggregations are not yet implemented - they will be added in subsequent tasks.

There are some TODOs left - they will be addressed in the next tasks.
2022-03-28 15:51:37 +00:00
Dmitry Bushev
a34c2bcfe6
Implement Documentation Sections API () 2022-03-25 10:49:37 +03:00
Wojciech Daniło
f4d236fcd4
EnsoGL context abstraction () 2022-03-04 15:13:23 +01:00
Dmitry Bushev
d3846578cc
Fix Error Payload Serialization () 2022-03-04 11:57:49 +03:00
Dmitry Bushev
40f44be858
Update the Language Server API () 2022-03-03 16:28:04 +03:00
Dmitry Bushev
3858ae7517
Add API for component groups () 2022-02-24 15:41:14 +03:00
Dmitry Bushev
9010a2c3a3
doc: Range datatype () 2022-02-22 13:21:24 +03:00
Marcin Kostrzewa
67b4e59506
Properly expose stacktraces and related data to user code () 2022-02-16 10:36:19 +03:00
Edward Kmett
0c25ee736c
Upgrade Truffle and Graal to Version 21.3.0 () 2022-02-11 19:05:13 +03:00
Ilya Bogdanov
2ff919623a
Fix typos in graalmv-m1-mac.md () 2022-02-09 09:30:41 +01:00
Michał Wawrzyniec Urbańczyk
4baad5f146
Nightly proccess preparations: Setting Enso version through the environment ()
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
Co-authored-by: Radosław Waśko <wasko.radek@gmail.com>
2022-02-07 15:14:32 +01:00
Dmitry Bushev
b7c98333ae
Remove references to dependent types () 2022-01-10 19:51:51 +03:00
Ilya Bogdanov
a4355876fa
Developers should be able to build and test desktop IDE on M1 Mac () 2022-01-10 12:18:34 +03:00
Michał Wawrzyniec Urbańczyk
66c256a1f7
Self-hosted Engine CI for Windows and Linux () 2021-12-27 17:56:35 +01:00
IsaacTell
e48e7e333b
doc: change PR branch to develop () 2021-12-14 20:56:28 +03:00
Dmitry Bushev
7467efda59
Update CONTRIBUTING () 2021-12-13 13:45:07 +03:00
Dmitry Bushev
607330712a
Add support for conversions in Language Server () 2021-12-03 11:31:44 +03:00
Radosław Waśko
46c31bb9a5
Preinstalling With Dependencies () 2021-11-23 11:51:17 +03:00
Michał Wawrzyniec Urbańczyk
76553dd217
Post-merge fixes ()
Add GUI codeowners. Require jobs from GUI CI as part of PR. Keep prettier under control.
2021-11-01 20:44:15 +01:00
Michał W. Urbańczyk
99053decd8 various default branch switch - related updates 2021-11-01 01:37:30 +01:00
Michał W. Urbańczyk
8568e7a3b4 move flexer docs 2021-10-30 14:50:06 +02:00
Ara Adkins
a924e16618
Update some documentation for clarity () 2021-10-01 14:13:20 +01:00
Ara Adkins
1cd2706ba8
Load IR Caches from Disk () 2021-09-18 13:48:13 +01:00
Dmitry Bushev
5f491b612a
Update modifyVisualization docs () 2021-08-20 12:53:58 +01:00
Radosław Waśko
8cef409db2
Getting and Setting Library Metadata () 2021-08-20 10:23:05 +02:00
Radosław Waśko
63819526d7
Update the editions/listDefinedLibraries Endpoint () 2021-08-19 17:21:31 +02:00
Radosław Waśko
0a60e5180a
Update Simple Library Server () 2021-08-18 10:01:28 +02:00
Radosław Waśko
be6e60509a
Tool To Bump Stdlib Version () 2021-08-13 18:14:20 +02:00
Dmitry Bushev
de1a0ced60
Execution complete notification ()
Add executionContext/executionComplete notification
2021-08-12 19:26:44 +03:00
Dmitry Bushev
63a44e198c
Reset idle time ()
Add _idle/reset HTTP endpoint that
resets the idle time counter
2021-08-11 16:39:39 +03:00
Radosław Waśko
31167fd6ae
Revert "Revert "Library Publishing MVP ()"" () 2021-08-09 16:00:04 +02:00
Ara Adkins
a1116995d8
Fix a bad heuristic for identifying module docs () 2021-08-03 13:19:22 +01:00
Dmitry Bushev
6af2338ad4
Return Project Name when Creating a Project ()
Add projectName field to the project/create result
2021-07-29 11:02:53 +03:00
Dmitry Bushev
8336a97931
Add Support for Project Templates ()
Add an ability to create a project from a template
2021-07-27 19:13:14 +03:00
Ara Adkins
bc96f0e05c
Add support for documenting modules () 2021-07-26 13:26:41 +01:00
Ara Adkins
a7478bc573
Revert "Library Publishing MVP ()"
This reverts commit 1bd4e5824e.
2021-07-26 10:32:19 +01:00
Radosław Waśko
1bd4e5824e
Library Publishing MVP () 2021-07-23 18:16:34 +02:00
Ara Adkins
8f34f7fcbd
Add support for the ALIAS tag in docs () 2021-07-22 15:48:44 +01:00
Radosław Waśko
d84891d29d
Update Codeowners And Release Policy () 2021-07-22 11:07:23 +02:00
Dmitry Bushev
980ba8cb65
Add Reexport Field to Suggestions ()
Add the reexport field to suggestions
2021-07-20 19:10:53 +03:00
Radosław Waśko
86fcd86055
New Language Server API Implementations / Mocks () 2021-07-17 16:49:51 +02:00
Ara Adkins
297a8012d1
Design the support for IR serialization () 2021-07-15 13:14:32 +01:00
Radosław Waśko
3a9f0aa42b
[release: nightly] Fix project/list failing if edition resolution failed for a single project () 2021-07-14 10:49:57 +01:00
Radosław Waśko
8f57d67bc6
Update Language Server API for Libraries () 2021-07-13 16:00:55 +02:00
Dmitry Bushev
b3badf1b80
Add Idleness Http Endpoint ()
Implement `GET / _idle` request
2021-07-12 16:53:44 +03:00
Radosław Waśko
399fa5edfe
Update Dockerfile for Integrating Editions with Cloud () 2021-07-12 13:58:13 +02:00
Radosław Waśko
042a0f81f1
Fix Nightly Workflows and Update Release Policy () 2021-07-10 01:10:31 +02:00