Commit graph

515 commits

Author SHA1 Message Date
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
Jonatan Kłosko
1dbdd47b90
Add scrollbar to the sections side panel (#534) 2021-09-01 12:45:27 +02:00
Jonatan Kłosko
cfb719cbb0 Fix dialyzer warnings 2021-08-31 22:19:52 +02:00
Jonatan Kłosko
671c9b679e
Ensure upload path is normalized (#532)
* Ensure upload path is normalized

* Add TODO
2021-08-31 13:17:38 +02:00
Jonatan Kłosko
2a338b6b83
Detect if Livebook or another application is running on the given port (#530)
* Detect if Livebook or another application is running on the given port

* Use json/2

* Print error when the port is taken
2021-08-30 23:23:05 +02:00
Wojtek Mach
01c079a697
livebook server: Add --open-new flag (#529)
* livebook server: Add `--open-new` flag

* Update lib/livebook_cli/server.ex

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

* Update lib/livebook_cli/server.ex

* Update changelog

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-08-30 20:52:08 +02:00
jonatanklosko
e26159bce6 Update assets 2021-08-30 14:35:38 +00:00
Jonatan Kłosko
2b1cb57a15
Start new notebooks with a focused code cell (#527)
* Start new notebooks with a focused code cell

* Update changelog
2021-08-30 16:33:40 +02:00
Jonatan Kłosko
806101aa25 Update README 2021-08-28 22:44:54 +02:00
jonatanklosko
b626b4a505 Update assets 2021-08-28 16:58:56 +00:00
Jonatan Kłosko
b1807b1192
Don't sanitize class on icon tags in markdown (#522) 2021-08-28 18:56:56 +02:00
Joel Kemp
aba42a3a3e
Add a hex badge to show the current version (#520)
* Add a hex badge to show the current version

* Update README.md

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-08-28 17:44:36 +02:00
Jonatan Kłosko
7d59acf518 Update README and version in mix.exs 2021-08-25 15:06:55 +02:00
Jonatan Kłosko
071ac63cd4
Improve input type parsing (#517)
* Improve input type parsing

* Move type parsing to Cell.Input

* Add info comment
2021-08-25 12:38:30 +02:00
José Valim
3570aaa22b Update README 2021-08-25 11:58:15 +02:00
Jonatan Kłosko
7d0612e825 Revert "Update README to point to exact hex version"
This reverts commit 90a52e9295.
2021-08-25 11:53:20 +02:00
José Valim
c595ea968b
Use locked versions (#516)
* Use locked versions

* Update mix.exs

* Update mix.exs
2021-08-25 11:52:41 +02:00
Jonatan Kłosko
90a52e9295 Update README to point to exact hex version 2021-08-25 11:27:45 +02:00
jonatanklosko
1f312b7d00 Update assets 2021-08-23 08:44:18 +00:00
Jonatan Kłosko
acd100f3d3
Improve intellisense to handle structs and sigils (#513)
* Update Code.Fragment backport

* Support structs completion and show module subtype

* Support sigil completion

* Update changelog

* Don't show completion items for hidden modules

* Update Code.Fragment backport
2021-08-23 10:42:18 +02:00
Jonatan Kłosko
ab30f84548
Improve error message when attaching to a remote node with different ERTS version (#511)
* Improve error message when attaching to a remote node with different ERTS version

* Make the error more specific

* Update lib/livebook/runtime/erl_dist.ex

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

* Update lib/livebook/runtime/erl_dist.ex

* Update lib/livebook/runtime/erl_dist.ex

* Update lib/livebook/runtime/erl_dist.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-08-22 00:52:19 +02:00
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