Skip to content

enhancing artifact view command #485

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PrathamX595
Copy link
Contributor

Fixes: #463

Currently the artifact list and artifact view commands have pretty much the same functionality, with this PR the artifact view command has more detailed information for an artifact


Screenshot 2025-05-31 021809

in this implementation additional information is added below the existing table (awaiting feedback for this one) #463 (comment)

@PrathamX595 PrathamX595 marked this pull request as draft May 30, 2025 21:28
@PrathamX595 PrathamX595 force-pushed the feat/enhancing_artifact_view branch 7 times, most recently from 3de8322 to 33b7d2e Compare June 2, 2025 05:26
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

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

Project coverage is 10.88%. Comparing base (60ad0bd) to head (4c2b519).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pkg/views/artifact/view/view.go 0.00% 81 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
- Coverage   10.99%   10.88%   -0.11%     
==========================================
  Files         173      173              
  Lines        8671     8752      +81     
==========================================
  Hits          953      953              
- Misses       7612     7693      +81     
  Partials      106      106              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@PrathamX595 PrathamX595 force-pushed the feat/enhancing_artifact_view branch from 33b7d2e to a8ac938 Compare June 2, 2025 05:29
@PrathamX595 PrathamX595 marked this pull request as ready for review June 2, 2025 05:34
Copy link
Collaborator

@bupd bupd left a comment

Choose a reason for hiding this comment

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

@PrathamX595 Thanks for your contribution

I would suggest adding it inside table instead of just printing in stdout. also make sure the output is consumable in both json and yaml formats.

Thanks

@PrathamX595
Copy link
Contributor Author

PrathamX595 commented Jun 3, 2025

@bupd Sure I'll do the changes 👍

@PrathamX595
Copy link
Contributor Author

@bupd I can't find a visually appealing way to put all of the data into tables also considering different artifacts have different data is there some other way we should explore this ?

@PrathamX595 PrathamX595 force-pushed the feat/enhancing_artifact_view branch from 4c36383 to 4c2b519 Compare June 10, 2025 12:57
Copy link
Collaborator

@bupd bupd left a comment

Choose a reason for hiding this comment

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

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.

Pupose of Artifact View is not Clear
2 participants