home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where raw_author = "2ef2ce184bc4057108a3aa76ecdf2e88553a4955" sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • astropenguin 3
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
48a9dbe7d8dc2361bc985dd9fb1193a26135b310 Add xarray-dataclasses to ecosystem in docs (#5725) * Remove xarray-custom from ecosystem in docs * Add xarray-dataclasses to ecosystem in docs 2021-08-21T15:28:31Z 2021-08-21T15:28:31Z Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 astropenguin 13254278 web-flow 19864447
a6eccfa346b14d83a745cdbfe4718d8c046c5e12 Add xarray-compare to related projects (#4382) 2020-09-04T20:08:10Z 2020-09-04T20:08:10Z Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 astropenguin 13254278 web-flow 19864447
a2e9804d372a2e8a0d83904544b1d8421bfa2b44 Add xarray-custom to related projects (#4109) 2020-05-29T16:50:58Z 2020-05-29T16:50:58Z Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 astropenguin 13254278 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 13.886ms · About: xarray-datasette