Conversation
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
7 tasks
|
🎉 All dependencies have been resolved ! |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Trento documentation to reflect the web console becoming timezone-aware per user preference, clarifying how timestamps are displayed in the UI versus stored/processed in backend systems.
Changes:
- Documented that the UI displays timestamps in each user’s preferred timezone (defaulting to UTC when unset).
- Clarified timezone behavior for timestamps in key UI areas (hosts, clusters, activity log, Prometheus charts).
- Added timezone notes for expiration dates in API keys and personal access tokens, and updated document revision dates.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
trento/adoc/trento-web-console.adoc |
Notes that various host/cluster UI timestamps are shown in the user’s timezone; revdate update. |
trento/adoc/trento-user-manage.adoc |
Documents preferred timezone setting and clarifies UI display vs UTC backend behavior; revdate update. |
trento/adoc/trento-rotate-api-keys.adoc |
Adds clarification about expiration-date timezone handling; revdate update. |
trento/adoc/trento-personal-access-tokens.adoc |
Clarifies PAT expiration date timezone handling; minor formatting cleanup; revdate update. |
trento/adoc/trento-mcp-suse-ai.adoc |
Clarifies PAT expiration date timezone handling in MCP integration steps; revdate update. |
trento/adoc/trento-integration-prometheus.adoc |
Notes Prometheus metrics timestamps stored in UTC and rendered per user timezone; revdate update. |
trento/adoc/trento-activity-log.adoc |
Updates Activity Log timezone wording and filter interpretation; adds note on UTC cleanup schedule vs UI display; revdate update. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Description
Once the UI has been timezone-aware (depending on each user's preference), it is time to update the docs to reflect that fact. This PR is to add a few clarifications around the usage of timezones in the UI.
Depends on trento-project/web#4242