Conversation
chore(deps): update astral-sh/setup-uv action to v9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): lock file maintenance
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7 to 7.6.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v7...v7.6.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…login-action-4.5.2 chore(github-actions): bump docker/login-action from 4 to 4.5.2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-drafter/release-drafter-7.6.0 chore(github-actions): bump release-drafter/release-drafter from 7 to 7.6.0
…289) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update astral-sh/setup-uv action to v10
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Change to sqruff from SQLFluff
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.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Bug fix, Configuration changes
Description
Migrate SQL linting and formatting from
SQLFlufftosqruff.Update numerous GitHub Actions to their latest versions.
Refactor GitHub Actions for release, environments, and branch protection.
Add Zed editor settings for Python, SQL, and other file types.
Diagram Walkthrough
flowchart LR A[SQLFluff] --> B{Migration to sqruff}; C[Old GitHub Actions] --> D{Update to latest versions}; E[No Zed Settings] --> F{Add Zed Editor Settings}; B --> G[Improved SQL Linting/Formatting]; D --> H[Enhanced CI/CD Workflows]; F --> I[Better Zed Editor Experience]; G & H & I --> J[Overall Developer Experience Improvement];File Walkthrough
13 files
Migrate Nox sessions from SQLFluff to sqruffUpdate Devcontainer to use sqruff VSCode extension and settingsAdd checkout step and permissions to approve workflowMigrate format workflow from SQLFluff to sqruffAdd GitHub Pages environment and update action versionsMigrate lint workflow from SQLFluff to sqruffRefactor release workflow for develop and production environmentsEnhance settings workflow with environment, pages, and permissionconfigurationsAdd develop branch trigger and update test action versionsMigrate pre-commit hooks from SQLFluff to sqruff and update hookdescriptionsReplace SQLFluff VSCode extension with sqruff extensionRemove SQLFluff settings and configure sqruff as default SQL formatterAdd Zed editor settings for Python, SQL, and other languages11 files
Update dockerignore to reflect sqruff configuration fileAdd GitHub Environments configurationAdd branch protection rules for the develop branchRemove draft release workflowChange publish app trigger branch and update action versionsChange publish devcontainer trigger branch and update action versionsAdd Prettier configuration for JSON filesRemove SQLFluff configuration fileAdd sqruff configuration fileUpdate sqruffignore to remove `target/` directoryAdd `CPY001` to Ruff ignore list7 files
Update `setup-uv` GitHub Action versionUpdate `actions/checkout` version in actionlint workflowUpdate GitHub Actions versions in devcontainer workflowUpdate GitHub Actions versions in docker workflowUpdate `actions/labeler` versionUpdate `pr-agent` action versionUpdate project dependencies and replace `sqlfluff` with `sqruff`8 files
Update cspell dictionary with new terms related to sqruff and ZedUpdate documentation to reflect sqruff migrationUpdate codebook dictionary with new termsUpdate documentation for SQL linting tool from SQLFluff to sqruffUpdate pre-commit documentation to reflect sqruff migration and hookdescriptionsUpdate Devcontainer documentation for sqruff andupdateContentCommandUpdate guides to reflect sqruff as the SQL linting toolUpdate main documentation to mention sqruff for SQL linting