Commit Graph

48 Commits

Author SHA1 Message Date
Ara Adkins
7077abc2cb Update the repo to use main as the default branch
Original commit: 706f1fd9ed
2020-06-15 18:11:36 +01:00
Danilo Guanabara
b8756cd60e Fixed textfield key masking on Mac (https://github.com/enso-org/ide/pull/552)
Original commit: 63ad62cf3d
2020-06-10 08:13:42 -03:00
Adam Obuchowicz
5613749831 Change IDE owner to mwu-two (https://github.com/enso-org/ide/pull/498)
Original commit: c606ed41bd
2020-05-29 12:35:22 +02:00
Michael Mauderer
71bc491b28 Add profiling checkbox to PR Checklist. (https://github.com/enso-org/ide/pull/416)
Original commit: d9ca410246
2020-05-27 12:55:18 +02:00
Adam Obuchowicz
619249f061 Fix CI package size checking (https://github.com/enso-org/ide/pull/421)
Original commit: cd8c0090a3
2020-05-12 12:18:32 +02:00
Josef
4d92869db2 Cache dependencies for CI. (https://github.com/enso-org/ide/pull/277)
Original commit: 4e55dc5a9c
2020-03-31 14:10:37 +02:00
Wojciech Daniło
6009caa205 Making tests on CI faster by running them in parallel (https://github.com/enso-org/ide/pull/264)
Original commit: 44df1d6706
2020-03-16 11:16:16 +01:00
Wojciech Daniło
e10fc464a8 Refactoring file structure (https://github.com/enso-org/ide/pull/260)
Original commit: c38ca0d5a4
2020-03-16 03:58:00 +01:00
Wojciech Daniło
4fd137bfc3 Refactoring & Performance Improvements (https://github.com/enso-org/ide/pull/255)
Original commit: b2ee9388e4
2020-03-13 05:10:08 +01:00
Wojciech Daniło
619eb4fabd Fixing node version (https://github.com/enso-org/ide/pull/251)
Original commit: af54d2876c
2020-03-10 15:33:02 +01:00
Wojciech Daniło
68601ba9e9 Electron support (https://github.com/enso-org/ide/pull/223)
Original commit: d0b71bb46c
2020-03-05 06:25:00 +01:00
Wojciech Daniło
ecda629e98 Node shapes part 1, build time optimization, lazy WASM loader. (https://github.com/enso-org/ide/pull/162)
Implements #2117
The application is now distributed to WASM binary (gzipped, not processed by webpack) and JS helpers bundle (gzipped, processed by webpack).
There is a new loader implementation that starts downloading the bundles and as soon as it finishes downloading the helper bundle, it starts online WASM compilation (before the WASM binary finishes downloading).
The loader displays a nice progress bar to the user.
The top-level examples folder was renamed to app and changed significantly. It is meant now to be the base for our cloud and native app. When you run it, please navigate to http://localhost:8080/debug to get the list of debug demo scenes.

Implements #2118
Please use ./scripts/watch.sh --dev. After changing any example scene, the time between hitting ctrl+s and seeing new results in the browser dropped from 45s to 3s.

Implements #2110

Original commit: f21998f4f2
2020-02-11 00:47:03 +01:00
Danilo Guanabara
685c6d0c37 World Integration 🌎🕊️ to Css3dSystem (https://github.com/enso-org/ide/pull/133)
CSS 3D System x World integration

Original commit: 7c47432a09
2020-02-06 13:09:29 -03:00
Danilo Guanabara
692432e498 File size checking 📏 (https://github.com/enso-org/ide/pull/148)
File size checking

Original commit: cce31b31ae
2020-02-06 07:13:07 -03:00
Wojciech Daniło
ca2b242a33 Create CODEOWNERS
Original commit: b80f1d9643
2020-02-06 03:49:42 +01:00
Michał Wawrzyniec Urbańczyk
e49daec321 Run wasm-pack test on Windows and macOS (https://github.com/enso-org/ide/pull/127)
Original commit: 862ff6938d
2020-01-30 15:00:58 +01:00
Danilo Guanabara
7fba387683 Using Firefox for headless web tests (https://github.com/enso-org/ide/pull/113)
* Using Firefox for headless web tests

* Fixing headless web test command

* Remove unecessary  GitHub Action step


Original commit: 35941c4a68
2020-01-18 22:55:14 -03:00
Adam Obuchowicz
a07ad85444 Add wasm-pack test to github workflows (https://github.com/enso-org/ide/pull/49)
To the test workflow added a step where wasm-pack test is run for each crate in workspace.

A script was added, which runs wasm-pack test for each workspace members, because The wasm-pack itself cannot read workspaces. The script was written in rust, therefore a special crate for build-and-utility-scripts in rust was created.


Original commit: 51d3eaec7e
2019-11-25 11:52:51 +01:00
Wojciech Daniło
148a5b50b0 Update build.yml
Original commit: 7b854d1e28
2019-11-22 02:09:48 +01:00
Adam Obuchowicz
e3dd6a7027 Add msdfgen-sys crate (https://github.com/enso-org/ide/pull/39)
Original commit: 2115a3127c
2019-11-18 16:56:26 +01:00
Ara Adkins
6c2d42d890 Add issue and PR templates
Original commit: 389062ec1a
2019-10-14 11:00:17 +01:00
Wojciech Daniło
6248e63991 Update build.yml
Original commit: 5be879ff2d
2019-10-07 22:45:07 +02:00
Wojciech Daniło
3286eb3cf7 Update grcov.yml
Original commit: fdd44439ae
2019-10-07 22:43:56 +02:00
Wojciech Daniło
e046e9c6f7 Update build.yml
Original commit: 8da2909aeb
2019-10-07 22:06:02 +02:00
Wojciech Daniło
ecde1bc976 Update build.yml
Original commit: 9b8a529793
2019-10-07 21:03:03 +02:00
Wojciech Daniło
4cc7695412 Update build.yml
Original commit: 2440f88c4a
2019-10-07 20:52:33 +02:00
Wojciech Danilo
cb5e6ce515 Merge branch 'master' of github.com:luna/basegl
Original commit: 5e433c8499
2019-10-07 20:33:31 +02:00
Wojciech Danilo
9e947eb8a0 Fixing warnings, refactoring
Original commit: ae77cfb98d
2019-10-07 20:33:09 +02:00
Wojciech Daniło
e1bfe81886 Update build.yml
Original commit: 6a044ef0b6
2019-10-07 19:36:42 +02:00
Wojciech Daniło
c520ec60da Update build.yml
Original commit: b0a6c89cf7
2019-10-07 19:16:09 +02:00
Wojciech Daniło
ad49d38c2b Update build.yml
Original commit: 6f73052d99
2019-10-07 19:04:43 +02:00
Wojciech Daniło
7da952348e Update build.yml
Original commit: beb2f41aeb
2019-10-07 19:03:52 +02:00
Wojciech Daniło
66e35ead0b Update build.yml
Original commit: 36ea46e5dd
2019-10-07 18:59:19 +02:00
Wojciech Daniło
1bd3eb1434 Update build.yml
Original commit: 97b4beaf2d
2019-10-07 18:38:15 +02:00
Wojciech Daniło
d18f517dd0 Update build.yml
Original commit: 52221059f9
2019-10-07 18:36:06 +02:00
Wojciech Daniło
d5028c7fa3 Update build.yml
Original commit: c364752a9f
2019-10-07 18:31:07 +02:00
Wojciech Daniło
d59b2c95be Update build.yml
Original commit: 59cd584785
2019-10-07 17:10:04 +02:00
Wojciech Daniło
ab19c07b7e Update grcov.yml
Original commit: a77ef509c0
2019-10-07 17:03:58 +02:00
Wojciech Daniło
e212835e22 Create grcov.yml
Original commit: cf7275c861
2019-10-07 17:03:15 +02:00
Wojciech Daniło
c49fa8371d Update build.yml
Original commit: 33506baf77
2019-10-07 17:01:11 +02:00
Wojciech Daniło
ad547bf4b0 Update build.yml
Original commit: 51678ba2d0
2019-10-07 16:53:07 +02:00
Wojciech Daniło
5413ddd546 Update build.yml
Original commit: 40444da4b6
2019-10-07 16:41:00 +02:00
Wojciech Daniło
0308cf9f6c Update build.yml
Adding coverage tests

Original commit: c60bc70a78
2019-10-07 16:19:06 +02:00
Wojciech Daniło
c80ee14c60 Update build.yml
Original commit: 5f355507a7
2019-10-07 14:45:49 +02:00
Wojciech Daniło
184d9ca4e0 Delete rust.yml
Original commit: 7fc536bd7a
2019-10-07 14:15:57 +02:00
Wojciech Daniło
0834645fe8 Update and rename rust.yml to build.yml
Original commit: ffa91f8183
2019-10-07 14:15:41 +02:00
Wojciech Daniło
cf98e18319 Update rust.yml
Original commit: e89005203b
2019-10-07 13:42:20 +02:00
Wojciech Daniło
7564e532bb Update rust.yml
Original commit: 62c39f00a8
2019-10-07 13:28:34 +02:00