codedna 0.2.15__tar.gz → 0.2.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codedna-0.2.15 → codedna-0.2.16}/PKG-INFO +1 -1
- {codedna-0.2.15 → codedna-0.2.16}/codedna/__init__.py +1 -1
- {codedna-0.2.15 → codedna-0.2.16}/codedna/cli.py +53 -53
- {codedna-0.2.15 → codedna-0.2.16}/pyproject.toml +1 -1
- {codedna-0.2.15 → codedna-0.2.16}/.env.example +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.env.ls +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/CODEOWNERS +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/dependabot.yml +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/workflows/codedna.yml +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/workflows/codeql.yml +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.github/workflows/test.yml +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.gitignore +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/.python-version +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/CHANGELOG.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/CONTRIBUTING.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/LICENSE +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/SECURITY.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/ai.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/ai_box.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/ai_fingerprint.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/analyzer.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/api.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/auth.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/bus_factor.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/db.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/git_hook.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/integrations/__init__.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/integrations/github_bot.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/integrations/jira.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/integrations/lemonsqueezy.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/interview.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/onboarding.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/plan.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/protection.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/rate_limit.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/scorer.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/sprint_health.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/survey.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/codedna/tech_debt.py +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/.env.local.example +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/.gitignore +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/ai-compare/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/api/auth/login/route.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/api/auth/logout/route.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/api/auth/me/route.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/api/auth/register/route.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/api/billing/checkout/route.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/billing/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/bus-factor/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/commits/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/debt/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/favicon.ico +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/files/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/fonts/GeistVF.woff +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/globals.css +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/interview/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/layout.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/login/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/onboarding/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/pricing/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/protected/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/register/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/settings/integrations/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/app/sprints/page.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/AnlamaGrafigi.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/AuthProvider.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/ClientProviders.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/CommitTable.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/CostInfoTooltip.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/FeatureGate.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/FileHeatmap.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/HataBanner.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/LanguageSwitcher.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/NavClient.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/OverviewTitles.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/QuickInsights.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/RiskBadge.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/SummaryCards.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/components/UpgradeBanner.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/api.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/auth.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/i18n/en.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/i18n/index.tsx +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/i18n/tr.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/lib/plan.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/next-env.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/next.config.mjs +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/package-lock.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/postcss.config.mjs +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/tailwind.config.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/dashboard/tsconfig.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/hooks/post-commit +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/uv.lock +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/.bin/tsc +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/.bin/tsserver +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/.package-lock.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/LICENSE +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/assert/strict.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/assert.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/async_hooks.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/buffer.buffer.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/buffer.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/child_process.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/cluster.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/compatibility/index.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/console.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/constants.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/crypto.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/dgram.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/dns/promises.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/dns.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/domain.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/events.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/fs/promises.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/fs.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/globals.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/globals.typedarray.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/http.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/http2.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/https.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/index.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/inspector.generated.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/module.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/net.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/os.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/path.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/process.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/punycode.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/querystring.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/readline/promises.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/readline.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/repl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/sea.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/stream/promises.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/stream/web.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/stream.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/string_decoder.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/test.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/timers/promises.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/timers.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/tls.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/trace_events.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/ts5.6/index.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/tty.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/url.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/util.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/v8.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/vm.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/wasi.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/web-globals/domexception.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/web-globals/events.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/web-globals/fetch.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/worker_threads.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/node/zlib.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/vscode/LICENSE +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/vscode/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/vscode/index.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/@types/vscode/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/LICENSE.txt +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/SECURITY.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/ThirdPartyNoticeText.txt +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/bin/tsc +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/bin/tsserver +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/_tsc.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/_tsserver.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/_typingsInstaller.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.decorators.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.dom.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2016.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2023.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.collection.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.object.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.regexp.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es2024.string.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es5.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.es6.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.error.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.float16.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.iterator.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.scripthost.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.webworker.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/tsc.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/tsserver.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/typesMap.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/typescript.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/typescript.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/typingsInstaller.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/watchGuard.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/typescript/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/LICENSE +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/README.md +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/agent.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/api.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/cache.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/client.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/connector.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/content-type.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/cookies.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/dispatcher.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/errors.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/eventsource.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/fetch.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/file.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/filereader.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/formdata.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/global-origin.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/handlers.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/header.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/index.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/interceptors.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/mock-agent.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/mock-client.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/mock-errors.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/mock-pool.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/patch.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/pool-stats.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/pool.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/readable.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/retry-agent.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/retry-handler.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/util.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/webidl.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/node_modules/undici-types/websocket.d.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/apiClient.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/apiClient.js.map +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/decorations.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/decorations.js.map +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/extension.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/extension.js.map +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/statusBar.js +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/out/statusBar.js.map +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/package-lock.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/package.json +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/src/apiClient.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/src/decorations.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/src/extension.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/src/statusBar.ts +0 -0
- {codedna-0.2.15 → codedna-0.2.16}/vscode-extension/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codedna
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.16
|
|
4
4
|
Summary: AI Code Transparency Tool - detect AI-written code and measure developer understanding
|
|
5
5
|
Project-URL: Homepage, https://codedna.dev
|
|
6
6
|
Project-URL: Repository, https://github.com/natureco-official/codedna
|
|
@@ -45,7 +45,7 @@ def _version_callback(value: bool) -> None:
|
|
|
45
45
|
from importlib.metadata import version as _v
|
|
46
46
|
ver = _v("codedna")
|
|
47
47
|
except Exception:
|
|
48
|
-
ver = "0.2.
|
|
48
|
+
ver = "0.2.16"
|
|
49
49
|
console.print(f"codedna {ver}")
|
|
50
50
|
raise typer.Exit()
|
|
51
51
|
|
|
@@ -140,11 +140,11 @@ def scan(
|
|
|
140
140
|
) -> None:
|
|
141
141
|
"""Mevcut repo'yu tara ve AI risk raporu göster."""
|
|
142
142
|
console.print()
|
|
143
|
-
console.print("[bold cyan]🧬 CodeDNA[/bold cyan] — Repo
|
|
143
|
+
console.print("[bold cyan]🧬 CodeDNA[/bold cyan] — Repo scanning...\n")
|
|
144
144
|
|
|
145
145
|
kok = repo or find_git_root() or Path.cwd()
|
|
146
146
|
|
|
147
|
-
with console.status("[dim]
|
|
147
|
+
with console.status("[dim]Filelar analiz ediliyor...[/dim]"):
|
|
148
148
|
sonuclar = scan_repository(kok, max_files=max_files)
|
|
149
149
|
|
|
150
150
|
if not sonuclar:
|
|
@@ -174,11 +174,11 @@ def scan(
|
|
|
174
174
|
show_lines=True,
|
|
175
175
|
header_style="bold",
|
|
176
176
|
)
|
|
177
|
-
tablo.add_column("
|
|
178
|
-
tablo.add_column("AI
|
|
179
|
-
tablo.add_column("
|
|
180
|
-
tablo.add_column("
|
|
181
|
-
tablo.add_column("
|
|
177
|
+
tablo.add_column("File", style="white", min_width=25)
|
|
178
|
+
tablo.add_column("AI Probability", justify="center", min_width=14)
|
|
179
|
+
tablo.add_column("Complexity", justify="center", min_width=12)
|
|
180
|
+
tablo.add_column("Lines", justify="right", min_width=6)
|
|
181
|
+
tablo.add_column("Understanding", justify="center", min_width=14)
|
|
182
182
|
|
|
183
183
|
toplam_ai = 0.0
|
|
184
184
|
for s in sonuclar:
|
|
@@ -186,11 +186,11 @@ def scan(
|
|
|
186
186
|
ai_metin = f"{s.ai_color} %{yuzde}"
|
|
187
187
|
|
|
188
188
|
if s.complexity_label == "Yüksek":
|
|
189
|
-
karmasiklik = "[red]
|
|
190
|
-
elif s.complexity_label == "
|
|
191
|
-
karmasiklik = "[yellow]
|
|
189
|
+
karmasiklik = "[red]High[/red]"
|
|
190
|
+
elif s.complexity_label == "Medium":
|
|
191
|
+
karmasiklik = "[yellow]Medium[/yellow]"
|
|
192
192
|
else:
|
|
193
|
-
karmasiklik = "[green]
|
|
193
|
+
karmasiklik = "[green]Low[/green]"
|
|
194
194
|
|
|
195
195
|
# DB'den tek sorguda gelen map'ten anlama skorunu oku
|
|
196
196
|
anlama_skor = anlama_skorlari_map.get(s.file_path)
|
|
@@ -198,7 +198,7 @@ def scan(
|
|
|
198
198
|
renk = "green" if anlama_skor >= 4.0 else "yellow" if anlama_skor >= 2.5 else "red"
|
|
199
199
|
anlama = f"[{renk}]✅ {anlama_skor:.1f}/5[/{renk}]"
|
|
200
200
|
else:
|
|
201
|
-
anlama = "[dim]⚠️
|
|
201
|
+
anlama = "[dim]⚠️ Unknown[/dim]"
|
|
202
202
|
|
|
203
203
|
goreceli = _kisalt_yol(s.file_path, str(kok))
|
|
204
204
|
|
|
@@ -288,7 +288,7 @@ def status(
|
|
|
288
288
|
commit_hash, sonuclar = score_latest_commit(kok)
|
|
289
289
|
|
|
290
290
|
if not commit_hash:
|
|
291
|
-
console.print("[yellow]
|
|
291
|
+
console.print("[yellow]No commits found yet.[/yellow]")
|
|
292
292
|
return
|
|
293
293
|
|
|
294
294
|
# Commit bilgilerini al
|
|
@@ -298,7 +298,7 @@ def status(
|
|
|
298
298
|
zaman_dam = int(commit.committed_date)
|
|
299
299
|
mesaj = commit.message.strip().splitlines()[0][:60]
|
|
300
300
|
except Exception:
|
|
301
|
-
yazar = "
|
|
301
|
+
yazar = "Unknown"
|
|
302
302
|
zaman_dam = 0
|
|
303
303
|
mesaj = ""
|
|
304
304
|
|
|
@@ -365,7 +365,7 @@ def status(
|
|
|
365
365
|
else:
|
|
366
366
|
console.print(
|
|
367
367
|
f"[bold]Commit:[/bold] [dim]{commit_hash[:8]}[/dim]\n"
|
|
368
|
-
"[dim]Bu commit'te desteklenen
|
|
368
|
+
"[dim]Bu commit'te desteklenen no code files found.[/dim]"
|
|
369
369
|
)
|
|
370
370
|
|
|
371
371
|
|
|
@@ -387,8 +387,8 @@ def history(
|
|
|
387
387
|
|
|
388
388
|
if not satirlar:
|
|
389
389
|
console.print(
|
|
390
|
-
"[yellow]
|
|
391
|
-
"[dim]
|
|
390
|
+
"[yellow]No saved commit yok.[/yellow]\n"
|
|
391
|
+
"[dim]Hint: 'codedna init' ile kurulum yapın, ardından commit atın.[/dim]"
|
|
392
392
|
)
|
|
393
393
|
return
|
|
394
394
|
|
|
@@ -401,7 +401,7 @@ def history(
|
|
|
401
401
|
tablo.add_column("Commit", style="dim", min_width=10)
|
|
402
402
|
tablo.add_column("Yazar", min_width=15)
|
|
403
403
|
tablo.add_column("Tarih", min_width=17)
|
|
404
|
-
tablo.add_column("
|
|
404
|
+
tablo.add_column("File", justify="right", min_width=6)
|
|
405
405
|
tablo.add_column("Anlama", justify="center", min_width=12)
|
|
406
406
|
|
|
407
407
|
for satir in satirlar:
|
|
@@ -501,7 +501,7 @@ def report(
|
|
|
501
501
|
console.print()
|
|
502
502
|
console.print("[bold cyan]🧬 CodeDNA[/bold cyan] — HTML rapor oluşturuluyor...\n")
|
|
503
503
|
|
|
504
|
-
with console.status("[dim]
|
|
504
|
+
with console.status("[dim]Filelar analiz ediliyor...[/dim]"):
|
|
505
505
|
sonuclar = scan_repository(kok, max_files=200)
|
|
506
506
|
|
|
507
507
|
sonuclar.sort(key=lambda s: s.ai_probability, reverse=True)
|
|
@@ -559,7 +559,7 @@ def ai_compare(
|
|
|
559
559
|
if not is_feature_available("ai_comparison"):
|
|
560
560
|
console.print(
|
|
561
561
|
Panel(
|
|
562
|
-
"[bold yellow]🔒
|
|
562
|
+
"[bold yellow]🔒 This feature Enterprise plan available.[/bold yellow]\n"
|
|
563
563
|
"[dim]This feature is available on Enterprise plan.[/dim]\n\n"
|
|
564
564
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
565
565
|
border_style="yellow",
|
|
@@ -578,7 +578,7 @@ def ai_compare(
|
|
|
578
578
|
"[dim]⚠️ Bu tespit örüntü tabanlı bir tahmindir — kesin değildir.[/dim]\n"
|
|
579
579
|
)
|
|
580
580
|
|
|
581
|
-
with console.status("[dim]
|
|
581
|
+
with console.status("[dim]Filelar analiz ediliyor...[/dim]"):
|
|
582
582
|
sonuclar = compare_tools_in_repo(kok, db_yolu)
|
|
583
583
|
|
|
584
584
|
if not sonuclar:
|
|
@@ -587,7 +587,7 @@ def ai_compare(
|
|
|
587
587
|
|
|
588
588
|
tablo = Table(border_style="dim", show_lines=True, header_style="bold")
|
|
589
589
|
tablo.add_column("AI Aracı", min_width=12)
|
|
590
|
-
tablo.add_column("
|
|
590
|
+
tablo.add_column("File Sayısı", justify="right", min_width=13)
|
|
591
591
|
tablo.add_column("Ort. AI Skoru", justify="right", min_width=13)
|
|
592
592
|
tablo.add_column("Ort. Anlama", justify="right", min_width=12)
|
|
593
593
|
|
|
@@ -631,7 +631,7 @@ def onboarding(
|
|
|
631
631
|
if not is_feature_available("sprint_health"):
|
|
632
632
|
console.print(
|
|
633
633
|
Panel(
|
|
634
|
-
"[bold yellow]🔒
|
|
634
|
+
"[bold yellow]🔒 This feature Team plan available.[/bold yellow]\n"
|
|
635
635
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
636
636
|
border_style="yellow",
|
|
637
637
|
)
|
|
@@ -671,7 +671,7 @@ def onboarding(
|
|
|
671
671
|
ramp_str = (
|
|
672
672
|
f"{y['ramp_up_hafta']:.1f} hafta"
|
|
673
673
|
if y["ramp_up_hafta"] is not None
|
|
674
|
-
else ("[dim]Yeterli
|
|
674
|
+
else ("[dim]Yeterli no data[/dim]" if not y["yeterli_veri"] else "[yellow]Threshold not reached[/yellow]")
|
|
675
675
|
)
|
|
676
676
|
anlama_str = (
|
|
677
677
|
f"{y['son_ort_anlama']:.1f}/5" if y["son_ort_anlama"] else "—"
|
|
@@ -703,7 +703,7 @@ def onboarding(
|
|
|
703
703
|
if egri.ramp_up_hafta is not None
|
|
704
704
|
else "[yellow]Eşik henüz aşılmadı[/yellow]"
|
|
705
705
|
if egri.anlama_skoru_olan >= 5
|
|
706
|
-
else "[dim]Yeterli
|
|
706
|
+
else "[dim]Yeterli no data (en az 5 commit)[/dim]"
|
|
707
707
|
)
|
|
708
708
|
|
|
709
709
|
anlama_str = (
|
|
@@ -796,7 +796,7 @@ def pr_comment(
|
|
|
796
796
|
|
|
797
797
|
console.print(f"\n[bold cyan]🧬 CodeDNA[/bold cyan] — PR #{hedef_pr} analiz ediliyor...\n")
|
|
798
798
|
|
|
799
|
-
with console.status("[dim]
|
|
799
|
+
with console.status("[dim]Filelar taranıyor...[/dim]"):
|
|
800
800
|
from codedna.scorer import scan_repository
|
|
801
801
|
sonuclar = scan_repository(kok, max_files=200)
|
|
802
802
|
|
|
@@ -842,7 +842,7 @@ def protect_add(
|
|
|
842
842
|
from codedna.plan import is_feature_available
|
|
843
843
|
|
|
844
844
|
if not is_feature_available("bus_factor"):
|
|
845
|
-
console.print("[bold yellow]🔒
|
|
845
|
+
console.print("[bold yellow]🔒 This feature Team plan available.[/bold yellow]")
|
|
846
846
|
raise typer.Exit(1)
|
|
847
847
|
|
|
848
848
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -871,7 +871,7 @@ def protect_remove(
|
|
|
871
871
|
from codedna.plan import is_feature_available
|
|
872
872
|
|
|
873
873
|
if not is_feature_available("bus_factor"):
|
|
874
|
-
console.print("[bold yellow]🔒
|
|
874
|
+
console.print("[bold yellow]🔒 This feature Team plan available.[/bold yellow]")
|
|
875
875
|
raise typer.Exit(1)
|
|
876
876
|
|
|
877
877
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -893,7 +893,7 @@ def protect_list(
|
|
|
893
893
|
from codedna.plan import is_feature_available
|
|
894
894
|
|
|
895
895
|
if not is_feature_available("bus_factor"):
|
|
896
|
-
console.print("[bold yellow]🔒
|
|
896
|
+
console.print("[bold yellow]🔒 This feature Team plan available.[/bold yellow]")
|
|
897
897
|
raise typer.Exit(1)
|
|
898
898
|
|
|
899
899
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -902,7 +902,7 @@ def protect_list(
|
|
|
902
902
|
|
|
903
903
|
moduller = check_protected_modules(db_yolu)
|
|
904
904
|
if not moduller:
|
|
905
|
-
console.print("[yellow]
|
|
905
|
+
console.print("[yellow]No protected modül yok.[/yellow]")
|
|
906
906
|
console.print("[dim]Eklemek için:[/dim] [cyan]codedna protect add <dosya> --label 'Etiket'[/cyan]")
|
|
907
907
|
return
|
|
908
908
|
|
|
@@ -910,7 +910,7 @@ def protect_list(
|
|
|
910
910
|
title="[bold cyan]🛡️ Korumalı Modüller[/bold cyan]",
|
|
911
911
|
border_style="dim", show_lines=True, header_style="bold",
|
|
912
912
|
)
|
|
913
|
-
tablo.add_column("
|
|
913
|
+
tablo.add_column("File", min_width=30)
|
|
914
914
|
tablo.add_column("Etiket", min_width=16)
|
|
915
915
|
tablo.add_column("Eşik", justify="center", min_width=7)
|
|
916
916
|
tablo.add_column("Mevcut", justify="center", min_width=9)
|
|
@@ -946,7 +946,7 @@ def protect_check(
|
|
|
946
946
|
from codedna.plan import is_feature_available
|
|
947
947
|
|
|
948
948
|
if not is_feature_available("bus_factor"):
|
|
949
|
-
console.print("[bold yellow]🔒
|
|
949
|
+
console.print("[bold yellow]🔒 This feature Team plan available.[/bold yellow]")
|
|
950
950
|
raise typer.Exit(1)
|
|
951
951
|
|
|
952
952
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -993,7 +993,7 @@ def interview_start(
|
|
|
993
993
|
if not is_feature_available("interview_tool"):
|
|
994
994
|
console.print(
|
|
995
995
|
Panel(
|
|
996
|
-
"[bold yellow]🔒
|
|
996
|
+
"[bold yellow]🔒 This feature Enterprise plan available.[/bold yellow]\n"
|
|
997
997
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
998
998
|
border_style="yellow",
|
|
999
999
|
)
|
|
@@ -1022,7 +1022,7 @@ def interview_start(
|
|
|
1022
1022
|
console.print(
|
|
1023
1023
|
Panel(
|
|
1024
1024
|
f"[bold]Aday:[/bold] {candidate}\n"
|
|
1025
|
-
f"[bold]Zorluk:[/bold] {difficulty} · [dim]
|
|
1025
|
+
f"[bold]Zorluk:[/bold] {difficulty} · [dim]Complexity:[/dim] {dosya.karmasiklik_skoru:.0f} · [dim]Lines:[/dim] {dosya.satir_sayisi}\n"
|
|
1026
1026
|
f"[bold]Oturum ID:[/bold] [cyan]#{session_id}[/cyan]",
|
|
1027
1027
|
title="[bold cyan]🎯 Mülakat Başladı[/bold cyan]",
|
|
1028
1028
|
border_style="cyan",
|
|
@@ -1054,7 +1054,7 @@ def interview_list(
|
|
|
1054
1054
|
from codedna.plan import is_feature_available
|
|
1055
1055
|
|
|
1056
1056
|
if not is_feature_available("interview_tool"):
|
|
1057
|
-
console.print("[bold yellow]🔒
|
|
1057
|
+
console.print("[bold yellow]🔒 This feature Enterprise plan available.[/bold yellow]")
|
|
1058
1058
|
raise typer.Exit(1)
|
|
1059
1059
|
|
|
1060
1060
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -1063,7 +1063,7 @@ def interview_list(
|
|
|
1063
1063
|
|
|
1064
1064
|
oturumlar = get_sessions(db_yolu, limit=limit)
|
|
1065
1065
|
if not oturumlar:
|
|
1066
|
-
console.print("[yellow]
|
|
1066
|
+
console.print("[yellow]No interview oturumu yok.[/yellow]")
|
|
1067
1067
|
return
|
|
1068
1068
|
|
|
1069
1069
|
tablo = Table(
|
|
@@ -1103,7 +1103,7 @@ def interview_score(
|
|
|
1103
1103
|
from codedna.plan import is_feature_available
|
|
1104
1104
|
|
|
1105
1105
|
if not is_feature_available("interview_tool"):
|
|
1106
|
-
console.print("[bold yellow]🔒
|
|
1106
|
+
console.print("[bold yellow]🔒 This feature Enterprise plan available.[/bold yellow]")
|
|
1107
1107
|
raise typer.Exit(1)
|
|
1108
1108
|
|
|
1109
1109
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -1139,7 +1139,7 @@ def bus_factor(
|
|
|
1139
1139
|
if not is_feature_available("bus_factor"):
|
|
1140
1140
|
console.print(
|
|
1141
1141
|
Panel(
|
|
1142
|
-
"[bold yellow]🔒
|
|
1142
|
+
"[bold yellow]🔒 This feature Team plan available.[/bold yellow]\n"
|
|
1143
1143
|
"[dim]This feature is available on Team plan.[/dim]\n\n"
|
|
1144
1144
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
1145
1145
|
border_style="yellow",
|
|
@@ -1177,7 +1177,7 @@ def bus_factor(
|
|
|
1177
1177
|
show_lines=True,
|
|
1178
1178
|
header_style="bold",
|
|
1179
1179
|
)
|
|
1180
|
-
tablo.add_column("
|
|
1180
|
+
tablo.add_column("File", style="white", min_width=30)
|
|
1181
1181
|
tablo.add_column("Bus Factor", justify="center", min_width=11)
|
|
1182
1182
|
tablo.add_column("Ana Sahip", min_width=16)
|
|
1183
1183
|
tablo.add_column("Sahiplik %", justify="right", min_width=11)
|
|
@@ -1258,14 +1258,14 @@ def debt(
|
|
|
1258
1258
|
|
|
1259
1259
|
console.print(
|
|
1260
1260
|
Panel(
|
|
1261
|
-
f"[bold]
|
|
1261
|
+
f"[bold]File:[/bold] [dim]{borc.dosya_yolu}[/dim]\n"
|
|
1262
1262
|
f"[bold]Borç saati:[/bold] {borc.debt_saatleri:.1f} saat\n"
|
|
1263
1263
|
f"[bold]Aylık maliyet:[/bold] {maliyet_str}\n"
|
|
1264
1264
|
f"[bold]Risk:[/bold] [{risk_renk}]{borc.risk_seviyesi}[/{risk_renk}]\n"
|
|
1265
1265
|
f"[bold]AI olasılığı:[/bold] %{borc.ai_olasiligi*100:.0f} · "
|
|
1266
|
-
f"[bold]
|
|
1267
|
-
f"[bold]
|
|
1268
|
-
title="[bold cyan]💰 Teknik Borç —
|
|
1266
|
+
f"[bold]Complexity:[/bold] {borc.karmasiklik:.0f} · "
|
|
1267
|
+
f"[bold]Lines:[/bold] {borc.toplam_satir}",
|
|
1268
|
+
title="[bold cyan]💰 Teknik Borç — File Detayı[/bold cyan]",
|
|
1269
1269
|
border_style="cyan",
|
|
1270
1270
|
padding=(1, 2),
|
|
1271
1271
|
)
|
|
@@ -1297,7 +1297,7 @@ def debt(
|
|
|
1297
1297
|
if ozet.en_pahali_5:
|
|
1298
1298
|
console.print("[bold]En maliyetli 5 dosya:[/bold]")
|
|
1299
1299
|
tablo = Table(border_style="dim", show_lines=True, header_style="bold")
|
|
1300
|
-
tablo.add_column("
|
|
1300
|
+
tablo.add_column("File", style="white", min_width=30)
|
|
1301
1301
|
tablo.add_column("Borç Saati", justify="right", min_width=11)
|
|
1302
1302
|
tablo.add_column("Aylık", justify="right", min_width=10)
|
|
1303
1303
|
tablo.add_column("Risk", justify="center", min_width=10)
|
|
@@ -1314,7 +1314,7 @@ def debt(
|
|
|
1314
1314
|
else f"[{risk_renk}]${d.aylik_maliyet_usd:.2f}[/{risk_renk}]"
|
|
1315
1315
|
)
|
|
1316
1316
|
|
|
1317
|
-
#
|
|
1317
|
+
# File yolunu kısalt
|
|
1318
1318
|
try:
|
|
1319
1319
|
goreceli = str(Path(d.dosya_yolu).relative_to(kok))
|
|
1320
1320
|
except ValueError:
|
|
@@ -1358,7 +1358,7 @@ def sprint_olustur(
|
|
|
1358
1358
|
if not is_feature_available("sprint_health"):
|
|
1359
1359
|
console.print(
|
|
1360
1360
|
Panel(
|
|
1361
|
-
"[bold yellow]🔒
|
|
1361
|
+
"[bold yellow]🔒 This feature Team plan available.[/bold yellow]\n"
|
|
1362
1362
|
"[dim]This feature is available on Team plan.[/dim]\n\n"
|
|
1363
1363
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
1364
1364
|
border_style="yellow",
|
|
@@ -1401,7 +1401,7 @@ def sprint_olustur(
|
|
|
1401
1401
|
f"[bold]Tarih:[/bold] {start} → {end}\n"
|
|
1402
1402
|
f"[bold]Sağlık Skoru:[/bold] [{durum_renk}]{sonuc.health_score:.1f}/100 ({sonuc.durum})[/{durum_renk}]\n"
|
|
1403
1403
|
f"[bold]Toplam Commit:[/bold] {sonuc.toplam_commit}\n"
|
|
1404
|
-
f"[bold]Ort. Anlama:[/bold] {f'{sonuc.avg_understanding:.1f}/5' if sonuc.avg_understanding else '
|
|
1404
|
+
f"[bold]Ort. Anlama:[/bold] {f'{sonuc.avg_understanding:.1f}/5' if sonuc.avg_understanding else 'No data'}\n"
|
|
1405
1405
|
f"[bold]AI Oranı:[/bold] %{sonuc.ai_orani * 100:.0f} yüksek riskli\n"
|
|
1406
1406
|
f"[bold]Borç Delta:[/bold] {sonuc.debt_delta_saati:.1f} saat/commit",
|
|
1407
1407
|
title=f"[bold cyan]🏃 Sprint Sağlık Raporu — #{sprint_id}[/bold cyan]",
|
|
@@ -1423,7 +1423,7 @@ def sprint_sagligi(
|
|
|
1423
1423
|
if not is_feature_available("sprint_health"):
|
|
1424
1424
|
console.print(
|
|
1425
1425
|
Panel(
|
|
1426
|
-
"[bold yellow]🔒
|
|
1426
|
+
"[bold yellow]🔒 This feature Team plan available.[/bold yellow]\n"
|
|
1427
1427
|
"[dim]Yükseltmek için:[/dim] [cyan]codedna plan activate <LICENSE_KEY>[/cyan]",
|
|
1428
1428
|
border_style="yellow",
|
|
1429
1429
|
)
|
|
@@ -1436,7 +1436,7 @@ def sprint_sagligi(
|
|
|
1436
1436
|
|
|
1437
1437
|
sprint = get_latest_sprint(db_path=db_yolu)
|
|
1438
1438
|
if not sprint:
|
|
1439
|
-
console.print("[yellow]
|
|
1439
|
+
console.print("[yellow]No saved sprint yok.[/yellow]")
|
|
1440
1440
|
console.print("[dim]Oluşturmak için:[/dim] [cyan]codedna sprint create --name 'Sprint 1' --start 2026-06-01 --end 2026-06-14[/cyan]")
|
|
1441
1441
|
return
|
|
1442
1442
|
|
|
@@ -1449,7 +1449,7 @@ def sprint_sagligi(
|
|
|
1449
1449
|
bit = dt.fromtimestamp(sprint["end_date"]).strftime("%Y-%m-%d") if sprint["end_date"] else "?"
|
|
1450
1450
|
|
|
1451
1451
|
anlama_val = sprint["avg_understanding"]
|
|
1452
|
-
anlama_str = f"{anlama_val:.1f}/5" if anlama_val else "
|
|
1452
|
+
anlama_str = f"{anlama_val:.1f}/5" if anlama_val else "No data"
|
|
1453
1453
|
delta_val = sprint["debt_delta_hours"] or 0.0
|
|
1454
1454
|
|
|
1455
1455
|
console.print()
|
|
@@ -1478,7 +1478,7 @@ def sprint_gecmisi(
|
|
|
1478
1478
|
from datetime import datetime as dt
|
|
1479
1479
|
|
|
1480
1480
|
if not is_feature_available("sprint_health"):
|
|
1481
|
-
console.print("[bold yellow]🔒
|
|
1481
|
+
console.print("[bold yellow]🔒 This feature Team plan available.[/bold yellow]")
|
|
1482
1482
|
raise typer.Exit(1)
|
|
1483
1483
|
|
|
1484
1484
|
kok = repo or find_git_root() or Path.cwd()
|
|
@@ -1487,7 +1487,7 @@ def sprint_gecmisi(
|
|
|
1487
1487
|
|
|
1488
1488
|
sprintler = db_sprint_gecmisi(limit=limit, db_path=db_yolu)
|
|
1489
1489
|
if not sprintler:
|
|
1490
|
-
console.print("[yellow]
|
|
1490
|
+
console.print("[yellow]No saved sprint yok.[/yellow]")
|
|
1491
1491
|
return
|
|
1492
1492
|
|
|
1493
1493
|
tablo = Table(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|