home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where "author_date" is on date 2021-02-11

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2021-02-11 · 7 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
0bc6ba503eecedb947d2624adbe1327dd849d7fe Release 0.3.1 Refs #8, #10 2021-02-11T22:38:21Z 2021-02-11T22:38:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 simonw 9599 simonw 9599
1c355e5678877e14eefa2a5fab5a267342a03335 Release 0.3 Refs #7, #9, #11 2021-02-11T22:14:01Z 2021-02-11T22:14:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 simonw 9599 simonw 9599
1c8457ddaa487aa2e677963d37217fcb6d544e59 Fix import error if note has no "updated" element (#8) Co-authored-by: Matej Korosec <matej.korosec@bearingpoint.com> 2021-02-11T22:34:05Z 2021-02-11T22:34:05Z mkorosec f85fb7898f36734a83fd9c8a2c2e96c751920c35 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f evernote-to-sqlite 303218369 mkorosec 4028322 web-flow 19864447
2804dd4fb8ddc23d5406c6ab7019dff87f3a1655 Require at least sqlite-utils 3.0, refs #7 2021-02-11T22:12:45Z 2021-02-11T22:12:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 simonw 9599 simonw 9599
44e58ba1da044e757857ad0e9c2706f674725f73 Fix for ENEX files on Windows, thanks @dskrad Closes #11 2021-02-11T21:18:43Z 2021-02-11T21:18:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 simonw 9599 simonw 9599
95a4905d9bfb9b7861fe59f037bceac9f577a42b Better HTML entity handling, closes #9 2021-02-11T22:10:49Z 2021-02-11T22:10:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 simonw 9599 simonw 9599
f901a8a2ed25149e7550799b51c62e1d4a40cce8 Explicitly open file in utf-8 encoding, refs #10 Thanks, RiverZhou 2021-02-11T22:37:36Z 2021-02-11T22:37:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 evernote-to-sqlite 303218369 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 47.885ms · About: simonw/datasette-graphql