CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
0112_gatetest_default_off.sql
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 6930df0 | 1 | -- GateTest is an external third-party scanner. An outage on its side |
| 2 | -- (2026-07-15, gatetest.ai missing GLUECRON_EMITTER_SECRET) hard-blocked | |
| 3 | -- every merge on every repo that required it. gate.ts now treats a GateTest | |
| 4 | -- outage as skip-not-block regardless of this flag, but new repos shouldn't | |
| 5 | -- opt into requiring an unproven external dependency by default. | |
| 6 | -- Existing repos keep their current setting — this only changes the | |
| 7 | -- default applied to newly-inserted repo_settings rows. | |
| 8 | ALTER TABLE repo_settings | |
| 9 | ALTER COLUMN gate_test_enabled SET DEFAULT false; |