livebook/test/livebook
Jonatan Kłosko f91c71bf3a
Migrate the Evaluator process from GenServer to a regular process (#502)
* Migrate the Evaluator process from GenServer to a regular process

* Update CHANGELOG

* Attach reference to every evaluator and pass in internal messages

* Use start_supervised/2 in tests

* Apply review comments
2021-08-19 13:56:59 +02:00
..
delta
evaluator Implement :get_until in IOProxy (#401) 2021-06-25 14:15:11 +02:00
file_system Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
live_markdown Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
notebook Remove untyped metadata (#484) 2021-07-30 13:04:07 +02:00
runtime Convert Elixir columns range to JavaScript (#472) 2021-07-27 16:50:05 +02:00
session Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
users Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils Separate ANSI parsing from HTML rendering (#482) 2021-07-29 14:51:40 +02:00
content_loader_test.exs Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
delta_test.exs
evaluator_test.exs Migrate the Evaluator process from GenServer to a regular process (#502) 2021-08-19 13:56:59 +02:00
explore_test.exs Add an option to preload session images from memory (#329) 2021-06-08 13:28:53 +02:00
intellisense_test.exs Rewrite hover details using Code.Fragment.surround_context (#471) 2021-07-27 12:32:53 +02:00
js_interop_test.exs Convert Elixir columns range to JavaScript (#472) 2021-07-27 16:50:05 +02:00
notebook_test.exs Introduce branching sections (#449) 2021-07-15 18:19:36 +02:00
session_supervisor_test.exs Change wording from delete session to close session (#160) 2021-04-12 23:24:26 +02:00
session_test.exs Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
users_test.exs Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils_test.exs Optimise data view recomputation for delta operations (#286) 2021-05-21 14:56:25 +02:00