home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "author_date" is on date 2022-03-21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, committer_date (date)

author_date (date) 1 ✖

  • 2022-03-21 · 8 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
194e4f6c3fffde69eb196f8535ca45386b40ec2d Removed check_permission() from BaseView, closes #1677 Refs #1660 2022-03-21T18:41:56Z 2022-03-21T18:41:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1a7750eb29fd15dd2eea3b9f6e33028ce441b143 Documented datasette.check_visibility() method, closes #1678 2022-03-21T19:01:37Z 2022-03-21T19:01:37Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
72bfd75fb7241893c931348e6aca712edc67ab04 Drop n=1 threshold down to <= 20ms, closes #1679 2022-03-21T21:55:50Z 2022-03-21T21:55:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
751ab205ac1f6bcd1b31449d2aca4734abca16c8 Fix for --multi combined with --dry-run, closes #415 2022-03-21T04:18:18Z 2022-03-21T04:18:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
878d5f5cea3455b4d135a9664ccad6b673354812 errors=r.SET_NULL/r.IGNORE options for parsedate/parsedatetime, closes #416 2022-03-21T04:01:35Z 2022-03-21T04:01:35Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
93fa79d30b1531bea281d0eb6b925c4e61bc1aa6 Ignore flake8 lambda errors, refs #415 2022-03-21T04:22:09Z 2022-03-21T04:22:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
dfafce6d962d615d98a7080e546c7b3662ae7d34 Display no-opinion permission checks on /-/permissions 2022-03-21T18:37:27Z 2022-03-21T18:37:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
e627510b760198ccedba9e5af47a771e847785c9 BaseView.check_permissions is now datasette.ensure_permissions, closes #1675 Refs #1660 2022-03-21T17:13:16Z 2022-03-21T17:13:16Z 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 101.082ms · About: simonw/datasette-graphql