|
1f78f5892a
|
🔨 Make changes in IDEA submodules
|
2021-10-29 03:17:18 +02:00 |
|
|
d5c70c00ac
|
🔧 Change users endpoint path in the frontend
|
2021-10-29 03:15:14 +02:00 |
|
|
d9b44b5157
|
⬆ Update bluelib-react to 4.2.0
|
2021-10-23 00:59:44 +02:00 |
|
|
da19f099e6
|
🐛 Filter out undefined elements in ListBox es
|
2021-10-23 00:53:08 +02:00 |
|
|
301907e6b3
|
🐛 Forgot to change in the form
|
2021-10-21 04:28:32 +02:00 |
|
|
ac08504787
|
🔧 Use github container registry for notebooks
|
2021-10-21 04:26:55 +02:00 |
|
|
986652a4b1
|
🔧 Don't render the "Open notebook" if the notebook is not running
|
2021-10-20 22:51:51 +02:00 |
|
|
0349e10c7a
|
🐛 Fix all variants of #81
|
2021-10-20 22:39:19 +02:00 |
|
|
a7f8cbd57c
|
🐛 Fix #81
|
2021-10-20 22:19:21 +02:00 |
|
|
2c78537c9a
|
🔧 Disallow guests from opening the notebook dialog (fix #78)
|
2021-10-20 20:22:42 +02:00 |
|
|
0715f255fb
|
🔧 Open notebooks in a new tab (fix #80)
|
2021-10-20 20:21:49 +02:00 |
|
|
8f59ebad0e
|
🔧 Use default instance if specified in envvars
|
2021-10-20 19:35:18 +02:00 |
|
|
b44f7b4ebf
|
💥 Dockerize everything! (#74 closes #59)
* ✨ Create Dockerfile for the backend
* 🔧 Limit the allowed slug values
* ✨ Create docker image for the proxy
* ✨ Add serve script (and serve dependency)
* ✨ Add .dockerignore symlinks to .gitignore
* ✨ Create docker image for the frontend
* 🔧 Proxy the frontend
* 🔧 Configure the proxy.dbm directory
* 🚧 WIP
* 💥 Improve settings handling
* 💥 Prepare backend for docker deployment
* 🔧 Reserve `static` notebook slug
* ✨ Make static work
* 🐛 Set a default value for reduce
* 💥 Things
* 💥 Everything works!
|
2021-10-19 22:41:18 +02:00 |
|
|
25da603a66
|
✨ Add BreadcrumbsBox for navigation (closes #70)
|
2021-10-17 02:07:29 +02:00 |
|
|
cb0a7e4d6d
|
🧹 Fix warnings
|
2021-10-17 01:32:28 +02:00 |
|
|
df89faad26
|
🐛 Fix #71
|
2021-10-17 01:32:28 +02:00 |
|
|
97d795b175
|
✨ Create buttons to access the JupyterLab
|
2021-10-17 01:32:28 +02:00 |
|
|
a2c24111ae
|
🔧 Split LoginBox from LoginButton
|
2021-10-17 01:32:28 +02:00 |
|
|
8b3e070a91
|
✨ Add "Gestione Amber" theme
|
2021-10-17 01:32:28 +02:00 |
|
|
73015b474b
|
⬆ Update bluelib-react
|
2021-10-17 01:32:28 +02:00 |
|
|
dbf4ee8d23
|
💥 Add icons and refactor authorization components
|
2021-10-17 01:32:28 +02:00 |
|
|
285105fe00
|
🔧 Rename DescriptionBoxProps to DescriptionBox (oops!)
|
2021-10-17 01:32:28 +02:00 |
|
|
fe5ed62480
|
🔧 Add icons to LogoutBox
|
2021-10-17 01:32:28 +02:00 |
|
|
5c88679689
|
🔧 Change the login route to l/logged-in
|
2021-10-17 01:32:28 +02:00 |
|
|
637ef3a92e
|
🔧 Move the layout inside the app
|
2021-10-17 01:32:28 +02:00 |
|
|
875876b3a7
|
🔧 Rename GoBackButton to GoUpButton
|
2021-10-17 01:32:28 +02:00 |
|
|
9af5ba714b
|
✨ Improve error handling
|
2021-10-17 01:32:28 +02:00 |
|
|
f748add494
|
🧹 Remove unused import
|
2021-10-17 01:32:28 +02:00 |
|
|
3f6b1bd5a3
|
🔧 Allow users to ignore errors
|
2021-10-17 01:32:28 +02:00 |
|
|
b26961d784
|
🧹 Remove DebugBox in the notebook page
|
2021-10-17 01:32:28 +02:00 |
|
|
ca2a0c3c58
|
✨ Create NotebookDescriptionBox
|
2021-10-17 01:32:28 +02:00 |
|
|
023041da36
|
🔧 Disable editing a notebook while it's locked or started
|
2021-10-17 01:32:28 +02:00 |
|
|
b9651b270b
|
🔧 Disable deleting a notebook while it's locked
|
2021-10-17 01:32:28 +02:00 |
|
|
e58c8d80e9
|
🔧 Create useApplyChanges hook
|
2021-10-17 01:32:28 +02:00 |
|
|
a06acf6bfb
|
📔 Document SafetyButton
|
2021-10-17 01:32:28 +02:00 |
|
|
ac50a1d530
|
🔧 Create useFormSlug hook
|
2021-10-17 01:32:28 +02:00 |
|
|
ae11406290
|
🔧 Improve validators names
|
2021-10-17 01:32:28 +02:00 |
|
|
0c528b0f7c
|
🚧 idk notebook stuff
|
2021-10-17 01:32:28 +02:00 |
|
|
1f1b0c6e41
|
💥 Implement group creation, deletion and editing
|
2021-10-14 03:43:05 +02:00 |
|
|
b8c9ee7a48
|
🧹 Fix warnings
|
2021-10-13 16:24:22 +02:00 |
|
|
4e509c2721
|
🔧 Improve group flow
|
2021-10-13 05:21:38 +02:00 |
|
|
6c690312b9
|
🔧 Improve login flow
|
2021-10-13 05:14:50 +02:00 |
|
|
bfea7497ff
|
🔧 Generify DescriptionBox
|
2021-10-13 05:05:34 +02:00 |
|
|
a9efd9dc3a
|
🔧 Add an icon to ResourceDescriptionBox
|
2021-10-13 04:51:55 +02:00 |
|
|
c642ba62c4
|
✨ Generify ResourceDescriptionBox
|
2021-10-13 04:45:53 +02:00 |
|
|
222104e051
|
🐛 Prevent mysterious bug on group deletion
|
2021-10-13 04:29:24 +02:00 |
|
|
6ec92ac07b
|
🧹 Improve GroupCreateBox code quality
|
2021-10-13 04:26:01 +02:00 |
|
|
2b47f097b1
|
💥 Disallow group members from editing group name and description
|
2021-10-13 03:52:06 +02:00 |
|
|
5b62f534f0
|
🐛 Fix rerenders on every location change
|
2021-10-13 03:39:38 +02:00 |
|
|
7ebc8a82d8
|
✨ Add group edit box
|
2021-10-12 05:27:39 +02:00 |
|