home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "committer_date" is on date 2023-08-18 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 · 12 ✖

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
1260bdc7bfe31c36c272572c6389125f8de6ef71 Link to sqlite-utils-fast-fks from changelog 2023-08-18T17:47:10Z 2023-08-18T17:47:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
98cd11a81ba553a8b4b5e7b88c447867256318a7 Link docs to sqlite-utils-fast-fks 2023-08-18T17:45:12Z 2023-08-18T17:45:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
7c1618e4b1f390cf9cf204a2e9b6df2abaebe365 Promote plugins in the README 2023-08-18T02:28:08Z 2023-08-18T02:28:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
4aea34065c3982659493294d7fa4b42cbf11f15e Run codespell as part of 'just lint' 2023-08-18T02:09:22Z 2023-08-18T02:09:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ba2681e769c48244786b806d1dafe2f1ca01bcac Fixed two typos in the release notes 2023-08-18T02:05:15Z 2023-08-18T02:05:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
87c6ceb3a44ab823af759f5a8dec12db44b62ce5 Release 3.35 Refs #577, #581, #585 2023-08-18T02:01:48Z 2023-08-18T02:01:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
56093de0780bb88900e1326834a7b6be392079dc sqlite-utils transform --add-foreign-key option, closes #585 2023-08-18T01:51:04Z 2023-08-18T01:51:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
70717dc0e1029d9604ad466cd4b4aa8f829321c4 Remove unneccessary warning, refs #577, #585 2023-08-18T01:28:09Z 2023-08-18T01:28:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d2bcdc00c6ecc01a6e8135e775ffdb87572b802b Swapped the order of a bunch of pytest comparisons When I wrote this I thought constant == value was a better assertion. I no longer think that. 2023-08-18T01:05:13Z 2023-08-18T01:05:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b4735f794a77c1229e804b97a263d259b5430fb8 Remove test.utils.collapse_whitespace, closes #583 2023-08-18T00:59:09Z 2023-08-18T00:59:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
509857ee8724f73760f3631b69c26f9047381187 .add_foreign_keys() uses .transform() instead of PRAGMA writable_schema Closes #577 This should solve all sorts of problems seen by users of platforms that throw errors on writable_schema. Also added `add_foreign_keys=` and `foreign_keys=` parameters to `table.transform()`. 2023-08-18T00:48:08Z 2023-08-18T00:48:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
993029f4669ae1e57862bd3576e1e3fd77477c5c flake8 fixes 2023-08-18T00:10:44Z 2023-08-18T00:19:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 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 44.64ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows