home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where author = 706257 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • dogsheep.github.io 2

author 1

  • bcongdon · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
7e4c6ecdabc249c77e8049cd172b1b5af08a3371 Add beeminder-to-sqlite (#4) 2020-10-12T00:36:16Z 2020-10-12T00:36:16Z Ben Congdon 1724ce4f699bc25ec4d0f30be011f7503db01c07 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 bcongdon 706257 web-flow 19864447
85af27dbff7e08a92656639fbf0cfa15c7d30b5c Add todoist-to-sqlite (#3) Co-authored-by: Simon Willison <swillison@gmail.com> 2020-10-12T00:35:57Z 2020-10-12T00:35:57Z Ben Congdon 1724ce4f699bc25ec4d0f30be011f7503db01c07 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 bcongdon 706257 web-flow 19864447

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
                ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
                ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
                ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
                ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
                ON [commits] ([raw_author]);
Powered by Datasette · Queries took 18.502ms · About: github-to-sqlite