Commit Graph

17 Commits

Author SHA1 Message Date
Maksym Bykovskyy
c555df3ff7 Renamed entrypoint fieldname 2020-03-06 14:05:56 -08:00
Maksym Bykovskyy
e61662af5f Show storage after deploy 2020-03-06 20:59:56 +00:00
Maksym Bykovskyy
314b2358db Revised README 2020-03-06 17:35:14 +00:00
Maksym Bykovskyy
e27dfa1bce Moved examples folder 2020-03-03 22:41:16 +00:00
Maksym Bykovskyy
14397157a7 Compile storage for server side deploy 2020-02-27 16:08:31 -08:00
Maksym Bykovskyy
62f3304bc4 Added view in try-michelson link 2020-02-27 14:26:42 -08:00
Jev Björsell
52b27aeffb Merge branch 'compile-storage-for-deploy' into 'dev'
Compiling storage with compile-storage command instead of compile-expression

See merge request ligolang/ligo!450
2020-02-27 22:20:23 +00:00
Maksym Bykovskyy
a434b935c6 Compiling storage with compile-storage command instead of compile-expression 2020-02-27 22:20:23 +00:00
Maksym Bykovskyy
a0d0da3a42 Ui changes feedback changes 2020-02-26 17:50:59 +00:00
Maksym Bykovskyy
9a3c1789e1 Improving syntax selection UI 2020-02-24 19:29:11 +00:00
Maksym Bykovskyy
ddd148a290 Added copy and download to output. Improved tooltip component 2020-02-15 17:50:40 -08:00
Maksym Bykovskyy
2a063a4353 Added JSON output to compile command 2020-02-13 17:19:16 -08:00
Jev Björsell
c59be5f746 * Switch to in-line CI for webide over GitLab's child-pipeline feature. There was too many bugs/weirdness with the child-pipeline. Maybe we use it when it matures.
* Flatten the build_and_deploy_docker and build_and_deploy_website into one step. They don't appear to be dependent, and if the upstream "test" jobs ran okay, then we can run these jobs in parallel.
* Run the webide unit tests in the `test` stage only if there are changes to the tools/webide directory.
* Switch to using the new `rules` ([docs](https://docs.gitlab.com/ee/ci/yaml/#rules))property instead of `only` / `except`. `rules` is now the preferred way of setting job policies. `only`/`except` are [candidates for deprecation](https://docs.gitlab.com/ee/ci/yaml/#onlyexcept-basic).
* Build/push docker images only when CI is running on the canonical `ligolang/ligo` repo. Makes hacking on CI in forked repos easier.
* Don't push a `latest` tag for the webide.
2020-02-13 23:10:02 +00:00
Rémi Lesenechal
8b83e375bd Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'"
This reverts merge request !403
2020-02-11 10:45:08 +00:00
Suzanne Dupéron
7bad718135 Add missing dependency on Python 3 2020-02-10 20:40:43 +01:00
Jev Björsell
613d7309c1
Update trigger to point to new private deploy repo. 2020-02-07 08:30:58 -08:00
Jev Björsell
c119c44c13
Import webide into main ligo monorepo
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be
marked as deprecated.

This MR does not hook up the webide build to the main CI. The CI
integration will come in a subsequent MR for the sake of making review
easier.
2020-02-06 19:04:18 -08:00