home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2020-05-11

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2020-05-11 · 10 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
3936512edd34854f3290ffbac55d6ee0c673a36d Release 2.9 2020-05-11T01:54:56Z 2020-05-11T01:54:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
3b5c931287646e6ef448cd6d99d410270c1e8fb1 Release 2.9.1 2020-05-11T19:20:29Z 2020-05-11T19:20:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4e9cb739c757948b63e7bffaf4d8cfed0dd5de23 drop-table and drop-view commands, closes #111 2020-05-11T00:44:21Z 2020-05-11T00:44:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
74b30af31bf5169559c06aa6e57e1e4873076720 Added project_urls 2020-05-11T19:16:22Z 2020-05-11T19:16:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
8eaac7c5f1c8543ce4b8a6a0545862bc9404e334 pip, not pip3 2020-05-11T19:23:11Z 2020-05-11T19:23:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
98019e92d0f27efa87e844b89876344ff5403c8b Ran black, refs #111 2020-05-11T01:26:16Z 2020-05-11T01:26:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
af3f81b540923f2cf04c76cfa81b0d811c0084bf Store decimal.Decimal in DB as FLOAT, closes #110 2020-05-11T01:50:03Z 2020-05-11T01:50:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e8c57e09b60daf406761398d2712ea3ba9277542 More things to .gitignore 2020-05-11T01:29:29Z 2020-05-11T01:29:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
f4a82633da927cde672c9d9af92930bfca2e3ddf Changelog badge 2020-05-11T23:53:21Z 2020-05-11T23:53:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 web-flow 19864447
fc24edc153d76bcec917bb23d532981d9862e696 Added project_urls, closes #764 2020-05-11T18:28:53Z 2020-05-11T18:28:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447

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 47.493ms · About: simonw/datasette-graphql