Skip to content

fix: support cassandra client #1721

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
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

fix: support cassandra client #1721

wants to merge 9 commits into from

Conversation

cgrindel
Copy link
Owner

@cgrindel cgrindel commented Jul 6, 2025

Closes #1632.

cgrindel and others added 9 commits July 4, 2025 07:39
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Changes file permissions for dependency index files to be more secure
by restricting write access to owner only while maintaining read access.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Improve error messages in target and build declaration lookup functions
to provide clear context and available alternatives:

- Target lookup by name: Show available target names when not found
- Target lookup by label: Show available target labels when not found
- Build declaration lookup: Show available declaration names when not found
- Duplicate detection: Show conflicting declaration types for duplicates

This helps developers quickly identify typos and understand available
options when debugging Swift package configuration issues.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Improve error message for Git reference validation to show what was
actually provided vs what's required. Replaces complex boolean logic
with clearer list-based validation.

Before: "Exactly one of commit, tag, or branch must be provided"
After: "Exactly one of commit, tag, or branch must be provided. Found: [commit, tag]"

This helps developers quickly identify configuration errors when setting
up Swift package Git dependencies.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Update the Claude Code Review GitHub workflow to skip dependency update
PRs created by app/cgrindel-self-hosted-renovate. This prevents unnecessary
code reviews on automated dependency updates while preserving reviews
for actual code changes.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@cgrindel cgrindel self-assigned this Jul 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build apple/swift-cassandra-client
1 participant