8000 feat(messaging): Stop/pause for hog flows, versioning by mcharawi · Pull Request #33837 · PostHog/posthog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(messaging): Stop/pause for hog flows, versioning #33837

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

Draft
wants to merge 1 commit into
base: hogflow-api-wire-up
Choose a base branch
from

Conversation

mcharawi
Copy link
Contributor

Problem

Closes #32420 , #32421

Changes

  • add/wire up stop button with stopping options and hog flow logic
  • add/wire up pause button
  • add versions to hog flows/check versions when saving
  • who else is currently viewing hog flow

Did you write or update any docs for this change?

How did you test this code?

  • unit testing
  • click through testing of starting/stopping/pausing a hog flow

Copy link
Contributor

Migration SQL Changes

Hey 👋, we've detected some migrations on this PR. Here's the SQL output for each migration, make sure they make sense:

posthog/migrations/0773_hogflow_stop_type.py

BEGIN;
--
-- Add field stop_type to hogflow
--
ALTER TABLE "posthog_hogflow" ADD COLUMN "stop_type" varchar(20) NULL;
COMMIT;

Copy link
Contributor

Size Change: 0 B

Total Size: 2.57 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 2.57 MB

compressed-size-action

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
0