home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "author_date" is on date 2019-04-07

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2019-04-07 · 8 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
36bd6558b00be027bb4b7dba0c8d200da0ca95df expandable_columns() no longer uses inspect, refs #420 2019-04-07T03:46:08Z 2019-04-07T03:46:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3a208a41d4dce35b97eca8b25f37055c3fda5aed TableView.data() no longer uses .inspect, refs #420 BUT... it does a count(*) against the whole table which may take unbounded time. Fixing this is part of #422 2019-04-07T03:47:10Z 2019-04-07T03:47:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
53bf875483d98861314db3a0cdcec8f5ce22ee96 expand_foreign_keys() no longer uses inspect, refs #420 2019-04-07T02:56:07Z 2019-04-07T02:56:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
97331f3435ba1583a0f9dbcaffc25de8894cf1f8 sortable_columns_for_table() no longer uses inspect() Refs #420 2019-04-07T01:58:51Z 2019-04-07T01:58:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c882e9262f64e0fc7c2fc89c611bdb768c069af7 display_columns_and_rows() no longer uses inspect, refs #420 2019-04-07T03:11:08Z 2019-04-07T03:11:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d8851e0011f256ce52775aa776e0e4323db50c8e Removed rogue print() 2019-04-07T01:54:51Z 2019-04-07T01:54:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
db02311ebf3711309b231d007967bcf8b026a026 foreign_key_tables no longer uses inspect, refs #420 2019-04-07T03:23:30Z 2019-04-07T03:23:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
f23120a9641e521d669788e9938fb3cf2754d710 RowView.data() no longer uses inspect refs #420 2019-04-07T03:17:47Z 2019-04-07T03:17:47Z 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 92.715ms · About: simonw/datasette-graphql