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

20 commits

Author SHA1 Message Date
cc941d9cfd
⬆ Update frontend dependencies 2021-11-26 05:40:40 +01:00
72993d9b72
⬆ Update dependencies to the latest available 2021-11-08 23:05:21 +01:00
d9b44b5157 ⬆ Update bluelib-react to 4.2.0 2021-10-23 00:59:44 +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
73015b474b ⬆ Update bluelib-react 2021-10-17 01:32:28 +02:00
7ebc8a82d8 Add group edit box 2021-10-12 05:27:39 +02:00
bbab78c60c 💥 Improve things here and there 2021-10-12 03:24:55 +02:00
f256b2886e Implement group creation 2021-10-11 18:27:17 +02:00
75c2e0682a ⬆ Update dependencies 2021-10-11 16:58:20 +02:00
15ca05ea4f 🔧 Store authorization data in localStorage 2021-10-10 16:34:09 +02:00
abce14d1bf 💥 Walk to hell and back to type ResourceRouter and it turned out it wasn't possible 2021-10-07 05:06:31 +02:00
11bdd9fa3f Add a logout box 2021-10-06 17:59:03 +02:00
798a0ccee7 🔧 Remove Projects list from the InstancePage 2021-10-06 04:38:19 +02:00
da453db439 🧹 Optimize imports 2021-09-20 16:55:05 +02:00
36143d4e16 🔧 Add icons to the login page 2021-09-19 16:24:27 +02:00
272e7a3c98 Progress logout 2021-09-16 20:38:48 +02:00
4be3895c1d something 2021-09-16 16:05:39 +02:00
ad5fef8e0c 🚧 Do something about the login 2021-09-14 23:34:18 +02:00
d06959dc06 Implement Notebook app (#65)
*  Start notebooks app
* 🔧 Fix nullable fields for notebooks
* 🔧 Display user-friendly name for `Notebook`s
* 🔧 Allow filtering in the notebook admin page
* 🗒 Improve README
* 🗒 Improve README again
* ⬆ Add bluelib to the dependencies of the frontend
* 🧹 Prepare a good frontend base for development
*  Port and improve useStorageState  
  Original: https://github.com/pds-nest/nest/blob/main/nest_frontend/hooks/useLocalStorageState.js
* 🧹 Remove React logo
* ⬆ Add `docker` to the dependencies
* ⬆ Add `axios` to the dependencies
* 🔨 Mark `src` as sources root
*  Add API routes to view Notebooks
* 🔧 Use a router for the `by-project` route
* 🐛 Fix deletion failing on `SophonViewSet`
* 🔧 Abstract notebook methods
*  Create a base docker client
* 🚧 Proof of concept for notebook starter
* 📔 Document the contents of the Django apps
* 🚧 Incomplete container implementation
* 🚧 Working container implementation
* 💥 Leftovers from an experiment
*  Correct implementation of the proxy configuration
  (Apache config file is still missing)
* 💥 Improve code
* 💥 Improve more things
* 🔧 Remove duplicated `/project` in project app urls
*  Add basic Apache proxy config file
* 🔧 User should have sudo access on the notebook
*  Implement the Internet access field (currently ignored)
* 🧹 Cleanup code
2021-09-08 18:05:01 +02:00
6983e2bbe5 🛠 Use the typescript template instead of the javascript one 2021-08-29 22:58:31 +02:00