home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "committer_date" is on date 2022-08-23 sorted by author_date descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, author_date (date)

raw_author 2 ✖

  • Simon Willison 2
  • Alex Garcia 1

author 2

  • simonw 2
  • asg017 1

repo 1

  • datasette 3

committer_date (date) 1 ✖

  • 2022-08-23 · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
456dc155d491a009942ace71a4e1827cddc6b93d Ran cog, refs #1789 2022-08-23T18:40:36Z 2022-08-23T18:40:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
fd1086c6867f3e3582b1eca456e4ea95f6cecf8b Applied Black, refs #1789 2022-08-23T18:35:41Z 2022-08-23T18:35:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1d64c9a8dac45b9a3452acf8e76dfadea2b0bc49 Add new entrypoint option to --load-extensions. (#1789) Thanks, @asg017 2022-08-23T18:34:30Z 2022-08-23T18:34:30Z Alex Garcia aa206886100eb0f7f5e54172b068d9dd45885448 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 asg017 15178711 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 97.533ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows