ai_code_commits
AI code commits with metrics about AI-generated code retention and modification.
-
id
Primary key - Unique identifier for the row.
-
repo_name
string - Name of the repository containing the commit.
-
repo_url
string - URL of the repository containing the commit.
-
commit_sha
string - SHA hash of the commit.
-
commit_message
string - Commit message text.
-
commit_timestamp
date - Timestamp when the commit was made.
-
git_branch
string - Name of the git branch where the commit was made.
-
git_user
string - Git user name associated with the commit.
-
git_email
string - Git email address associated with the commit.
-
username
string - Username of the person who made the commit.
-
machine_name
string - Name of the machine where the commit was made.
-
files_changed
number - Number of files changed in the commit.
-
original_ai_loc
number - Original number of lines of AI-generated code.
-
modified_ai_loc
number - Number of lines of AI-generated code that were modified.
-
remaining_ai_loc
number - Number of lines of AI-generated code that remain unchanged.
-
ai_code_retained
number - Percentage of AI-generated code that was retained (0.00-100.00).
-
created_at
date - Timestamp when the record was created.
-
updated_at
date - Timestamp when the record was last updated.