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

Show tooltip for pipeline runs based on app.run.records.ttl.days configuration #1236

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

radhikav1
Copy link
Collaborator

@radhikav1 radhikav1 commented Aug 1, 2024

Show tooltip for pipeline runs when run.records.ttl is present.

Description

  • TTL days is returned by param app.run.records.ttl.days present in cConf. Here value 0 means run record cleanup service is inactive.
  • Storing the property under cdapConfig as runRecordsTtl for use on other pages to display the tooltip: Pipeline runs for only the last {runLimit} days are displayed. - The value of runLimit is filled from cdapConfig.runRecordsTtl.
  • If property is not available or it's value is 0, then no tooltip is shown.

PR Type

  • Bug Fix
  • Feature
  • Build Fix
  • Testing
  • General Improvement
  • Cherry Pick

Links

Jira: CDAP-21055

Test Plan

n/a

Screenshots

image

@radhikav1 radhikav1 merged commit 55b418b into develop Aug 1, 2024
6 checks passed
@radhikav1 radhikav1 deleted the view-run-records-in-ui branch August 1, 2024 16:18
radhikav1 added a commit that referenced this pull request Aug 2, 2024
…p-69

Cherry pick PR #1236 to release 6.9: Show tooltip for pipeline runs when run.records.ttl is present.
radhikav1 added a commit that referenced this pull request Aug 2, 2024
Cherry pick PR #1236 to release 6.10: Show tooltip for pipeline runs when run.records.ttl is present.
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.

3 participants