home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "author_date" is on date 2020-09-14 and repo = 107914493 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

repo 1

  • datasette · 12 ✖

author_date (date) 1 ✖

  • 2020-09-14 · 12 ✖

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
cb515a9d75430adaf5e545a840bbc111648e8bfd Don't push preleases to Docker Hub, refs #940 2020-09-14T22:09:03Z 2020-09-14T22:09:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
26de3a18bc47bdb152ab5909b2475a1ea202917b tmate debugging tool 2020-09-14T21:53:54Z 2020-09-14T21:53:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
c0249525d7df64471900f93ceb23e63463c46dd0 Release 0.49 Refs #880, #944, #945, #947, #948, #953, #958, #962, #963, #964, #965 2020-09-14T21:38:24Z 2020-09-14T21:38:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
72ac2fd32cb80a52fc4965872eb0146c3a3f99e3 JSON API for writable canned queries, closes #880 2020-09-14T21:23:18Z 2020-09-14T21:23:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
894999a14ef1b295673ef5f2063b043b2a15b769 Improved test for JSON POST, refs #880 2020-09-14T20:25:09Z 2020-09-14T20:25:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
896fce228fec863354bd6267568c16ab13bb715a Canned query writes support JSON POST body, refs #880 2020-09-14T20:18:15Z 2020-09-14T20:18:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1552ac931e4d2cf516caac3ceeab4fd24da1510a Documented custom error pages, closes #965 2020-09-14T18:47:16Z 2020-09-14T18:47:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3817152e310e2cdb67908686bac730ab802f037d Rename default error template to error.html, refs #965 2020-09-14T18:30:31Z 2020-09-14T18:30:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
699be7dea9499355d576c16e330b85b90e1aca2a raise_404() function for use in custom templates, closes #964 2020-09-14T17:39:13Z 2020-09-14T17:39:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
30b98e4d2955073ca2bca92ca7b3d97fcd0191bf Single, not double quotes - refs #940 2020-09-14T02:47:21Z 2020-09-14T02:47:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
c18117cf08ad67c704dab29e3cb3b88f1de4026b Release notes for 0.49a1 Refs #948 #958 #962 #947 #963 #944 2020-09-14T02:40:10Z 2020-09-14T02:40:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
cc77fcd1338599ae9db8606156170f1e502a002d Optional path parameters for custom pages, closes #944 2020-09-14T02:33:55Z 2020-09-14T02:34:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 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 132.615ms · About: github-to-sqlite