Skip to content

v0.0.1#179

Open
a5chin wants to merge 93 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 93 commits intomainfrom
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, Bug fix, Dependencies


Description

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

  • Introduced GitHub Environments and Branch Protection rules.

  • Added Zed editor settings and Prettier configuration.

  • Updated Python package and GitHub Action dependencies.


Diagram Walkthrough

flowchart LR
  A[GitHub Actions] --> B{CI/CD & Configuration}
  B --> C[Update Workflows]
  B --> D[Manage Environments & Protection]
  E[Developer Tools] --> F[Add Editor Settings]
  G[Dependencies] --> H[Update Packages & Actions]
Loading

File Walkthrough

Relevant files
Configuration changes
9 files
environments.json
Add GitHub environment configurations for Develop, Production, and
GitHub Pages
+23/-0   
protection.json
Define branch protection rules for 'develop' and 'main' branches
+15/-0   
draft.yml
Remove the Draft Release workflow                                               
+0/-27   
gh-deploy.yml
Assign 'github-pages' environment to the deployment job   
+2/-0     
publish-app.yml
Change push trigger branch to 'develop' and update Docker actions
+5/-5     
publish-devcontainer.yml
Change push trigger branch to 'develop' and update Docker actions
+5/-5     
test.yml
Add 'develop' branch to push trigger and update Codecov actions
+3/-2     
.prettierrc.json
Add Prettier configuration for JSON files                               
+11/-0   
codebook.toml
Add a new `codebook.toml` file with a list of custom words
+117/-0 
Enhancement
4 files
approve.yml
Add pull request write permissions and checkout step for approval
workflow
+6/-0     
release.yml
Refactor release workflow with separate jobs for 'develop' and
'production' environments
+35/-8   
setting.yml
Add jobs for configuring GitHub environments, permissions, and branch
protection
+91/-13 
settings.json
Add Zed editor settings for various languages and LSP configurations
+48/-0   
Dependencies
4 files
devcontainer.yml
Bump Docker Buildx and Metadata actions to newer versions
+3/-3     
docker.yml
Update Docker Buildx and Metadata actions to newer versions
+3/-3     
pr-agent.yml
Update PR Agent action to version 'v0.34'                               
+1/-1     
pyproject.toml
Bump several Python dependencies to newer versions             
+7/-7     

dependabot Bot and others added 2 commits April 14, 2026 11:43
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.6...v0.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ipykernel requirement from >=7.1.0 to >=7.2.0
dependabot Bot and others added 2 commits April 14, 2026 15:04
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.7.1...9.7.6)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:development
...

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

chore(uv): update mkdocs-material requirement from >=9.7.1 to >=9.7.6
chore(uv): update sqlfluff requirement from >=4.0.0 to >=4.1.0
dependabot Bot and others added 2 commits April 18, 2026 05:47
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.14.14...0.15.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update jaxtyping requirement from >=0.3.6 to >=0.3.9
dependabot Bot and others added 2 commits April 18, 2026 22:37
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.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.5...v2.13.2)

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

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.14.14 to >=0.15.11
dependabot Bot and others added 2 commits April 20, 2026 13:20
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.2
chore(uv): update pytest-cov requirement from >=7.0.0 to >=7.1.0
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