-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Artifact list column creation time #2105
Artifact list column creation time #2105
Conversation
@neuromage Do you have any feedback on the demo video? |
Note, this PR is based on #2104, I will merge that one first |
8e20643
to
fdf77a8
Compare
/assign @IronPan |
/retest |
/lgtm Thanks @Bobgy |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neuromage The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implements feature mentioned in #2086 (comment)
Implementation video: https://drive.google.com/file/d/1tk6rFIuFn2H3yt9rwA7RYOPj0Loxhq_P/view
Current trade off, we need to send an extra request for each artifact to get its creation time. Therefore
Thoughts?
Ideal fix is letting backend provide an api that lists artifacts with their creation time.
Before that, I can probably first show other fields, and then show creation time when data is ready.
/area front-end
This change is