Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install permission #208

Merged
merged 39 commits into from
Apr 2, 2025
Merged

Install permission #208

merged 39 commits into from
Apr 2, 2025

Conversation

bckohan
Copy link
Member

@bckohan bckohan commented Apr 2, 2025

No description provided.

bckohan added 30 commits March 31, 2025 10:07
@Copilot Copilot bot review requested due to automatic review settings April 2, 2025 20:15
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to update the installation functions across multiple shell modules by incorporating an optional prompt before editing user configuration files, and adjusting return types accordingly. Key changes include:

  • Changing install methods to accept a prompt parameter and to return a list of edited files.
  • Updating shell-specific logic for zsh, PowerShell, fish, and bash along with related helper methods.
  • Adjusting workflow configurations and updating subprocess commands in plugin backups.

Reviewed Changes

Copilot reviewed 42 out of 47 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/django_typer/shells/zsh.py Updated install method signature and logic to support prompting and multiple edited files.
src/django_typer/shells/powershell.py Modified install to support prompts and return multiple paths.
src/django_typer/shells/fish.py Changed install to prompt before writing and return a list of paths.
src/django_typer/shells/bash.py Revised install to append source lines conditionally with prompts.
src/django_typer/shells/init.py Added translation support, rich_console, and prompt helper; updated rendering logic.
src/django_typer/management/commands/shellcompletion.py Updated install command parameters and docstrings to match new install signatures.
src/django_typer/completers/* Minor changes to documentation and helper function types.
pyproject.toml Adjusted dependency formatting.
examples/plugins/my_app/management/plugins/backup_typer.py, backup.py Updated subprocess calls from “pip” to “uv pip” freeze.
Workflow files (.github/workflows/*) Updated Django versions, Python version, and test commands.
Files not reviewed (5)
  • doc/source/changelog.rst: Language not supported
  • doc/source/reference/completers.rst: Language not supported
  • doc/source/reference/shells.rst: Language not supported
  • doc/source/shell_completion.rst: Language not supported
  • justfile: Language not supported
Comments suppressed due to low confidence (1)

src/django_typer/shells/init.py:300

  • The attribute 'self.name' is used as the language parameter for Syntax but is not defined in the class; consider using an existing attribute (for example, 'self.prog_name') or defining 'self.name'.
syntax = Syntax(source, self.name, theme="monokai", start_line=start_line, line_numbers=False)

Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/django_typer/completers/__init__.py 100.00% <100.00%> (ø)
src/django_typer/completers/model.py 100.00% <100.00%> (ø)
src/django_typer/completers/settings.py 100.00% <100.00%> (ø)
...jango_typer/management/commands/shellcompletion.py 100.00% <100.00%> (ø)
src/django_typer/shells/__init__.py 100.00% <100.00%> (ø)
src/django_typer/shells/bash.py 100.00% <100.00%> (ø)
src/django_typer/shells/fish.py 100.00% <100.00%> (ø)
src/django_typer/shells/powershell.py 100.00% <100.00%> (ø)
src/django_typer/shells/zsh.py 100.00% <100.00%> (ø)
src/django_typer/utils.py 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@django-commons django-commons deleted a comment from Copilot bot Apr 2, 2025
@django-commons django-commons deleted a comment from Copilot bot Apr 2, 2025
@bckohan bckohan merged commit 8ffe6d0 into main Apr 2, 2025
87 checks passed
@bckohan bckohan deleted the install_permission branch April 2, 2025 20:42
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