-
Notifications
You must be signed in to change notification settings - Fork 75
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
About plugin #2886
About plugin #2886
Conversation
I feel like we don't need user-facing doc since this plugin is purely informational and should be pretty self-explanatory. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2886 +/- ##
==========================================
+ Coverage 88.69% 88.72% +0.02%
==========================================
Files 109 111 +2
Lines 17047 17081 +34
==========================================
+ Hits 15120 15155 +35
+ Misses 1927 1926 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it! We can always add other version information or parse and show the changelog directly as potential future follow-ups. Just had two small considerations.
Co-authored-by: Kyle Conroy <kyleconroy@gmail.com>
No, but it is also not a problem with the plugin. Whoever released 3.10.0 didn't tag a 3.11.dev. A dev tag is needed when we release from a release branch and not |
I just tagged a v3.11.dev if you |
Does not complain anymore! |
I think @gibsongreen said he was reviewing this. Maybe I should wait for his approval too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool feature! Approved, your choice to accept my suggestion or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this addition to GUI, nice design and very useful, great work!
Just one consideration, I know the plugin is titled About, and it might be overkill since we have the documentation link elsewhere in the GUI, but I could see first time users finding the link in this plugin beneficial.
Also, love thehe branch name 😌
Co-authored-by: Ricky O'Steen <39831871+rosteen@users.noreply.github.com>
as Gilbert suggested
For full disclosure, this also introduces requests as required dependency, but it is already pulled in by astroquery that is already required, so does not matter in the end. |
Description
This pull request is to add a new plugin to let user know which Jdaviz version, etc.
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.