home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-06-07

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2020-06-07 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
4340845754e90fe778a7da8668b4fd9bf6ccc2c6 Nested permission checks for all views, refs #811 2020-06-07T20:03:08Z 2020-06-07T20:03:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
5ed2853cf3432a0f5a3511df8d2ffe9c6c79a584 Fix permissions documenation test 2020-06-07T21:01:22Z 2020-06-07T21:01:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8571ce388a23dd98adbdc1b7eff6c6eef5a9d1af Implemented view-instance permission, refs #811 2020-06-07T21:30:39Z 2020-06-07T21:30:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
86dec9e8fffd6c4efec928ae9b5713748dec7e74 Added permission check to every view, closes #808 2020-06-07T05:30:36Z 2020-06-07T05:30:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a1e801453aaeb540d2aea8cccb90b425af737c44 Renamed execute-query permission to execute-sql, refs #811 2020-06-07T20:20:59Z 2020-06-07T20:20:59Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
abc733912447f284b38ddc389d18ba0a8cef8bcf Nicer pattern for make_app_client() in tests, closes #395 2020-06-07T21:14:10Z 2020-06-07T21:14:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
bd4de0647d660709de122303a1aece3a8ef88394 Improved permissions documentation 2020-06-07T02:09:59Z 2020-06-07T02:09:59Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
cd92e4fe2a47039a8c780e4e7183a0d2e7446884 Fixed test name, this executes view-query, not execute-sql - refs #811 2020-06-07T21:33:52Z 2020-06-07T21:33:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ece0ba6f4bc152af6f605fc5f536ffa46af95274 Test + default impl for view-query permission, refs #811 2020-06-07T21:23:16Z 2020-06-07T21:23: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 96.013ms · About: simonw/datasette-graphql