25-01-19 Merging features from canary to main branch#7
Merged
biersoeckli merged 19 commits intomainfrom Jan 19, 2025
Merged
Conversation
- Updated build-release and canary-release workflows to include version arguments. - Modified Dockerfile to set QS_VERSION environment variable. - Added method to retrieve current QuickStack version in the service. - Passed current version to QuickStackVersionInfo component in maintenance page. - Improved README and CONTRIBUTING documentation for clarity.
… extension to devcontainer
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This pull request includes several significant changes to the project, focusing on enhancing documentation, updating workflows, and improving the backup functionality. Below is a summary of the most important changes:
Documentation Updates:
CONTRIBUTING.mdfile to guide contributors on how to report bugs, suggest enhancements, commit conventions, and submit pull requests.README.mdto include a new header image, refined key features, and added a link to detailed installation instructions. [1] [2]Workflow Improvements:
build-release.ymlworkflow to include version-specific tags for Docker images.canary-release.ymlworkflow to use a unique version argument based on the GitHub run number.Backup Functionality Enhancements:
downloadBackupfunction insrc/app/backups/actions.tsto handle backup downloads.BackupDetailDialogcomponent insrc/app/backups/backup-detail-overlay.tsxfor displaying and managing backup details in a dialog interface.Dependency and Configuration Updates:
@radix-ui/react-progresspackage topackage.json.shd101wyy.markdown-preview-enhancedextension in the devcontainer configuration.Dockerfile Enhancements:
VERSION_ARGto theDockerfileand set it as an environment variable for better version management. [1] [2]