Alexandre de Souza
96bf5ddbcc
Implement File Storage ( #2212 )
2023-09-25 11:18:30 -03:00
Jonatan Kłosko
d1eb522464
Split files into references/attachments and support renaming ( #2167 )
2023-08-17 22:13:39 +02:00
Jonatan Kłosko
52110ff2f9
Add download for notebook files ( #2112 )
2023-07-25 20:07:13 +02:00
Jonatan Kłosko
46a9452298
Add notebook custom view ( #2101 )
...
Co-authored-by: gitstart <bot@gitstart.com>
Co-authored-by: Hameed Abdulrahaman <hameedabdulrahamann@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
2023-07-24 14:20:42 +02:00
Jonatan Kłosko
146f89f5f5
Add drag and drop actions for notebook files ( #2096 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-21 20:11:11 +02:00
Jonatan Kłosko
0f792d51bd
Make app new session button a link
2023-07-11 13:57:50 +02:00
Jonatan Kłosko
ede80fc074
Implement file management ( #2022 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-07-05 20:01:12 +02:00
Jonatan Kłosko
fb9148acf7
Change new notebook button to link ( #2036 )
2023-07-04 14:46:19 +02:00
Jonatan Kłosko
477036f64d
Properly close app sessions ( #2034 )
2023-07-04 00:53:04 +02:00
Jonatan Kłosko
d1ba07e0ea
Move app settings to a modal and add explanations ( #1914 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-05-21 21:21:10 +02:00
Jonatan Kłosko
52df405aca
Add support for multi-instance apps ( #1913 )
2023-05-19 19:40:56 +02:00
Jonatan Kłosko
f262b9c0c9
Rebuild confirmation modal system ( #1903 )
2023-05-10 18:23:08 +02:00
Alexandre de Souza
3b41e87876
Add hub secrets list to Personal Hub page ( #1763 )
2023-03-09 12:04:47 -03: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
1676d5469e
Add page listing apps ( #1733 )
2023-02-28 15:08:49 +01:00
Jonatan Kłosko
860a1e4bd9
Add source option ( #1728 )
2023-02-27 17:05:36 +01:00
Jonatan Kłosko
5b5593a54b
Update to Phoenix 1.7 ( #1720 )
2023-02-22 19:34:54 +01:00
Jonatan Kłosko
4334e8a58e
Add access control to apps ( #1715 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-18 01:16:42 +01:00
Jonatan Kłosko
40c5044a60
Add initial support for apps ( #1709 )
2023-02-16 13:47:46 +01:00
Jonatan Kłosko
377045a17b
Remove policy checks and update empty frame text ( #1694 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-06 20:31:06 +01:00
Adarsh Menon
1a895e4b29
Make image a block item instead of a button in the Markdown editor ( #1439 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-12-29 22:32:52 +01:00
José Valim
b8997d6ce2
Use with: :clear_session on bad CSRF tokens
2022-11-22 16:38:49 +01:00
Alexandre de Souza
1cd92366d8
Allow Livebook to run inside iframes ( #1520 )
2022-11-10 16:02:59 +01:00
Paulo Valim
285bc923b7
Rename the Explore section to Learn ( #1424 )
...
Co-authored-by: José Valim <jose.valim@gmail.com>
2022-09-21 12:06:22 +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
Alexandre de Souza
2cbd81eaf5
Migrate HubLive to Phoenix format ( #1373 )
2022-08-30 11:32:48 -03:00
Cristine Guadelupe
afcb2ff834
Livebook secrets ( #1348 )
...
* Add secrets to the sidebar
* Get and put secrets (naive)
* Secrets list - shortcut
* Validates secret name
* Livebook secrets as environment variables
* Restores secrets when necessary
* Minor adjustments
* Implements add_system_envs for NoopRuntime
* Moves secrets to session data
* Granular operations for secrets
* Minor adjustments
* Applying suggestions
* Test for add secrets
* Type for secret
* Applying suggestions
* Prevents duplicates
* Refactor to live_render
* Update lib/livebook/session/data.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Sort secrets
* Applying suggestions
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-25 17:24:24 -03:00
Alexandre de Souza
aa663af95d
Allow hub routes to everyone ( #1359 )
2022-08-24 13:06:01 -03:00
Alexandre de Souza
3a085a5d30
Minor Hub improvements ( #1357 )
2022-08-24 12:35:28 -03:00
José Valim
30344b0636
Create LayoutHelpers to encapsulate the whole home layout instead of sidebar ( #1352 )
2022-08-23 12:38:39 +02:00
Alexandre de Souza
5c050e640f
Add Livebook Hub with Fly.IO integration ( #1319 )
2022-08-18 10:34:27 -03:00
Jonatan Kłosko
2a1d937189
Update wording around dependencies and packages ( #1151 )
2022-04-30 17:14:10 +02:00
ByeongUk Choi
d11084d32f
Add shared mode to Livebook sessions ( #1128 )
...
* add shared mode (working)
* add markdown write permission
* Add authorize handle_event
* Revert "add shared mode (working)"
This reverts commit c1e9ebac4d
.
* Add assert_policy!
* Apply suggestions code review
* Apply suggestions from code review
* Apply suggestions from code reviews (redirect)
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Add PolicyHook
* remove assert_live_action_access!/1
* Apply suggestions from code review
* Apply suggestions from code review
* Update lib/livebook_web/live/session_live.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-04-28 13:01:53 +02:00
Jonatan Kłosko
75eb031719
Automate searching and adding new dependencies ( #1081 )
...
* Automate searching and adding new dependencies
* Restructure runtime management
* Leave search restrictions up to the runtime
* Support predefined dependencies in Embedded runtime dependency search
* Use the embedded runtime for dependency search test
* Fix typo
* Use module for loading embedded runtime dependencies
* Improve naming
2022-04-01 20:13:37 +02:00
Jonatan Kłosko
1dc7c43b70
Simplify user modals ( #1034 )
...
* Simplify user modals
* Naming
2022-03-02 00:43:06 +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
Jonatan Kłosko
9d7fe44253
Introduce smart cells ( #1029 )
...
* Introduce smart cells
* Apply review comments
2022-02-28 13:53:33 +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
Jonatan Kłosko
ccc64876a8
Add support for widget binary payloads ( #982 )
...
* Add support for widget binary payloads
* Migrate LV auth to a separate hook
* Properly set user buffer when encoding
2022-02-07 21:03:25 +01:00
gpopides
be1fce326c
Pass file or directory as open command ( #969 )
...
* caputre directory from params
* set file if file parameter is a file
* set file param
* docs
* partial review changes
* apply review changes
* add tests and rename file to path
* formatting
* applied feedback + fixed test
* Apply suggestions from code review
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-02-03 20:26:18 +01:00
Jonatan Kłosko
fc8799ef8f
Group public routes under a common prefix ( #974 )
2022-02-03 17:48:16 +01:00
Cristine Guadelupe
4dd28388a5
Bulk actions for sessions ( #939 )
...
* Initial implementation to close multiple sessions
* Sessions: bulk actions with components
* Rename Disconnect sessions to Disconnect runtime
* Select all and disabled when nothing is selected
* Styled checkbox
* Renames toggle events
* Warning about not persisted notebooks
* Adds disconnect runtime option for a single session
* Edit sessions on right
* Fix: typos and plural
* Minor adjustments
* Removes the loop for rendering the menu
* Menus with fixed width
* Minor adjustments
* Pluralize as global helper
* Bulk actions form on client side
* Track bulk actions buttons state
* Fix: home live tests
* Doctests for pluralize
* Fix: bulk actions buttons losing state on session update
* Fix: format
* Minor adjustment on toggle_edit
* Review-based adjustments
* Reset the Edit state after single-session actions
* Minor adjustments
* Fixes bulk action events
* Submit the bulk action form directly
* Tests for bulk actions
* Indentation
* Update lib/livebook_web/live/home_live/close_session_component.ex
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2022-01-28 17:45:04 -03:00
Benjamin Philip
39fedd43ca
Disable Ecto stats in Phoenix Live Dashboard ( #824 )
...
Livebook does not use Ecto, so disable Ecto stats.
2021-12-24 19:05:19 +01:00
Jonatan Kłosko
844242ba80
Add support for JS output widgets ( #818 )
...
* Add support for JS output widgets
* Don't block session when fetching assets and batch calls
* Improve path component sanitisation
* Move fetching check to session caller
* Attach origin to connect and event messages
2021-12-24 14:18:34 +01:00
Jonatan Kłosko
fbd03d6725
Update Phoenix LV ( #656 )
...
* Wrap live routes in live_session
* Update Phoenix LV
* Migrate to live_component component call
* render_block -> render_slot
* phx-disconnected -> phx-loading
* phx-capture-click -> phx-click-away
* Add hook dealing with current user
* Bump LV
* Bump LV
2021-11-01 19:33:43 +01: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
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
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
cfbba9e2ce
Add Elixir source export ( #476 )
2021-07-28 13:40:36 +02:00