livebook/lib/livebook_web
Jonatan Kłosko 8e6558a83a
Introduce file system abstraction and an S3 implementation (#492)
* Introduce file system abstraction and an S3 implementation

* Support arbitrary absolute paths and delegate resolution to file system

* Remove accidental notebook file

* Apply suggestions from code review

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

* Apply review comments

* Add missing path assertions

* Apply review comments

* Fix test saving notebook in project root

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-08-13 21:17:43 +02:00
..
controllers Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
helpers Separate ANSI parsing from HTML rendering (#482) 2021-07-29 14:51:40 +02:00
live Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
plugs
templates Migrate to latest LV (#437) 2021-07-07 14:32:49 +02:00
views
endpoint.ex livebook server: Add --open flag (#417) 2021-07-01 12:17:49 +02:00
helpers.ex Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
router.ex Introduce file system abstraction and an S3 implementation (#492) 2021-08-13 21:17:43 +02:00
telemetry.ex