home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where author = 9599, raw_committer = "cd792325681cbad9f663f2879d8b69f1edbb678f" and repo = 205429375 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

  • swarm-to-sqlite · 8 ✖

author 1

  • simonw · 8 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
e6c0f4b08964ecdd77ed5afc77c18c9641f34c24 Release 0.3.4 Refs #15 2023-04-11T03:17:35Z 2023-04-11T03:17:35Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
b10c6ed970bcd12ebf1bee0635ff0edb58835eca Updated links 2021-01-04T19:55:13Z 2021-01-04T19:55:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
d41cc075afb720150e7f4f2df50a6861a9a09d2b Depend on sqlite-utils>=2.4.4 2020-10-12T20:31:24Z 2020-10-12T20:31:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
26fa0aaecf7fb0c88345d690433390f2a680076b Added project_urls 2020-10-12T20:31:04Z 2020-10-12T20:31:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
01dec730860ce4d2b6e92cb8cbca7330c252893d GitHub Actions test badge 2020-10-12T20:30:18Z 2020-10-12T20:30:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
bc8a77183fc3d3560148423ad5eb2834c8c7efb3 Release 0.3.2 Refs #10 2020-10-12T20:26:27Z 2020-10-12T20:26:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
f4a82633da927cde672c9d9af92930bfca2e3ddf Changelog badge 2020-05-11T23:53:21Z 2020-05-11T23:53:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
7bd30150a32e409bfc573a7001e88813ed819248 Link to your-foursquare-oauth-token tool, close #4 2019-08-31T18:07:24Z 2019-08-31T18:07:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 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 39.347ms · About: github-to-sqlite