home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2019-05-28

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, committer, committer_date (date)

author_date (date) 1 ✖

  • 2019-05-28 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
1e28eeee8ce55ea68eddb228294a1eff6785b497 Fixed RST syntax bug 2019-05-28T05:25:03Z 2019-05-28T05:25:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
2a4b892d6c0f6609ea48df0dc393397af2b7b1c1 Tidy up with Black 2019-05-28T02:28:47Z 2019-05-28T02:28:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
63953f56e7001c2e21bc37d5afac699c48c00b9e Release 1.0.1 2019-05-28T00:50:28Z 2019-05-28T00:50:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
839e55bf0a5cc2ef4d47074b7d804f7f2d5accb3 Start of unit tests for Database class, refs #485 2019-05-28T01:42:30Z 2019-05-28T01:42:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
9c58d048ec4af8a35b680a5654c2a18985704f8b Fix pagination when sorted by expanded foreign key Closes #489 2019-05-28T02:23:18Z 2019-05-28T02:23:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
bd4dbc8519c24c2799dfa5e69bb3dc37a3f3092e Rename InterruptedError => QueryInterrupted, closes #490 2019-05-28T00:16:36Z 2019-05-28T00:16:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
cec8c3c4826da8999a5d0f905596be8de519cbc9 sqlite-utils rows now obeys --json-cols 2019-05-28T00:47:59Z 2019-05-28T00:47:59Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
de92c0513409e72af78e6796c47c8954fd47576e Fixed duplicate function name 2019-05-28T01:49:57Z 2019-05-28T01:49:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
f069950a143b97b384ec39a86db28e6f2830947d Removed obsolete __init__ method 2019-05-28T02:03:36Z 2019-05-28T02:03:36Z 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 212.342ms · About: simonw/datasette-graphql