Jonatan Kłosko
5ae61ed776
Update to LV 1.0 ( #2883 )
2024-12-04 10:37:17 +01:00
Jonatan Kłosko
63668c49fb
Add end-to-end app deployment flow with Livebook Teams ( #2602 )
2024-05-14 13:20:14 +02:00
José Valim
16f276b0cd
Move all deployment group to hub page
2024-03-30 11:23:06 +01:00
Jonatan Kłosko
4587396c9a
Encapsulate buttons and inputs in components ( #2477 )
2024-02-08 19:27:16 +01:00
Paulo Valim
721a2eba4a
Adding table view for environement variables ( #2461 )
2024-01-30 16:48:18 +01:00
Alexandre de Souza
96bf5ddbcc
Implement File Storage ( #2212 )
2023-09-25 11:18:30 -03:00
Hugo Baraúna
e26d45ac46
Fix add filesystem form label ( #2156 )
...
* Fix add filesystem form label
* Update lib/livebook_web/live/settings_live/add_file_system_component.ex
---------
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-10 12:11:16 -03:00
Jonatan Kłosko
32a98ff0af
Improve code docs
2023-07-28 02:04:52 +02:00
Jonatan Kłosko
7ea0b9278a
Use changesets for all forms ( #2087 )
2023-07-19 00:38:26 +02:00
ByeongUk Choi
72d18e5a38
Add default directory setting ( #2046 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-07-12 13:28:51 +02:00
Jonatan Kłosko
f262b9c0c9
Rebuild confirmation modal system ( #1903 )
2023-05-10 18:23:08 +02:00
ByeongUk Choi
4db39078bd
Add open page and track starred/recent notebooks ( #1639 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-03-06 18:14:33 +01:00
Jonatan Kłosko
e78b3a930c
Move more styles to components ( #1723 )
2023-02-23 19:07:00 +01:00
Jonatan Kłosko
5b5593a54b
Update to Phoenix 1.7 ( #1720 )
2023-02-22 19:34:54 +01:00
Jonatan Kłosko
08391f511c
Fix form :for deprecation
2023-02-20 20:51:17 +01:00
Jonatan Kłosko
57e1df74f3
Allow specifying S3 region explicitly ( #1638 )
2023-01-12 13:32:08 +01:00
Jonatan Kłosko
2063cf9485
Move file system actions into a menu ( #1484 )
2022-10-13 15:31:06 +02:00
GitStart
577a1b7eb6
Allow a file system to be set as default in the UI ( #1450 )
2022-10-13 15:16:52 +02:00
José Valim
6da00daffd
Update to LV 0.18 ( #1426 )
2022-10-04 08:46:55 +02:00
Alexandre de Souza
e539661189
Unify styling environment variables forms ( #1403 )
2022-09-14 13:24:32 -03:00
Alexandre de Souza
0b9f53a122
Implement global Environment Variables from Settings page ( #1387 )
2022-09-12 11:34:39 -03:00
José Valim
31c6f7adf7
Style secrets modal consistently with other add modals
2022-09-01 08:09:27 +02:00
José Valim
905dce45ef
More consistent use of padding throughout
2022-08-31 23:53:23 +02:00
José Valim
ddc98edd5a
Trim down S3 file system info
2022-08-19 23:26:11 +02:00
Jonatan Kłosko
3fcb6b97bb
Enable HEEx formatter ( #1322 )
2022-08-02 15:51:02 +02:00
José Valim
f451646d73
Labeled text block ( #1117 )
...
* Make labeled text a block
* Add link
2022-04-15 14:23:41 +02:00
Jonatan Kłosko
b3b79afed4
Refactor JS hooks ( #1055 )
...
* Restructure hook files
* Simplify app.js
* Refactor hooks
* Implement password toggle with JS commands
2022-03-16 11:33:53 +01:00
Jonatan Kłosko
d191b7eb9d
Set up confirmation modals ( #1033 )
...
* Set up confirmation modals
* Add temporary fix for the global hook remount
2022-03-02 00:26:40 +01:00
Jakub Perżyło
4fcdeb6bcf
Changed filesystems config manipulation to use ids ( #1017 )
...
* Changed filesystems mainpulation to use ids
* Adjusted to review
* Added filesystem ordering
* Apply suggestions from code review
* Format
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-02-22 22:42:54 +01:00
José Valim
efdbf67f59
Introduce LIVEBOOK_HOME and LIVEBOOK_DATA_PATH ( #963 )
...
And move the relevant configurations to settings.
2022-01-31 11:51:57 +01:00
Jonatan Kłosko
e2490c0f7f
Implement signature intellisense ( #640 )
...
* Remove Code.Fragment backport
* Fix tests compatibility with Elixir 1.13
* Implement signature intellisense
* Don't show signatures on module attributes
* Add tests for calls with do-end block
* Unify spec formatting
* Insert parentheses when completing a function call
* Send all text until cursor in signature request
* Add configuration for completion/signature popups (#693 )
* Add editor settings form
* Add configuration for intellisense defaults
* Read fresh settings when editor mounts
* Scope attribute names
* Fix disabled button styling
* Simplify signature box and enable by default
* Split settings into system and user sections
* Update lib/livebook_web/live/settings_live.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Update lib/livebook_web/live/settings_live.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Fix spacing in documentation tests
Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-12-03 21:57:21 +01:00
Jakub Perżyło
ace64eab37
Add show/hide button for password inputs #566 ( #664 )
...
* Added visibility toggle for password cell
* Formatted code
* Moved password toggle to separate component
* Adjusted to review
* Added password toggle for add filesystem component
* Update lib/livebook_web/helpers.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-11-01 16:04:11 +01:00
Frank Hunleth
b3df13dd77
Fix typo ( #578 )
2021-10-05 07:30:03 +02: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