Replace banned Python git-cola plugin with native guitool config (#31)#35
Merged
Merged
Conversation
Python is banned and the SaltStack carve-out no longer applies, so the git-cola plugin (cola plugin API is Python-only) cannot stay. Its five actions were thin `bitfuckit` CLI wrappers, so they are reimplemented as declarative git `guitool.*` entries (git-cola's built-in Actions menu) -- no plugin code -- matching the lazygit/tortoisegit integration pattern. Removes the last .py file in the repo. Refs #31 https://claude.ai/code/session_01LKw5BvbbxFUWi9YMogGJTL
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.
Summary
Closes the banned-Python violation tracked in #31.
bitfuckit/integrations/git-cola/actions.pywas the last.pyfile in therepo. Python is banned and the SaltStack carve-out no longer applies
(infra is Terraform/Ansible). git-cola's plugin API is Python-only, but
the plugin only did thin
bitfuckitCLI wrappers, so it's reimplementedas declarative git
guitool.*config — git-cola's built-in Actions menu,no code — matching the existing lazygit/tortoisegit/lazygit integration
pattern (declarative per-tool config files).
git-cola/actions.pygit-cola/guitool.config(5 actions: Create PR, List PRs, Mirror,Pipeline Status, Auth Status — under a
Bitbucket/submenu)integrations/README.adocinstall instructions.pyfilesCI note
antipattern-check's Python step will now pass (no.pyanywhere). TheHypatia Neurosymbolic Analysisjob is the separate pre-existing flakyscanner (unrelated; maintainer is patching it). Follow-up #32 will strip
the now-dead SaltStack carve-out from the workflow/policy.
Test plan
git ls-files | grep '\.py$'returns nothinggit config include.pathpointing atguitool.configmakes theactions appear in git-cola's Actions menu
bitfuckitsubcommandRefs #31
https://claude.ai/code/session_01LKw5BvbbxFUWi9YMogGJTL
Generated by Claude Code