home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where "author_date" is on date 2020-04-18, raw_committer = "13ae486343ea6454a93114c6f558ffea2f2c6874" and repo = 256834907 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

  • dogsheep-photos · 4 ✖

author 1

  • simonw 4
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
502efb941a8177611d6295c864f7a88553af2fa7 photos-to-sqlite upload photos.db dirname command, closes #4 2020-04-18T21:57:00Z 2020-04-18T21:57:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-photos 256834907 simonw 9599 simonw 9599
2ff303f8eac37d72231427944e05d93c30fba98f Ignore my auth.json 2020-04-18T21:17:41Z 2020-04-18T21:18:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-photos 256834907 simonw 9599 simonw 9599
6989842e8e512f1b47ed17554f56c6fa67811ae9 Test for s3-auth command Also renamed JSON keys to have photos_s3 prefix - refs #5 2020-04-18T21:15:49Z 2020-04-18T21:15:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-photos 256834907 simonw 9599 simonw 9599
86d3ca4015d23f494d372e8623e62318723f2220 Initial checkn + s3-auth command, closes #5 2020-04-18T21:08:29Z 2020-04-18T21:08:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-photos 256834907 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 73.183ms · About: github-to-sqlite