home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where author = 34257249 and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

repo 1

  • xarray · 2 ✖

author 1

  • templiert · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
eb749448f9513517230090b2cb0e3521ccb4f20f docs: add searchable word "asterisk" (#8363) 2023-10-23T21:44:07Z 2023-10-23T21:44:07Z templiert 73888329169088c834794f772bee0a1cb6b2a9ac GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 templiert 34257249 web-flow 19864447
df909b444991c3d76210d018e5268de541b8e17b typo in xarray/doc/user-guide/reshaping.rst (#7291) 2022-11-15T15:20:42Z 2022-11-15T15:20:42Z templiert 73888329169088c834794f772bee0a1cb6b2a9ac GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 templiert 34257249 web-flow 19864447

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 3439.96ms · About: xarray-datasette