Skip to content

Conversation

@jeclrsg
Copy link
Contributor

@jeclrsg jeclrsg commented Jan 7, 2026

changes the ECL Watch v9 WU Details page's Metrics timeline so that when the timeline is zoomed, refreshing the metrics will retain this user-defined zoom instead of reverting the zoom to fit all elements

Type of change:

  • This change is a bug fix (non-breaking change which fixes an issue).
  • This change is a new feature (non-breaking change which adds functionality).
  • This change improves the code (refactor or other change that does not change the functionality)
  • This change fixes warnings (the fix does not alter the functionality or the generated code)
  • This change is a breaking change (fix or feature that will cause existing behavior to change).
  • This change alters the query API (existing queries will have to be recompiled)

Checklist:

  • My code follows the code style of this project.
    • My code does not create any new warnings from compiler, build system, or lint.
  • The commit message is properly formatted and free of typos.
    • The commit message title makes sense in a changelog, by itself.
    • The commit is signed.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly, or...
    • I have created a JIRA ticket to update the documentation.
    • Any new interfaces or exported functions are appropriately commented.
  • I have read the CONTRIBUTORS document.
  • The change has been fully tested:
    • I have added tests to cover my changes.
    • All new and existing tests passed.
    • I have checked that this change does not introduce memory leaks.
    • I have used Valgrind or similar tools to check for potential issues.
  • I have given due consideration to all of the following potential concerns:
    • Scalability
    • Performance
    • Security
    • Thread-safety
    • Cloud-compatibility
    • Premature optimization
    • Existing deployed queries will not be broken
    • This change fixes the problem, not just the symptom
    • The target branch of this pull request is appropriate for such a change.
  • There are no similar instances of the same problem that should be addressed
    • I have addressed them here
    • I have raised JIRA issues to address them separately
  • This is a user interface / front-end modification
    • I have tested my changes in multiple modern browsers
    • The component(s) render as expected

Smoketest:

  • Send notifications about my Pull Request position in Smoketest queue.
  • Test my draft Pull Request.

Testing:

Panagiotatos and others added 5 commits January 5, 2026 11:48
Add evtool index summarize option -s to generate one row of summary data per
unique service name. Events recorded without a trace ID or recorded outside
the scope of balanced QueryStart and QueryEnd events are grouped together.

Signed-off-by: Tim Klemm <[email protected]>
…tspot-file-suppression

HPCC-35563: Suppress inactive files from evtool index hotspot output

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
Without the ALL flag, fields with empty strings were omitted entirely from the output.

Signed-off-by: Dan S. Camper <[email protected]>
Copilot AI review requested due to automatic review settings January 7, 2026 16:13
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-35501

Jirabot Action Result:
Workflow Transition To: Merge Pending
Updated PR

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances the ECL Watch v9 WU Details page's Metrics timeline by maintaining user-defined zoom levels when the metrics are refreshed, instead of resetting to fit all elements.

Key Changes

  • Adds .preserveZoom(true) configuration to the gantt chart in the WUTimelinePatched class
  • Updates @hpcc-js/timeline package from version 3.2.2 to 3.3.0 to support the new preserveZoom feature
  • Updates transitive dependencies in package-lock.json as part of the timeline package upgrade

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
esp/src/src/Timings.ts Adds .preserveZoom(true) method call to the gantt chart configuration to maintain zoom state on refresh
esp/src/package.json Updates @hpcc-js/timeline dependency from 3.2.2 to 3.3.0
esp/src/package-lock.json Updates lockfile entries for @hpcc-js/timeline and its transitive dependencies to support the new version

The changes are well-focused and appropriate for the stated goal. The code change is minimal (adding a single configuration line), and the package update is a minor version bump that provides the necessary preserveZoom API. The transitive dependency updates in the lock file are standard for this type of package upgrade and include updates to @hpcc-js/api, @hpcc-js/chart, @hpcc-js/common, @hpcc-js/dgrid, @hpcc-js/html, @hpcc-js/layout, @hpcc-js/react, and @hpcc-js/util packages.

Files not reviewed (1)
  • esp/src/package-lock.json: Language not supported

@jeclrsg jeclrsg requested a review from GordonSmith January 7, 2026 16:29
Copy link
Member

@GordonSmith GordonSmith left a comment

Choose a reason for hiding this comment

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

Code looks good, it could probably target 10.0.x?

ghalliday and others added 5 commits January 8, 2026 14:51
…notrim

HPCC-23274 Support TOJSON(,ALL) and TOXML(,ALL)

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
…mmarize-servicename

HPCC-35418: Summarize events by service name

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
…_TOJSON_TOXML

HPCC-35582 Document ALL flag for TOXML & TOJSON functions

Reviewed-By: Dan S. Camper <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
HPCC-35555 Update version.xml information

Reviewed-By: Jim DeFabia <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
changes the ECL Watch v9 WU Details page's Metrics timeline so that
when the timeline is zoomed, refreshing the metrics will retain this
user-defined zoom instead of reverting the zoom to fit all elements

Signed-off-by: Jeremy Clements <[email protected]>
@jeclrsg jeclrsg force-pushed the hpcc-35501-metrics-timeline-perserve-zoom branch from b62d329 to df1a187 Compare January 8, 2026 20:18
@jeclrsg jeclrsg closed this Jan 8, 2026
@jeclrsg jeclrsg deleted the hpcc-35501-metrics-timeline-perserve-zoom branch January 8, 2026 20:19
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.

5 participants