home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where "author_date" is on date 2018-05-14 sorted by raw_author

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, committer_date (date)

author_date (date) 1 ✖

  • 2018-05-14 · 6 ✖
sha message author_date committer_date raw_author ▼ raw_committer repo author committer
b0d2bb3e43dd567b96b6a4ddc3c1a09a84c2c42d Facets no longer consider null values 2018-05-14T22:19:43Z 2018-05-16T15:27:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 simonw 9599 simonw 9599
ddef2298509e3027a44971a681ad7855bf07b51a Initial implementation of suggested facets Causes tests to break at the moment 2018-05-14T22:09:42Z 2018-05-16T15:27:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 simonw 9599 simonw 9599
8a4ed052a5034d3f12daf5eedabb0808a0bf20fc path_with_added_args now works with multiple existing args 2018-05-14T22:09:09Z 2018-05-16T15:27:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 simonw 9599 simonw 9599
f36c9d4b4ca77dd42495f31d02e89b4c10833531 Facet toggling now works for integer columns, refs #255 2018-05-14T21:33:24Z 2018-05-16T15:27:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 simonw 9599 simonw 9599
de05cf21aa6a922ee2825b5098b108dd23fb0755 Facet "selected" key and toggle_url now toggles, refs #255 2018-05-14T20:42:10Z 2018-05-16T15:27:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 simonw 9599 simonw 9599
2b79f2bdeb1efa86e0756e741292d625f91cb93d path_with_added_args now preserves order in Python 3.5 2018-05-14T03:02:07Z 2018-05-14T03:04:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 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 56.012ms · About: simonw/datasette-graphql