Commit graph

255 commits

Author SHA1 Message Date
José Valim
e1603f9459 Only keep memory header in bold 2023-04-18 13:30:41 +02:00
Jonatan Kłosko
4933807a58 Improve star button styling 2023-04-18 12:56:32 +02:00
José Valim
a8c7af5519
Move star below menu (#1870) 2023-04-18 12:46:54 +02:00
Jonatan Kłosko
fda0525fae
Use Livebook as suffix in page title (#1828) 2023-03-27 12:56:53 +02:00
Jonatan Kłosko
2ec24732bd
Automatically evaluate changed parent cells (#1786) 2023-03-14 23:48:07 +01:00
Jannik Becher
336ae74fb6
Add keyboard shortcut for collapse/expand section (#1779)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-03-13 22:37:11 +01:00
Jonatan Kłosko
9dc09c3146 Adjust headings spacing 2023-03-13 17:40:19 +01:00
Jonatan Kłosko
deacb1a4a4
Explicitly track which secrets come from the hub (#1769) 2023-03-11 12:51:06 +01:00
Jonatan Kłosko
7f71f2fe9f
Add stamp to notebook source and persist allowed hub secrets (#1768) 2023-03-10 22:36:51 +01:00
Wojtek Mach
0f38c59662
Add "+ Add Hub" link to hub selector (#1766) 2023-03-10 11:31:32 +01:00
Alexandre de Souza
3b41e87876
Add hub secrets list to Personal Hub page (#1763) 2023-03-09 12:04:47 -03:00
Jonatan Kłosko
d8f9ab1a96
Add explanation tooltip when starring is disabled (#1762) 2023-03-08 16:15:22 +01:00
José Valim
ac1dbf56ec
Move hub selector under title (#1759) 2023-03-08 13:35:54 +01:00
Jonatan Kłosko
7f149a9321 Make modal width a variant attribute 2023-03-07 22:19:16 +01:00
Alexandre de Souza
8754bc0d5a
Shows only the secrets from selected hub (#1747) 2023-03-07 15:24:07 -03:00
Jonatan Kłosko
503f8df76a
Add star/unstar to the session page menu (#1753) 2023-03-06 19:36:45 +01: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
José Valim
2cd6e52b84 Move hub icon inside notebook margins 2023-03-05 19:28:47 +01:00
Alexandre de Souza
e73af96b86
Allow users to select the notebook's hub (#1744) 2023-03-02 18:10:38 -03:00
Jonatan Kłosko
1676d5469e
Add page listing apps (#1733) 2023-02-28 15:08:49 +01:00
Alexandre de Souza
5d48ffd051
Remove entire app secrets implementation (#1734) 2023-02-28 10:55:52 -03:00
Jonatan Kłosko
984a4f1690 Move secrets list into a separate component 2023-02-24 21:24:00 +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
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
12f2322d08 Pass allowed URI schemes to Markdown outputs and update naming 2023-02-15 22:18:13 +01:00
GitStart
0990ab4cb2
Support allowlist for hyperlink schemes in Markdown content (#1702) 2023-02-15 22:16:38 +01:00
José Valim
8f1f0e90b9 Remove padding from sidebar top icon buttons 2023-02-08 01:31:06 +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
Jonatan Kłosko
597d9fff3f
Cancel scheduled evaluation on error (#1688) 2023-02-03 21:04:13 +01:00
Alexandre de Souza
5f6e7176fc
Allow hub secret toggling (#1675) 2023-02-03 13:15:46 -03:00
Jonatan Kłosko
69df6e0ad4
Rework file input to consider multiple clients (#1673) 2023-02-01 18:49:12 +01:00
Alexandre de Souza
887d423007
Improve hubs provider API (#1670) 2023-02-01 13:33:41 -03:00
Alexandre de Souza
d70764517f
Implements :origin field to Secret struct (#1667) 2023-01-31 19:17:05 -03:00
Jonatan Kłosko
238b20b925 Fix smart cell source pruning 2023-01-27 15:39:47 +01:00
Alexandre de Souza
ae3a5661a8
Implement emojis instead of colors (#1636) 2023-01-12 17:37:12 -03:00
Alexandre de Souza
3b2ea3c8ce
Update Connection life-cycle and implement ChangesetError message (#1633) 2023-01-10 17:12:35 -03:00
Jonatan Kłosko
d6f758661b
Make automatic reevaluation more accessible (#1628) 2023-01-07 15:18:31 +01:00
Alexandre de Souza
b82e360df9
Implement Enterprise secret creation from Session (#1612) 2023-01-06 16:14:44 -03:00
Alexandre de Souza
d4bda6042c
Load LB_ env vars as app secrets (#1615) 2023-01-04 11:10:33 -03:00
Jonatan Kłosko
2e230c9deb
Add an option to run setup with no cache (#1616) 2023-01-03 12:24:22 +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
10da0a2311
Change message when there are no app secrets (#1587) 2022-12-14 21:06:04 +01:00
Jonatan Kłosko
361455cd4e Release v0.8.0 2022-12-08 21:05:48 +01:00
Jacques Lorentz
f4e836a5da
Base url path configuration variable (#1549) 2022-11-29 23:34:38 +01:00
Nick Sergeant
84361fb207
Add help text for how to access secrets in the secrets sidebar (#1535)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-11-17 01:11:06 +01:00
Jonatan Kłosko
484e47142a
Track evaluation dependencies and cache results (#1517) 2022-11-09 14:40:44 +01:00
José Valim
e4cf6b939b Add spacing to secrets bottom 2022-10-11 20:54:16 +02:00
Cristine Guadelupe
06e9cc6828
Delete and view secrets from the sidebar (#1473)
* Delete secrets from sidebar

* Collapsible secret detail

* Secret details layout

* Secret details layout adjustments

* Hover and text color for secret details

* Changes switch_button colors to have more contrast

* small adjustment

* Uses remove and add class everywhere

* Uses JS.toggle
2022-10-11 14:55:36 -03:00