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

334 commits

Author SHA1 Message Date
0715f255fb 🔧 Open notebooks in a new tab (fix #80) 2021-10-20 20:21:49 +02:00
06301a6ad9 🔧 Make lab_url and legacy_notebook_url member fields (fix #79)
(didn't I already do this?)
2021-10-20 20:18:27 +02:00
8f59ebad0e 🔧 Use default instance if specified in envvars 2021-10-20 19:35:18 +02:00
b43b0b73d4 🔧 Remove null from group.members model 2021-10-20 19:34:01 +02:00
b81fd6546f 🔧 Remove debug logging 2021-10-20 19:31:43 +02:00
e2203fe137 Merge branch 'docker'
# Conflicts:
#	docker-compose.yml
#	proxy/httpd.conf
2021-10-20 19:21:10 +02:00
954480dfe1 🔧 Try a new proxy rule setup 2021-10-20 19:17:55 +02:00
110484c326 Use ghcr.io for docker images 2021-10-20 16:59:12 +02:00
583d65c2e2 Fix substitution everywhere 2021-10-20 16:53:01 +02:00
23bef84b81 Fix substitution 2021-10-20 16:52:22 +02:00
2e9b0474fb Try some automation 2021-10-20 16:51:32 +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
94e501b8f2 💥 Everything works! 2021-10-19 22:40:00 +02:00
d85f57e04a 💥 Things 2021-10-19 22:18:01 +02:00
0555c9a97e 🐛 Set a default value for reduce 2021-10-19 20:49:36 +02:00
0d9e84a87c Make static work 2021-10-19 20:15:29 +02:00
8e4baf9e6d 🔧 Reserve static notebook slug 2021-10-19 19:46:21 +02:00
5a30fa8548 💥 Prepare backend for docker deployment 2021-10-19 19:39:45 +02:00
96498fddd2 💥 Improve settings handling 2021-10-19 18:44:03 +02:00
8ab6f609f1 🚧 WIP 2021-10-19 00:20:56 +02:00
f2792c94e5 🔧 Configure the proxy.dbm directory 2021-10-18 22:01:51 +02:00
1a2340e4c0 🔧 Proxy the frontend 2021-10-18 21:45:18 +02:00
36b1dbbfd2 Create docker image for the frontend 2021-10-18 21:29:11 +02:00
dcf4b051ae Add .dockerignore symlinks to .gitignore 2021-10-18 21:21:47 +02:00
63f1b8e0ee Add serve script (and serve dependency) 2021-10-18 21:13:58 +02:00
2b6b2abf2f Create docker image for the proxy 2021-10-18 20:59:45 +02:00
a5d492520f 🔧 Limit the allowed slug values 2021-10-18 20:03:23 +02:00
f2be69a107 Create Dockerfile for the backend 2021-10-18 19:22:37 +02:00
ee2e8c275c ⬆ Add gunicorn and uvicorn as dependencies 2021-10-18 18:50:07 +02:00
4e17c9dd96 🔧 Conditionally display jupyter tokens in /notebooks/by-project/.../ (fixes #69) 2021-10-18 02:56:41 +02:00
2886c4598d 🔧 Get access serializer for list views 2021-10-18 02:56:41 +02:00
b493a65e01 🔧 Dynamically create the serializer for users who can edit a notebook 2021-10-18 02:56:41 +02:00
8bae344c68 🐛 Fix invalid set literal 2021-10-18 02:56:41 +02:00
f2a450f166 🔧 Remove the JupyterToken from the fields of the default serializer 2021-10-18 02:56:41 +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
93a8994e9f 🐛 Save started notebook id on the database 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