home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where author = 9599, "committer_date" is on date 2023-11-04 and repo = 140912432 sorted by author_date descending

✖
✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • sqlite-utils · 7 ✖

author 1

  • simonw · 7 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
9286c1ba432e890b1bb4b2a1f847b15364c1fa18 Fixed some markup bugs 2023-11-04T03:55:19Z 2023-11-04T03:55:19Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
c64c7d1b8caec172c87a73154cc4da90fd3fae3b More 3.35.2 release notes Refs #433, #522, #596, #598 2023-11-04T01:03:42Z 2023-11-04T01:03:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
78d8dd06d35d895416b73c2b5837633a2af278f5 Add 3.12 to PyPI metadata 2023-11-04T00:59:09Z 2023-11-04T00:59:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
08c8bb7cfb4e88cec04d1443dadd79ac3624122f Test against Python 3.12 First tested in #591 2023-11-04T00:58:31Z 2023-11-04T00:58:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b2e0cd066d5eda2ccfd1d63cd07191a209978395 Test and docs for timedelta support, refs #522 2023-11-04T00:54:37Z 2023-11-04T00:56:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
8d186d33c2faf82d76163f3ab8bb09f3c031f069 Release 3.35.2 Refs #599, #600 2023-11-04T00:38:52Z 2023-11-04T00:51:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b92ea4793ce4dcb73cf762aae634ab72f65ec50f Fixed spelling of wrappping 2023-11-04T00:25:02Z 2023-11-04T00:31:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 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 59.991ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows