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

Feature: Lack of messaging in Build history > Logs #908

Open
uxarya-d opened this issue Nov 29, 2021 · 1 comment
Open

Feature: Lack of messaging in Build history > Logs #908

uxarya-d opened this issue Nov 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024 triage-accepted Issue is accepted by the organisation to be worked on. wip Indicates that the work on issue has started.

Comments

@uxarya-d
Copy link
Contributor

uxarya-d commented Nov 29, 2021

Summary

Lack of messaging in Build history > Logs causes confusion for the user.

Motivation/Use case

  • User triggers build and navigates to the build history page to check logs.
  • It takes on an average ~3-5 mins for the logs to show up.
  • During this period; currently, we show a loader in the logs view.
  • Seeing a loader for a prolonged period (~3-5 mins) is confusing and the user might assume that the product (i.e. devtron) is broken/not functioning properly. The confusion gets magnified in the logs fullscreen view.

image
image

Proposal

Instead of just showing a loader, the product should be transparent and should convey the actual reason for the delay.

  1. To do this we can the worker status and worker message in the logs view until the logs show up.
    Proposed message format:
    Worker status: {{workerStatus}}
    Message: {{workerStatusMessage}}.
    Waiting for logs...

  2. This message should be cleared and replaced by logs once the logs are available.

AB#449

@uxarya-d uxarya-d added the enhancement New feature or request label Nov 29, 2021
@nishant-d
Copy link
Member

we can add

  1. user friendly msg explaining Pending status
  2. action item if its pending for more than x amount of time

@pawan-59 pawan-59 changed the title Lack of messaging in Build history > Logs Feature: Lack of messaging in Build history > Logs Jul 30, 2024
@pawan-59 pawan-59 added the ICA-AUG24 Issue Cleanup Activity Aug 2024 label Jul 30, 2024
@satyampsoni satyampsoni added triage-accepted Issue is accepted by the organisation to be worked on. wip Indicates that the work on issue has started. labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024 triage-accepted Issue is accepted by the organisation to be worked on. wip Indicates that the work on issue has started.
Projects
None yet
Development

No branches or pull requests

6 participants