home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where "author_date" is on date 2017-11-24 sorted by author_date

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2017-11-24 · 6 ✖
sha message author_date ▼ committer_date raw_author raw_committer repo author committer
ab32bd64272886440c92c2fff846faa35b761158 Fixed bug with params other than p0 p1 and upwards were not correctly extracted. 2017-11-24T21:55:00Z 2017-11-24T21:55:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a53d09d91910e4af5552a6c1e73d1468a67b7962 Show count of matching rows on table view Closes #127 2017-11-24T22:01:53Z 2017-11-24T22:01:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8a37baba14bc00d782fb6701d1f32e1687f10305 Much tidier design for table view header Closes #147 2017-11-24T22:02:39Z 2017-11-24T22:02:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a802cbee74d8c83876375890d914252f1adb1c96 Search now applies to current filters Combined search into the same form as filters. Closes #133 2017-11-24T22:22:57Z 2017-11-24T22:29:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a81c62d8481d8cf97be5c5c61931e5e5bea2fbf3 Tweaked custom SQL results display Closes #149 2017-11-24T22:41:31Z 2017-11-24T22:41:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c5c923d93c26f312b713b81c8d08db5c3279a23a Don't incorrectly detect VIEWs as supporting FTS 2017-11-24T22:51:00Z 2017-11-24T22:51:00Z 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 194.738ms · About: simonw/datasette-graphql