livebook/test/live_book_web
Jonatan Kłosko 663ec3283e
Support starting runtime in Mix context (#61)
* Prototype standalone mode with mix

* Move runtime initialization into separate LiveViews

* Make standalone node initialization async

* Refactor async node initialization

* Automatically scroll to the bottom of output

* Refactor streaming output

* Move MessageEmitter under Utils

* Add path selector to the mix runtime picker

* Update runtime descriptions

* Add successful or error message at the end of output

* Run formatter

* Rename Standalone to ElixirStandalone for consistency

* Show only directories when looking for a mix project

* Update docs

* Extract shared standalone logic

* Make the remote primary process monitor Manager instead of session

* Further refactoring and docs

* Add tests for collectable Callback

* Add missing macro doc

* Apply review suggestions

* Decouple sending asynchronous notifications from the runtime initialization

* Apply suggestions
2021-02-26 20:53:29 +01:00
..
controllers Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
live Support starting runtime in Mix context (#61) 2021-02-26 20:53:29 +01:00
views Update to Elixir v1.11 and remove unused files (#32) 2021-02-16 12:29:41 +01:00
helpers_test.exs Support ANSI escape codes (#55) 2021-02-22 22:08:02 +01:00