-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
🚀 Release v0.26.3 #3312
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
Merged
🚀 Release v0.26.3 #3312
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
- Added support for detecting warning symbols (⚠,⚠️ ) in log messages
- Replace limited 15-timezone list with comprehensive 421 IANA timezones - Add searchable timezone selector with region grouping for better UX - Create dedicated timezones.ts file following project conventions - Support all timezone offsets including 30-min and 45-min offsets Closes #2935 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ables in templates - Introduced new test cases to verify the behavior of the `processValue` function when dealing with empty string variables and undefined variables. - Ensured that empty strings are correctly replaced and undefined variables remain unchanged in the output.
…empty-variables-references test(helpers): add tests for handling empty and undefined string vari…
…l, mariadb & postgres)
localhost doesn't work properly in containers
- Modified the admin check to use optional chaining, ensuring that the user property is accessed only if it exists, preventing potential runtime errors.
fix(auth): update admin check to safely access user property
Database creation APIs (mysql, mariadb, postgres, mongo) now return the created database object with databaseID instead of boolean true. This enables automation workflows to deploy databases immediately after creation. Fixes #3268
- Added `asButton` prop to `HandleServers`, `SetupServer`, `ShowServerActions`, and `TerminalModal` components to allow rendering as buttons for improved UI flexibility. - Updated the server management interface to use buttons for actions like editing and setting up servers, enhancing user experience. - Introduced new icons for better visual representation of actions in the server management dashboard.
- Wrapped server status display in a TooltipProvider to provide additional context for deactivated servers. - Implemented a tooltip that informs users about the reason for deactivation and instructions for reactivation, enhancing user experience and clarity in server management.
Feat/use cards in remote servers
fix(api): return database object from create endpoints
…new test functionality - Updated the AddRegistrySchema to make the password field optional when editing an existing registry. - Introduced a new mutation, testRegistryById, to validate registry credentials using existing data. - Improved form handling to conditionally require the password based on the editing state. - Enhanced user feedback for registry testing with clearer error messages and instructions.
…lways-blank-when-you-modify-any-existing-registry feat(registry): enhance registry handling with optional password and …
fix: update project handling permissions to include admin role
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com>
…s-endpoint Fix Perplexity AI provider models endpoint by returning hardcoded model list
…al characters like $ Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com>
fix: quote registry username in docker login to prevent shell variable expansion
feat(resources): Add number component to have better UX control over Docker resources
fix(docker-logs): fix warning symbol detection
…ers in bug report
…ers in bug report
… and update related components
…ServerSettings schema and improve code clarity
…ttings and streamline IP retrieval logic
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ance log cleanup status retrieval
…n update function
fix: pass registry auth to stack deploy
chore: uninstall `rotating-file-stream`
…dmin check and using optional chaining for settings access
…-users-table refactor(settings): migrate user settings to webServerSettings schema…
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 PR promotes changes from
canarytomainfor version v0.26.3.🔍 Changes Include:
✅ Pre-merge Checklist: