home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-05-27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-05-27 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
2d099ad9c657d2cab59de91cdb8bfed2da236ef6 Backport of Python 3.8 shutil.copytree, refs #744 (#769) 2020-05-27T18:17:43Z 2020-05-27T18:17:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
41a0cd7b6afe0397efbbf27ad822679fc574811a call_with_supported_arguments() util, refs #581 2020-05-27T19:25:52Z 2020-05-27T19:25:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
4b96857f170e329a73186e703cc0d9ca4e8719cc Link to request object documentation, refs #706 2020-05-27T22:35:25Z 2020-05-27T22:35:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
50652f474b94e83d49ee15f219820cdbfc450f11 Stop using .raw_args, deprecate and undocument it - refs #706 2020-05-27T22:29:42Z 2020-05-27T22:29:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
6d7cb02f00010d3cb4b4bac0460d41277652b80e Documentation for request object, refs #706 2020-05-27T22:17:53Z 2020-05-27T22:17:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
9e6075d21facbfef565ffcdf160a558744fc1c2d rST fixes for register_output_renderer docs 2020-05-27T18:35:31Z 2020-05-27T18:35:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ad88c9b3f3d7886612dae6afed65d43940632b06 Mechanism for adding a default URL fragment to a canned query Closes #767 2020-05-27T21:52:03Z 2020-05-27T21:52:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
af5702220c06a913746c9657bd33c2108d80c33f Added datasette-media plugin to the docs 2020-05-27T20:34:12Z 2020-05-27T20:34:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
da87e963bff24e47878a5bc2025c8bfc63d4bc93 Test that plugin hooks are unit tested (xfail) This currently fails using xfail. Closes 771. 2020-05-27T20:16:02Z 2020-05-27T20:16:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 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 89.201ms · About: simonw/datasette-graphql