Skip to content

Comments

v0.0.1#179

Open
a5chin wants to merge 41 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 41 commits intomainfrom
develop

Conversation

@a5chin
Copy link
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


Description

  • Introduced GitHub environments for Develop, Production, and github-pages.

  • Refactored release workflow to use push events and target specific environments.

  • Configured branch protection rules for develop and main branches.

  • Added Zed editor settings and Prettier configuration for JSON files.


File Walkthrough

Relevant files
Configuration changes
9 files
environments.json
Add GitHub environments for Develop, Production, and GitHub Pages
+23/-0   
protection.json
Add branch protection rules for the `develop` branch         
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to the deployment job   
+2/-0     
publish-app.yml
Change publish app trigger branch from `main` to `develop`
+1/-1     
publish-devcontainer.yml
Change publish devcontainer trigger branch from `main` to `develop`
+1/-1     
test.yml
Add `develop` branch to push trigger for test workflow     
+1/-0     
.prettierrc.json
Add Prettier configuration for JSON, JSON5, and JSONC files
+11/-0   
settings.json
Add Zed editor settings for various file types and language servers
+48/-0   
codebook.toml
Add a new `codebook.toml` file with a list of words           
+117/-0 
Enhancement
1 files
approve.yml
Add checkout step and pull request write permissions to approve
workflow
+6/-0     
Removal
1 files
draft.yml
Remove the Draft Release workflow                                               
+0/-27   
Refactoring
2 files
release.yml
Refactor release workflow to use push events and separate
develop/production jobs
+35/-6   
setting.yml
Refactor setting workflow to manage environments, permissions, and
branch protection
+88/-10 

a5chin and others added 11 commits February 9, 2026 18:21
Bumps the uv group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 46.0.4 to 46.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.4...46.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump cryptography from 46.0.4 to 46.0.5 in the uv group across 1 directory
@codecov
Copy link

codecov bot commented Feb 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c9217c3) to head (dc6862e).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #179   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          103       103           
  Branches         1         1           
=========================================
  Hits           103       103           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9217c3...dc6862e. Read the comment docs.

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