Commit graph

635 commits

Author SHA1 Message Date
Alexandre de Souza
5e7f8a477a
Get App Settings fields from WebSocket event (#2571) 2024-04-16 12:11:15 -03: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
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
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
Jonatan Kłosko
79bde6b760 Fix race condition in bulk session close test 2024-04-09 19:53:49 +08:00
Jonatan Kłosko
6d994a5542
Use unambiguous mapping between erlang and elixir variable names (#2556) 2024-04-09 12:35:00 +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
Jonatan Kłosko
61ca2cd063
Resolve user info requests coming from the runtime (#2540) 2024-04-03 08:52:16 +02: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
José Valim
c699fbbd79 Allow autosave to be reenable in the UI, closes #2534 2024-04-01 10:26:16 +02:00
Jonatan Kłosko
4ac8468c45 Include user payload in runtime app info response 2024-03-31 00:39:02 +07:00
Jonatan Kłosko
8dc94f35ca Fix assertion 2024-03-30 23:56:50 +07:00
José Valim
16f276b0cd Move all deployment group to hub page 2024-03-30 11:23:06 +01:00
José Valim
6027a0bd70 Surface ZTA payload
Closes #2320.
2024-03-28 09:03:34 +01:00
José Valim
65632603a3 Wrap app info into tuples 2024-03-28 08:40:29 +01:00
Ed Bond
0ff1b8d19c
Bug fix ZTA (#2533) 2024-03-27 23:41:35 +01:00
Jonatan Kłosko
f363be949e
Monitor clients presence in the runtime (#2530) 2024-03-27 15:25:42 +01:00
Jonatan Kłosko
94a0aedfda
Fix stamp verification when content has been inserted before the stamp (#2527) 2024-03-26 20:31:30 +01:00
Jonatan Kłosko
8c91a1f788
Introduce abstraction for app deployment and permanent apps (#2524)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-03-26 20:20:07 +01:00
Alexandre de Souza
fdd2d2c2f2
Refactor the LivebookProto messages (#2521) 2024-03-25 15:08:40 -03:00
José Valim
e892d9dea0
Embed fly clustering into the release (#2519) 2024-03-22 17:22:18 +01:00
Alexandre de Souza
ddc2ad0a85
Deploy apps to Livebook Agent (#2511) 2024-03-20 10:16:30 -03:00
Jonatan Kłosko
622dbaef4d
Simplify components push patch (#2510) 2024-03-13 17:50:27 +01:00
Alexandre de Souza
db41c99735
New LivebookProto messages and minor improvements (#2503) 2024-03-07 16:47:33 -03:00
Jonatan Kłosko
e77db2f723
Restore Mix.install/2 dirs across session runtimes (#2499) 2024-03-05 06:10:32 +01:00
Jonatan Kłosko
c183148584 Fix chunked text rendering in a frame 2024-02-28 17:01:46 +07:00
Alexandre de Souza
bd3232dedb
Fix generating html id with special characters (#2495) 2024-02-23 15:55:17 -03:00
Alexandre de Souza
4105266ad2
Migrates Livebook Teams HTTP client to Req (#2492) 2024-02-20 15:04:03 -03:00
Cristine Guadelupe
579415fea4
Partially revert "Removes deployment group deletion (#2479)" (#2480)
* Revert "Removes deployment group deletion (#2479)
2024-02-09 20:08:33 +07:00
José Valim
f3206d9791
Redesign deploy and runtime panels (#2478)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-02-09 11:58:20 +01:00
Cristine Guadelupe
c9d505a2b4
Removes deployment group deletion (#2479) 2024-02-09 15:59:36 +07:00
Cristine Guadelupe
fe5598dbb5
Disables deployment group mode editing (#2476)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-02-09 09:41:32 +07:00
Jonatan Kłosko
a2d6b1caae
Fix Dockerfile generation with deployment group (#2475) 2024-02-07 20:36:21 +01:00
Jonatan Kłosko
fb604dee2f
Simplify autocompletion info into a single markdown field (#2470) 2024-02-02 17:55:15 +01:00
Jonatan Kłosko
18718f13be Remove unused test files 2024-02-01 15:56:04 +08:00
Jonatan Kłosko
e98cf466fa
Add support for updating smart cell editor source and intellisense node (#2465) 2024-01-31 12:44:20 +01:00
Alexandre de Souza
1ceab6f540
Implements the management of Deployment Group's agent keys (#2458) 2024-01-30 14:20:46 -03:00
Jonatan Kłosko
f9f8579ca4 Stop rendering images from the legacy images directory 2024-01-26 21:09:15 +08:00
Jonatan Kłosko
8431401df1
Reorganize helpers (#2450) 2024-01-26 08:23:37 +01:00