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

feat(coral): View environments - Add time of last update of environment status #1847

Merged
merged 6 commits into from
Oct 5, 2023

Conversation

mathieu-anderson
Copy link
Contributor

@mathieu-anderson mathieu-anderson commented Oct 5, 2023

Linked issue

Resolves: #1773

What kind of change does this PR introduce?

  • Bug fix
  • New feature
  • Refactor
  • Docs update
  • CI update

What is the current behavior?

There is no information about when the status of an environment was last updated

What is the new behavior?

The Status column now has a Last update mention

Other information:

EDIT: below should be fixed by #1848

Currently, the initial environment data returned by the get{entity}Envs endpoint does not include the time of last status update. It does get returned after the first call to the update endpoint. @aindriu-aiven is on it ^^

Screen.Recording.2023-10-05.at.14.43.18.mov

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)

Mathieu Anderson added 2 commits October 5, 2023 14:37
@mathieu-anderson mathieu-anderson added enhancement New feature or request Frontend Relates to coral (react app) labels Oct 5, 2023
@mathieu-anderson mathieu-anderson self-assigned this Oct 5, 2023
@mathieu-anderson mathieu-anderson changed the title feat(coral): View environment - Add time of last update of environment status feat(coral): View environments - Add time of last update of environment status Oct 5, 2023
Copy link
Contributor

@programmiri programmiri left a comment

Choose a reason for hiding this comment

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

tenor-37699031

@programmiri programmiri merged commit 79e8144 into main Oct 5, 2023
23 checks passed
@programmiri programmiri deleted the 1773-env-status-timestamp branch October 5, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Relates to coral (react app)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(coral) - View environments : Add timestamp to Status values in tables
2 participants