home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "author_date" is on date 2021-11-20 and repo = 107914493 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

  • datasette · 12 ✖

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
48f11998b73350057b74fe6ab464d4ac3071637c Release 0.59.3 Refs #448, #838, #1519 2021-11-20T23:40:21Z 2021-11-20T23:40:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d8c79b1340ceb742077587fb7f76ed8699d4e402 Link to Apache proxy demo from documentation, closes #1524 2021-11-20T23:33:58Z 2021-11-20T23:33:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ed77eda6d8f10c63fc0670c7150fc974f786ade5 Add datasette-redirect-to-https plugin Also configured suprvisord children to log to stdout, so that I can see them with flyctly logs -a datasette-apache-proxy-demo Refs #1524 2021-11-20T23:30:25Z 2021-11-20T23:30:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
f11a13d73f021906f04b495cd589915e9a926bc5 Extract out Apache config to separate file, refs #1524 2021-11-20T20:23:40Z 2021-11-20T20:23:40Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
250db8192cb8aba5eb8cd301ccc2a49525bc3d24 Hopefully last fix relating to #1519, #838 2021-11-20T19:09:05Z 2021-11-20T19:09:05Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
08947fa76433d18988aa1ee1d929bd8320c75fe2 Fix more broken base_url links Refs #1519, #838 2021-11-20T19:03:08Z 2021-11-20T19:03:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
48951e4304cc39b49e26682836d6961e165bddb1 Switch to hosting demo on Fly, closes #1522 2021-11-20T18:51:51Z 2021-11-20T18:51:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
494f11d5cc88f05df300f6f41bcf083a736487dc Switch from Alpine to Debian, refs #1522 2021-11-20T18:51:14Z 2021-11-20T18:51:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
24b5006ad7c316d00a1a963db5bfa82a49fab116 ProxyPreserveHost On for apache-proxy demo, refs #1522 2021-11-20T01:11:13Z 2021-11-20T01:11:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
640031edfd40ba66aee3c4f7008c78c6a78a3e69 Fixed bug introduced in #1519 2021-11-20T01:01:17Z 2021-11-20T01:01:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
fe687fd0207c4c56c4778d3e92e3505fc4b18172 Fixed a whole bunch of broken base_url links Refs #1519, #838 2021-11-20T00:52:33Z 2021-11-20T00:53:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a1ba6cd6bb86d935cdad240de6be6b37aad683f2 Use build arguments, refs #1522 2021-11-20T00:34:35Z 2021-11-20T00:34:35Z 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 76.492ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows