home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where author = 45057 and "author_date" is on date 2018-04-14 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

  • datasette 8

author 1

  • russss · 8 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
efbb4e83374a2c795e436c72fa79f70da72309b8 Return HTTP 405 on InvalidUsage rather than 500 This also stops it filling up the logs. This happens for HEAD requests at the moment - which perhaps should be handled better, but that's a different issue. 2018-04-14T16:11:16Z 2018-04-14T18:00:38Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 russss 45057 simonw 9599
7d5f25dfb320af26ec4afcb1a687f7f034e1f044 Add link to pint custom units page to docs 2018-04-14T14:08:20Z 2018-04-14T14:08:20Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b datasette 107914493 russss 45057 russss 45057
ed974417ad54f0c0f65b2f1cf54dc12485abb570 Tests for unit filtering 2018-04-14T14:06:52Z 2018-04-14T14:06:52Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b datasette 107914493 russss 45057 russss 45057
f2b940d6026677f6859d46a4f16fa402745d261d Link foreign keys which don't have labels This renders unlabeled FKs as simple links. I can't see why this would cause any major problems. Also includes bonus fixes for two minor issues: * In foreign key link hrefs the primary key was escaped using HTML escaping rather than URL escaping. This broke some non-integer PKs. * Print tracebacks to console when handling 500 errors. 2018-04-14T13:17:20Z 2018-04-14T14:59:59Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 russss 45057 simonw 9599
1cc5161089e559c8b16049b20f7a5b3a43290c21 Fix sqlite error when loading rows with no incoming FKs This fixes `ERROR: conn=<sqlite3.Connection object at 0x10bbb9f10>, sql = 'select ', params = {'id': '1'}` caused by an invalid query when loading incoming FKs. The error was ignored due to async but it still got printed to the console. 2018-04-14T12:06:00Z 2018-04-14T14:24:24Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 datasette 107914493 russss 45057 simonw 9599
3c985ec271cce46db8682c2a7466ea1c9a2ed210 Allow custom units to be registered with Pint 2018-04-14T11:27:06Z 2018-04-14T11:27:06Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b datasette 107914493 russss 45057 russss 45057
ab85605c6179b21bb0add59b76c1b376d9d248b2 Support units in filters 2018-04-14T10:41:27Z 2018-04-14T10:43:35Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b datasette 107914493 russss 45057 russss 45057
8bfeb984788c7144088c16c5f9126ca7d6af6e93 Tidy up units support * Add units to exported JSON * Units key in metadata skeleton * Docs 2018-04-14T10:16:09Z 2018-04-14T10:43:34Z Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b Russ Garrett cd9d55c7c0a7cc0ee69155676fd5e9fc6e1b884b datasette 107914493 russss 45057 russss 45057

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 78.971ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows