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/cyclops-ui: Add support to fetch Deployment/StatefulSet logs #660

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Sheikh-Abubaker
Copy link
Contributor

@Sheikh-Abubaker Sheikh-Abubaker commented Oct 28, 2024

closes #257

📑 Description

Test video of Deployment/StatefulSet logs feature:

2024-10-28.17-35-21.mp4

✅ Checks

  • I have tested my code (provide screenshots or screen recordings of a working solution)
  • I have performed a self-review of my code

ℹ Additional context

Reinstated the Handler functions for Deployment/StatefulSet logs i.e:

h.router.GET("/resources/deployments/:namespace/:deployment/:container/logs", modulesController.GetDeploymentLogs)
h.router.GET("/resources/statefulsets/:namespace/:name/:container/logs", modulesController.GetStatefulSetsLogs)

Tested the feature with both traditional API call using axios and the existing logstream function successfully.

@Sheikh-Abubaker Sheikh-Abubaker requested a review from a team as a code owner October 28, 2024 12:21
@Sheikh-Abubaker
Copy link
Contributor Author

Hi @petar-cvit please check this out!

@Sheikh-Abubaker Sheikh-Abubaker changed the title feat/ui: Add support to fetch Deployment/StatefulSet logs feat/cyclops-ui: Add support to fetch Deployment/StatefulSet logs Oct 28, 2024
@Sheikh-Abubaker
Copy link
Contributor Author

@quest-bot loot #257

@quest-bot quest-bot bot added the ⚔️ Quest Tracks quest-bot quests label Oct 28, 2024
Copy link

quest-bot bot commented Oct 28, 2024

Quest PR submitted! image Quest PR submitted!

@Sheikh-Abubaker, you are attempting to solve the issue and loot this Quest. Will you be successful?


Questions? Check out the docs.

@Sheikh-Abubaker
Copy link
Contributor Author

Hey @petar-cvit, just updated the branch and it is now in sync with the main.

@Sheikh-Abubaker
Copy link
Contributor Author

Sheikh-Abubaker commented Nov 25, 2024

@petar-cvit if you'd like to test the statefulset logs feature, you could utilise Grafana tempo chart: https://github.com/grafana/helm-charts/tree/main/charts/tempo/templates, and any template from the official Cyclops template repository: https://github.com/cyclops-ui/templates could be utilised to test deployment logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚔️ Quest Tracks quest-bot quests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a button for Deployment/Statefulset logs
1 participant