Commit 36b0d24
Make the test suite fully green; drop the migration review doc
Resolve the 4 pre-existing failures that predated this branch (broken
auto-generated scaffold stubs + one test for an unimplemented feature):
- DsnAuthenticationService: support GlitchTip's ?glitchtip_key= query param
alongside Sentry's ?sentry_key= (the app targets Sentry/GlitchTip compat).
The existing test now passes against a real implementation.
- settings_controller_test: replace the scaffold stub (wrong *_url helpers) with
real tests — index renders; update persists + redirects; invalid ntfy_url is
rejected. Exercises the alerting settings added in #14.
- oidc_logout_controller_test: replace the scaffold stub with a real test of the
backchannel-logout endpoint rejecting a tokenless request.
Suite is now 149 runs, 0 failures, 0 errors.
Also remove SQLITE_MIGRATION_REVIEW.md — every item (#1–#18) plus the duckdb-gem
cleanup is done and committed, so the action list has served its purpose.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cbe88f4 commit 36b0d24
4 files changed
Lines changed: 28 additions & 207 deletions
File tree
- app/services
- test/controllers
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
0 commit comments