Skip to content

Conversation

@mguthriem
Copy link
Contributor

Short description of the changes:

Fixed bugs in latest qa version. Also created new option to remove timestamps

Long description of the changes:

Fixing some bugs related to how workspace names were parsed let me to implement a requested feature to hide timestamps. The implementation was to create a new mode switchable via a new application.yml parameter cleanTree. If cleanTree=true, when reduction occurs, all timestamped workspaces are hidden and a clone of the latest workspaces is kept visible with its timestamp removed. This was fully tested with all workflows and seems to work nicely.

Another addition was the option to filter events according to wall clock time while reducing.

Check list for the pull request

  • I have read the [CONTRIBUTING]
  • I have read the [CODE_OF_CONDUCT]
  • I have added tests for my changes
  • I have updated the documentation accordingly

Check list for the reviewer

  • I have read the [CONTRIBUTING]
  • I have verified the proposed changes
  • best software practices
    • all internal functions have an underbar, as is python standard
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

Manual test for the reviewer

References

@mguthriem mguthriem merged commit 4826db3 into next Nov 26, 2025
1 of 3 checks passed
@mguthriem mguthriem deleted the removeTimestamps branch November 26, 2025 19:15
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.

2 participants