database.types.tsRefactor database types to use snake_case naming convention.
frontend/packages/db/supabase/database.types.ts
Migrated table and column names to snake_case. Updated foreign key references and enums to align with new naming conventions. Added new tables and relationships for improved schema structure. Adjusted enums to use snake_case naming.
|
+348/-348 |
approveKnowledgeSuggestion.tsUpdate approveKnowledgeSuggestion logic for snake_case schema.
frontend/apps/app/features/projects/actions/approveKnowledgeSuggestion.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+21/-21 |
savePullRequest.tsRefactor savePullRequest logic for snake_case schema.
frontend/packages/jobs/src/tasks/review/savePullRequest.ts
Updated table and column references to snake_case. Refactored logic to align with updated schema structure.
|
+25/-25 |
processCreateKnowledgeSuggestion.tsRefactor processCreateKnowledgeSuggestion for snake_case schema.
frontend/packages/jobs/src/functions/processCreateKnowledgeSuggestion.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+25/-21 |
saveReview.tsRefactor saveReview logic for snake_case schema.
frontend/packages/jobs/src/tasks/review/saveReview.ts
Updated table and column references to snake_case. Refactored logic to align with updated schema structure.
|
+22/-19 |
postComment.tsUpdate postComment logic for snake_case schema.
frontend/packages/jobs/src/tasks/review/postComment.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+15/-15 |
processGenerateSchemaOverride.tsRefactor processGenerateSchemaOverride for snake_case schema.
frontend/packages/jobs/src/functions/processGenerateSchemaOverride.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+21/-19 |
addProject.tsUpdate addProject logic for snake_case schema.
frontend/apps/app/features/projects/actions/addProject.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+12/-12 |
getProject.tsRefactor getProject logic for snake_case schema.
frontend/apps/app/features/projects/pages/ProjectDetailPage/getProject.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+19/-19 |
getCurrentOrganization.tsRefactor getCurrentOrganization logic for snake_case schema.
frontend/apps/app/features/projects/pages/ProjectsPage/getCurrentOrganization.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+9/-9 |
route.tsRefactor schema override route for snake_case schema.
frontend/apps/app/app/api/schema/override/route.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+8/-8 |
getProjectRepository.tsRefactor getProjectRepository logic for snake_case schema.
frontend/apps/app/app/(app)/app/projects/[projectId]/ref/[branchOrCommit]/docs/[...docFilePath]/getProjectRepository.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+8/-8 |
reviewFeedbackComments.tsUpdate reviewFeedbackComments logic for snake_case schema.
frontend/apps/app/features/migrations/actions/reviewFeedbackComments.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+10/-10 |
generateReview.tsRefactor generateReview logic for snake_case schema.
frontend/packages/jobs/src/tasks/review/generateReview.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+7/-7 |
getOrganizationDetails.tsRefactor getOrganizationDetails logic for snake_case schema.
frontend/apps/app/features/organizations/pages/OrganizationDetailPage/getOrganizationDetails.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+7/-7 |
formatReviewFeedback.tsUpdate formatReviewFeedback logic for snake_case schema.
frontend/apps/app/features/migrations/utils/formatReviewFeedback.ts
Updated references to feedback fields to use snake_case. Adjusted logic to align with updated schema structure.
|
+4/-4 |
processGenerateDocsSuggestion.tsRefactor processGenerateDocsSuggestion for snake_case schema.
frontend/packages/jobs/src/functions/processGenerateDocsSuggestion.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+7/-7 |
route.tsRefactor GitHub webhook route for snake_case schema.
frontend/apps/app/app/api/webhook/github/route.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+5/-5 |
route.tsRefactor project search API for snake_case schema.
frontend/apps/app/app/api/projects/search/route.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+3/-3 |
getOrganizations.tsRefactor getOrganizations logic for snake_case schema.
frontend/apps/app/features/organizations/pages/OrganizationsPage/getOrganizations.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+4/-4 |
resolveReviewFeedback.tsUpdate resolveReviewFeedback logic for snake_case schema.
frontend/apps/app/features/migrations/actions/resolveReviewFeedback.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+4/-4 |
resolveReviewIssue.tsUpdate resolveReviewIssue logic for snake_case schema.
frontend/apps/app/features/migrations/actions/resolveReviewIssue.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+4/-4 |
getProjects.tsRefactor getProjects logic for snake_case schema.
frontend/apps/app/features/projects/pages/ProjectsPage/getProjects.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+3/-3 |
useProjectSearch.tsUpdate useProjectSearch hook for snake_case schema.
frontend/apps/app/features/projects/hooks/useProjectSearch.ts
Updated type references to use snake_case schema. Adjusted logic to align with updated schema structure.
|
+2/-2 |
getGitHubDocFilePaths.tsRefactor getGitHubDocFilePaths logic for snake_case schema.
frontend/apps/app/app/(app)/app/projects/[projectId]/ref/[branchOrCommit]/docs/getGitHubDocFilePaths.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+2/-2 |
getInstallationIdFromRepositoryId.tsUpdate getInstallationIdFromRepositoryId logic for snake_case schema.
frontend/packages/jobs/src/functions/getInstallationIdFromRepositoryId.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+3/-3 |
checkSchemaChanges.tsRefactor checkSchemaChanges logic for snake_case schema.
frontend/apps/app/app/api/webhook/github/utils/checkSchemaChanges.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+2/-2 |
getDocumentContent.tsRefactor getDocumentContent logic for snake_case schema.
frontend/apps/app/app/(app)/app/projects/[projectId]/ref/[branchOrCommit]/docs/[...docFilePath]/getDocumentContent.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
updateKnowledgeSuggestionContent.tsUpdate updateKnowledgeSuggestionContent logic for snake_case schema.
frontend/apps/app/features/projects/actions/updateKnowledgeSuggestionContent.ts
Updated table and column references to snake_case. Adjusted logic to align with new schema structure.
|
+1/-1 |
getOriginalDocumentContent.tsRefactor getOriginalDocumentContent logic for snake_case schema.
frontend/apps/app/features/projects/utils/getOriginalDocumentContent.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
githubFileUtils.tsUpdate githubFileUtils logic for snake_case schema.
frontend/packages/jobs/src/utils/githubFileUtils.ts
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
MigrationDetailPage.tsxRefactor MigrationDetailPage for snake_case schema.
frontend/apps/app/features/migrations/pages/MigrationDetailPage/MigrationDetailPage.tsx
Updated table and column references to snake_case. Adjusted logic and UI to align with updated schema structure.
|
+61/-57 |
ReviewFeedbackList.tsxUpdate ReviewFeedbackList component for snake_case schema.
frontend/apps/app/features/migrations/components/ReviewFeedbackList/ReviewFeedbackList.tsx
Updated references to feedback fields to use snake_case. Adjusted logic and UI to align with updated schema structure.
|
+13/-13 |
KnowledgeSuggestionDetailPage.tsxRefactor KnowledgeSuggestionDetailPage for snake_case schema.
frontend/apps/app/features/projects/pages/KnowledgeSuggestionDetailPage/KnowledgeSuggestionDetailPage.tsx
Updated table and column references to snake_case. Adjusted logic and UI to align with updated schema structure.
|
+19/-16 |
ContentForSchema.tsxUpdate ContentForSchema component for snake_case schema.
frontend/apps/app/features/projects/pages/KnowledgeSuggestionDetailPage/ContentForSchema.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+8/-7 |
OrganizationDetailPage.tsxRefactor OrganizationDetailPage for snake_case schema.
frontend/apps/app/features/organizations/pages/OrganizationDetailPage/OrganizationDetailPage.tsx
Updated table and column references to snake_case. Adjusted logic and UI to align with updated schema structure.
|
+6/-6 |
BranchDetailPage.tsxRefactor BranchDetailPage for snake_case schema.
frontend/apps/app/features/projects/pages/BranchDetailPage/BranchDetailPage.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+8/-8 |
SchemaPage.tsxRefactor SchemaPage for snake_case schema.
frontend/apps/app/features/schemas/pages/SchemaPage/SchemaPage.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+9/-9 |
KnowledgeSuggestionsListPage.tsxRefactor KnowledgeSuggestionsListPage for snake_case schema.
frontend/apps/app/features/projects/pages/KnowledgeSuggestionsListPage/KnowledgeSuggestionsListPage.tsx
Updated table and column references to snake_case. Adjusted logic and UI to align with updated schema structure.
|
+10/-8 |
ProjectBranchesListPage.tsxRefactor ProjectBranchesListPage for snake_case schema.
frontend/apps/app/features/projects/pages/ProjectBranchesListPage/ProjectBranchesListPage.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+7/-7 |
page.tsxRefactor main page logic for snake_case schema.
frontend/apps/app/app/(app)/app/page.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+4/-4 |
OrganizationNewPage.tsxUpdate OrganizationNewPage logic for snake_case schema.
frontend/apps/app/features/organizations/pages/OrganizationNewPage/OrganizationNewPage.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+4/-4 |
ProjectItem.tsxUpdate ProjectItem component for snake_case schema.
frontend/apps/app/features/projects/components/ProjectItem/ProjectItem.tsx
Updated references to project fields to use snake_case. Adjusted UI to align with updated schema structure.
|
+2/-2 |
page.tsxRefactor new project page for snake_case schema.
frontend/apps/app/app/(app)/app/organizations/[organizationId]/projects/new/page.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
CommentList.tsxUpdate CommentList component for snake_case schema.
frontend/apps/app/features/migrations/components/ReviewFeedbackComments/CommentList/CommentList.tsx
Updated references to comment fields to use snake_case. Adjusted UI to align with updated schema structure.
|
+1/-1 |
page.tsxRefactor organization projects page for snake_case schema.
frontend/apps/app/app/(app)/app/organizations/[organizationId]/projects/page.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
DocsListPage.tsxRefactor DocsListPage for snake_case schema.
frontend/apps/app/app/(app)/app/projects/[projectId]/ref/[branchOrCommit]/docs/DocsListPage.tsx
Updated table and column references to snake_case. Adjusted logic to align with updated schema structure.
|
+1/-1 |
20250416105745_initial_squash.sqlStandardized database schema with snake_case naming and timezone support.
frontend/packages/db/supabase/migrations/20250416105745_initial_squash.sql
Migrated table and column names to snake_case for consistency. Updated timestamp columns to use with time zone. Adjusted constraints, indexes, and foreign keys to align with new naming conventions. Updated policies and grants to reflect the renamed tables and columns.
|
+299/-338 |
schema.sqlSchema adjustments for `snake_case` and timezone consistency.
frontend/packages/db/schema/schema.sql
Renamed table and column names to snake_case. Updated timestamp columns to use with time zone. Adjusted constraints, indexes, and foreign keys to match new naming conventions. Updated policies and grants to reflect schema changes.
|
+308/-308 |
ContentForDoc.tsxAdjusted property access for `snake_case` compliance.
frontend/apps/app/features/projects/pages/KnowledgeSuggestionDetailPage/ContentForDoc.tsx
- Updated property access to use
snake_case for approved_at.
|
+1/-1 |
ReviewFeedbackContext.tsxUpdated type definitions for `snake_case` compliance.
frontend/apps/app/features/migrations/contexts/ReviewFeedbackContext.tsx
Updated type definitions to use snake_case for review_feedbacks and
review_suggestion_snippets.
|
+2/-2 |
AppBar.tsxAdjusted `Project` type definition for `snake_case`.
frontend/apps/app/components/AppBar/AppBar.tsx
- Updated type definition for
Project to use snake_case.
|
+1/-1 |
ClientSearchWrapper.tsxAdjusted `initialProjects` type definition for `snake_case`.
frontend/apps/app/features/projects/pages/ProjectsPage/ClientSearchWrapper.tsx
- Updated type definition for
initialProjects to use snake_case.
|
+1/-1 |
ClientAppBar.tsxAdjusted `Project` type definition for `snake_case`.
frontend/apps/app/components/CommonLayout/ClientAppBar.tsx
- Updated type definition for
Project to use snake_case.
|
+1/-1 |