Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit 0c0f3bb6d8 - Show all commits
+8 -4
View File
@@ -14,11 +14,10 @@ jobs:
SECRET_KEY: test-secret-key-for-ci-environment-32chars-minimum
steps:
- name: Debug workspace
- name: Checkout repository
run: |
pwd
ls -la
find . -name "dashboard" -type d 2>/dev/null || echo "dashboard not found"
git clone http://gitea:3000/jimmy/nas-tools.git .
git checkout ${{ github.sha }}
- name: Install Python
run: |
@@ -48,6 +47,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
run: |
git clone http://gitea:3000/jimmy/nas-tools.git .
git checkout ${{ github.sha }}
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -