home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "author_date" is on date 2018-09-19 sorted by author_date descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

author 2

  • simonw 2
  • jaywgraves 1

repo 1

  • datasette 3
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
96af802352e49e35751e295e9846aa39c5e22311 Travis applies :latest tag to Docker release, refs #329 2018-09-19T18:23:56Z 2018-09-19T18:23:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
57a71377c992753327a16b417daf79df7f506dd1 Releasing Datasette 0.25 2018-09-19T17:48:12Z 2018-09-19T17:48:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1bcd54a834a2f9730d21095df855f6708c85c200 Fix small doc typo - thanks @jaywgraves (#365) 2018-09-19T17:15:42Z 2018-09-19T17:15:42Z Jay Graves 6410ac01839c113476668eeff88d60a0a2c6eb7a Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 jaywgraves 418191 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 96.368ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows