home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "committer_date" is on date 2021-06-19 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 · 12 ✖

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
dce9bb05b697e6f5caebf2f46dcd7cec83055bcb Really fix the anchors this time 2021-06-19T21:43:04Z 2021-06-19T21:43:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e71c41d39ba32785772bfbaf62aad4cc63839124 Fixed broken anchors 2021-06-19T20:36:16Z 2021-06-19T20:36:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
eb18b6e42c6d10aca6193204bc907490d2f56547 Disabling macos-latest for the moment GitHub seems to have run out of workers right now. 2021-06-19T16:09:29Z 2021-06-19T16:09:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
13e76b375ac3e3448df5d705ba65fadaaf9887d6 Release 3.10 Refs #272, #274, #275, #276, #282, #284, #285 2021-06-19T16:01:39Z 2021-06-19T16:01:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
0e797033f96a1c61b173a3d8af2ff36905687a2e .transform() on rowid (non-pk) tables bug fix, closes #284 2021-06-19T15:28:26Z 2021-06-19T15:28:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
5b257949d996fe43dc5d218d4308b88796a90740 table.use_rowid introspection property, closes #285 2021-06-19T15:12:29Z 2021-06-19T15:12:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
dc94f4bb8cfe922bb2f9c89f8f0f29092ea63133 Don't detect types on JSON input to memory, closes #283 2021-06-19T14:52:44Z 2021-06-19T14:52:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ec5174ed40fa283cb06f25ee0c0136297ec313ae Detect types for sqlite-utils memory CSV, opt out with --no-detect-types - closes #282 2021-06-19T04:37:56Z 2021-06-19T04:37:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
fd9867d145c11a6be6c4049e0383832d0e856f4b sqlite-utils insert --detect-types option, refs #282 2021-06-19T04:18:58Z 2021-06-19T04:18:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
59992d2feedf964d9f7c72110755f36de49e1c8b Better help text for 'sqlite-utils memory', refs #272 2021-06-19T03:20:56Z 2021-06-19T03:20:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
1091a9cbd804504efa8e1126226759e736e3ccdf Add sqlite-utils memory to the README, refs #272 2021-06-19T03:14:12Z 2021-06-19T03:14:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
00e4bd5ff18ef4c3db6c1d67e2b974131c80d65c TSV and JSON support for sqlite-utils memory Closes #281, closes #279, refs #272 2021-06-19T03:11:54Z 2021-06-19T03:11:54Z 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 42.999ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows