CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
0077_auto_generate_tests.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.
| 0c3eee5 | 1 | -- AI test generator — per-repo opt-in flag. |
| 2 | -- Additive only. Defaults to `false` so the new autopilot task is opt-in: | |
| 3 | -- repo owners must explicitly enable it via /:owner/:repo/settings. | |
| 4 | ALTER TABLE repositories | |
| 5 | ADD COLUMN IF NOT EXISTS auto_generate_tests boolean NOT NULL DEFAULT false; |