Jonatan Kłosko
52240a1677
Fix audio input preview in app sessions
2024-05-30 12:20:35 +07:00
Karol Wilk
e35d756f96
Support URL field in deployment group ( #2625 )
2024-05-29 10:31:08 +02:00
Jonatan Kłosko
197f4868e1
Support proxy requests on generic app URL and await session execution ( #2618 )
2024-05-24 20:34:11 +02:00
Hugo Baraúna
55274f8117
Updates copy about Teams ( #2619 )
2024-05-24 14:55:23 -03:00
Jonatan Kłosko
428d9ff591
Document request proxy and shift boundaries ( #2617 )
2024-05-24 19:37:41 +02:00
Alexandre de Souza
a0a3f548fe
Merge kino_proxy
proof of concept into Livebook ( #2615 )
2024-05-24 14:27:38 +02:00
Alexandre de Souza
16bd46b54f
Allow Livebook to proxy requests to the runtime ( #2608 )
2024-05-20 17:04:04 -03:00
Jonatan Kłosko
777a9a1678
Update agent Fly.io deployment instructions
2024-05-18 01:30:54 +08:00
Jonatan Kłosko
322faa082a
Fix session assets resolution in distributed deployments ( #2611 )
2024-05-17 15:15:27 +02:00
Juergen Braungardt
7a31e892de
Add setting to render ligatures in codemirror cell editor ( #2609 )
2024-05-17 11:14:47 +02:00
Jonatan Kłosko
602d852b31
Update to Phoenix LV 1.0 ( #2607 )
2024-05-16 18:17:45 +02:00
Jonatan Kłosko
19d48bd52d
Update agent Fly.io deployment instructions
2024-05-16 20:58:09 +08:00
Hugo Baraúna
c884831a07
Change copy: app deployment success message ( #2606 )
2024-05-15 16:43:05 -03:00
Hugo Baraúna
44c480eb84
Change copy: deploy notebooks -> deploy livebook apps ( #2597 )
2024-05-14 13:54:08 -03:00
Jonatan Kłosko
c0b85acb0a
Do not format code cells on save ( #2605 )
2024-05-14 17:33:07 +02:00
José Valim
6f1e09e09b
Add LIVEBOOK_PROXY_HEADERS ( #2604 )
2024-05-14 13:22:17 +02:00
Jonatan Kłosko
63668c49fb
Add end-to-end app deployment flow with Livebook Teams ( #2602 )
2024-05-14 13:20:14 +02:00
Jonatan Kłosko
f78e7702a1
Disable server logs in the console by default
2024-05-10 22:45:00 +08:00
Jonatan Kłosko
592396b1bf
Fix typo
2024-05-10 21:37:58 +08:00
Jonatan Kłosko
7b07c6518c
Make dev script conditional at compile time
2024-05-10 13:45:57 +08:00
Jonatan Kłosko
785d3752f7
Enable server logs in the browser console in dev
2024-05-10 13:28:30 +08:00
José Valim
096ac829e8
Improve ZTA experience
2024-05-09 21:31:50 +02:00
Alexandre de Souza
d4752ebd52
Add support for DNS clustering ( #2578 )
2024-04-23 15:40:18 -03:00
José Valim
6bd7bbd1fc
Fix race condition on select secret
2024-04-23 19:47:44 +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
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
Alexandre de Souza
5e7f8a477a
Get App Settings fields from WebSocket event ( #2571 )
2024-04-16 12:11:15 -03: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
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
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
José Valim
cb11b26cdc
Simplify code that is no longer shared across views
2024-04-08 11:06:25 +02:00
José Valim
b1661da884
Tiny fixes to names and conventions
2024-04-07 11:31:43 +02:00
Alexandre de Souza
741e7d2b20
Implement the instances running count with connected Agents ( #2546 )
2024-04-05 11:24:19 -03: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
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
José Valim
c699fbbd79
Allow autosave to be reenable in the UI, closes #2534
2024-04-01 10:26:16 +02:00
José Valim
4d61937c2d
Avoid using :let in form in more occasions
2024-03-31 17:05:10 +02:00
José Valim
e284c65a9a
Do not reset changeset on parent update for secret and file system components
2024-03-31 11:18:40 +02:00
José Valim
16f276b0cd
Move all deployment group to hub page
2024-03-30 11:23:06 +01:00
paulo-valim
4c17109d12
New deployment group listing
2024-03-30 10:01:01 +01:00
José Valim
6027a0bd70
Surface ZTA payload
...
Closes #2320 .
2024-03-28 09:03:34 +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