Adopt monorepo layout and main development flow#34
Open
GitGab19 wants to merge 1110 commits into
Open
Conversation
… performance trackers factories
…ionServiceInterface
- Implemented PerformanceTrackerConfigForm.vue for configuring performance tracker settings. - Created PerformanceTrackerFormModal.vue for adding and editing performance trackers. - Defined performance tracker models in performanceTracker.ts. - Developed PerformanceTrackerService for API interactions related to performance trackers. - Established performanceTrackerStore for state management of performance trackers. - Added PerformanceTrackersSettingsView.vue for managing performance trackers in the settings. - Integrated performance tracker loading and filtering logic in the settings view. - Updated router to include performance trackers settings route. - Enhanced existing settings view to load performance trackers on mount.
…nd remove HashRate
…r enhanced mining performance tracking
…th mining_performance
…ce tracker_current_hashrate references
…ormance tracking with caching and backoff
…te-limiting for API calls
…iting for API calls
…nds and API router
…payout information
…esponse structure and payout policy
…payments and remove threshold configuration
Move shared configs to root (.pre-commit-config.yaml, CONTRIBUTING.md, DEVELOPMENT_WORKFLOW.md, DEV_TOOLS.md). Remove redundant Dockerfiles from core/ and frontend/. Add .dockerignore, update Makefile, Dockerfile, compose.yaml, and vite.config.ts for monorepo layout. Rename core/compose.yaml to core/compose.dev.yaml.
…tory setup instructions
…development environment and Docker commands
…backend for version providing
# Conflicts: # VERSION.json # core~upstream_main # frontend~upstream_main
This was referenced Jun 24, 2026
Draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
core/and frontendfrontend/projects into the app repository instead of relying on submodule gitlinks.main, makingmainthe active integration/development branch.core/edge_mining/__version__.py,frontend/package.json, andfrontend/package-lock.jsoninstead of recreating the removed rootVERSION.json.Branch freshness
monorepo-subtreenow includesupstream/main; the two main-only commits were old submodule/version pointer updates and were resolved in favor of the monorepo tree and package-version files.Validation
git diff --checkdevbranch policy andDEVELOPMENT_WORKFLOW.mdreferencesupstream/main...monorepo-subtreereports0commits behindNot run locally: full backend/frontend test suites, because the local Python and frontend dependency environments are not installed in this checkout.