Commit Graph

642 Commits

Author SHA1 Message Date
Michael Mauderer
68801e11ff Enable build signing for macOS and Windows binaries. (https://github.com/enso-org/ide/pull/1366)
Original commit: 0c339d8b59
2021-06-22 09:50:55 +02:00
Adam Obuchowicz
f06d137783 Fix changelog entry
Original commit: 4657468304
2021-06-04 13:05:00 +02:00
Michael Mauderer
25999f54ae Add missing type annotations and allow imports in project-manager build file. (https://github.com/enso-org/ide/pull/1581)
Original commit: fa7c481887
2021-05-25 16:17:22 +02:00
Adam Obuchowicz
a2e1e4c92f Add last entries to alpha 5
Original commit: ab3e04db55
2021-05-24 16:56:58 +02:00
Adam Obuchowicz
68e8b4da48 Fix Cursor Position in Cloud and Bug in Creating New Projects (https://github.com/enso-org/ide/pull/1578)
Original commit: 1737afdbfd
2021-05-24 16:53:51 +02:00
Adam Obuchowicz
5b788e953e Create new project action in searcher. (https://github.com/enso-org/ide/pull/1566)
Original commit: 5adc95289d
2021-05-21 15:24:17 +02:00
Michael Mauderer
ef85058824 Implement number and range pickers. (https://github.com/enso-org/ide/pull/1524)
Original commit: b361fdb529
2021-05-21 11:41:03 +02:00
Michał Wawrzyniec Urbańczyk
1e50c19cdd Update Rust Toolchain to Latest Nightly (https://github.com/enso-org/ide/pull/1564)
Original commit: 44db83018a
2021-05-20 16:50:43 +02:00
Adam Obuchowicz
69e3350dca Add missing parameters in ts Config class (https://github.com/enso-org/ide/pull/1568) (https://github.com/enso-org/ide/pull/1568)
Original commit: 83f97e11b3
2021-05-18 15:16:46 +02:00
Felix Rech
e47cd28395 Show node output type right under the node, not in pop-up. (https://github.com/enso-org/ide/pull/1427)
Original commit: 4bf917e0cc
2021-05-14 14:06:14 +01:00
Felix Rech
8b2b6ffa76 Deselect visualization when its node gets removed (https://github.com/enso-org/ide/pull/1556)
Original commit: f9778d60d2
2021-05-13 08:50:01 +01:00
Michael Mauderer
3a2122a3db Apply correct content type to wasm file dring AWS upload. (https://github.com/enso-org/ide/pull/1563)
Original commit: 9d8c2fd1c1
2021-05-13 08:30:19 +02:00
Michael Mauderer
3d1ee11fb5 Revert "fix: Apply correct content type to wasm file."
This reverts commit 0f8bf77e


Original commit: 81410437d0
2021-05-11 14:33:19 +02:00
Michael Mauderer
0f8bf77ecc fix: Apply correct content type to wasm file.
Original commit: fa1c8cda65
2021-05-11 14:09:05 +02:00
Michael Mauderer
416c9d69dc Correctly handle case when wasm streaming is failing. (https://github.com/enso-org/ide/pull/1561)
Original commit: 72349b8371
2021-05-11 11:33:20 +02:00
Michael Mauderer
b7baae57ff Correctly interpret string arguments as booleans in electron arguments. (https://github.com/enso-org/ide/pull/1539)
Original commit: f0e712e45c
2021-05-10 19:23:22 +02:00
Adam Obuchowicz
6fd49b26c8 Merge remote-tracking branch 'origin/unstable' into develop
Original commit: 3867842656
2021-05-10 19:22:05 +02:00
Adam Obuchowicz
971a18313d New release in changelog
Original commit: 001b477f18
2021-05-10 19:20:36 +02:00
Michael Mauderer
86af9f102e Bump engine version to 0.2.11 (https://github.com/enso-org/ide/pull/1541)
Original commit: 86fc4a010f
2021-05-10 17:39:31 +02:00
Michał Wawrzyniec Urbańczyk
93c54c777b Reconnecting WebSocket (https://github.com/enso-org/ide/pull/1537)
Original commit: a185215c71
2021-05-10 09:42:59 +02:00
Ara Adkins
99b0ae7ecb Add issue link configuration (https://github.com/enso-org/ide/pull/1558)
Original commit: f480b9b6fb
2021-05-07 15:01:12 +01:00
Michał Wawrzyniec Urbańczyk
246566f304 Delete key shall delete nodes. (https://github.com/enso-org/ide/pull/1538)
Original commit: 70ce429e8b
2021-05-07 11:27:20 +02:00
Wojciech Daniło
ab7e3767fa Update CONTRIBUTING.md
Original commit: 82534396c7
2021-05-07 04:11:56 +02:00
Michael Mauderer
50ea82d29b Update changelog for release of Enso 2.0.0-alpha.4.
Original commit: fc9454a2d6
2021-05-05 09:44:08 +02:00
Michael Mauderer
3f076d03c2 Merge branch 'unstable' into wip/mm/release-2.0.0-alpha.4
Original commit: c8e2d8d7e9
2021-05-04 14:04:23 +02:00
Michael Mauderer
b101da313d Update changelog for release of Enso 2.0.0-alpha.4.
Original commit: d8c30eac31
2021-05-04 14:01:55 +02:00
Michael Mauderer
a8f59aba8b Correctly interpret string arguments as booleans in electron arguments. (https://github.com/enso-org/ide/pull/1536)
Original commit: d659d6e295
2021-05-04 11:12:59 +02:00
Stanislav
8abbb51560 Update changelog parser to respect rc (https://github.com/enso-org/ide/pull/1535)
Original commit: 9d40adeb62
2021-04-30 15:21:43 +02:00
Michał Wawrzyniec Urbańczyk
8920927056 Passing options to backend and adding --verbose flag (https://github.com/enso-org/ide/pull/1531)
ref #2938

Original commit: a5c5762dda
2021-04-29 23:21:18 +02:00
Michał Wawrzyniec Urbańczyk
3d7255ed68 Close and Fullscreen buttons for IDE in the cloud (https://github.com/enso-org/ide/pull/1511)
Original commit: 71c3b39110
2021-04-26 15:06:52 +02:00
Stanislav
61d6cb6c97 Fix adding gzip encoding only for .gz ended files (https://github.com/enso-org/ide/pull/1520)
Original commit: 8a6d90e913
2021-04-23 17:22:02 +02:00
Maciej Mikołajek
4ef15f59a0 Update Enso Reference to new Tailwind-Generated stylesheet. (https://github.com/enso-org/ide/pull/1510)
Original commit: e300aad2d8
2021-04-22 16:37:28 +02:00
Wojciech Daniło
6e95e53ad3 Update README.md
Original commit: 0f824057b8
2021-04-19 10:13:45 +02:00
Wojciech Daniło
bbd4792ef7 Update README.md (https://github.com/enso-org/ide/pull/1487)
Original commit: defe6347ab
2021-04-19 10:09:33 +02:00
Adam Obuchowicz
0cbbadfb5d Merge branch 'develop' into unstable
Original commit: 09eccd7e0c
2021-04-13 18:11:04 +02:00
Adam Obuchowicz
6963be7451 Set new release
Original commit: 59482b1c11
2021-04-13 17:27:25 +02:00
Ara Adkins
1107bec3da Point users to the Enso repo (https://github.com/enso-org/ide/pull/1470)
Original commit: 5b1b6e6185
2021-04-13 16:41:26 +02:00
Adam Obuchowicz
23e14f393d Fix non-selectable crumbs (https://github.com/enso-org/ide/pull/1469)
Original commit: cf00e3e187
2021-04-13 16:14:28 +02:00
Felix Rech
95499398a3 Update breadcrumb bar design (https://github.com/enso-org/ide/pull/1471)
Original commit: 0ad870bb66
2021-04-13 15:59:41 +02:00
Wojciech Daniło
9afda8d8be Fixes (https://github.com/enso-org/ide/pull/1467)
Original commit: ad4d97ac82
2021-04-13 11:10:57 +02:00
Maciej Mikołajek
fff2971832 Fix: Heatmap and visualizations colors in dark mode. (https://github.com/enso-org/ide/pull/1453)
Original commit: 1680875e50
2021-04-09 22:06:45 +02:00
Adam Obuchowicz
d197781e2d Added background to error visualization under node (https://github.com/enso-org/ide/pull/1457)
Original commit: 61514f9368
2021-04-09 18:22:21 +02:00
Michał Wawrzyniec Urbańczyk
802a1fcdce Suppressing spurious type updates. (https://github.com/enso-org/ide/pull/1445)
Original commit: 42e6ea046a
2021-04-09 17:25:24 +02:00
Felix Rech
67ea846989 Add background to breadcrumbs and status bar (https://github.com/enso-org/ide/pull/1447)
* Add background to breadcrumbs and status bar

* Update CHANGELOG.md

* Tweak visual appearance

* Improve formatting

* Improve formatting

Original commit: 9b1e455298
2021-04-09 14:49:29 +01:00
Adam Obuchowicz
06a76f4b3c fix code editor theme (https://github.com/enso-org/ide/pull/1449)
Original commit: 5d7686a08a
2021-04-08 17:52:31 +02:00
Adam Obuchowicz
0a75dc328f Engine 0.2.10 (https://github.com/enso-org/ide/pull/1448)
Original commit: c3d4938f9e
2021-04-08 17:45:53 +02:00
Dmitry Bushev
f194777634 Image Visualizations (https://github.com/enso-org/ide/pull/1367)
Original commit: ba97fc7572
2021-04-08 11:14:13 +02:00
Adam Obuchowicz
f9109e6a3f Minor fixes (https://github.com/enso-org/ide/pull/1446)
Original commit: 33f73066f3
2021-04-07 17:53:06 +02:00
Adam Obuchowicz
c3eecdbd55 Fix visualization displayed with error on preview (https://github.com/enso-org/ide/pull/1442)
Original commit: 58a7ef1982
2021-04-07 15:49:53 +02:00
Wojciech Daniło
f76ddacf1d Dark theme fixes (https://github.com/enso-org/ide/pull/1444)
Original commit: 9903484daa
2021-04-07 14:01:51 +02:00