-
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.
* delete codeforlife-sso-service * add codeforlife-sso-backend submodule * new sso backend * update refs * update refs --------- Co-authored-by: --global <--global>
- Loading branch information
Showing
12 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11 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
36 files
Submodule codeforlife-sso
deleted from
409d82
Submodule codeforlife-sso-backend
added at
aaa2ac
Submodule codeforlife-template-backend
updated
3 files
+2 −2 | Pipfile | |
+264 −82 | Pipfile.lock | |
+0 −1 | settings.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rapid-router
updated
6 files