home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "committer_date" is on date 2022-12-31 and raw_committer = "13ae486343ea6454a93114c6f558ffea2f2c6874" sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, author_date (date), committer_date (date)

repo 1

  • datasette 12

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
3c352b7132ef09b829abb69a0da0ad00be5edef9 Applied Black, refs #782 2022-12-31T21:17:54Z 2022-12-31T21:17:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
5bbe2bcc50490480e82c20c07033eb8e8c1b9bda Rename filtered_table_rows_count to count, refs #782 2022-12-31T20:52:57Z 2022-12-31T20:52:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a2dca62360ad4a961d4c46f68eae41b7d5c7b2c9 Fix for extension tests I broke, refs #782 2022-12-31T19:21:15Z 2022-12-31T19:21:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ca07fff3e253e4ee4c7f05df4c05046243c489e3 Pin Sphinx 5.3.0, refs #1971 Furo is not yet compatible with Sphinx 6.0 2022-12-31T19:13:56Z 2022-12-31T19:13:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3af313e165215696af899e772f47bf7c27873ae3 Fix for Sphinx extlinks warning, closes #1972 2022-12-31T19:12:38Z 2022-12-31T19:13:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8059c8a27c9a5dd18e29e8cb54bb9290ffd77d67 Fixed typo 2022-12-31T18:54:25Z 2022-12-31T18:54:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8aa9cf629c888a8c117216fd243166981d7b4e06 Store null instead of 'None' in _internal database table, closes #1970 2022-12-31T18:52:27Z 2022-12-31T18:52:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
234230e59574ccb8d8a24c45ccd325f725812377 Default JSON shape is now objects - refs #1914, #1709 2022-12-30T14:52:47Z 2022-12-31T18:52:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1fda4806d435941dfd87a6cbb00a04d4bf83ffa7 Small documentation tweaks 2022-12-30T14:01:39Z 2022-12-31T18:52:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c635f6ebacb76b5fe70105bd703d3bbcc5434156 Moved CORS bit to its own documentation section 2022-12-30T13:54:22Z 2022-12-31T18:52:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3bd05b854ac4cb3208e3c430734a90ae66310719 -e/--expires-after in create-token docs 2022-12-30T13:50:15Z 2022-12-31T18:52:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
677ba9ddddc8ca1c2f79e9697b8d500e002c6ea5 Fix rST warning in changelog 2022-12-30T13:49:03Z 2022-12-31T18:52:37Z 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 89.264ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows