dependabot[bot]
3b23d21b94
Bump url-parse from 1.5.7 to 1.5.10 in /frontend
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 18:36:56 +01:00
dependabot[bot]
929a5399e2
Bump url-parse from 1.5.3 to 1.5.7 in /frontend
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 18:28:03 +01:00
dependabot[bot]
a89feeabfb
Bump follow-redirects from 1.14.7 to 1.14.8 in /frontend
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 23:26:51 +01:00
dependabot[bot]
c259e4ec93
Bump nanoid from 3.1.30 to 3.2.0 in /frontend
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 14:01:25 +01:00
dependabot[bot]
19aee1e88a
Bump follow-redirects from 1.14.5 to 1.14.7 in /frontend
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 20:01:26 +01:00
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