Skip to content

v0.0.1#179

Open
a5chin wants to merge 147 commits into
mainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 147 commits into
mainfrom
develop

Conversation

@a5chin
Copy link
Copy Markdown
Owner

@a5chin a5chin commented Feb 21, 2026

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement, Configuration, Dependencies


Description

  • Refactor CI/CD workflows for release, deployment, and repository settings.

  • Introduce GitHub Environments and comprehensive branch protection rules.

  • Update numerous GitHub Actions and Python dependencies.

  • Add editor configurations for Zed and Prettier.


Diagram Walkthrough

flowchart LR
  A[GitHub Workflows] --> B{Refactor & New Jobs};
  B -- "Configure" --> C[GitHub Environments];
  B -- "Apply" --> D[Branch Protection Rules];
  B -- "Update" --> E[Action Dependencies];
  F[Repository Settings] --> G[Default Branch & Permissions];
  H[Python Dependencies] --> I[Bump Versions];
  J[Editor Settings] --> K[Zed & Prettier Config];
  C & D & E & G & I & K --> L[Improved CI/CD & Dev Experience];
Loading

File Walkthrough

Relevant files
Dependencies
5 files
action.yml
Update `setup-uv` action to v8.1.0                                             
+1/-1     
devcontainer.yml
Update Docker Buildx, metadata, and build-push actions     
+3/-3     
docker.yml
Update Docker Buildx, metadata, and build-push actions     
+3/-3     
pr-agent.yml
Update PR Agent action to v0.35.0                                               
+1/-1     
pyproject.toml
Bump Python dependencies including google-cloud-logging, pydantic,
ruff, and sqlfluff
+14/-14 
Configuration changes
6 files
environments.json
Add GitHub Environments configuration for Develop, Production, and
GitHub Pages
+23/-0   
protection.json
Introduce branch protection rules for `develop` and `main` branches
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to the deployment job   
+2/-0     
.prettierrc.json
Add Prettier configuration for JSON files                               
+11/-0   
settings.json
Add Zed editor settings for formatting and language servers
+48/-0   
codebook.toml
Add a list of words for codebook spellchecking                     
+117/-0 
Enhancement
6 files
approve.yml
Add checkout step and pull request write permissions for bot approval
+6/-0     
publish-app.yml
Change publish trigger to `develop` branch and update Docker actions
+5/-5     
publish-devcontainer.yml
Change devcontainer publish trigger to develop branch and update
Docker actions
+5/-5     
release.yml
Refactor release workflow for develop and main branches with
environments
+35/-8   
setting.yml
Refactor and enhance repository settings, environments, and branch
protection
+91/-13 
test.yml
Add develop branch to test workflow trigger and update Codecov action
+3/-2     
Removal
1 files
draft.yml
Remove the draft release workflow                                               
+0/-27   

dependabot Bot and others added 30 commits May 4, 2026 14:32
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.33...0.0.34)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.34
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the uv group with 1 update in the / directory: [jupyter-server](https://github.com/jupyter-server/jupyter_server).


Updates `jupyter-server` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_server@v2.17.0...v2.18.0)

---
updated-dependencies:
- dependency-name: jupyter-server
  dependency-version: 2.18.0
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump jupyter-server from 2.17.0 to 2.18.0 in the uv group across 1 directory
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.13.3 to >=2.13.4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.14.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…gte-2.14.1

chore(uv): update pydantic-settings requirement from >=2.14.0 to >=2.14.1
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.34...0.0.35)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.35
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.34 to >=0.0.35
Updates the requirements on [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update sqlfluff requirement from >=4.1.0 to >=4.2.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.35...0.0.36)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.36
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.35 to >=0.0.36
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.12...0.15.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.13
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.15.12 to >=0.15.13
Updates the requirements on [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@4.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update sqlfluff requirement from >=4.2.0 to >=4.2.1
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.36...0.0.38)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.38
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.36 to >=0.0.38
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.13...0.15.14)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.15.13 to >=0.15.14
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.38...0.0.39)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.39
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [jaxtyping](https://github.com/patrick-kidger/jaxtyping) to permit the latest version.
- [Release notes](https://github.com/patrick-kidger/jaxtyping/releases)
- [Commits](patrick-kidger/jaxtyping@v0.3.9...v0.3.10)

---
updated-dependencies:
- dependency-name: jaxtyping
  dependency-version: 0.3.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.38 to >=0.0.39
chore(uv): update jaxtyping requirement from >=0.3.9 to >=0.3.10
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.

1 participant