Commit graph

657 commits

Author SHA1 Message Date
Jonatan Kłosko 652efd6bad Release 0.3.0 2021-10-19 14:41:58 +02:00
Jonatan Kłosko 05490b43cb
Open standalone runtime ports in binary mode (#608) 2021-10-19 14:27:38 +02:00
José Valim 86e74c90ef Add Fly.io link to the README 2021-10-19 13:30:23 +02:00
jonatanklosko f0aacc7614 Update assets 2021-10-18 22:39:47 +00:00
Jonatan Kłosko c354c46d89
Update dependencies (#606)
* Update dependencies

* Update dependencies major

* Update mix deps
2021-10-19 00:37:48 +02:00
jonatanklosko 38dc8693ff Update assets 2021-10-18 20:37:44 +00:00
Jonatan Kłosko 866abe8dee
Update favicon when navigating across sessions (#603) 2021-10-18 22:36:00 +02:00
Jonatan Kłosko 06f83def3d
Normalize session tmp directory path (#604) 2021-10-18 22:35:51 +02:00
jonatanklosko 87b657d81a Update assets 2021-10-18 20:34:09 +00: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 3a8c11cb10
Remove version from the health endpoint (#601) 2021-10-18 18:28:19 +02:00
Jonatan Kłosko 5131a9e683
Enable CORS for health check (#600) 2021-10-18 18:07:18 +02:00
José Valim 861fc3110b Remove paragraph leading to other notebooks 2021-10-16 20:53:52 +02:00
José Valim 7eea603964
Latest Hex no longer requires us to hardcode the version (#564) 2021-10-16 19:54:10 +02:00
jonatanklosko fa2e68c208 Update assets 2021-10-16 10:25:51 +00:00
Jean Carlos 238635a6be
Changed favicon with base on notebook status (#594)
* Change favicon based on notebook status

* Format correction

* "operation" is unused

* Improvements for better functioning of icons

* Renamed icons files

* Update favicons

* Update changelog

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-10-16 12:24:19 +02:00
Jonatan Kłosko 3ae67ede33
Add support for importing notebook from URL query parameter (#598)
* Add support for importing notebook from URL query

* Update desc

* Update URL and redirect to import form on error

* Update tests

* Remove URL scope
2021-10-16 12:23:08 +02:00
Jonatan Kłosko 06822b6e7e
Prefix base64 encoded cookie (#597) 2021-10-13 23:07:50 +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
jonatanklosko 79c0e73343 Update assets 2021-10-13 12:58:34 +00:00
Jonatan Kłosko fedbf4f53b
Update matching brackets style (#595) 2021-10-13 14:56:33 +02:00
gpopides d2cdf0a2cb
Display creation date of a session in home (#593)
* add created_at to Session struct

* test + doc enhcncement

* change format creation date function name

* use helper function to format created_at

* use mix format

* apply review suggested  changes and 2 more tests

* Store creation time in session state and sort by date by default

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-10-10 12:29:45 +02:00
jonatanklosko bb2fccc525 Update assets 2021-10-10 10:17:09 +00:00
Jean Carlos a13e691e44
Improvement users connected display (#591)
* Improve users connected display

* Update lib/livebook_web/live/session_live.ex

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

* Update lib/livebook_web/live/session_live.ex

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

* Adjust elements

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-10-10 12:15:15 +02:00
Dimitris Zorbas 6391b65060
Fix doc typo in cell_component.ex (#592) 2021-10-09 20:20:13 +02:00
José Valim d8a7af62e7
Increase the default stack for dirty io threads (cuda requires it) (#585)
Closes #579.
2021-10-05 18:23:50 +02:00
Frank Hunleth b3df13dd77
Fix typo (#578) 2021-10-05 07:30:03 +02:00
José Valim 354aae9467
Encapsulate compile and runtime configuration (#577) 2021-10-05 00:49:01 +02:00
Jonatan Kłosko ac60aba2fb
Make it possible to configure custom plug for all requests (#576)
* Make it possible to configure custom plug for all requests

* Apply review comments

* Use fetch_env!
2021-10-05 00:44:27 +02:00
Jonatan Kłosko 25d90eabf1
Add public function for converting .livemd to .exs (#573) 2021-10-05 00:26:41 +02:00
Jonatan Kłosko a57927ec2a
Extend ANSI code parser to handle multiple arguments (#569)
* Extend ANSI code parser to handle multiple arguments

* Update changelog
2021-09-30 17:57:14 +02:00
José Valim 026945e669 Remove breaks to improve readability 2021-09-25 20:54:27 +02:00
José Valim cd2c3bd5a8 Format 2021-09-25 20:35:06 +02:00
José Valim 36682edbe7 Include Intro to Nx in the homepage 2021-09-25 20:33:39 +02:00
Bruce Tate 54692ca509
Initial notebook for intro_to_nx.livemd (#528) 2021-09-25 20:29:13 +02:00
Jonatan Kłosko 4479256c5c
Use the newer stable version of Debian (#561) 2021-09-23 19:26:04 +02:00
Jonatan Kłosko fad9301ad4
Fix branching section evaluation when the parent section is empty (#560)
* Fix branching section evaluation when the parent section is empty

* Update changelog
2021-09-23 13:20:49 +02:00
José Valim f81dbab474
Update README.md 2021-09-21 13:47:45 +02:00
Jonatan Kłosko a05f90568f
Include wget in the Docker image (#556) 2021-09-20 18:41:25 +02:00
jonatanklosko 6b6b62545c Update assets 2021-09-18 21:53:04 +00:00
Jonatan Kłosko 47dcc808e8
Fix PageHelpers.title/1 example (#555) 2021-09-18 23:51:16 +02:00
Nikita Sobolev b290d3e040
Now uses slim image (#552) 2021-09-18 18:17:44 +02:00
José Valim 6712fe0689 Update :phoenix to get rid of compiler config 2021-09-18 10:03:03 +02:00
José Valim 5ab4579f39
Mention /dashboard route on bug reports (#550) 2021-09-17 15:13:04 +02:00
José Valim 2c536c9b08
Add Fly.io as sponsor 2021-09-10 10:36:25 +02:00
Jonatan Kłosko 4ff1ff0d5a
Use Phoenix.Tracker to keep track of sessions within the cluster (#540)
* Use Phoenix.Tracker to keep track of sessions within the cluster

* Apply review comments

* Cleanup topics and updates

* Update lib/livebook_web/live/session_live.ex
2021-09-04 19:16:01 +02:00
Jonatan Kłosko f83e51409a
Add reference to the Kino notebook (#539)
* Add reference to the Kino notebook

* Update lib/livebook/notebook/explore/elixir_and_livebook.livemd

Co-authored-by: José Valim <jose.valim@dashbit.co>

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-09-03 13:25:22 +02:00
José Valim bbd7cc79f5
Use Kino as example instead of Jason (#538) 2021-09-03 12:34:37 +02:00
Jonatan Kłosko 6bf0a6ba7c
Further adjust branching tooltip (#537) 2021-09-03 12:09:48 +02:00
Jonatan Kłosko f5827d11b0
Squeeze tooltip in the sections panel (#536) 2021-09-02 14:53:44 +02:00