home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2022-02-16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, author, committer, committer_date (date)

raw_author 2 ✖

  • Simon Willison 4
  • Chris Amico 1

author_date (date) 1 ✖

  • 2022-02-16 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
3e5a4f60cc07e38113e522e5f1d09db35626affc Tweaked SpatiaLite CLI docs, refs #398 2022-02-16T01:06:49Z 2022-02-16T01:06:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4bc06a243774ca8d8e04ad6592e895d3a7a0300b memory_name= feature, closes #405 2022-02-16T01:21:25Z 2022-02-16T01:23:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
757f103ae2a8b3803ceea89a412cf78b269f9e75 Release 3.24 Refs ##397, #398, #401, #403, #404, #405, #407 2022-02-16T01:39:13Z 2022-02-16T01:39:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
8f528ed2b13c309c9efb1ee6e1150ab3fce11d89 Fix ReST warning 2022-02-16T01:21:07Z 2022-02-16T01:21:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
a692c56659c3563b26dcdc9e3534d63ecc26e180 Add SpatiaLite helpers to CLI (#407) * Add SpatiaLite CLI helpers * Add docs for spaitalite helpers * Fix flake8 issues and add more detail on spatial types * Run cog and add some help text. * Use SpatiaLite when calculating coverage, refs #407 Co-authored-by: Simon Willison <swillison@gmail.com> 2022-02-16T00:58:07Z 2022-02-16T00:58:07Z Chris Amico 90786fb02407ad60f10210c0592ee711a9a36fae GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 eyeseast 25778 web-flow 19864447

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 257.843ms · About: simonw/datasette-graphql