Conversation
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
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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix/app token
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, Configuration, Documentation
Description
Migrate SQL linting and formatting from
SQLFlufftosqruff.Update GitHub Actions workflows and their dependencies to newer versions.
Introduce GitHub Environments and enhanced branch protection for
developandmain.Add configuration for the Zed editor and
.prettierrc.json.Diagram Walkthrough
File Walkthrough
7 files
Migrate SQL linting and formatting from SQLFluff to sqruff.Add checkout step andpull-requests: writepermission to approveworkflow.
Migrate SQL formatting workflow from SQLFluff to sqruff.Configure GitHub Pages environment and update actions.Migrate SQL linting workflow from SQLFluff to sqruff.Rework release workflow fordevelopandmainbranches withenvironments.
Replace SQLFluff hooks with local sqruff hooks and update hookdescriptions.14 files
Update VS Code Devcontainer to use sqruff extension and settings.Update dockerignore to reflect sqruff configuration file.Introduce GitHub Environments configuration for Develop, Production,and GitHub Pages.Add branch protection rules for the `develop` branch.Change publish branch to `develop` and update Docker actions.Change publish branch to `develop` and update Docker actions.Enhance repository settings with environment, pages, and permissionconfigurations.Add Prettier configuration for JSON files.Add sqruff configuration file for SQL linting and formatting.Add `.sqruffignore` file for SQL linting exclusions.Replace SQLFluff VS Code extension with sqruff extension.Update VS Code settings to use sqruff as the default SQL formatter.Add Zed editor settings for formatting, language servers, and filetypes.Add `CPY001` to ignored Ruff rules.8 files
Update `setup-uv` GitHub Action to v10.1.0.Update `actions/checkout` to v7.Update Docker-related GitHub Actions to newer versions.Update Docker-related GitHub Actions to newer versions.Update `actions/labeler` to v7.Update `pr-agent` action to v0.45.0.Update `actions/checkout` and `codecov-action` to newer versions.Update project dependencies and replace `sqlfluff` with `sqruff`.2 files
Remove draft release workflow.Remove SQLFluff configuration file.8 files
Update cspell dictionary with new terms like `sqruff` and `quary`.Update documentation to reflect the migration from SQLFluff to sqruff.Update `codebook.toml` with new words including `sqruff` and `quary`.Update documentation to reflect the migration from SQLFluff to sqruff.Update pre-commit documentation to reflect the migration from SQLFluffto sqruff.Updateuvconfiguration documentation for Devcontainer and VS Codeextensions.
Update guides to reflect the migration from SQLFluff to sqruff.Update main documentation to reflect the migration from SQLFluff tosqruff.