home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2022-02-04 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, committer, author_date (date), committer_date (date)

author 2

  • simonw 9
  • eyeseast 1

repo 1

  • sqlite-utils · 10 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
088d89982299f8136e608fa2b6c30e9529adc714 Release 3.23 Refs #79, #363, #392, #393, #395, #396 2022-02-04T06:41:46Z 2022-02-04T06:41:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
20fe3b8abf49f8f7d73ad0f5610d2a62541fd907 Fixed RST warning about empty line 2022-02-04T06:32:57Z 2022-02-04T06:32:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
44894c6f6c854bb8d5c79cb349aa39526cf56ee2 Fix warning about duplicate object description 2022-02-04T06:31:13Z 2022-02-04T06:31:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
482fcc0da7c5127ce5bc6765b63663b9c5a87f91 Fix for flake8, refs #79 2022-02-04T06:13:17Z 2022-02-04T06:13:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
0fe0f476a73ddbb3fea879bdb6bfef3ba4b97768 Fix for mypy error, closes #396 Should help tests pass for #395 and #79 2022-02-04T06:10:09Z 2022-02-04T06:10:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e46798959e10e4674b2a58a9c2f227c0a2deca1d Looks like Actions if: clauses prefer single quotes Refs #395, #79 2022-02-04T06:06:23Z 2022-02-04T06:06:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
749418728448abbbfa6305ad18152951a6721670 Only install SpatiaLite on Ubuntu, refs #395 For tests added to #79 2022-02-04T06:05:12Z 2022-02-04T06:05:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
cea25c28bad0bd30cf375e2d0d5113f23ab84e0c Capitalization of SpatiaLite 2022-02-04T05:59:59Z 2022-02-04T05:59:59Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4a2a3e2fd0d5534f446b3f1fee34cb165e4d86d2 Install SpatiaLite in tests To run tests for #79, #385 2022-02-04T05:56:34Z 2022-02-04T05:56:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
ee11274fcb1c00f32c95f2ef2924d5349538eb4d New spatialite helper methods, closes #79 - db.init_spatialite() - table.add_geometry_column() - table.create_spatial_index() Co-authored-by: Simon Willison <swillison@gmail.com> 2022-02-04T05:55:09Z 2022-02-04T05:55:09Z 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 45.342ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows