Skip to content

Conversation

@Mehdi-Bl
Copy link
Contributor

  • Improved UX, added sub panels, now Usage & Logs are not in main panel
  • Added new Command panel to manage new /commands Global or per Project
  • New detachable panels
  • New icon in the side bar

Mehdi-Bl and others added 16 commits June 24, 2025 07:19
## Code Quality Improvements

### Duplication Elimination
- Created BaseCommandsPanel component to eliminate 100% duplication
- Refactored GlobalCommandsPanel and ProjectCommandsPanel to use shared logic
- Reduced GlobalCommandsPanel from 133 to 34 lines (-74%)
- Reduced ProjectCommandsPanel from 128 to 27 lines (-79%)

### SonarQube Configuration
- Fixed deprecated sonar.login warning by using sonar.token
- Added dynamic version reading from VERSION file
- Enhanced coverage configuration with proper LCOV reporting
- Added sonar-project.properties for better SCM integration

### Test Infrastructure
- Reorganized tests from src/test/ to tests/unit/ structure
- Enhanced Jest configuration with coverage thresholds (70%)
- Fixed all import paths after test reorganization
- All 97 tests passing with 51.8% coverage

### Security & Quality
- Added NOSONAR annotations for false positive security warnings
- Improved error handling with shared utilities
- Enhanced webview setup with reusable helpers
- Maintained strict TypeScript compliance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Document blame information fix and troubleshooting
- Include dynamic versioning configuration
- Add coverage setup and troubleshooting steps
- Document recent code quality improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Updated NOSONAR annotations to use rule-specific format (S2245, S4721) for:
- ClaudeCodeService.ts: OS command execution warning
- PipelinePanel.tsx: Math.random() for task IDs
- RunnerController.ts: Math.random() for task IDs
- Input.tsx: Math.random() for HTML element IDs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
…ture from main

Added comprehensive testing and CI/CD infrastructure:

**GitHub Workflows:**
- docker-e2e.yml: Docker-based E2E testing with matrix strategy
- test-pipeline.yml: Complete CI pipeline (without/with Claude CLI)
- README.md: Comprehensive workflow documentation

**Docker Infrastructure:**
- Dockerfile.test: VS Code extension testing container
- docker-test-runner.sh: Automated test execution script

**E2E Testing:**
- tests/e2e/LogsService.test.ts: End-to-end LogsService tests
- Enhanced Jest configuration for E2E tests

**Testing Scripts:**
- scripts/test-claude-detection.js: Claude CLI detection testing
- Added test:e2e, test:claude-detection, test:ci:* scripts to package.json

**Documentation:**
- docs/BUILD.md: Build and installation guide
- docs/TESTING.md: Comprehensive testing guide

**Package Updates:**
- Added @types/jest dependency for E2E tests
- Enhanced test scripts for CI/CD pipeline compatibility

All infrastructure now supports both "without Claude CLI" and "with Claude CLI" testing phases.
Maintains all existing functionality while adding robust CI/CD capabilities.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

@Mehdi-Bl Mehdi-Bl closed this Jun 26, 2025
@Mehdi-Bl Mehdi-Bl deleted the feature/commands branch June 26, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants