chore: update tooling versions - #29
Conversation
|
✔️ 84c7ea0...e3aaddb - Conventional commits check succeeded. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
WalkthroughThis pull request updates infrastructure and development configuration. The Gitea service in docker-compose.yaml gains an environment variable to enable automatic user creation on repository push actions. Separately, the initool package is removed from the Nix development shell dependencies. The changes also reflect removal of runtime setup logic that configured this Gitea setting through script-based container manipulation. Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Perform a
nix flake updateto update all of the binary tools used by this project, things such asgit-cliffandcargo-semver-checks.I have tested it locally with the docker containers.
I have also enabled the
ENABLE_PUSH_CREATE_USERoption in Gitea via the docker compose environment variable instead of copying theapp.inifile, modifying, and then copying back to the container.