Commit graph

2873 commits

Author SHA1 Message Date
José Valim 25215b67e3 Fix session confirm message 2024-04-23 19:46:07 +02:00
José Valim d58986c5bf Clarify Clustering is Docker specific 2024-04-22 23:04:50 +02:00
José Valim f7ccdcbc6d Split authentication into its own section 2024-04-22 23:00:18 +02:00
Ed Bond 9eb5cbde2c
Security focused alternative image (#2526) 2024-04-22 22:48:42 +02:00
Alexandre de Souza 0be8491d11
Handle UserDeleted event from WebSocket (#2573) 2024-04-22 13:24:26 -03:00
Hugo Baraúna 7a16ce1926
Rename Hubs to Workspaces (#2574) 2024-04-19 17:40:50 -03:00
hugobarauna d3aad2ba00 Update assets 2024-04-19 13:46:20 +00:00
Hugo Baraúna f7728c6859
Change copy about the relationship of a notebook and secrets (#2575) 2024-04-19 10:45:32 -03:00
Hugo Baraúna 27c72f564f
Shows a more human readable name for each zta provider (#2572)
---------

Co-authored-by: Hugo Baraúna <hugo.barauna@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-04-18 10:07:14 -03:00
José Valim c1a913ae1c
Add documentation on use cases (#2567)
---------

Co-authored-by: Hugo Baraúna <hugo.barauna@gmail.com>
2024-04-17 11:14:48 -03:00
Alexandre de Souza 5e7f8a477a
Get App Settings fields from WebSocket event (#2571) 2024-04-16 12:11:15 -03:00
José Valim 6a756b415f
Respect LIVEBOOK_DISTRIBUTION env var in releases (#2570) 2024-04-15 16:35:22 +02:00
Jonatan Kłosko 6cc22501c9 Include reason in the error message when the runtime node goes down during init 2024-04-15 18:20:30 +08:00
Jonatan Kłosko 4c356eefed
Respect automatically reevaluating cells in app sessions (#2569) 2024-04-15 09:19:47 +02:00
José Valim 29c5cb1904 ZTA revamp
* Rename SessionIdentity to PassThrough and make it part of ZTA

* Compute the ID at the Plug level, rather than ZTA level and
  avoid storing it twice

* Stop the user "avatar" from flashing on initial render

* Do not duplicate identity data inside user data, rather keep
  them distinct
2024-04-13 10:29:22 +02:00
Alexandre de Souza 50f9bb2420
Implement Basic Auth ZTA (#2564) 2024-04-13 09:07:33 +02:00
Alexandre de Souza 59deaa5329
Send more fields to Teams API when deploying an app (#2563) 2024-04-12 10:36:16 -03:00
José Valim c93511296a Move module to LivebookWeb.ZTA.SessionIdentity 2024-04-12 09:49:25 +02:00
José Valim 25829b420f Add ZTA cache 2024-04-12 08:56:05 +02:00
José Valim 1332573aa4 Skip GenServer in Tailscale ZTA 2024-04-12 08:39:26 +02:00
josevalim 9cbdae2786 Update assets 2024-04-11 18:38:32 +00:00
José Valim 8ed6772cad Show password protected icon 2024-04-11 20:37:50 +02:00
Jonatan Kłosko 7cf4af5c10
Expand instructions for deploying a new agent server instance (#2561) 2024-04-11 09:37:06 +02:00
José Valim b2eebcabbe Setup database upfront rather than lazily 2024-04-10 23:43:40 +02:00
josevalim dc8b771408 Update assets 2024-04-10 21:40:43 +00:00
José Valim 5b15f36278 Apply radio cards 2024-04-10 23:39:56 +02:00
Alexandre de Souza 573cb6a75d
Handle when user stops the App Deployment (#2554) 2024-04-09 13:45:19 -03:00
José Valim 97185ad34c Fix tooltip location to avoid scrollbars 2024-04-09 18:23:47 +02:00
Jonatan Kłosko f4a29840bc
Guard files listing to not crash on emoji names (#2558) 2024-04-09 17:15:44 +02:00
Cristine Guadelupe 18ec115dbd
Bump kino_maplibre (#2557) 2024-04-09 20:12:24 +08:00
Jonatan Kłosko 79bde6b760 Fix race condition in bulk session close test 2024-04-09 19:53:49 +08:00
Jonatan Kłosko ba7e5a2654 Simplify ranges 2024-04-09 18:39:46 +08:00
Jonatan Kłosko 6d994a5542
Use unambiguous mapping between erlang and elixir variable names (#2556) 2024-04-09 12:35:00 +02:00
nixxquality 1cac107402
Replace dev assets watcher with cross-platform one (#2553) 2024-04-08 13:58:45 +02:00
José Valim cb11b26cdc Simplify code that is no longer shared across views 2024-04-08 11:06:25 +02:00
Jonatan Kłosko 4c6869d69c
Persist app password in stamp metadata (#2550) 2024-04-07 12:39:26 +02:00
José Valim b1661da884 Tiny fixes to names and conventions 2024-04-07 11:31:43 +02:00
Alexandre de Souza 08fa1b4f07
Remove id from AgentConnected message (#2548) 2024-04-05 15:09:17 -03:00
Alexandre de Souza 741e7d2b20
Implement the instances running count with connected Agents (#2546) 2024-04-05 11:24:19 -03:00
José Valim a4aedebb4e Use cmd -cd assets for better Windows support 2024-04-04 17:12:41 +02:00
Hugo Baraúna 23ab9796c3
Some changes to the copy related to deployment groups (#2542)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-04-03 17:26:24 -03:00
Alexandre de Souza 954ababc61
Add new protobuf messages related to Agent (#2541) 2024-04-03 10:43:45 -03:00
Jonatan Kłosko 61ca2cd063
Resolve user info requests coming from the runtime (#2540) 2024-04-03 08:52:16 +02:00
Matt Furden 2ae8149568
Update docs in runtime.ex (#2543)
Fixes a typo in the reply = {:ok, info} tuple documentation.
2024-04-02 23:33:25 +02:00
josevalim cfbec8724f Update assets 2024-04-02 13:25:48 +00:00
Milad fa4addcb50
Fix invalid cookie naming - cookie names can't contain : (#2539)
Closes #2537

RFCs:
* http://tools.ietf.org/html/rfc6265#section-4.1.1
* http://tools.ietf.org/html/rfc2616#section-2.2
2024-04-02 15:25:08 +02:00
Jonatan Kłosko 8e11d6a571 Update comment 2024-04-02 17:38:48 +07:00
jonatanklosko 4c695955a6 Update assets 2024-04-02 09:43:43 +00:00
Jonatan Kłosko edb3d1d4ad
Reposition iframes when JS view visibility changes (#2536) 2024-04-02 11:43:02 +02:00
José Valim 3a9412cafd
Use unique app spec version (#2535)
The ID is currently preserved on new deployments.
Therefore we also consider the sha and the timestamp.
2024-04-02 09:04:10 +02:00