home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where "author_date" is on date 2020-08-16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2020-08-16 · 7 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
2da4144c57a54db420d3e787004390b4f9f7cff3 Applied Black 2020-08-16T17:35:14Z 2020-08-16T17:35:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3a4c8ed36aa97211e46849d32a09f2f386f342dd Added columns argument to various extra_ plugin hooks, closes #938 2020-08-16T18:09:53Z 2020-08-16T18:09:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
52eabb019d4051084b21524bd0fd9c2731126985 Release 0.48 Refs #939, #938, #935, #914 2020-08-16T18:56:31Z 2020-08-16T18:56:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8e7e6458a6787a06a4488798bd643dd7728b8a5b Fix bug with ?_nl=on and binary data, closes #914 2020-08-16T18:24:39Z 2020-08-16T18:26:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
94ae840fe3b2100409789dad4d6410579adcccd1 Plugin tests now start with test_hook_ 2020-08-16T17:49:33Z 2020-08-16T17:49:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ac69d151c30f2024e5f06e557bdd07186fb268c9 Test that plugin hooks are documented with correct arguments 2020-08-16T17:33:44Z 2020-08-16T17:33:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
e3639247cd48f7446c0a05f30042588ad05eb678 Standard arguments for extra_ plugin hooks, closes #939 2020-08-16T16:50:23Z 2020-08-16T16:50:23Z 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 78.942ms · About: simonw/datasette-graphql