-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Phil Hennel edited this page Oct 20, 2025
·
1 revision
All notable changes to the Copima CLI Crawler project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2025-10-19
- Deduplication system for efficiently handling duplicate resources across crawl runs
- Multi-platform executable builds (Windows x64, macOS Intel x64, macOS Apple Silicon ARM64)
- Automated release workflow via GitHub Actions
- Comprehensive test suite for deduplication functionality
- TypeScript compilation errors in test files (index signature access patterns)
- Type safety improvements in user fetching module
- Enhanced storage manager with integrated deduplication support
- Improved build configuration for cross-platform executable generation
- ✅ Windows x64 (
.exeexecutable) - ✅ macOS Intel (x64 executable)
- ✅ macOS Apple Silicon (ARM64 executable)
0.1.0 - Initial Release
- GitLab API crawler supporting GraphQL and REST endpoints
- Four-step crawling workflow (areas, users, resources, repository)
- OAuth2 and Personal Access Token authentication
- JSONL data storage with hierarchical folder structure
- Progress reporting and resume capabilities
- Interactive configuration setup wizard
- Comprehensive E2E testing framework
- Support for callback-based data processing and filtering
- YAML-based configuration with 5-level precedence system
- Step 1 - Areas: Crawl groups and projects
- Step 2 - Users: Fetch all GitLab users
- Step 3 - Resources: Crawl issues, merge requests, epics, and other resources
- Step 4 - Repository: Crawl branches, commits, tags, and file contents
- GitLab GraphQL and REST API clients with pagination support
- Hierarchical storage manager for JSONL output
- Progress reporter with YAML-based state persistence
- Configuration loader with environment variable and file-based config
- OAuth2 token manager with automatic refresh
- Callback system for custom data processing