-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
--global
committed
Sep 30, 2024
1 parent
674987b
commit d6f6eed
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule codeforlife-contributor-backend
updated
4 files
+2 −2 | Pipfile | |
+260 −78 | Pipfile.lock | |
+1 −1 | api/views/session_test.py | |
+0 −1 | settings.py |
Submodule codeforlife-package-javascript
updated
7 files
+7 −0 | CHANGELOG.md | |
+1 −1 | package.json | |
+5 −1 | src/api/endpoints/klass.ts | |
+19 −0 | src/components/table/CellStack.tsx | |
+53 −0 | src/components/table/Table.tsx | |
+10 −0 | src/components/table/index.tsx | |
+5 −1 | src/theme/components/MuiTableHead.ts |
Submodule codeforlife-package-python
updated
13 files
+24 −0 | CHANGELOG.md | |
+4 −3 | Pipfile | |
+140 −48 | Pipfile.lock | |
+1 −1 | codeforlife/__init__.py | |
+10 −17 | codeforlife/settings/django.py | |
+11 −1 | codeforlife/user/filters/klass.py | |
+3 −3 | codeforlife/user/migrations/0001_initial.py | |
+2 −1 | codeforlife/user/models/otp_bypass_token.py | |
+25 −0 | codeforlife/user/views/klass_test.py | |
+28 −34 | codeforlife/user/views/user.py | |
+5 −4 | codeforlife/user/views/user_test.py | |
+1 −1 | codeforlife/version.py | |
+0 −6 | manage.py |
Submodule codeforlife-portal
updated
7 files
Submodule codeforlife-portal-backend
updated
5 files
+2 −2 | Pipfile | |
+276 −94 | Pipfile.lock | |
+0 −1 | settings.py | |
+3 −1 | src/rapid_router/views/level.py | |
+17 −11 | src/rapid_router/views/level_test.py |
Submodule codeforlife-portal-frontend
updated
35 files
Submodule codeforlife-template-backend
updated
3 files
+2 −2 | Pipfile | |
+264 −82 | Pipfile.lock | |
+0 −1 | settings.py |
Submodule rapid-router
updated
6 files