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(API) - View Environments: add timestamp of the last update for envStatus, add search param to env endpoints #1712

Closed
Tracked by #1194
mathieu-anderson opened this issue Aug 31, 2023 · 1 comment · Fixed by #1747
Assignees
Labels
Backend Backend tasks

Comments

@mathieu-anderson
Copy link
Contributor

mathieu-anderson commented Aug 31, 2023

Relates to epic #1194

What is missing?

  • add timestamp of the last update for envStatus: to be able to easily display the "Last updated" data on environment status, we need to have that data returned as part of the payload
  • only getEnvsPaginated has a searchEnvParam param, other endpoints should come up to parity with it.
@mathieu-anderson mathieu-anderson changed the title Environments API update: add timestamp of the last update for envStatus, add search param feat(API) - View Environments: add timestamp of the last update for envStatus, add search param to env endpoints Aug 31, 2023
@mathieu-anderson mathieu-anderson added the Backend Backend tasks label Aug 31, 2023
@aindriu-aiven
Copy link
Contributor

This is partially resolved as part of #1711 where searchEnvParam was added to the new /environments/... endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Backend tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants