home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where committer = 19864447 and repo = 205429375 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 3

  • simonw 8
  • mfa 1
  • mattiaborsoi 1

repo 1

  • swarm-to-sqlite · 10 ✖
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
a5a2b5feb56fef4f2b627699b7d628ee9d2d63db Update utils.py (#10) Fixes the error sqlite3.OperationalError: table posts has no column named text and sqlite3.OperationalError: table photos has no column named hasSticker Thanks, @mattiaborsoi 2020-10-12T20:25:09Z 2020-10-12T20:25:09Z Mattia Borsoi 4499961bdf0c2728947372fbe4ff0f6d2e3041e8 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 mattiaborsoi 29426418 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
d3c4ab2848ea606417150f377a82e66ca7887c54 Don't break if source is missing (#6) This broke for very old checkins from 2010 with no source set. Thanks, @mfa! 2020-03-28T02:28:10Z 2020-03-28T02:28:10Z Andreas Madsack 9d65422e8ede715e91311c9f3703218f2478bf55 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 mfa 78035 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 19.184ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows