home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "committer_date" is on date 2019-08-30 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 · 9 ✖

author 1

  • simonw 9
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
0e5b6025c6f9823ff81aa8aae1cbff5c45e57baf Can now fetch data from Foursquare API, closes #1 Also made createdAt field the original unix timestamp and added a new created field which is the ISO formatted version. 2019-08-30T18:16:20Z 2019-08-30T18:19:20Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
31ea281c40540013c5dbae84d67c5193f40b0e3e Use group_concat(distinct categories.name) for venue_details view 2019-08-30T17:25:04Z 2019-08-30T17:25:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
7bc005a8664ae1b3f831c4714534d612561d5e93 Added venue_categories to venue_details view 2019-08-30T17:18:44Z 2019-08-30T17:19:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
b77e0d54c59825ebe0d1cc7f01bbe954cc6fd70d Added venue_details view Includes date of first and last checkin plus count of checkins 2019-08-30T17:16:24Z 2019-08-30T17:16:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
61c7734979a5592526ea6841e77175de2163eb17 Require at least sqlite-utils 1.10 We need it for the view introspection methods 2019-08-30T17:02:46Z 2019-08-30T17:02:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
e04ec1f86e35e14ec9148108de27d4305bb79230 Added checkin_details SQL view 2019-08-30T15:01:17Z 2019-08-30T15:01:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
00e2473f919d921a2aa1c9264397e3e593e3907e Added support for stickers 2019-08-30T14:45:26Z 2019-08-30T14:45:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
cfd1ac4f0eb942fd81ac86e148b4ca20915343cd Implemented events and posts 2019-08-30T14:27:10Z 2019-08-30T14:27:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 simonw 9599 simonw 9599
06dfb95a5ca5c0682ccad87b6150a2b0db66ade1 Initial working version Only supports loading checkins from a JSON file on disk: swarm-to-sqlite swarm.db -f checkins.json 2019-08-30T11:26:27Z 2019-08-30T11:26:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 swarm-to-sqlite 205429375 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 24.054ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows