home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

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

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 2

  • sqlite-utils 10
  • datasette 2

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
0d45ee11027700f184383d5c8c25a26770fcf471 Release 3.30 Refs #480, #483, #485, #495, #500, #502, #504 2022-10-25T22:21:34Z 2022-10-25T22:21:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
defa2974c6d3abc19be28d6b319649b8028dc966 jsonify_if_needed output of convert() functions, closes #495 2022-10-25T21:23:24Z 2022-10-25T21:23:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c7e4308e6f49d929704163531632e558f9646e4a Use new db.close() method, refs #504 2022-10-25T21:00:53Z 2022-10-25T21:00:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
05e2bb85fcd11729db40c6452f2f7287232e2f1a db.close() method, closes #504 2022-10-25T20:57:43Z 2022-10-25T20:57:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ba7242b1f231a9707944a4c11a8dfede9ff9cad0 Try closing the database before recreating it, refs #503 2022-10-25T20:36:17Z 2022-10-25T20:36:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
f6b796277f783fcb613136e5a230b8657ef6c090 Try a 0.1s sleep, refs #503 2022-10-25T20:27:18Z 2022-10-25T20:27:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c5d7ec1dd71fa1dce829bc8bb82b639018befd63 Fix for mypy issue, refs #503 2022-10-25T20:21:37Z 2022-10-25T20:21:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
7ca497a8f5be24c127946813e3052a19b48be1b3 repr improvements, refs #503 2022-10-25T20:14:41Z 2022-10-25T20:14:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
079bf1f4dc8540f834adae68c7feeeffcbc1d4f2 Use tmp_path fixture in test_recreate, refs #503 2022-10-25T20:06:58Z 2022-10-25T20:06:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c7dd76c26257ded5bcdfd0570e12412531b8b88f Poll until servers start, refs #1854 2022-10-25T19:42:21Z 2022-10-25T19:42:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
7b2d1c0ffd0b874e280292b926f328a61cb31e2c Update tests for Python 3.11, closes #502 2022-10-25T19:23:20Z 2022-10-25T19:23:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9676b2deb07cff20247ba91dad3e84a4ab0b00d1 Upgrade Docker images to Python 3.11, closes #1853 2022-10-25T18:59:03Z 2022-10-25T19:04:53Z 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 221.346ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows