Commit graph

38 commits

Author SHA1 Message Date
Jonatan Kłosko
93e5e52e20
Publish Docker images to GHCR (#1792) 2023-03-15 15:59:05 +01:00
Jonatan Kłosko
52f94a09e4 Bump deprecated checkout action 2023-03-13 19:43:25 +01:00
Jonatan Kłosko
30a2412c15 Fix Docker CUDA build 2023-01-18 15:54:16 +01:00
Wojtek Mach
596df882fc
Rebuild Livebook Desktop (#1641) 2023-01-16 21:09:47 +01:00
Jonatan Kłosko
a9583fde92
Build CUDA images for both amd and arm (#1590) 2022-12-29 21:16:37 +01:00
Jonatan Kłosko
5fd422c22b
Build CUDA-enabled images on release (#1578) 2022-12-12 23:35:13 +01:00
Adam Vollrath
0346e1ec1e
Uffizzi workflow update (#1577) 2022-12-12 16:52:59 +01:00
Jonatan Kłosko
361455cd4e Release v0.8.0 2022-12-08 21:05:48 +01:00
Jonatan Kłosko
460eb14420
Support custom image format with implicit pixel data (#1558) 2022-12-02 12:42:31 +01:00
Jonatan Kłosko
a6c9e1103c Format YAML 2022-11-30 19:37:15 +01:00
Vibhav Bobade
a0a6bf5af8
Integrate Uffizzi (#1555) 2022-11-30 17:12:31 +01:00
Jonatan Kłosko
24f4d78cc1
Fix prettier pattern (#1554) 2022-11-30 00:26:28 +01:00
Jonatan Kłosko
484e47142a
Track evaluation dependencies and cache results (#1517) 2022-11-09 14:40:44 +01:00
José Valim
6da00daffd
Update to LV 0.18 (#1426) 2022-10-04 08:46:55 +02:00
Jonatan Kłosko
3be3164e20 Simplify epmd starting on Windows CI 2022-09-15 14:10:18 +02:00
Jonatan Kłosko
092d9b5577
Fix ERTS path on Windows CI (#1402) 2022-09-13 21:13:23 +02:00
Wojtek Mach
a1c996be1e
Automate desktop builds (#1397) 2022-09-12 15:38:33 +02:00
Wojtek Mach
69504d6d1a Update Elixir version on CI 2022-09-02 12:25:42 +02:00
Cristine Guadelupe
443ff8bf9f
Unavailable secret error (#1371)
* Show an Add Secret button for System.EnvError

* Extracts render_formatted

* Rewrite the env error message

* Renames the env error type

* Applying suggestions

* Applying suggestions (live patch)

* Test for unavailable secrets

* Bump to rc.1

* Applying suggestions (error message)

* New error message

* Prefill the secret value

* Applying suggestions (error message output)

* Update test/livebook_web/live/session_live_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update lib/livebook/runtime.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-31 20:45:55 -03:00
Jonatan Kłosko
3d5c7c3fad
Require Elixir 1.14 (#1342) 2022-08-11 20:13:57 +02:00
Jonatan Kłosko
4dc1deab24 Bump Elixir version on CI 2022-08-03 17:30:22 +02:00
Wojtek Mach
fcf3015c87
Mac app bootstrap improvements (#1238) 2022-06-22 08:04:59 +02:00
Jonatan Kłosko
cf0ff5a5a7
Test app build on Windows CI (#1130)
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
2022-05-27 15:47:47 +02:00
Howard Su
31b0a9f7d0
Add windows version of ci (#1045)
* Add windows version of ci

Config autocrlf to input on Windows
start epmd in background

* Update .github/workflows/test.yaml

* Update .github/workflows/test.yaml

* Update .github/workflows/test.yaml

* Fix tests

* Fix ownership of cached files

* Fix tests

* Increase timeouts

* Run tests on Windows only on main

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-04-11 20:34:31 +02:00
Jonatan Kłosko
47d29cb389
Require Elixir 1.13 (#737)
* Bump required Elixir version to 1.13 and fix TODOs

* Fix tests

* Remove the deprecated URI.parse/1

* Bump Docker base image

* Bump Elixir on CI
2021-12-03 21:47:20 +01:00
Jonatan Kłosko
2dfb2b143d Simplify Docker layer caching 2021-11-09 19:40:12 +01:00
Jonatan Kłosko
5213b732b9 Make sure the deploy job uses the latest commit when assets are updated 2021-11-09 19:23:14 +01:00
Jonatan Kłosko
a41dda9c7c
Keep static files outside priv (#602)
* Keep static files outside priv

* Override generated assets on the CI
2021-10-18 22:32:09 +02:00
Jonatan Kłosko
5dea204fc9
Fix intermittent test failures (#596)
* Bump Elixir on the CI

* Start permanent node manager in tests

* Adjust timeouts

* Make sure random node cookies are alphanumeric
2021-10-13 22:25:33 +02:00
Jonatan Kłosko
18c9d4413a Use test mix env in the CI 2021-05-26 16:15:09 +02:00
Jonatan Kłosko
8f7320e666 Automate building Docker images 2021-05-26 15:46:40 +02:00
Jonatan Kłosko
10973de66b Setup CI cache for Elixir and Node dependencies 2021-05-21 02:09:05 +02:00
Jonatan Kłosko
889503ad68
Require Elixir v1.12 (#278)
* Require Elixir v1.12

* Update introductory notebook

* Update base Docker images

* Add completion of reserved module attributes

* Move complete_module_attribute/1
2021-05-19 16:46:33 +02:00
Akash Hiremath
a2eb269cec
Fix undefined function warning (#241) 2021-04-26 08:59:46 +02:00
José Valim
101f582196
Use known cookie when starting runtimes (#199) 2021-04-15 20:09:54 +02:00
Jonatan Kłosko
b054ef07b3 Add GH Actions workflow automatically building assets (#147) 2021-04-05 21:13:10 +02:00
Jonatan Kłosko
2846503da6
Add formatting checks to CI workflow (#108) 2021-03-22 22:16:38 +01:00
Jonatan Kłosko
f2f121a63b Set up CI 2021-02-16 23:37:10 +01:00