home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2019-11-13 and raw_committer = "13ae486343ea6454a93114c6f558ffea2f2c6874" sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

author 2

  • simonw 4
  • qwo 1

repo 1

  • datasette 5
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b51f258d00bb3c3b401f15d46a1fbd50394dbe1c Release notes for 0.31.2 2019-11-13T16:48:36Z 2019-11-13T16:48:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
f52451023025579ae9a13de4a7f00d69200184cd Fix "publish heroku" + upgrade to use Python 3.8.0 Closes #633. Closes #632. 2019-11-13T16:42:47Z 2019-11-13T16:42:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
848dec4deb0d3c140a4e0394cac45fbb2593349b Fix for datasette publish with just --source_url (#631) Closes #572 2019-11-13T04:28:42Z 2019-11-13T04:28:42Z Stanley Zheng 6c3a98f05c13cf31297e605e4d584d20fc12ab6b Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 qwo 3683993 simonw 9599
a22c7761b61baa61b8e3da7d30887468d61d6b83 Fixed typo in release notes 2019-11-13T02:18:39Z 2019-11-13T02:18:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
16265f6a1a7c547e3925e0fc2d6b88754afb0435 Release notes for 0.31.1 2019-11-13T02:18:04Z 2019-11-13T02:18:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 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 84.855ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows