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

New extension version manager #5702

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

hui-zhou-a
Copy link
Contributor

@hui-zhou-a hui-zhou-a commented Jan 29, 2025

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved by the PR if any.
  • I have agreed with the Contributor License Agreement (CLA).

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@hui-zhou-a hui-zhou-a linked an issue Jan 29, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

Attention: Patch coverage is 0% with 354 lines in your changes missing coverage. Please review.

Project coverage is 83.39%. Comparing base (acbd3fa) to head (2ca4d8e).
Report is 4 commits behind head on main.

❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5702      +/-   ##
==========================================
- Coverage   85.26%   83.39%   -1.87%     
==========================================
  Files         155      156       +1     
  Lines       60794    61173     +379     
==========================================
- Hits        51834    51015     -819     
- Misses       8960    10158    +1198     

:link-type: doc
:margin: 2 2 0 0

Manager pyaedt and pyedb versions.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Manager pyaedt and pyedb versions.
Manage pyaedt and pyedb versions.


class VersionManager:
TITLE = "Version Manager {}".format(VERSION)
USER_GUIDE = "https://github.com/ansys-internal/pyaedt_version_manager"
Copy link
Member

Choose a reason for hiding this comment

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

This is an internal website. I think you could point to the pyaedt documentation (once it is built)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, please remove references to this org.

@Samuelopez-ansys
Copy link
Member

@hui-zhou-a This extension is great! But could you please use the same style than the others? I think you can see the choke designer one which has already multi tabs like this one and probably it will be easier for you to adapt.

The icon of the app when it is opened, is not the PyAnsys logo, and to respect consistency with the other extension you should also import it.

In summary, I think you could check the choke_designer toolkit and try to adapt the style

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.

Add an extension to manage pyaedt pyedb versions
3 participants