Skip to content

linear phase 5: webhook integration#165

Merged
brkastner merged 13 commits into
mainfrom
plan/linear-phase-5-webhook-integration
May 1, 2026
Merged

linear phase 5: webhook integration#165
brkastner merged 13 commits into
mainfrom
plan/linear-phase-5-webhook-integration

Conversation

@brkastner
Copy link
Copy Markdown
Contributor

summary

  • adds webhook verification config (task-1) and payload normalization (task-2)
  • persists linear webhook deliveries (task-3) and adds the ingestor (task-4)
  • exposes the webhook endpoint (task-5) with observability (task-6)
  • documents and verifies the end-to-end workflow (task-7)
  • post-review fixes: 503 response on missing secret, trigger-row id return from enqueue, doc alignment

test plan

  • go test ./...
  • manual webhook delivery against local endpoint
  • confirm metrics/logs surface for ingested deliveries

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

docs drift detected

The following code changes don't have matching doc updates:

{
  "drift": [
    {
      "code_changed": "cmd/serve.go",
      "docs_not_changed": [
        "web/docs/docs/cli-reference/serve.mdx"
      ]
    }
  ]
}

bypass: see scripts/git-hooks/README.md

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: af4e4b98dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread cmd/serve_linear_webhook.go Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b67517fe86

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread config/lineartrigger/webhook_ingestor.go
Comment thread cmd/serve_linear_webhook.go Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 752715ad4f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread config/lineartrigger/webhook_ingestor.go Outdated
@brkastner brkastner merged commit 2775848 into main May 1, 2026
8 checks passed
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