livebook/lib/livebook_web
Cristine Guadelupe 443ff8bf9f
Unavailable secret error (#1371)
* Show an Add Secret button for System.EnvError

* Extracts render_formatted

* Rewrite the env error message

* Renames the env error type

* Applying suggestions

* Applying suggestions (live patch)

* Test for unavailable secrets

* Bump to rc.1

* Applying suggestions (error message)

* New error message

* Prefill the secret value

* Applying suggestions (error message output)

* Update test/livebook_web/live/session_live_test.exs

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update lib/livebook/runtime.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-31 20:45:55 -03:00
..
channels Use binary ids for session clients (#1333) 2022-08-05 14:43:41 +02:00
controllers Redirect after authentication (#1112) 2022-04-15 14:24:35 +02:00
helpers Refactoring codes (#1097) 2022-04-09 15:53:17 +02:00
live Unavailable secret error (#1371) 2022-08-31 20:45:55 -03:00
plugs Redirect after authentication (#1112) 2022-04-15 14:24:35 +02:00
templates User and Hub forms with Changeset validations and input errors (#1347) 2022-08-22 18:12:54 -03:00
views User and Hub forms with Changeset validations and input errors (#1347) 2022-08-22 18:12:54 -03:00
endpoint.ex Add LIVEBOOK_FORCE_SSL_HOST env (#1064) 2022-03-23 18:24:58 +01:00
helpers.ex Improvements to the smart cells flow (#1150) 2022-04-30 12:26:03 +02:00
iframe_endpoint.ex Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
router.ex Migrate HubLive to Phoenix format (#1373) 2022-08-30 11:32:48 -03:00
telemetry.ex