1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 14:54:22 +00:00
Commit graph

261 commits

Author SHA1 Message Date
ea1827fc9f
Use ghcr.io for docker images 2021-10-20 16:59:12 +02:00
599c123498
Fix substitution everywhere 2021-10-20 16:53:01 +02:00
77cadbb2ca
Fix substitution 2021-10-20 16:52:22 +02:00
27ae80d107
Try some automation 2021-10-20 16:51:32 +02:00
ba53064ce2
💥 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
418b863cf9
⬆ Add gunicorn and uvicorn as dependencies 2021-10-18 18:50:07 +02:00
d815db0ae7 🔧 Conditionally display jupyter tokens in /notebooks/by-project/.../ (fixes #69) 2021-10-18 02:56:41 +02:00
cacd63e175 🔧 Get access serializer for list views 2021-10-18 02:56:41 +02:00
dcce2b9c9d 🔧 Dynamically create the serializer for users who can edit a notebook 2021-10-18 02:56:41 +02:00
4de2d96652 🐛 Fix invalid set literal 2021-10-18 02:56:41 +02:00
50ae1fe742 🔧 Remove the JupyterToken from the fields of the default serializer 2021-10-18 02:56:41 +02:00
65bf6539d7
Add BreadcrumbsBox for navigation (closes #70) 2021-10-17 02:07:29 +02:00
d62df362d3 🧹 Fix warnings 2021-10-17 01:32:28 +02:00
615a59806a 🐛 Fix #71 2021-10-17 01:32:28 +02:00
3ed4a330cc Create buttons to access the JupyterLab 2021-10-17 01:32:28 +02:00
f94bf9f130 🐛 Save started notebook id on the database 2021-10-17 01:32:28 +02:00
d915673ef7 🔧 Split LoginBox from LoginButton 2021-10-17 01:32:28 +02:00
66f21d9d1d Add "Gestione Amber" theme 2021-10-17 01:32:28 +02:00
8a13e018a0 ⬆ Update bluelib-react 2021-10-17 01:32:28 +02:00
7fcab7ad1d 💥 Add icons and refactor authorization components 2021-10-17 01:32:28 +02:00
4575b6481e 🔧 Rename DescriptionBoxProps to DescriptionBox (oops!) 2021-10-17 01:32:28 +02:00
df23bf7929 🔧 Add icons to LogoutBox 2021-10-17 01:32:28 +02:00
7a28a6aae9 🔧 Change the login route to l/logged-in 2021-10-17 01:32:28 +02:00
64f9cd6a7c 🔧 Move the layout inside the app 2021-10-17 01:32:28 +02:00
07fe793192 🔧 Rename GoBackButton to GoUpButton 2021-10-17 01:32:28 +02:00
4d9ea5cc8d Improve error handling 2021-10-17 01:32:28 +02:00
695e1112c3 🧹 Remove unused import 2021-10-17 01:32:28 +02:00
edfe74ba6e 🔧 Allow users to ignore errors 2021-10-17 01:32:28 +02:00
d8cadae9be 🧹 Remove DebugBox in the notebook page 2021-10-17 01:32:28 +02:00
bf7e15bd2f Create NotebookDescriptionBox 2021-10-17 01:32:28 +02:00
9ecd6dfaec 🔧 Disable editing a notebook while it's locked or started 2021-10-17 01:32:28 +02:00
35d0383389 🔧 Disable deleting a notebook while it's locked 2021-10-17 01:32:28 +02:00
477efeccc9 🔧 Create useApplyChanges hook 2021-10-17 01:32:28 +02:00
9df848788e 📔 Document SafetyButton 2021-10-17 01:32:28 +02:00
aeeca9736f 🔧 Create useFormSlug hook 2021-10-17 01:32:28 +02:00
9dc9d06185 🔧 Improve validators names 2021-10-17 01:32:28 +02:00
543946fc56 🚧 idk notebook stuff 2021-10-17 01:32:28 +02:00
458ce19a62
💥 Implement group creation, deletion and editing 2021-10-14 03:43:05 +02:00
be4df7daa5
🐛 Fix notebooks in private projects not being returned for the group owner 2021-10-14 03:28:06 +02:00
015de8a40f
🐛 Fix private projects not being returned for the group owner 2021-10-14 03:27:15 +02:00
67d7b9a112
🧹 Fix warnings 2021-10-13 16:24:22 +02:00
7641efa624
🔧 Improve group flow 2021-10-13 05:21:38 +02:00
4d7877feee
🔧 Improve login flow 2021-10-13 05:14:50 +02:00
58b92a8f8f
🔧 Generify DescriptionBox 2021-10-13 05:05:34 +02:00
21ebec42ac
🔧 Add an icon to ResourceDescriptionBox 2021-10-13 04:51:55 +02:00
5896fad3a6
Generify ResourceDescriptionBox 2021-10-13 04:45:53 +02:00
56a75f5ec8
🐛 Prevent mysterious bug on group deletion 2021-10-13 04:29:24 +02:00
9b91068281
🧹 Improve GroupCreateBox code quality 2021-10-13 04:26:01 +02:00
7363521b65
💥 Disallow group members from editing group name and description 2021-10-13 03:52:06 +02:00
4c5b0bd118
🐛 Fix rerenders on every location change 2021-10-13 03:39:38 +02:00