home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "author_date" is on date 2021-01-04

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, repo, committer_date (date)

author 2 ✖

  • simonw 2
  • benpickles 1

author_date (date) 1 ✖

  • 2021-01-04 · 3 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
3054e0f7307da4c31850b74bd73238b33d6c750a Install Prettier via package.json (#1170) * Error if Prettier isn't already installed * Temporarily run Prettier check on every commit * Install and run Prettier via package.json * Trigger another prettier check on CI 2021-01-04T19:52:33Z 2021-01-04T19:52:33Z Ben Pickles 2d4f689f43f0635ebfebca53689651b62ee95193 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 benpickles 3637 web-flow 19864447
ab7767acbe021ed6ab0a8d4b56ec8b4af6ae9e86 tmate session mac So I can test https://github.com/simonw/datasette/issues/93 2021-01-04T21:31:55Z 2021-01-04T21:31:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
b10c6ed970bcd12ebf1bee0635ff0edb58835eca Updated links 2021-01-04T19:55:13Z 2021-01-04T19:55:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f swarm-to-sqlite 205429375 simonw 9599 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 124.016ms · About: simonw/datasette-graphql