home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "committer_date" is on date 2023-05-21 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • sqlite-utils · 10 ✖

author 1

  • simonw 10
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2747257a3334d55e890b40ec58fada57ae8cfbfd Fixed link in changelog 2023-05-21T21:11:54Z 2023-05-21T21:11:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
6fb32d27ae76dc2127526c38833621bb51af5d09 Release 3.32.1 Refs #551, #552 2023-05-21T21:09:46Z 2023-05-21T21:09:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
87bddef8fdee0cfe9e16b4f1784f471e2aedacc6 Documented bash/zsh completion, closes #552 2023-05-21T21:03:32Z 2023-05-21T21:03:32Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
8188acc1f1a96f37eef1f6fc1edaa3eb2e8a482a Fix for missing csv Pygments support, refs #551 2023-05-21T21:03:03Z 2023-05-21T21:03:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d8fe1b0d899faaaa3d4714a39328f4c24932278f Reformatted CLI examples in docs Closes #551 2023-05-21T20:57:22Z 2023-05-21T20:57:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
e240133b11588d31dc22c632f7a7ca636c72978d Release 3.32 Refs #544, #545, #547, #548 2023-05-21T18:53:33Z 2023-05-21T18:53:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
718b0cba9b32d97a41bcf9757c97fe1d058da81c Experimental TUI powered by Trogon * sqlite-utils tui command if Trogon is installed, closes #545 * Documentation for trogon TUI * Screenshot of TUI * Ignore trogon mypy error * only run flake8 on Python 3.8 or higher, closes #550 2023-05-21T18:41:56Z 2023-05-21T18:41:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
e8c5b042e49c627aefd620c8d4b1c84eb8677f73 Validate column names in analyze-columns, closes #548 2023-05-21T17:35:48Z 2023-05-21T17:35:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
6027f3ea6939a399aeef2578fca17efec0e539df No need to show common values if everything is null Closes #547 2023-05-21T17:19:16Z 2023-05-21T17:19:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d2a7b15b2b930fe384e1f1715fc4af23386f4935 Analyze tables options: --common-limit, --no-most, --no-least Closes #544 2023-05-21T16:19:30Z 2023-05-21T16:19:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 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 44.517ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows