dependabot[bot]
48ee801983
Bump django from 3.2.15 to 3.2.18 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.15 to 3.2.18.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.15...3.2.18 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 18:46:24 +00:00
dependabot[bot]
fcac4e618b
Bump django from 3.2.14 to 3.2.15 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.14...3.2.15 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 22:29:27 +02:00
dependabot[bot]
b30c7dd46b
Bump django from 3.2.13 to 3.2.14 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.13...3.2.14 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 00:42:19 +02:00
dependabot[bot]
cdcb539ce9
Bump django from 3.2.12 to 3.2.13 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.12 to 3.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.12...3.2.13 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-23 01:29:46 +02:00
dependabot[bot]
5bba516f7a
Bump pillow from 9.0.0 to 9.0.1 in /backend
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-12 03:53:22 +01:00
dependabot[bot]
f5f88f01f4
Bump django from 3.2.11 to 3.2.12 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.11...3.2.12 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 15:58:06 +01:00
dependabot[bot]
c8f9537752
Bump pillow from 8.4.0 to 9.0.0 in /backend
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/8.4.0...9.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 17:05:28 +01:00
dependabot[bot]
4d8c8dd120
Bump django from 3.2.9 to 3.2.11 in /backend
...
Bumps [django](https://github.com/django/django ) from 3.2.9 to 3.2.11.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.9...3.2.11 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 20:04:50 +01:00
ed3b58fb72
🎓 Write part of the last chapter
2021-11-30 12:36:49 +01:00
6fc5a1a438
🔧 Remove sphinxcontrib-bibtex
and use native rst citations
2021-11-29 17:21:26 +01:00
2115b8c0dd
⬆ Remove pydantic
dependency
2021-11-24 04:22:14 +01:00
e8b3060bd9
⬆ Update dependencies
2021-11-24 04:21:28 +01:00
1c0e297e92
🎓 Write some more things
2021-11-20 08:31:08 +01:00
dd7f491d46
🎓 Complete presentation
2021-11-18 19:32:27 +01:00
5a0906ce97
🎓 Begin writing the introduction
2021-11-11 19:20:26 +01:00
72993d9b72
⬆ Update dependencies to the latest available
2021-11-08 23:05:21 +01:00
00f9601a24
🔨 Support "watch" builds
2021-11-01 22:19:43 +01:00
8b271005c0
📔 Create documentation framework
2021-10-29 04:00:21 +02:00
7b52f3381c
⬆ Update backend dependencies
2021-10-27 18:50:40 +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
ee2e8c275c
⬆ Add gunicorn
and uvicorn
as dependencies
2021-10-18 18:50:07 +02:00
7659df9818
⬆ Add django-cors-headers
2021-09-10 16:39:56 +02:00
2f987b9c1e
⬆ Remove unused dependencies
2021-09-10 16:36:43 +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
b9d3fe94fe
Merge permissions-v3
( #64 )
2021-08-11 00:59:39 +02:00
d14c264f75
✨ Implement research tags
...
(closes #52 )
2021-08-06 21:40:21 +02:00
d1f41f752f
🧹 Reorganize project to make space for the frontend (part 2)
2021-04-16 18:03:27 +02:00
e889fc2f7b
🧹 Reorganize project to make space for the frontend
2021-04-16 18:00:19 +02:00