home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2020-06-18

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer_date (date)

committer 2 ✖

  • simonw 9
  • web-flow 1

author_date (date) 1 ✖

  • 2020-06-18 · 10 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
0807c4200f6b31c804c476eb546ead3f875a2ecc Release notes for 0.45a1, refs #852 2020-06-18T23:40:45Z 2020-06-18T23:40:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
13216cb6bd715b3068b917bdeb1f1f24d159c34c Don't push alpha/beta tagged releases to Docker Hub Refs #807 2020-06-18T20:40:33Z 2020-06-18T20:40:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
6151c25a5a8d566c109af296244b9267c536bd9a Respect existing scope["actor"] if set, closes #854 2020-06-18T18:37:28Z 2020-06-18T18:37:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
6c2634583627bfab750c115cb13850252821d637 New plugin hook: canned_queries(), refs #852 2020-06-18T23:22:33Z 2020-06-18T23:35:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
9216127ace8d80493f743a4ef4c469f83a3b81ce Documentation tweak, refs #852 2020-06-18T23:39:43Z 2020-06-18T23:39:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b59b92b1b0517cf18fa748ff9d0a0bf86298dd43 Fix for tests - order was inconsistent, refs #852 2020-06-18T23:52:06Z 2020-06-18T23:52:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c81f637d862a6b13ac4b07cef5a493b62e079c81 Documentation for alpha/beta release process, refs #807 2020-06-18T20:49:52Z 2020-06-18T20:49:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d2aef9f7ef30fa20b1450cd181cf803f44fb4e21 Test illustrating POST against register_routes(), closes #853 2020-06-18T16:21:15Z 2020-06-18T16:21:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d2f387591bdda3949162e1802816be6ca1bb777a Better rST label for alpha release, refs #807 2020-06-18T21:01:36Z 2020-06-18T21:01:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
dda932d818b34ccab11730a76554f0a3748d8348 Release notes for 0.45a0 Refs #834 #846 #854 #807 2020-06-18T20:58:09Z 2020-06-18T20:58:09Z 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 57.068ms · About: simonw/datasette-graphql