-
Notifications
You must be signed in to change notification settings - Fork 2
Merge develop into main for v1.0.0-alpha.3 #25
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
Merged
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
…oved color management
…tle surface variable
… use new color variables
…r authentication Current lts-community image uses old sonar.login parameter instead of sonar.token
- Added macOS distribution script to package.json. - Updated prisma.config.ts to use environment variable for database URL. - Modified paths.ts for cross-platform compatibility in resource paths. - Added template database file for initialization. - Included new application icon for macOS.
- Added afterEach hook to restore original process.resourcesPath. - Mocked process.resourcesPath for packaged mode tests to ensure accurate path resolution. - Updated assertions to check for 'app.asar.unpacked' in path results.
chore: add collaboration guidelines in English and Spanish
Fix/calendar colors
Feat: Add macos installer
- Add CONTRIBUTING.md (bilingual, based on COLLABORATION.md) - Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Add SECURITY.md with responsible disclosure guidance - Add GitHub issue templates (bug_report.yml, feature_request.yml) - Add pull_request_template.md - Update README.md Contributing section to reference all new files Co-authored-by: altaskur <105789412+altaskur@users.noreply.github.com>
Co-authored-by: altaskur <105789412+altaskur@users.noreply.github.com>
…ndards feat: add standard OSS collaboration files and GitHub templates
|
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.



Goal
Deliver a new alpha with macOS build support, UI refinements, and improved project standards.
Key Changes
Add macOS build/installer support and adjust database path handling.
Refine calendar and dialog theming with updated color variables.
Improve CI/Sonar configuration and Prisma tooling defaults.
Add collaboration standards and issue/PR templates.
Database Impact
No schema changes. Path handling updated for platform support.
Backup Impact
No functional changes.
UI Changes
Updated calendar colors and dialog styling.
Testing Steps
npm run lint
npm test
npm run test:electron
npm run sonar:check
Breaking Changes
None.
Related Issues
Recent PRs for macOS installer/build and calendar color fixes.
Acknowledgements
Strong thanks to @manurgdev for the macOS installer/build work and visual fixes.