home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where "author_date" is on date 2020-09-17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, raw_author, raw_committer, repo, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-09-17 · 11 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
100911b9cfaa7a555065f99bd41ad12232fb273c Applied Black, refs #21 2020-09-17T22:55:27Z 2020-09-17T22:55:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
42277379525330a29999eb4496cb352d768cac3e Added sort by relevance / oldest / newest, closes #21 2020-09-17T22:55:11Z 2020-09-17T22:55:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
426cb329349181428126b88eec362806e5e37a5e Release 2.6 Refs #50 2020-09-17T03:54:16Z 2020-09-17T03:54:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f github-to-sqlite 207052882 simonw 9599 web-flow 19864447
60be561e927f6a7e8022a9362e78cfd683138b58 Release 0.7 Refs 17, #21 2020-09-17T22:56:01Z 2020-09-17T22:56:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
7aeb51e9c1ede88876337581aa3c6dba46ce6dd2 Applied latest Black 2020-09-17T03:04:02Z 2020-09-17T03:33:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
7c5f162eb241f7e4ffb48d0cbe6f48522d19a0b0 Fixed sort orders for timeline view, closes #22 2020-09-17T23:12:42Z 2020-09-17T23:12:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
b02bf135485c0a7a3768868967f45a6b5e515289 Updated README 2020-09-17T03:33:30Z 2020-09-17T03:33:30Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c github-to-sqlite 207052882    
b2d49b65a92eb46f6e2b90988ad5dacd4ffd527a github-to-sqlite get command, refs #50 2020-09-17T03:32:51Z 2020-09-17T03:33:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
dffd1688dd4a0847e8e36e322b4006bc7c95b3de Release 0.7.1 Refs #22 2020-09-17T23:13:01Z 2020-09-17T23:13:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
e44ebee3aea72a509e9f9de10d912aac08e0b44a Simplified get() implementation, refs #50 2020-09-17T03:38:28Z 2020-09-17T03:38:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
efbe77ba7cefe063ef8e87d29eb20649f852c452 Fixed bug with github-to-sqlite get and single items, refs #50 2020-09-17T03:53:01Z 2020-09-17T03:53:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 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 52.069ms · About: simonw/datasette-graphql