Skip to content

system: Webhookログ取得・詳細取得サブコマンドを追加#34

Merged
buty4649 merged 1 commit into
mainfrom
worktree-system-webhooklog
Apr 17, 2026
Merged

system: Webhookログ取得・詳細取得サブコマンドを追加#34
buty4649 merged 1 commit into
mainfrom
worktree-system-webhooklog

Conversation

@buty4649
Copy link
Copy Markdown
Contributor

Summary

  • xpoint system webhooklog list で Webhook 送信ログを検索
  • xpoint system webhooklog show <uuid> で詳細 (リクエスト/レスポンス情報) を取得
  • 詳細レスポンスは送信先依存でボディ形状が不定のため json.RawMessage で返し --jq を提供

関連: #25

Test plan

  • go build ./..., go test ./..., golangci-lint run が成功すること
  • 管理者アカウントで xpoint system webhooklog list --status failed が動作すること
  • xpoint system webhooklog show <uuid> で詳細 JSON が取得できること

🤖 Generated with Claude Code

Webhook 送信ログの検索 (list) と詳細取得 (show) を行うサブコマンドを追加。
詳細レスポンスはリクエスト/レスポンスボディの形状が不定のため json.RawMessage
で返し、--jq フィルタを提供する。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@buty4649 buty4649 self-assigned this Apr 17, 2026
@buty4649 buty4649 enabled auto-merge (squash) April 17, 2026 08:23
@buty4649 buty4649 merged commit e48b7bb into main Apr 17, 2026
2 checks passed
@buty4649 buty4649 deleted the worktree-system-webhooklog branch April 17, 2026 08:23
@pepabo-pr-maker pepabo-pr-maker Bot mentioned this pull request Apr 17, 2026
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.

1 participant