-
Notifications
You must be signed in to change notification settings - Fork 6
3.0.0 #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
MattLish
wants to merge
87
commits into
main
Choose a base branch
from
chore/v3.0.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
3.0.0 #721
Conversation
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
Member
MattLish
commented
Mar 19, 2025
- refactor: move logger to injected dependency
- refactor: make main directory follow strict typescript settings
- refactor: apply individual eslint rules
- refactor: apply prettier to all files
- fix: restore main file to root for vue electron builder
- chore: sort shared eslint file
- test: use ts-node for tests
- chore: add script to generate mock modpack for testing
- test: add more coverage
- chore: generate more accurate modlist files
- test: ensure all files are shown in coverage
- test: add tests for enb service
- test: ensure sinon is restored
- test: fix async filter test names
- test: add tests for error service
- test: add tests for instruction service
- test: add tests for launcher service
- test: add tests for migration servive
- test: add tests for mod organiser service
- test: add tests modpack service
- test: add tests for profile service
- test: add tests for resolution service
- test: add tests for startup service
- test: add tests for system service
- test: add tests for update service
- test: clean up dirent mock
- test: add tests for wabbajack service
- chore: add docker-compose that runs Windows
- test: add tests for window service
- test: ignore test files from coverage
- test: add tags to main service tests
- test: add playwright with initial test
- test(e2e): add coverage for renderer files
- test: ignore renderer files and controllers in main tests
- test: prevent running e2e tests in parallel
- test: display main process coverage in e2e tests
- test: add missing config test
- test(unit): ignore files that cannot be tested with unit tests
- test(e2e): allow running app while e2e tests run
- test: enable parallel testing
- ci: add e2e tests to ci
56fd68a to
9956679
Compare
832948b to
c86adf4
Compare
… structure - Match renderer, main and preload structure - Use relative renderer paths - Move renderer asserts into renderer directory - Move tools to root resources
- Move images to public directory
…ron main process build - Add preserveModules: true to electron.vite.config.ts rollupOptions - Configure preserveModulesRoot: 'src' for clean output structure - Preserve original directory structure in build output - Maintain individual module files instead of single bundled file - Improve debugging and development experience - All existing functionality and workflows remain compatible
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.