home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-03-24

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, author_date (date), committer_date (date)

sha ▼ message author_date committer_date raw_author raw_committer repo author committer
113bfbe5fe833e3c90a4ba364b2173d7cffe47a8 Fixed bug with conservation_status column 2020-03-24T00:35:14Z 2020-03-24T00:35:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 inaturalist-to-sqlite 206202864 simonw 9599 simonw 9599
1ea30c8fb1d080bd5e38c577e3ad20bb527a2fe6 Release 1.0, refs #23 2020-03-24T00:07:47Z 2020-03-24T00:07:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
2a36dfa2a892122029f379722913469d71367925 Fix for input type=search Webkit styling, closes #701 2020-03-24T22:57:09Z 2020-03-24T22:57:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3b3cb3e8df243408ab4c03b0ea75cadd02bd65dc Added example plugins to plugin hooks docs, closes #709 2020-03-24T22:29:34Z 2020-03-24T22:29:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
5f4aeb1f198e2e866a1eed6a7194842d77313ea8 Removed documentation for Zeit Now v1, refs #710 2020-03-24T22:45:24Z 2020-03-24T22:45:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
7d5f3480dc7022212d5fdcdeb9f3acf2744c4405 Release 0.2 2020-03-24T00:35:44Z 2020-03-24T00:35:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 inaturalist-to-sqlite 206202864 simonw 9599 simonw 9599
867f352fc1aedfd8abf00711ecb638e3529c0000 Link to demo from README, refs #13 and #23 2020-03-24T00:07:25Z 2020-03-24T00:07:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
a56d4394438f34abf175c6fdba0d5c2096d46133 Updated to sqlite-utils 2.x 2020-03-24T00:28:39Z 2020-03-24T00:28:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 inaturalist-to-sqlite 206202864 simonw 9599 simonw 9599
c0aa929cdd497f0c722e6f4eb17ad5668786a6fd Added datasette-publish-fly plugin to docs, closes #704 2020-03-24T22:38:58Z 2020-03-24T22:38:58Z 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 80.861ms · About: simonw/datasette-graphql