home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 72973 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

  • datasette 3

author 1

  • natbat · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
df19a48a3b72a51feb4203c44903451cc9e6c1bf Implemented new Natalie design 2020-10-27T18:40:08Z 2020-10-27T19:39:55Z Natalie Downe cb0d330fa68b6a0d1b11370a9dbda0d2b8f4d3aa Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 natbat 72973 simonw 9599
6dff22eff8a52253a6c2bdf3e32f082fbf81b921 Visited link colours 2020-10-27T18:39:35Z 2020-10-27T19:39:55Z Natalie Downe cb0d330fa68b6a0d1b11370a9dbda0d2b8f4d3aa Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 natbat 72973 simonw 9599
7d69f1ac02536d9a831d57ce096b96d07e812613 New header and footer 2020-08-27T21:59:34Z 2020-10-27T19:39:55Z Natalie Downe cb0d330fa68b6a0d1b11370a9dbda0d2b8f4d3aa Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 natbat 72973 simonw 9599

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 1.2ms · About: github-to-sqlite