-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove columns from the main table in Dependencies view #1338
Labels
priority/release-blocker
Must be staffed and worked in time for the next release.
Milestone
Comments
@dymurray Reproduced in 0.3-alpha5 |
dymurray
added
the
priority/release-blocker
Must be staffed and worked in time for the next release.
label
Nov 13, 2023
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Nov 13, 2023
Resolves: konveyor#1338 The version and sha filters, column headers and columns have been removed. Those two fields are not relevant in this table. The table does not need those details. Signed-off-by: Scott J Dickerson <[email protected]>
This was referenced Nov 14, 2023
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Nov 15, 2023
Resolves: konveyor#1338 The version and sha filters, column headers and columns have been removed. Those two fields are not relevant in this table. The table does not need those details. Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
that referenced
this issue
Nov 15, 2023
…etails (#1536) Resolves: #1338 Resolves: https://issues.redhat.com/browse/MTA-1585 Depends on hub change konveyor/tackle2-hub#557 / konveyor/tackle2-hub#558. Summary of changes: - The dependency table will show a single row for every named dependency. - Multiple versions will be aggregated as a single row. - Details about multiple versions will be available in the details drawer. - The details view application table will show the application + version, allowing for all versions used to be listed. --------- Signed-off-by: Scott J Dickerson <[email protected]>
ibolton336
added a commit
that referenced
this issue
Nov 15, 2023
Resolves: #1340 On the Dependencies page, detail drawer, applications table: render the version text as a link to the maven central repository. The link uses the dependency's sha as the key in the maven central search. Add component `ExternalLink` to standardize rendering links outside of the app opening in a new tab. Note: The resolution to #1338 will require a change to the application table's query filter and response object. This will be done in PR #1536. See konveyor/tackle2-hub#557 for the response object change. Screenshot: ![image](https://github.com/konveyor/tackle2-ui/assets/3985964/50f0c144-b4fe-4ba2-a625-3c8e6ae3be6c) --------- Signed-off-by: Scott J Dickerson <[email protected]> Co-authored-by: Ian Bolton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
The main table in the Dependencies view contains the Version and SHA columns. Those columns don't belong at dependency level and should be removed, since each dependency can have multiple versions and each version has its own SHA.
How to reproduce
Click on Dependencies on the left menu.
Expected result
Actual result
The text was updated successfully, but these errors were encountered: