Commit Graph

101 Commits

Author SHA1 Message Date
Dmitry Bushev
7544b34844 Project Templates (https://github.com/enso-org/ide/pull/1742)
Original commit: 3452fadee9
2021-08-06 18:56:53 +02:00
Michae Mauderer
a39ec34092 Fix check for versions in the changelog to use the correct comparison between tag versions.
Original commit: 173abdff8a
2021-07-23 14:43:07 +01:00
Michael Mauderer
69be61133c Bump Rust version to nightly-2021-06-17 (https://github.com/enso-org/ide/pull/1675)
Original commit: 8b971cd7cd
2021-07-20 15:50:38 +01:00
Michael Mauderer
d6a7c88375 Create new unstable releases as draft. (https://github.com/enso-org/ide/pull/1699)
Original commit: 17f9b4d731
2021-07-15 15:32:40 +02:00
Dmitry Bushev
80569be88d User Authentication in IDE (https://github.com/enso-org/ide/pull/1653)
Add authentication and minimum supported version check

Original commit: 2e2a804b1f
2021-07-06 13:00:38 +03:00
Adam Obuchowicz
c1e2cea7b3 Temporarily lift the requirements of wasm-tests
Original commit: 32f4116cbc
2021-06-23 17:04:43 +02:00
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
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
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
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
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
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
Wojciech Daniło
9afda8d8be Fixes (https://github.com/enso-org/ide/pull/1467)
Original commit: ad4d97ac82
2021-04-13 11:10:57 +02:00
Michael Mauderer
eb05b7c1ce Fix build failing when executing run watch on a clean build. (https://github.com/enso-org/ide/pull/1395)
Original commit: c4008d4699
2021-03-31 16:31:46 +02:00
Wojciech Daniło
8b5cd73f4d Theme management (https://github.com/enso-org/ide/pull/1390)
Original commit: c8bfe4296d
2021-03-30 16:16:46 +02:00
Wojciech Daniło
c8800c8518 Fix ci (https://github.com/enso-org/ide/pull/1329)
Original commit: a8f660550d
2021-03-15 17:14:11 +01:00
Wojciech Daniło
0008798b1f Fixing CI (https://github.com/enso-org/ide/pull/1315)
Original commit: 4995740c2f
2021-03-11 12:01:21 +01:00
Wojciech Daniło
095075cb76 Fixing unnecessary full builds on PR to develop (https://github.com/enso-org/ide/pull/1309)
Original commit: 6a3845e32a
2021-03-08 13:27:10 +01:00
Wojciech Daniło
87a19bec3d CI Fixes (https://github.com/enso-org/ide/pull/1304)
Original commit: 0ff9e3f62b
2021-03-05 16:22:19 +01:00
Wojciech Danilo
3a04557ac5 Fixing CI checks
Original commit: 4c2182f9ce
2021-03-05 01:24:16 +01:00
Wojciech Daniło
57607369a4 Fixing CI (https://github.com/enso-org/ide/pull/1297)
Original commit: 590b10d315
2021-03-05 01:21:48 +01:00
Wojciech Danilo
1912e3b62d Improving CI
Original commit: 2eddb15cd8
2021-03-04 23:21:40 +01:00
Wojciech Danilo
a072369af0 Improving CI build condition.
Original commit: 9d41813468
2021-03-04 23:14:04 +01:00
Wojciech Daniło
e3f9818744 CI improvements (https://github.com/enso-org/ide/pull/1294)
Original commit: b9cc5b6c0f
2021-03-04 23:09:14 +01:00
Wojciech Danilo
bfb7c3559b Dump gh context on ci
Original commit: 2264902589
2021-03-04 22:21:50 +01:00
Wojciech Danilo
ab1d60894b Improving workflow
Original commit: 248de84d99
2021-03-04 19:13:03 +01:00
Wojciech Daniło
2dc1a06103 CI Improvements (https://github.com/enso-org/ide/pull/1175)
Original commit: 0eadf2707d
2021-02-05 01:44:21 +01:00
Adam Obuchowicz
80fdbe1427 Integrate setPreprocessor function with Engine (https://github.com/enso-org/ide/pull/1166)
In this PR a new method of "ExecututionContext" model is created allowing visualization modification, and the "on_preprocessor_changed" endpoint of visualization is exposed in GraphEditor and integrated with the new controller methods.

Original commit: 9811d76a8d
2021-02-03 18:06:10 +01:00
Wojciech Daniło
74619c6731 Making CI config more generic (https://github.com/enso-org/ide/pull/1158)
Original commit: 66e45cd1dd
2021-02-02 06:07:43 +01:00
Michael Mauderer
abb066b989 Enable the watch script to download and use the pre-built project manager. (https://github.com/enso-org/ide/pull/1104)
Original commit: de5ab78405
2021-01-21 14:52:57 +01:00
Wojciech Daniło
89d990c5b3 Expose IDE as a library (https://github.com/enso-org/ide/pull/1080)
Original commit: b16ac40a3d
2020-12-24 05:38:01 +01:00
Michael Mauderer
671fa4e52c Bundle project manager in electron package. (https://github.com/enso-org/ide/pull/1070)
Original commit: f5f69d4a10
2020-12-22 23:14:52 +01:00
Michael Mauderer
f7ea27b0cd Errors on nodes (https://github.com/enso-org/ide/pull/1079)
Original commit: 570d3759fb
2020-12-22 22:19:31 +01:00
Adam Obuchowicz
cc653f4d50 Examples in Searcher (https://github.com/enso-org/ide/pull/1058)
Original commit: 42aa8aadff
2020-12-18 11:56:25 +01:00
Wojciech Daniło
a6eeed41b2 Fixing bugs (https://github.com/enso-org/ide/pull/1066)
Original commit: 5f62caa584
2020-12-18 04:12:23 +01:00
Michael Mauderer
82accb798e Only prevent default zooming when holding ctrl key. (https://github.com/enso-org/ide/pull/1001)
Original commit: 106b13c07a
2020-12-02 12:25:26 +01:00
Wojciech Daniło
55f06d4cc8 FRP stack trace and refactoring. (https://github.com/enso-org/ide/pull/989)
Original commit: 0b7cf5f05a
2020-11-30 12:38:35 +01:00
Adam Obuchowicz
98f36fe0b7 Fix missing connection in some cases. (https://github.com/enso-org/ide/pull/979)
Original commit: 8b58af487f
2020-11-24 12:10:47 +01:00
Michael Mauderer
305c379a5c Enable editing the project name only on cmd+lmb and double press. (https://github.com/enso-org/ide/pull/956)
Original commit: 5dd8177fd5
2020-11-23 15:03:07 +01:00
Adam Obuchowicz
a49baf10ca Engine API update (https://github.com/enso-org/ide/pull/955)
Original commit: ec82e85de3
2020-11-17 20:39:41 +01:00
Wojciech Daniło
ff94d3a55b Port display improvements (https://github.com/enso-org/ide/pull/881)
Original commit: ec5b0e0359
2020-11-17 07:50:20 +01:00
Adam Obuchowicz
c03f0c907e Put here keyword instead of module name (https://github.com/enso-org/ide/pull/915)
Original commit: b63f41debb
2020-11-09 13:08:43 +01:00
Michael Mauderer
13f24f9148 PR: Replace Project Name Text Field with Text Field 2.0 (https://github.com/enso-org/ide/pull/870)
* build: Increase stack size.

* feat: Replace project name text field.

* feat: Add keyboard shortcuts for `enter` and `esc` behaviours.

* feat: Implement cursor style changes on project name hover.

* chore: Reduce allowed build size.

Co-authored-by: Wojciech Daniło <wojciech.danilo@gmail.com>

Original commit: a60d6d3d50
2020-10-30 14:43:07 +01:00
Wojciech Daniło
e9666b8afe Fixing run.js bug.
Original commit: 09b2db6ce8
2020-10-26 02:22:19 +01:00
Wojciech Daniło
cf68e6848d Bump npm node version (https://github.com/enso-org/ide/pull/879)
Original commit: a642c94958
2020-10-26 02:18:40 +01:00
Wojciech Daniło
0bf67b4b8c Spantree refactoring and extensions (https://github.com/enso-org/ide/pull/873)
Original commit: 1c800f99fe
2020-10-24 08:07:39 +02:00
Adam Obuchowicz
4841af1710 Fix visualization show action (https://github.com/enso-org/ide/pull/874)
Emit appropriate signal from GraphEditor when user click on "eye" icon on node.



Original commit: 62ba393d7c
2020-10-23 14:02:14 +02:00