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

💄 ✨ Add Container Logs view #127

Merged
merged 15 commits into from
May 15, 2024
Merged

💄 ✨ Add Container Logs view #127

merged 15 commits into from
May 15, 2024

Conversation

linkdd
Copy link
Collaborator

@linkdd linkdd commented May 10, 2024

Decision Record

Closes #98

Depends on SaaShup/netbox-docker-agent#96

Preview:
image

Changes

  • ✨ Add API endpoint /api/plugins/docker/containers/{id}/logs which fetch logs from the agent
  • ✨ Add UI view /plugins/docker/containers/{id}/logs which fetch logs via the API and refresh with HTMX
  • 💄 Add Logs UI View as tab in the Container detail view
  • ✅ Add test suite
  • 🔖 v1.9.0

@linkdd linkdd requested review from fanshan and lvenier May 10, 2024 20:15
@linkdd linkdd self-assigned this May 10, 2024
Copy link

github-actions bot commented May 10, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2221 2185 98% 90%

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 86dc0d6 by action🐍

@linkdd linkdd marked this pull request as ready for review May 14, 2024 19:20
@fanshan fanshan merged commit d460ad2 into main May 15, 2024
2 checks passed
@fanshan fanshan deleted the container-logs branch May 15, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Access logs of a container via Netbox
3 participants