home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2018-06-21 sorted by author

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2018-06-21 · 9 ✖
sha message author_date committer_date raw_author raw_committer repo author ▼ committer
e7566cc59d4b02ef301054fd35fdde6c925a8e38 Link to 0.23.1 release notes from news 2018-06-21T16:01:38Z 2018-06-21T16:01:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
dea86b9fba78e032ad09673e884e764387daf209 Changelog for 0.23.1 2018-06-21T15:37:13Z 2018-06-21T15:37:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
0104dccca9d04916a9a5ba03874c92d9a9704096 Updated Travis password, refs #317 2018-06-21T15:33:14Z 2018-06-21T15:33:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
e843ce26e536bb1a105da808c8f765b2c56e9c7b Correctly display empty strings in HTML table, closes #314 2018-06-21T15:26:18Z 2018-06-21T15:26:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
120f20cd97c14b4d9102d9c309b27cc2c0e4ee17 Allow "." in database filenames, closes #302 2018-06-21T15:21:09Z 2018-06-21T15:21:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
97ae66ccabd0e2eae5a7880ac93bd2ac26bb355e 404s ending in slash redirect to remove that slash, closes #309 2018-06-21T15:13:07Z 2018-06-21T15:13:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3b53eea38267420bb78a2a604e23e5f816eccce2 Fixed incorrect display of compound primary keys with foreign key references Closes #319 2018-06-21T14:56:28Z 2018-06-21T14:56:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3683a6b626b2e79f4dc9600d45853ca4ae8de11a Docs + example of canned SQL query using || concatenation Closes #321 2018-06-21T04:54:36Z 2018-06-21T04:54:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
aeeb50f61b7b1bf8ccb61448f8b8253db457d350 Correctly display facets with value of 0 - fixes #318 Also added comprehensive unit test for facet display HTML. 2018-06-21T04:30:13Z 2018-06-21T04:30:13Z 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 269.291ms · About: simonw/datasette-graphql