home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "committer_date" is on date 2022-07-15 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 11
  • davidleejy 1

repo 1

  • sqlite-utils · 12 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
855bce8c3823718def13e0b8928c58bf857e41b2 Release 3.28 Refs #441, #443, #445, #449, #450, #454 2022-07-15T22:56:01Z 2022-07-15T22:56:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b9a89a0f2c3559989efe65f25a6e1f8fa76fe8b0 duplicate --ignore option, refs #450 2022-07-15T22:35:58Z 2022-07-15T22:35:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
5fa823f03ff2117020ae7fd56198ca7d50130574 add-column --ignore option, refs #450 2022-07-15T22:31:37Z 2022-07-15T22:31:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
2c77f4467efcd540ccd57d438cdebece541b90ac Add --ignore to create-index as alias of --if-not-exists, refs #450 2022-07-15T22:25:49Z 2022-07-15T22:25:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
40b6947255540b8cf0639b87824ea8568ec6863c enable-fts --replace option, refs #450 Also fixed up some sqlite3.OperationalError imports. 2022-07-15T22:20:26Z 2022-07-15T22:20:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9dd4cf891d9f4565019e030ddc712507ac87b998 Improve CLI help for drop-table and drop-view, refs #450 2022-07-15T22:09:07Z 2022-07-15T22:09:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e10536c7f59abbb785f092bf83c4ab94c00e31a3 utils.chunks() is now a documented API, closes #451 2022-07-15T21:59:30Z 2022-07-15T21:59:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
015c6634644a11e5a3ca9d7dafe22ba62b87f2dd Fixed lint errors, refs #454 2022-07-15T21:59:06Z 2022-07-15T21:59:06Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c710ade6443d45ca2f581cdf975c7990436ab8fc sqlite-utils duplicate command, closes #454, refs #449 Also made it so .duplicate() raises new NoTable exception rather than raising an AssertionError if the source table does not exist. 2022-07-15T21:45:14Z 2022-07-15T21:45:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
da030d49fd12bbae931871c54a49caccc604f558 Documentation for .duplicate(), refs #449 2022-07-15T21:29:52Z 2022-07-15T21:29:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4af4762521fe3e1ced7fcade67eaeabf41213aab test_duplicate_fails_if_table_does_not_exist, refs #449 2022-07-15T21:23:57Z 2022-07-15T21:23:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b366e68deb0780048a23610c279552f8529d4726 table.duplicate(new_table_name) feature, closes #449 Thanks, @davidleejy 2022-07-15T21:21:36Z 2022-07-15T21:21:36Z David d4b26031589514477509e3dae9cde3678a3b610e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 davidleejy 1690072 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.675ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows