Rewrite pgfmt CLI in Rust using libpgfmt#3
Merged
Merged
Conversation
- Replace Python implementation with Rust CLI using clap and libpgfmt - Add GitHub Actions release workflow for cross-platform binaries - Add curl-based install script for Linux/macOS (x86_64/aarch64) - Update CI to run cargo fmt, clippy, and cargo test - Remove Python source, tests, pyproject.toml, and pre-commit config Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace PyPI badges and install instructions with GitHub Releases - Add curl installer, cargo install, and direct download options - Bump version to 1.0.0 - Update parser reference from pgparse to tree-sitter-postgres Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove mkdocs, docs workflow, and guide PDFs - Add pre-commit config with cargo fmt, clippy, and test hooks - Update CLAUDE.md for Rust project structure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a summary table at the top of the Styles section linking to each style guide source. Include the AWeber SQL style guide doc and fix the mattmc3 link (repo moved to a Gist). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update libpgfmt dependency to 1.1 to match the new default style introduced in libpgfmt 1.1.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedToo many files! This PR contains 169 files, which is 19 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (169)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
Test plan
cargo checkpassescargo testpassesjust checkruns formatting, linting, and tests successfully--styleflag defaults to aweberCo-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com