home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

1 row where raw_author = "69d5575027585fdbbcfb3171d7df7fd605507608" 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 1

author 1

  • etienneschalk 1
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
db680b0d99d4dacd9b0f520f9ee71d5c052516c0 Add a simple `nbytes` representation in DataArrays and Dataset `repr` (opt-in) (#8702) * Add nbytes to repr * Disable by default * What's new * Specify dtype explictly as Windows seems to default on int32 * Use int16 * PR comments: Removed global option + size format in repr header * Remove width justified * Remove problematic backslashes * pytest-accept * Revert "Remove problematic backslashes" This reverts commit 85f6ee4f2d9d820d39ca9ab64619a098a791a7f4. * Fix missing backslash escape * Fix ellipsis in excess leading to excess last line * Update reprs in tests * Fix tests * Try windows specific expected outputs * Conditional Windows testing * Fix indent * Flaky test + fix windows 2024-02-07T20:47:36Z 2024-02-07T20:47:36Z etienneschalk 69d5575027585fdbbcfb3171d7df7fd605507608 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 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 16.577ms · About: xarray-datasette