Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

0077_auto_generate_tests.sqlBlame5 lines · 1 contributor
0c3eee5Claude1-- 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.
4ALTER TABLE repositories
5 ADD COLUMN IF NOT EXISTS auto_generate_tests boolean NOT NULL DEFAULT false;