home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "author_date" is on date 2022-09-06

✎ View and edit SQL

This data as json, CSV (advanced)

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

sha ▼ message author_date committer_date raw_author raw_committer repo author committer
0a7815d2038255a0834c955066a2a16c01f707b2 Documentation for facet_size in metadata, closes #1804 2022-09-06T18:06:49Z 2022-09-06T18:06:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1c29b925d300d1ee17047504473f2517767aa05b Run tests in serial again Because this didn't fix the issue I'm seeing in #1802 Revert "Run tests in serial, refs #1802" This reverts commit b91e17280c05bbb9cf97432081bdcea8665879f9. 2022-09-06T00:10:52Z 2022-09-06T00:10:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
303c6c733d95a6133558ec1b468f5bea5827d0d2 Fix for incorrectly handled _facet_size=max, refs #1804 2022-09-06T18:05:00Z 2022-09-06T18:05:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
5aa359b86907d11b3ee601510775a85a90224da8 Apply cell truncation on query page too, refs #1805 2022-09-06T23:58:30Z 2022-09-06T23:58:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
64288d827f7ff97f825e10f714da3f781ecf9345 Workaround for test failure: RuntimeError: There is no current event loop (#1803) * Remove ensure_eventloop hack * Hack to recover from intermittent RuntimeError calling asyncio.Lock() 2022-09-06T00:40:19Z 2022-09-06T00:40:19Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
8430c3bc7dd22b173c1a8c6cd7180e3b31240cd1 table facet_size in metadata, refs #1804 2022-09-06T15:59:19Z 2022-09-06T15:59:19Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b2b901e8c4b939e50ee1117ffcd2881ed8a8e3bf Skip SpatiaLite test if no conn.enable_load_extension() Ran into this problem while working on #1802 2022-09-06T00:05:23Z 2022-09-06T00:09:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c9d1943aede436fa3413fd49bc56335cbda4ad07 Fix word break in facets by adding ul.tight-bullets li word-break: break-all (#1794) Thanks, @dmr 2022-09-06T00:45:41Z 2022-09-06T00:45:41Z Daniel Rech 159eac804f4612f6d1e2f036c0ca5399b1662d53 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 dmr 128286 web-flow 19864447
d0476897e10249bb4867473722270d02491c2c1f Fixed Sphinx warning about language = None 2022-09-06T18:24:30Z 2022-09-06T18:24:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d0737e4de51ce178e556fc011ccb8cc46bbb6359 truncate_cells_html now affects URLs too, refs #1805 2022-09-06T23:50:43Z 2022-09-06T23:50:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d80775a48d20917633792fdc9525f075d3bc2c7a Raise error if it's not about loops, refs #1802 2022-09-06T00:44:44Z 2022-09-06T15:29:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ff9c87197dde8b09f9787ee878804cb6842ea5dc Fixed Sphinx warnings on cli-reference page 2022-09-06T18:26:21Z 2022-09-06T18:26:21Z 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 387.789ms · About: simonw/datasette-graphql