Commit graph

687 commits

Author SHA1 Message Date
Jonatan Kłosko
87b6f6160e
Fix identifier details on local calls (#509) 2021-08-21 01:24:44 +02:00
jonatanklosko
0b5a4da6e2 Update assets 2021-08-20 21:27:13 +00:00
Jonatan Kłosko
f9e67d27c0
Add a keyboard shortcut for triggering on-hover docs (#508)
* Add a keyboard shortcut for triggering on-hover docs

* Update changelog
2021-08-20 23:25:18 +02:00
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
Jonatan Kłosko
9822735bcf Update GitHub org references from elixir-nx to livebook-dev 2021-08-18 15:55:07 +02:00
Jonatan Kłosko
34bb041755
Rewrite changelog to adhere to keepachangelog format (#500) 2021-08-18 15:51:40 +02:00
jonatanklosko
515cfed11f Update assets 2021-08-18 12:43:46 +00:00
Jonatan Kłosko
bf05fb0a50
Add support for configuring file systems using env variables (#498)
* Add support for configuring file systems using env variables

* Add UI for copying file systems env configuration
2021-08-18 14:41:57 +02:00
nathanbegbie
1afcd7030e
fix typo in Intro To Livebook (#499) 2021-08-18 14:36:09 +02:00
jonatanklosko
65c35fa95a Update assets 2021-08-17 19:45:24 +00:00
Jonatan Kłosko
8802fd50f3
Sign S3 requests using aws_signature (#497)
* Sign S3 requests using aws_signature

* escape_key -> encode_key

* Update lib/livebook/file_system/s3.ex

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

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-08-17 21:43:58 +02:00
Wojtek Mach
8776ccdf31
Fix warning on Elixir master (#496) 2021-08-16 21:42:51 +02:00
jonatanklosko
22e5b8e4e5 Update assets 2021-08-14 08:46:49 +00:00
Jonatan Kłosko
e0febac309
Switch client side markdown processing to remark (#495) 2021-08-14 10:44:46 +02:00
jonatanklosko
41a60a57c0 Update assets 2021-08-13 19:19:26 +00:00
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
Jonatan Kłosko
ec2d24c5b3
Release 0.2.3 (#491)
* Update earmark_parser

* Release 0.2.3
2021-08-12 14:40:07 +02:00
Jonatan Kłosko
e965ad1392
Clarify note on deps (#490) 2021-08-11 12:07:03 +02:00
jonatanklosko
c384db8478 Update assets 2021-08-10 22:58:35 +00:00
Jonatan Kłosko
5ed6dd0807
Update deps (#489) 2021-08-11 00:56:52 +02:00
Jonatan Kłosko
f22bf2a21d
Keep inline Markdown unchanged when importing/exporting (#487)
* Merge: [WIP] Make Markdown formatter math-safe #447

* Keep inline Markdown unchanged when importing/exporting
2021-08-02 18:39:50 +02:00
Jonatan Kłosko
0ac475d915 Fix link rendering in README 2021-08-01 02:05:04 +02:00
José Valim
f3ea05b7ee
Detail the possibility of using releases environment variables (#486) 2021-07-31 10:09:21 +02:00
Jonatan Kłosko
634907b49c
Add notebook option for persisting outputs (#485)
* Add notebook option for persisting outputs

* Increase persistence modal spacing
2021-07-30 16:24:46 +02:00
Jonatan Kłosko
37b6a1aa40
Remove untyped metadata (#484) 2021-07-30 13:04:07 +02:00
Jonatan Kłosko
42463c7cb1
Add option to export Live Markdown with output (#483)
* Add option to export outputs in Live Markdown

* Add outputs option to Live Markdown export tab

* Adjust import to handle outputs

* Apply review comments
2021-07-29 18:41:34 +02:00
Jonatan Kłosko
1caff24882
Separate ANSI parsing from HTML rendering (#482) 2021-07-29 14:51:40 +02:00
jonatanklosko
c925d1d49c Update assets 2021-07-28 17:37:17 +00:00
Jonatan Kłosko
3216727858
Keep original source when highlighting (#480) 2021-07-28 19:35:36 +02:00
jonatanklosko
969b204b58 Update assets 2021-07-28 14:14:02 +00:00
Jonatan Kłosko
7578e81adb Depend on Phoenix 1.5.9 rather than master 2021-07-28 16:11:33 +02:00
Jonatan Kłosko
e8eee5c495
Update Kino references to the latest version (#479) 2021-07-28 15:52:33 +02:00
Jonatan Kłosko
917e59c57d
Optimise string building with iodata (#478) 2021-07-28 14:27:11 +02:00
Jonatan Kłosko
cfbba9e2ce
Add Elixir source export (#476) 2021-07-28 13:40:36 +02:00
Jonatan Kłosko
45e8da0652 Synchronize Code.Fragment backport 2021-07-27 17:03:07 +02:00
Jonatan Kłosko
afe06517d7
Convert Elixir columns range to JavaScript (#472) 2021-07-27 16:50:05 +02:00
jonatanklosko
f225ddbdcf Update assets 2021-07-27 10:34:21 +00:00
Jonatan Kłosko
ee51411299
Rewrite hover details using Code.Fragment.surround_context (#471) 2021-07-27 12:32:53 +02:00
jonatanklosko
421611d230 Update assets 2021-07-26 18:01:21 +00:00
Huynh Tan
e7a8a0775f
Implement checkbox input (#461)
* Implement checkbox input

* Adjustments

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-07-26 19:59:52 +02:00
Jonatan Kłosko
7dd80489a3
Preserve subsequent Markdown cells in .livemd (#469)
* Add import/export tests

* Implement live markdown annotation for breaking Markdown cells
2021-07-26 13:35:37 +02:00
jonatanklosko
049cf3b5a0 Update assets 2021-07-26 10:00:08 +00:00
Jonatan Kłosko
af50646a8e
Convert JavaScript string column to Elixir (#467)
* Fix column/index wording

* Convert JavaScript string column to Elixir
2021-07-26 11:57:51 +02:00
Jonatan Kłosko
f9ec058e43
Fix completion crash on higher unicode characters (#466)
* Fix completion crash on higher unicode characters

* Safely rescue from intellisense errors
2021-07-26 11:34:22 +02:00
Jonatan Kłosko
943d8b6059
Make sure to reflect the dirty status when cell content changes (#465) 2021-07-26 11:33:44 +02:00
José Valim
ed8fac44ef
Meantion install caches and consolidates protocols
Closes #462.
2021-07-24 17:51:20 +02:00
Carlos
d20d4f6bf1
Fix url repo in developmento topic (#460) 2021-07-23 22:48:24 +02:00
Jonatan Kłosko
756420f5fa
Fix attached runtime configuration string ambiguity with IPv6 (#459)
* Fix attached runtime configuration string ambiguity with IPv6

* Preserve the NODE:COOKIE order
2021-07-23 10:19:30 +02:00
Jonatan Kłosko
6575791bed
Add notebook source preview and export (#457)
* Add notebook source preview and export

* Build live markdown source outside the session process
2021-07-23 01:18:40 +02:00
jonatanklosko
5b5a70d928 Update assets 2021-07-22 14:22:24 +00:00