Arunavo Ray
703156b15c
fix: update success message for GitHub data import to direct users to the Repositories page
2025-05-24 19:13:47 +05:30
Arunavo Ray
20a771f340
chore: bump version to 2.8.0
v2.8.0
2025-05-24 18:49:30 +05:30
Arunavo Ray
d925b3c155
refactor: Remove unnecessary console logs from event polling and retrieval
2025-05-24 18:41:55 +05:30
Arunavo Ray
47e1c7b493
feat: Implement automatic database cleanup feature with configuration options and API support
2025-05-24 18:33:59 +05:30
Arunavo Ray
d7ce2a6908
feat: Refactor database cleanup process by removing scripts and updating documentation to use the Activity Log for event management
2025-05-24 17:58:37 +05:30
Arunavo Ray
4efe741c64
Bump version to 2.7.0
v2.7.0
2025-05-24 17:39:23 +05:30
Arunavo Ray
773842fa72
feat: Improve cron job setup for automatic database cleanup with better error handling
2025-05-24 17:37:36 +05:30
Arunavo Ray
90944a40c6
feat: Remove health API tests to streamline codebase
2025-05-24 16:14:22 +05:30
Arunavo Ray
f436737efb
Bump version to 2.6.0
v2.6.0
2025-05-24 15:41:12 +05:30
Arunavo Ray
a4e4afdaaf
feat: Enhance RepositoryTable layout by adding Links column and adjusting action button alignment
2025-05-24 15:32:59 +05:30
Arunavo Ray
cbef04d4b4
feat: Add Gitea configuration hook and enhance repository list with Gitea links
2025-05-24 15:18:31 +05:30
Arunavo Ray
a988be1028
feat: Implement comprehensive job recovery and resume process improvements
...
- Added a startup recovery script to handle interrupted jobs before application startup.
- Enhanced recovery system with database connection validation and stale job cleanup.
- Improved middleware to check for recovery needs and handle recovery during requests.
- Updated health check endpoint to include recovery system status and metrics.
- Introduced test scripts for verifying recovery functionality and job state management.
- Enhanced logging and error handling throughout the recovery process.
2025-05-24 13:45:25 +05:30
Arunavo Ray
98610482ae
feat: enhance event management by adding duplicate removal, cleanup functionality, and improving activity logging
2025-05-24 13:25:58 +05:30
Arunavo Ray
546db472e5
feat: enhance navigation handling by updating navigation key and improving page state management
2025-05-24 12:52:02 +05:30
Arunavo Ray
70b3e412ad
feat: implement navigation context and enhance component loading states across the application
2025-05-24 12:51:57 +05:30
Arunavo Ray
a3ac31795c
refactor: remove problematic useEffect to prevent circular dependencies and optimize user data fetching
2025-05-24 12:24:04 +05:30
Arunavo Ray
f41fb9b91f
feat: adjust height of RepositoryTable and add status bar to display filtered repository count
2025-05-24 11:37:05 +05:30
Arunavo Ray
0b568a3b37
feat: implement auto-save functionality for schedule config changes and enhance UI with loading indicator
2025-05-24 11:31:40 +05:30
Arunavo Ray
a1da82a718
refactor: simplify ConfigCardSkeleton structure and enhance layout in ConfigTabs component
2025-05-24 10:53:33 +05:30
Arunavo Ray
645d495e80
refactor: remove Docker configuration generation and clipboard copy functionality from ConfigTabs component
2025-05-24 10:48:43 +05:30
Arunavo Ray
0890ed0bb8
feat: add live refresh functionality and configuration status hooks; enhance UI components with new switch and refresh features
2025-05-24 10:24:25 +05:30
Arunavo Ray
fc985f29df
fix: update base image version in Dockerfile and remove cron installation
2025-05-23 16:07:42 +05:30
Arunavo Ray
7d32112369
feat: implement automatic database cleanup with cron jobs for events and mirror jobs
2025-05-23 12:15:34 +05:30
Arunavo Ray
3bb85a4cdb
chore: bump version to 2.5.4
v2.5.4
2025-05-23 11:43:36 +05:30
Arunavo Ray
30182544ba
feat: enhance ActivityLog and ActivityList components with key generation and filtering improvements
2025-05-23 11:29:39 +05:30
Arunavo Ray
fb73f33aeb
fix: update healthcheck endpoints for Gitea services in docker-compose files
2025-05-22 22:48:33 +05:30
Arunavo Ray
48f63bdfc8
Release v2.5.3
v2.5.3
2025-05-22 21:59:21 +05:30
Arunavo Ray
e2506a874e
feat: enhance JWT_SECRET handling with auto-generation and persistence
2025-05-22 20:58:22 +05:30
Arunavo Ray
b67473ec7e
refactor: update Proxmox LXC deployment instructions and replace deprecated script
2025-05-22 20:35:18 +05:30
Arunavo Ray
4ca4356ad1
Release v2.5.2
v2.5.2
2025-05-22 19:54:07 +05:30
Arunavo Ray
3136a2120d
feat: extract version from package.json and set as environment variable
2025-05-22 19:48:42 +05:30
Arunavo Ray
615ebd5079
Release 2.5.1: Fix Docker entrypoint to prevent unnecessary bun install
v2.5.1
2025-05-22 19:33:07 +05:30
Arunavo Ray
6e48d3f86c
refactor: remove bun setup for pre-built images and streamline database initialization scripts
2025-05-22 19:29:15 +05:30
Arunavo Ray
c5de7e616d
chore: bump version to 2.5.0
v2.5.0
2025-05-22 18:53:43 +05:30
Arunavo Ray
309f8c4341
feat: add version information component and integrate version check in health API
2025-05-22 18:51:11 +05:30
ARUNAVO RAY
0c596ac241
Merge pull request #15 from arunavo4/parallel-jobs
...
Implement parallel processing
2025-05-22 18:18:14 +05:30
Arunavo Ray
894be88a28
feat: migrate testing framework to Bun and update test configurations
...
- Updated GitHub Actions workflow to use Bun's test runner and coverage reporting.
- Added comprehensive testing documentation for the Gitea Mirror project.
- Refactored test scripts in package.json to align with Bun's testing commands.
- Created new test files for database, Gitea, GitHub, health, and mirroring APIs.
- Implemented mock functions for API tests to handle various scenarios and responses.
- Established a test setup file for consistent test environment configuration.
2025-05-22 18:08:51 +05:30
Arunavo Ray
6ab7f0a5a0
fix: add missing --bun flag to vitest and astro build commands
2025-05-22 16:44:14 +05:30
Arunavo Ray
abe3113755
feat: enhance job resilience with new database schema and recovery mechanisms
...
- Added new fields to the mirror_jobs table for job resilience, including job_type, batch_id, total_items, completed_items, item_ids, completed_item_ids, in_progress, started_at, completed_at, and last_checkpoint.
- Implemented database migration scripts to update the mirror_jobs table schema.
- Introduced processWithResilience utility for handling item processing with checkpointing and recovery capabilities.
- Updated API routes for mirroring organizations and repositories to utilize the new resilience features.
- Created recovery system to detect and resume interrupted jobs on application startup.
- Added middleware to initialize the recovery system when the server starts.
2025-05-22 14:33:03 +05:30
Arunavo Ray
f4bc28e6c2
Implement parallel processing with retry logic for repository mirroring and syncing operations
2025-05-22 13:28:28 +05:30
Arunavo Ray
aaf8dc6fe4
Bump version to 2.1.0
v2.1.0
2025-05-22 11:05:07 +05:30
ARUNAVO RAY
cda78bc0f5
Merge pull request #13 from arunavo4/fix-bun-permissions-in-lxc
...
Fix Bun permissions issue in LXC container installer
2025-05-22 09:15:49 +05:30
Arunavo Ray
9ccd656734
Update documentation: revise architecture, configuration, and quick start guides to reflect new features and deployment options
2025-05-22 09:12:32 +05:30
Arunavo Ray
8b5c5d8ed2
Update README to include event management scripts and LXC deployment details
2025-05-22 09:06:47 +05:30
Arunavo Ray
1ab642c9e7
Update LXC deployment scripts: replace installer script with Proxmox-specific script and update README references
2025-05-22 09:04:05 +05:30
Arunavo Ray
1eae725535
Update LXC deployment guide references and remove outdated documentation
2025-05-22 08:56:53 +05:30
Arunavo Ray
5bf52c806f
Update README and add LXC deployment guide; enhance LXC installer scripts
2025-05-22 08:53:19 +05:30
Arunavo Ray
a15178d2cd
Implement health check API and update health check commands in Docker and Docker Compose
2025-05-22 08:39:07 +05:30
Arunavo Ray
32ef9124a7
Remove sqlite3 dependency from package.json
2025-05-22 08:12:26 +05:30
Arunavo Ray
161685b966
Add directory permission check before creating symlink in systemd service setup
2025-05-21 22:30:15 +05:30