Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
},
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "*_test.py"]
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "*_test.py"],
"js/ts.tsdk.path": "node_modules/typescript/lib"
}
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

SITE = backend/ldap_ui/statics
VERSION = $(shell fgrep __version__ backend/ldap_ui/__init__.py | cut -d'"' -f2)
ARCH = $(shell docker run --rm alpine uname -m)
TAG = $(VERSION)-$(subst aarch64,arm64,$(ARCH))
IMAGE = dnknth/ldap-ui

debug: $(SITE) .env
Expand Down Expand Up @@ -31,7 +29,7 @@ node_modules: package.json

clean:
rm -rf build dist $(SITE) backend/ldap_ui.egg-info
find backend -name __pycache__ -exec rm -rf {} \;
-find backend -name __pycache__ -exec rm -rf {} \;

tidy: clean
rm -rf .venv node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"vue": "latest"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.88.2",
"@hey-api/openapi-ts": "latest",
"@tsconfig/node24": "latest",
"@types/node": "latest",
"@vitejs/plugin-vue": "latest",
Expand Down
858 changes: 424 additions & 434 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
allowBuilds:
esbuild: set this to true or false
onlyBuiltDependencies:
- esbuild
2 changes: 2 additions & 0 deletions src/globals.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Recognize all CSS files as module imports.
declare module "*.css" {}
1 change: 0 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
Expand Down
30 changes: 15 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.