Commit a69ba37
fix: use pooler URL for db-reset workflow (#53)
* fix: swap parameter value dates (source has start > end)
The policyengine package provides parameter values with dates swapped
(start_date > end_date). This fix swaps them back so the current=true
filter works correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: use pooler URL for db-reset workflow
- Changed DATABASE_URL to SUPABASE_DB_URL (what settings.py expects)
- Use SUPABASE_POOLER_URL secret (port 6543) instead of direct connection
- Added validation job on PR to test connectivity before merge
- Added SUPABASE_SERVICE_KEY for storage bucket operations
* fix: remove environment from validate job to avoid approval
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 792cc22 commit a69ba37
2 files changed
+54
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
20 | 57 | | |
21 | 58 | | |
22 | 59 | | |
| 60 | + | |
23 | 61 | | |
24 | 62 | | |
25 | 63 | | |
| |||
43 | 81 | | |
44 | 82 | | |
45 | 83 | | |
46 | | - | |
| 84 | + | |
47 | 85 | | |
48 | 86 | | |
| 87 | + | |
49 | 88 | | |
50 | 89 | | |
51 | 90 | | |
| |||
55 | 94 | | |
56 | 95 | | |
57 | 96 | | |
58 | | - | |
| 97 | + | |
59 | 98 | | |
60 | 99 | | |
| 100 | + | |
61 | 101 | | |
62 | 102 | | |
63 | 103 | | |
| |||
68 | 108 | | |
69 | 109 | | |
70 | 110 | | |
71 | | - | |
| 111 | + | |
72 | 112 | | |
73 | 113 | | |
| 114 | + | |
74 | 115 | | |
75 | 116 | | |
76 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
319 | 327 | | |
320 | 328 | | |
321 | 329 | | |
322 | 330 | | |
323 | 331 | | |
324 | | - | |
325 | | - | |
| 332 | + | |
| 333 | + | |
326 | 334 | | |
327 | 335 | | |
328 | 336 | | |
| |||
0 commit comments