gitpod.v1.InsightsService

ReportCoAuthorStats

Reports co-author analysis results from a project's git history. Accepts a batch of per-commit stats. Writes are idempotent: re-reporting the same commit (project_id + commit_hash) overwrites the previous row.

post/gitpod.v1.InsightsService/ReportCoAuthorStats

Request body

projectIdstring

Project that was analyzed.

Response

Success

insertedCountstring

Number of rows inserted (new commits).

updatedCountstring

Number of rows updated (re-reported commits).

Changes