home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where raw_author = "13ae486343ea6454a93114c6f558ffea2f2c6874" and repo = 214746582 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

  • dogsheep.github.io · 11 ✖

author 1

  • simonw 11
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
41a45e77196bc560a7802dc9788600520e08b189 apple-notes-to-sqlite 2023-03-28T00:12:55Z 2023-03-28T00:12:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
92c6bb77629feeed661c7b8d9183a11367de39e0 Link to video 2020-11-16T02:42:18Z 2020-11-16T02:42:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep.github.io 214746582 simonw 9599 simonw 9599
d0686ebed6f08e9b18b4b96c2b8170e043a69adb Set theme jekyll-theme-cayman 2020-10-12T05:32:25Z 2020-10-12T05:32:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep.github.io 214746582 simonw 9599 simonw 9599
58ca0c785fbf34250042379dd0269bf2d0c5ea7e Merge pull request #1 from mrw34/patch-1 Add parkrun-to-sqlite 2020-10-12T00:35:15Z 2020-10-12T00:35:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
6e55b0f6737e4b46584052f09ac0e6f632dbc3d6 Added four more projects 2020-10-12T00:34:51Z 2020-10-12T00:34:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
6a6102ef82dfc98c7ed9407afd766f35d858554d Fixed hyperlink 2020-05-08T14:00:33Z 2020-05-08T14:00:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
eb5b10c5da9b53ed1f574a750f80af979450dbe9 Link to my dogsheep blog tag 2020-05-08T13:57:55Z 2020-05-08T13:57:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
2972bb001ab5f675eced62f7ba5adef2d3eba2ad Added pinboard-to-sqlite 2019-11-07T20:44:09Z 2019-11-07T20:44:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
68df9bf80627d8608a82480ea016de32ebb29ce7 Added goodreads-to-sqlite 2019-10-13T02:27:04Z 2019-10-13T02:27:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
01b7a6a71ca121ec91ca4cc18f46a565098441fd List of all current Dogsheep tools 2019-10-13T02:23:10Z 2019-10-13T02:23:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
5e3bd8c176345c0ae11a2c988be9e03152d0db0a Initial commit 2019-10-13T02:10:13Z 2019-10-13T02:10:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 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 45.205ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows