Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9a4e965
new report for evaluating condition groupers
robertmitchellv May 29, 2026
fe53770
add the all conditions fixture and baseline configurations
robertmitchellv May 29, 2026
c6a236d
add the first big chunk of end to end scenario testing
robertmitchellv May 29, 2026
e5bbb11
add two more configurations to test
robertmitchellv May 29, 2026
7990aa6
add validation and regenerate snapshots
robertmitchellv May 29, 2026
265c69a
add more configurations to test
robertmitchellv May 30, 2026
4ccfdb9
add report and additional scenarios
robertmitchellv May 31, 2026
ae0580c
ruff fix
robertmitchellv May 31, 2026
081aded
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv May 31, 2026
0ef8e25
make the rollup cases stronger via explicit checks
robertmitchellv Jun 1, 2026
1ae08f6
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 1, 2026
7d5b95a
update configs and add csvs for reproducing them easier
robertmitchellv Jun 1, 2026
0600110
regenerate snapshots
robertmitchellv Jun 1, 2026
a75c992
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 1, 2026
b4e623c
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 1, 2026
5c4112e
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 2, 2026
acc4057
add new section processing helper fixture
robertmitchellv Jun 5, 2026
3f8ff3f
move scenarios to integration and resolve imports
robertmitchellv Jun 5, 2026
e3d1c18
remove the static configuration json files
robertmitchellv Jun 5, 2026
3d5bffd
update fixture organization and update tests and snapshots
robertmitchellv Jun 5, 2026
926c922
rerun report
robertmitchellv Jun 5, 2026
48e7d45
update documentation
robertmitchellv Jun 5, 2026
7555c0b
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 5, 2026
5698a77
remove; we don't need this for the repo
robertmitchellv Jun 5, 2026
37263e2
whittle down the test harness function asserts
robertmitchellv Jun 5, 2026
1a02eb4
fix the path typos and rerun report
robertmitchellv Jun 8, 2026
996c675
Merge branch 'main' into robert/1240-scenario-based-testing
robertmitchellv Jun 8, 2026
1be4f69
remove bit of duplication
robertmitchellv Jun 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions refiner/schema.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\restrict dbmate

-- Dumped from database version 18.4
-- Dumped from database version 18.0
-- Dumped by pg_dump version 18.3

SET statement_timeout = 0;
Expand Down Expand Up @@ -241,7 +241,7 @@ CREATE TABLE public.events (
CREATE TABLE public.events_custom_code_uploads (
id uuid DEFAULT gen_random_uuid() NOT NULL,
event_id uuid NOT NULL,
system_key text CONSTRAINT events_custom_code_uploads_system_not_null NOT NULL,
system text NOT NULL,
code text NOT NULL,
name text NOT NULL
);
Expand Down
129 changes: 0 additions & 129 deletions refiner/scripts/exports/export_groupers.py

This file was deleted.

Loading
Loading