[RUN-4513] Document activity default time filter feature#1828
Open
ltamaster wants to merge 5 commits into
Open
[RUN-4513] Document activity default time filter feature#1828ltamaster wants to merge 5 commits into
ltamaster wants to merge 5 commits into
Conversation
Add documentation for the ACTIVITY_DEFAULT_TIME_FILTER feature flag, which lets admins pre-set a default time window on the Activity, Jobs, and Adhoc Commands pages to improve load performance on large instances. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The NAME variable is required to register the feature flag correctly when configuring via environment variables in Docker deployments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the Activity page describing the new “Default Time Filter” capability, including how to enable it and configure defaults for both traditional installs and Docker deployments.
Changes:
- Adds a new “Default Time Filter” section explaining purpose and behavior.
- Documents required config keys in
rundeck-config.properties(feature flag + default window value). - Documents equivalent Docker environment variables for enabling/configuring the feature.
Per Copilot review: clarify that nodeFilter values also require URL encoding, with a concrete example of filter syntax characters. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit 6334459.
fdevans
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/manual/08-activity.md)rundeck-config.propertiesand Docker environment variable configurationrundeck.feature.activityDefaultTimeFilter.enabled) and the value setting (rundeck.gui.activity.defaultTimeFilter)RUNDECK_FEATURE_ACTIVITYDEFAULTTIMEFILTER_NAMEenv var for Docker deploymentsTest plan
npm run dev)🤖 Generated with Claude Code