Tags give the ability to mark specific points in history as being important
-
v3.0.413
84a5010d · ·* Don't blow up if trialled run has no events * Allow editors to see archives / api * Migration to backfill run parent_context and child_context
-
-
v3.0.411
84a216e5 · ·* Show when build failed becuse black was not executed * Fix calculation of low threshold for credits to consider only the top with unused credits * All flows with subflows to be trialled in the flowserver * Create webhook mocks for use in flowserver trials from webhook results * Enable Archive list API endpoint
-
v3.0.410
14b702d0 · ·* Remove purging, add release with delete_reason * Set parent_context in Flow.start and use it in FlowRun.build_expressions_context if available * Add is_archived counts for LabelCounts and SystemLabelCounts, update triggers
-
v3.0.409
7de158c2 · ·* Remove explicit use of uservoice * Use step_uuids for recent message calculation
-
v3.0.408
e58bfd2e · ·* Format code with blackify * Add management commands to update consent status and org membership * Update to latest goflow to fix tests * Fix 'raise None' in migration and make flow server trial period be 15 seconds * Fix the campaign events fields to be datetime fields * Move flow server stuff from utils.goflow to flows.server * Add messangi channel type
-
v3.0.407
e75135c5 · ·* Reenable requiring policy consent * Allow msgs endpoint to return ALL messages for an org sorted by created_on * Return error message if non-existent asset requested from assets endpoint * If contact sends message whilst being started in a flow, don't blow up * Remove option to have a flow never expire, migrate current flows with never to 30 days instead * Request the user to fill the LINE channel ID and channel name on the claim form
-
-
-
v3.0.404
8d8b17d9 · ·* remove old privacy page in favor of new policy app * use python3 method * migration to backfill step UUIDs on recent runs
-
-
-
v3.0.401
13d9d25d · ·* Fix quick replies in simulator * Lower the min length for Facebook page access token * Update Facebook claim to ask for Page ID and Page name from the user * Add new policies and consent app * Fix another migration that adds a field and writes to it in same transaction * Add step UUID fields to FlowPathRecentRun and update trigger on run paths to start populating them
-
-
v3.0.399
64b8ff54 · ·* Drop no longer used FlowRun.message_ids field * Don't allow nested flowserver trials * Fix migrations which can lead to locks because they add a field and populate it in same transaction * Remove a lot of six stuff * Use bulk_create's returned msgs instead of forcing created_on to be same for batches of messages created by Broadcast.send * Use sent_on for incoming messages's real world time * Don't require steps for flow resumptions
-
-
v3.0.397
f4e9c132 · ·* Stop writing .recipients when sending broadcasts as this is only needed for purged broadcasts * Rework run_audit command to check JSON fields and not worry about steps * Replace json_date_to_datetime with iso8601.parse_date * Stepless surveyor runs
-
v3.0.396
34c64a90 · ·* Use run path instead of steps to recalculate run expirations * Stop writing to FlowRun.message_ids
-
-
v3.0.394
d1d9b136 · ·* Change FlowRun.get_last_msg to use message events instead of FlowRun.message_ids * Stop saving message associations with steps