home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where author = 9599 and "author_date" is on date 2018-04-14 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, committer, author_date (date)

repo 1

  • datasette 7

author 1

  • simonw · 7 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
8d394586f55bc4b8ab70476968d08fb6ec8339e5 Added 0.18 to news 2018-04-14T16:04:38Z 2018-04-14T16:04:38Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
43ae15c0d14b3e968e8d5bfef72ac0c39783c3a2 Releasing v0.18 - support for units! Refs #203 2018-04-14T15:36:10Z 2018-04-14T15:36:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
932e0a3f91e4cee92b0e30c528300ec1d348d26c Don't attempt to deploy new tags to PyPI This isn't working through Travis at the moment, so I'm disabling it and switching back to manual deploys. 2018-04-14T15:21:37Z 2018-04-14T15:21:37Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
c857608738d6b6c3e4f3248304a22f8b2648dd3e Merge "Support filtering with units" from #205 2018-04-14T15:12:34Z 2018-04-14T15:17:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
dd4491dd8112d70d96d73f8f1d12b58cb42fe1bd Update number of expected tables 2018-04-14T15:03:41Z 2018-04-14T15:16:54Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
6b15a53cd3cd40880a5e2d38827d5fac10e4bb5f Unit test for unlabelled foreign keys from #207 2018-04-14T15:00:54Z 2018-04-14T15:00:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d72201e883c0612d14dfb8ffdd61aa0fe223d94a Added unit test for foreign key links in HTML Needed to add a further unit test for #207 2018-04-14T14:55:27Z 2018-04-14T14:55:27Z 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 333.021ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows