Skip to content

Added warning message about git extension no longer being enabled by default#2197

Open
aaronrsun wants to merge 7 commits intogithub:mainfrom
aaronrsun:fix-issue-2165
Open

Added warning message about git extension no longer being enabled by default#2197
aaronrsun wants to merge 7 commits intogithub:mainfrom
aaronrsun:fix-issue-2165

Conversation

@aaronrsun
Copy link
Copy Markdown
Contributor

@aaronrsun aaronrsun commented Apr 12, 2026

Addresses: #2165
Spec doc: #2196

@aaronrsun aaronrsun requested a review from mnriem as a code owner April 12, 2026 23:30
Copilot AI review requested due to automatic review settings April 12, 2026 23:30
Copy link
Copy Markdown
Contributor

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

Adds a post-init warning to inform users that the bundled git extension will no longer be enabled by default starting in v1.0.0, and introduces tests/spec documentation for that notice.

Changes:

  • Track whether the bundled git extension was freshly installed during specify init and, if so, print a Rich warning panel about the upcoming default-behavior change.
  • Add CLI tests covering when the deprecation notice should/shouldn’t appear.
  • Add a feature spec documenting the motivation and acceptance criteria.

Reviewed changes

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

File Description
src/specify_cli/__init__.py Tracks fresh git extension installation and prints an “Upcoming Change” warning panel after init completes.
tests/extensions/git/test_git_extension.py Adds coverage to ensure the warning appears only when the git extension is newly installed (and not with --no-git).
.specify/features/git-extension-deprecation-notice/spec.md Documents the intended behavior and messaging for the deprecation notice.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/specify_cli/__init__.py Outdated
Comment thread tests/extensions/git/test_git_extension.py Outdated
Copy link
Copy Markdown
Contributor

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

Adds a user-facing warning during specify init to notify users that the bundled git extension will stop being enabled by default starting in v1.0.0, along with tests to validate when the notice appears.

Changes:

  • Track whether the bundled git extension was freshly installed during specify init.
  • Print a yellow Rich Panel notice after initialization when the git extension was auto-installed.
  • Add CLI-level tests covering notice shown/not shown scenarios.
Show a summary per file
File Description
src/specify_cli/__init__.py Tracks fresh git extension install and prints a post-init deprecation notice panel.
tests/extensions/git/test_git_extension.py Adds tests asserting the notice appears only on fresh git extension install and not with --no-git / already-installed scenarios.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

Comment thread src/specify_cli/__init__.py Outdated
Copy link
Copy Markdown
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

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

Would it be possible that the extension itself vends the message during its setup?

Copilot AI review requested due to automatic review settings April 18, 2026 18:49
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/extensions/git/test_git_extension.py
Copilot AI review requested due to automatic review settings April 18, 2026 19:22
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/specify_cli/extensions.py Outdated
Comment thread src/specify_cli/__init__.py Outdated
Comment thread tests/extensions/git/test_git_extension.py Outdated
@aaronrsun aaronrsun force-pushed the fix-issue-2165 branch 2 times, most recently from 710d2f5 to a6f1e58 Compare April 18, 2026 19:27
Copilot AI review requested due to automatic review settings April 18, 2026 19:36
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread extensions/git/extension.yml Outdated
Comment thread src/specify_cli/__init__.py Outdated
Comment thread tests/extensions/git/test_git_extension.py Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 18, 2026 20:11
aaronrsun and others added 2 commits April 18, 2026 13:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/specify_cli/__init__.py Outdated
- Add type validation in install_notice property (coerce to str)
- Add isinstance guard before calling .strip() in init
- Patch _locate_bundled_extension in tests for deterministic behavior
- Use strip_ansi() on output before assertions to handle ANSI codes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronrsun
Copy link
Copy Markdown
Contributor Author

Would it be possible that the extension itself vends the message during its setup?

@mnriem Addressed your comment as well as all of Copilot's. Please take a look again.

Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants