home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

13 rows where "author_date" is on date 2017-11-23 and repo = 107914493 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • datasette · 13 ✖

author 1

  • simonw 13
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b45077839100a57adbc284ad5bf555002da819e8 Added column__not=blah filter Closes #148 2017-11-23T22:09:50Z 2017-11-23T22:09:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
4b7596ee5caf68c9b1acd17866f88a57b23db3c4 Row page now resolves foreign keys Closes #132 2017-11-23T21:51:16Z 2017-11-23T21:51:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a30c5b220c15360d575e94b0e67f3255e120b916 Fixed bug on rows page, added unit test Rows page for rows that linked to the same table in more than one columns were display incorrectly. Fixed that and added a test. Also introduced /db/table/row-pk.json?_extras=foreign_key_tables This is used by the new unit test, but is the first example of a new ?_extras=comma-separated-list pattern I am introducing. 2017-11-23T21:09:45Z 2017-11-23T21:09:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
77088876813fea833b6fc3eb588ecc9b02f0a7d7 Tweaked styling of submit buttons and search box 2017-11-23T20:39:26Z 2017-11-23T20:39:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ef3eacf622e69723d48ab1ad597645770a7361db Select option for removing filters 2017-11-23T20:32:54Z 2017-11-23T20:32:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
22b91dd95be59148c02991a1bb56df6d82f45b6f Further tweaks to select/input filter styling Refs #86 - thanks for the help, @natbat! 2017-11-23T20:05:51Z 2017-11-23T20:05:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a74e455cede3070db4138500ba0d3f354d58c436 Custom styled select boxes for filters Refs #86 2017-11-23T15:58:55Z 2017-11-23T15:58:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
2f97834d0e47fdcd160bab6a3eb1ffd2f836771d NBSP before ID display 2017-11-23T04:45:04Z 2017-11-23T04:45:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
38dc1ef73b13e5ae9f05ca5e7c86fa3eb639e628 Show linked foreign key in table cells 2017-11-23T04:43:27Z 2017-11-23T04:43:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
72e328dccf6def3328290a1a6cd7e7ab22ab0de2 Removed rogue print statement 2017-11-23T04:40:15Z 2017-11-23T04:40:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
82c20ea36eb86fc68a48f219e96305477864d589 Added '- pick a column -' as first option 2017-11-23T04:39:53Z 2017-11-23T04:39:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
0071b5d6f5c97b9896dbcfc8f95ca0db8652a18a Added UI for editing table filters Refs #86 2017-11-23T04:33:55Z 2017-11-23T04:33:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
53534b6e9d3956cdb6aa9c062d2beffdd89fa7d9 Even more complicated redirect scheme This: ?_filter_column_1=name&_filter_op_1=contains&_filter_value_1=hello &_filter_column_2=age&_filter_op_2=gte&_filter_value_2=12 Now redirects to this: ?name__contains=hello&age__gte=12 This is needed for the filter editing interface, refs #86 2017-11-23T04:03:46Z 2017-11-23T04:03:46Z 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 74.308ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows