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

34 commits

Author SHA1 Message Date
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
615a59806a 🐛 Fix #71 2021-10-17 01:32:28 +02:00
825621a558
Implement group creation 2021-10-11 18:27:17 +02:00
85b55850b6 💥 Make more progress towards the "Context" structure 2021-10-06 04:38:19 +02:00
4531dc5e09 💥 Shuffle everything around until it makes sense 2021-10-06 04:38:19 +02:00
d8ed8c77e1 🔨 Add runConfiguration to run Jest on the frontend 2021-10-06 04:38:19 +02:00
0d5ac18fcf 💥 Make progress towards the new "Context" structure
This commit is the result of multiple squashed non-atomic commits.
2021-10-06 04:38:19 +02:00
0c1ce76f94
🚧 Start work on the backend-viewset hook 2021-09-19 17:33:48 +02:00
7e33e6cb04
🔨 IntelliJ stuff 2021-09-19 15:50:39 +02:00
870caa098b
Progress logout 2021-09-16 20:38:48 +02:00
4591c1d1fa
🚧 Do something about the login 2021-09-14 23:34:18 +02:00
ca065c2f13
Merge remote-tracking branch 'old/main'
# Conflicts:
#	frontend/src/App.tsx
#	frontend/src/utils/SophonContext.tsx
2021-09-14 04:26:48 +02:00
1b842770bc
Add the /api/core/version view 2021-09-14 03:28:33 +02:00
a20e39c77f
🔧 Set default image to steffo45/jupyterlab-docker-sophon
See https://hub.docker.com/repository/docker/steffo45/jupyterlab-docker-sophon and https://github.com/Steffo99/jupyterlab-docker-sophon
2021-09-13 19:25:03 +02:00
eb3cf89a99
Add corsheaders app 2021-09-10 16:44:04 +02:00
9ce6d7da52
Create frontend login mechanism 2021-09-09 18:35:41 +02:00
4a4824395a
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
f46022d4f5
🔨 More IntelliJ stuff 2021-08-30 16:56:47 +02:00
31c4c56e6c
🔨 Fix broken module structure 2021-08-29 17:05:12 +02:00
1d5fbe118e
🧪 Add initial test framework 2021-08-11 23:54:39 +02:00
c74761ef1b
Merge permissions-v3 (#64) 2021-08-11 00:59:39 +02:00
5d9988899d
Implement research tags
(closes #52)
2021-08-06 21:40:21 +02:00
966a5d7b91
🔨 Update IntelliJ metadata 2021-08-03 03:19:02 +02:00
8c6d8ca152
🔨 Create / update runConfigs 2021-04-19 23:46:31 +02:00
95e4e08a77
🧹 Reorganize project to make space for the frontend (part 2) 2021-04-16 18:03:27 +02:00
f58a06f01f
🧹 Reorganize project to make space for the frontend 2021-04-16 18:00:19 +02:00
7bb7edf803
🔨 Update IntelliJ metadata 2021-04-07 20:36:23 +02:00
93c268ad4b
🔧 Configure Italian timezone in runConfiguration 2021-04-07 10:21:39 +02:00
004c6c9be4
🔨 Fix Django run configuration 2021-04-07 10:21:39 +02:00
14b659fa84
🔨 Change port to 30033 in IntelliJ run configuration 2021-04-06 02:40:34 +02:00
1b94a64330
🔨 Update IntelliJ metadata 2021-04-05 18:30:24 +02:00
e0b64ff114
🔨 Update IntelliJ metadata 2021-04-05 01:07:20 +02:00
26b75cf7d2
🔨 Create IDEA run configuration 2021-04-03 16:17:21 +02:00
2cb4ee368b
📦 First commit from IntelliJ template 2021-04-03 15:19:48 +02:00