Merge branch 'main' into feat/dark-mode
This commit is contained in:
commit
772b6e8c3c
|
@ -7,6 +7,7 @@
|
||||||
"workspaceFolder": "/workspace",
|
"workspaceFolder": "/workspace",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
"postCreateCommand": "/docker-init.sh",
|
"postCreateCommand": "/docker-init.sh",
|
||||||
|
"postStartCommand": "/docker-start.sh",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"EDITOR_VSCODE": "true"
|
"EDITOR_VSCODE": "true"
|
||||||
},
|
},
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [3000, 5432, 5433, 8000, 8001],
|
"forwardPorts": [3000, 5432, 8000],
|
||||||
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"3000": {
|
"3000": {
|
||||||
|
@ -77,17 +78,13 @@
|
||||||
"label": "PostgreSQL",
|
"label": "PostgreSQL",
|
||||||
"onAutoForward": "silent"
|
"onAutoForward": "silent"
|
||||||
},
|
},
|
||||||
"5433": {
|
|
||||||
"label": "pgAdmin",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
},
|
|
||||||
"8000": {
|
"8000": {
|
||||||
"label": "Datatracker",
|
"label": "NGINX",
|
||||||
"onAutoForward": "notify"
|
"onAutoForward": "notify"
|
||||||
},
|
},
|
||||||
"8001": {
|
"8001": {
|
||||||
"label": "Static",
|
"label": "Datatracker",
|
||||||
"onAutoForward": "silent"
|
"onAutoForward": "ignore"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,5 @@ services:
|
||||||
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
|
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
|
||||||
network_mode: service:db
|
network_mode: service:db
|
||||||
|
|
||||||
pgadmin:
|
|
||||||
network_mode: service:db
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
datatracker-vscode-ext:
|
datatracker-vscode-ext:
|
||||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
uses: ietf-tools/semver-action@v1
|
uses: ietf-tools/semver-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
branch: main
|
branch: release
|
||||||
skipInvalidTags: true
|
skipInvalidTags: true
|
||||||
|
|
||||||
- name: Set Next Version Env Var
|
- name: Set Next Version Env Var
|
||||||
|
|
1
.github/workflows/ci-run-tests.yml
vendored
1
.github/workflows/ci-run-tests.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'feat/django4'
|
|
||||||
paths:
|
paths:
|
||||||
- 'client/**'
|
- 'client/**'
|
||||||
- 'ietf/**'
|
- 'ietf/**'
|
||||||
|
|
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -12,7 +12,7 @@
|
||||||
"program": "${workspaceFolder}/ietf/manage.py",
|
"program": "${workspaceFolder}/ietf/manage.py",
|
||||||
"args": [
|
"args": [
|
||||||
"runserver",
|
"runserver",
|
||||||
"0.0.0.0:8000",
|
"0.0.0.0:8001",
|
||||||
"--settings=settings_local"
|
"--settings=settings_local"
|
||||||
],
|
],
|
||||||
"django": true,
|
"django": true,
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"program": "${workspaceFolder}/ietf/manage.py",
|
"program": "${workspaceFolder}/ietf/manage.py",
|
||||||
"args": [
|
"args": [
|
||||||
"runserver",
|
"runserver",
|
||||||
"0.0.0.0:8000",
|
"0.0.0.0:8001",
|
||||||
"--settings=settings_local_vite"
|
"--settings=settings_local_vite"
|
||||||
],
|
],
|
||||||
"django": true,
|
"django": true,
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"program": "${workspaceFolder}/ietf/manage.py",
|
"program": "${workspaceFolder}/ietf/manage.py",
|
||||||
"args": [
|
"args": [
|
||||||
"runserver",
|
"runserver",
|
||||||
"0.0.0.0:8000",
|
"0.0.0.0:8001",
|
||||||
"--settings=settings_local_debug"
|
"--settings=settings_local_debug"
|
||||||
],
|
],
|
||||||
"django": true,
|
"django": true,
|
||||||
|
|
BIN
.yarn/cache/@babel-parser-npm-7.22.4-32183c89ee-0ca6d3a2d9.zip
vendored
Normal file
BIN
.yarn/cache/@babel-parser-npm-7.22.4-32183c89ee-0ca6d3a2d9.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@eslint-community-regexpp-npm-4.5.1-bf72922237-6d901166d6.zip
vendored
Normal file
BIN
.yarn/cache/@eslint-community-regexpp-npm-4.5.1-bf72922237-6d901166d6.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@humanwhocodes-config-array-npm-0.11.10-7b63df9e7f-1b1302e240.zip
vendored
Normal file
BIN
.yarn/cache/@humanwhocodes-config-array-npm-0.11.10-7b63df9e7f-1b1302e240.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-b881c7e503.zip
vendored
Normal file
BIN
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-b881c7e503.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@lmdb-lmdb-darwin-arm64-npm-2.7.11-6bf2bf934e-8.zip
vendored
Normal file
BIN
.yarn/cache/@lmdb-lmdb-darwin-arm64-npm-2.7.11-6bf2bf934e-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@lmdb-lmdb-darwin-x64-npm-2.7.11-f282673377-8.zip
vendored
Normal file
BIN
.yarn/cache/@lmdb-lmdb-darwin-x64-npm-2.7.11-f282673377-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@lmdb-lmdb-linux-arm64-npm-2.7.11-3dcb107756-8.zip
vendored
Normal file
BIN
.yarn/cache/@lmdb-lmdb-linux-arm64-npm-2.7.11-3dcb107756-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@lmdb-lmdb-linux-x64-npm-2.7.11-f3bb75854e-8.zip
vendored
Normal file
BIN
.yarn/cache/@lmdb-lmdb-linux-x64-npm-2.7.11-f3bb75854e-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@lmdb-lmdb-win32-x64-npm-2.7.11-aa490eb71e-8.zip
vendored
Normal file
BIN
.yarn/cache/@lmdb-lmdb-win32-x64-npm-2.7.11-aa490eb71e-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-darwin-arm64-npm-3.0.2-18ac236cc4-8.zip
vendored
Normal file
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-darwin-arm64-npm-3.0.2-18ac236cc4-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-darwin-x64-npm-3.0.2-39dd07082a-8.zip
vendored
Normal file
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-darwin-x64-npm-3.0.2-39dd07082a-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-linux-arm64-npm-3.0.2-cfbf50d4c6-8.zip
vendored
Normal file
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-linux-arm64-npm-3.0.2-cfbf50d4c6-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-linux-x64-npm-3.0.2-262fca760d-8.zip
vendored
Normal file
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-linux-x64-npm-3.0.2-262fca760d-8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-win32-x64-npm-3.0.2-c627beab89-8.zip
vendored
Normal file
BIN
.yarn/cache/@msgpackr-extract-msgpackr-extract-win32-x64-npm-3.0.2-c627beab89-8.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-bundler-default-npm-2.9.1-bd80d38215-65d6f950e5.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-bundler-default-npm-2.9.1-bd80d38215-65d6f950e5.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-cache-npm-2.9.1-64e85bb2b6-0ca79922f4.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-cache-npm-2.9.1-64e85bb2b6-0ca79922f4.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-codeframe-npm-2.9.1-76326be081-7fecbca32e.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-codeframe-npm-2.9.1-76326be081-7fecbca32e.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-compressor-raw-npm-2.9.1-8207dd1221-5830397a27.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-compressor-raw-npm-2.9.1-8207dd1221-5830397a27.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-config-default-npm-2.9.1-96ef233313-3b3ea81c8c.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-config-default-npm-2.9.1-96ef233313-3b3ea81c8c.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-core-npm-2.9.1-f045126896-a63a341127.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-core-npm-2.9.1-f045126896-a63a341127.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-diagnostic-npm-2.9.1-db71efcb92-77c9cc9464.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-diagnostic-npm-2.9.1-db71efcb92-77c9cc9464.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-events-npm-2.9.1-609b179657-755518fc66.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-events-npm-2.9.1-609b179657-755518fc66.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-fs-npm-2.9.1-6734080bd1-f4be2bd059.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-fs-npm-2.9.1-6734080bd1-f4be2bd059.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-fs-search-npm-2.9.1-d8cb64b4dc-fedb5062bf.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-fs-search-npm-2.9.1-d8cb64b4dc-fedb5062bf.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-graph-npm-2.9.1-7f41404c10-04dd15f5bc.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-graph-npm-2.9.1-7f41404c10-04dd15f5bc.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-hash-npm-2.9.1-5f1839204f-bff402ed76.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-hash-npm-2.9.1-5f1839204f-bff402ed76.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-logger-npm-2.9.1-e7501bf139-b2b3d6aee9.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-logger-npm-2.9.1-e7501bf139-b2b3d6aee9.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-markdown-ansi-npm-2.9.1-d38edbabf2-64f9998d42.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-markdown-ansi-npm-2.9.1-d38edbabf2-64f9998d42.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-namer-default-npm-2.9.1-96cc28e011-0c0317d54b.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-namer-default-npm-2.9.1-96cc28e011-0c0317d54b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-node-resolver-core-npm-3.0.1-5ac08b21d9-0ad1afbfd9.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-node-resolver-core-npm-3.0.1-5ac08b21d9-0ad1afbfd9.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-css-npm-2.9.1-56a458d7d9-e43097eff1.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-css-npm-2.9.1-56a458d7d9-e43097eff1.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-data-url-npm-2.9.1-67b9e2ca19-e94b1c43ca.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-data-url-npm-2.9.1-67b9e2ca19-e94b1c43ca.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-htmlnano-npm-2.9.1-9303d21c6a-1882618a2f.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-htmlnano-npm-2.9.1-9303d21c6a-1882618a2f.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-image-npm-2.9.1-3b7cf409f3-9c3ab78c6b.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-image-npm-2.9.1-3b7cf409f3-9c3ab78c6b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-svgo-npm-2.9.1-f3215a2895-612d61c830.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-svgo-npm-2.9.1-f3215a2895-612d61c830.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@parcel-optimizer-swc-npm-2.9.1-42d3ce2418-72105a9bc9.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-optimizer-swc-npm-2.9.1-42d3ce2418-72105a9bc9.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-package-manager-npm-2.9.1-c7a23c41b1-849d334663.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-package-manager-npm-2.9.1-c7a23c41b1-849d334663.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-packager-css-npm-2.9.1-0fd73764c8-30c3255b9b.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-packager-css-npm-2.9.1-0fd73764c8-30c3255b9b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-packager-html-npm-2.9.1-91b9217e1b-7d8ef8b77a.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-packager-html-npm-2.9.1-91b9217e1b-7d8ef8b77a.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-packager-js-npm-2.9.1-ecccdc9d1b-921a3f62c1.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-packager-js-npm-2.9.1-ecccdc9d1b-921a3f62c1.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-packager-raw-npm-2.9.1-af8b04cda3-1e9c9a055a.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-packager-raw-npm-2.9.1-af8b04cda3-1e9c9a055a.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-packager-svg-npm-2.9.1-0fb9bb81ec-fa8443ab70.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-packager-svg-npm-2.9.1-0fb9bb81ec-fa8443ab70.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-plugin-npm-2.9.1-c0b81a98b1-967408ebfc.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-plugin-npm-2.9.1-c0b81a98b1-967408ebfc.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@parcel-profiler-npm-2.9.1-1386af04c4-b38e137037.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-profiler-npm-2.9.1-1386af04c4-b38e137037.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-reporter-cli-npm-2.9.1-ed0ae34fc2-b695977089.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-reporter-cli-npm-2.9.1-ed0ae34fc2-b695977089.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-reporter-dev-server-npm-2.9.1-83db12068f-9fcbf33992.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-reporter-dev-server-npm-2.9.1-83db12068f-9fcbf33992.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@parcel-reporter-tracer-npm-2.9.1-436207f3fb-7e894d3f8a.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-reporter-tracer-npm-2.9.1-436207f3fb-7e894d3f8a.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-resolver-default-npm-2.9.1-a097543256-16b5feae48.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-resolver-default-npm-2.9.1-a097543256-16b5feae48.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-runtime-browser-hmr-npm-2.9.1-40a13c0217-c784641a1f.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-runtime-browser-hmr-npm-2.9.1-40a13c0217-c784641a1f.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-runtime-js-npm-2.9.1-f255b14962-ab0bdeb993.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-runtime-js-npm-2.9.1-f255b14962-ab0bdeb993.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@parcel-runtime-react-refresh-npm-2.9.1-a7b66e3f9d-2734fd6974.zip
vendored
Normal file
BIN
.yarn/cache/@parcel-runtime-react-refresh-npm-2.9.1-a7b66e3f9d-2734fd6974.zip
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue