mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 04:33:03 +00:00
a9b5771d5c
- Add retry logic with delays to detectPVECluster function to handle API permission propagation - Periodically re-check standalone nodes to detect if they're actually part of a cluster - Increase timeout from 3 to 5 seconds for cluster detection attempts - Skip retries for definitively standalone nodes (501 not implemented errors) This addresses the issue where adding a PVE cluster doesn't detect it properly on first attempt, requiring deletion and re-adding to work correctly. The retry mechanism gives time for API permissions to fully propagate in Proxmox.
120 lines
1.6 KiB
Plaintext
120 lines
1.6 KiB
Plaintext
# Binaries
|
|
/bin/
|
|
pulse
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development environment files
|
|
.dev-mode
|
|
.tmux.conf
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Go
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
vendor/
|
|
pulse-test
|
|
test-pulse
|
|
|
|
# Node.js (for frontend-modern)
|
|
node_modules/
|
|
.npm/
|
|
.yarn/
|
|
frontend-modern/.vite/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tar.gz
|
|
pulse-fixes*.tar.gz
|
|
|
|
# Frontend copy for embedding (generated during build)
|
|
# Frontend build artifact for Go embedding
|
|
# This is auto-generated, DO NOT EDIT
|
|
internal/api/frontend-modern/
|
|
|
|
# Claude-specific files
|
|
CLAUDE.md
|
|
.claude*
|
|
claude-*
|
|
fix-claude-*
|
|
backend
|
|
|
|
# Release process files
|
|
CHANGELOG.md
|
|
pulse-release/
|
|
pulse-release-staging/
|
|
release/
|
|
|
|
# Development scripts
|
|
scripts/backend-watch.sh
|
|
temp/
|
|
RELEASE_CHECKLIST.md
|
|
DOCKER_PUSH_INSTRUCTIONS.md
|
|
|
|
# Testing and temporary files
|
|
testing-tools/
|
|
manual-test*.md
|
|
verify-*.md
|
|
test-*.md
|
|
package.json
|
|
package-lock.json
|
|
*.test.js
|
|
*.test.md
|
|
screenshots/
|
|
.devdata/
|
|
test-*.js
|
|
test-*.sh
|
|
test-*.html
|
|
*.backup.*
|
|
.env.dev
|
|
.env.backup*
|
|
PMG_BACKUP_DETECTION.md
|
|
SAFE_TESTING.md
|
|
tmp/
|
|
|
|
# Master plan documents (local only)
|
|
PULSE_V4_ISSUES_MASTER_PLAN.md
|
|
FIX_SUMMARY_*.md
|
|
|
|
# Development documentation
|
|
TYPING_*.md
|
|
test-config.json
|
|
|
|
# Local test scripts
|
|
scripts/test-*.sh
|
|
scripts/run-tests.sh
|
|
scripts/TEST_*.md
|
|
|
|
# Mock mode files (local development only)
|
|
mock.env
|
|
internal/monitoring/mock_integration.go
|
|
internal/monitoring/mock_stub.go
|
|
scripts/mock-dev.sh
|
|
scripts/toggle-mock.sh
|
|
scripts/toggle-mock-pure.sh
|
|
MOCK_MODE_GUIDE.md
|
|
|
|
# Claude Code Safety Hooks (local only)
|
|
.claudecode-settings.json
|
|
.claudecode-hooks/
|