home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where raw_author = "13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21" 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

  • mesejo 3
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
93ea177bdd49e205047a1416c2342fb645afafa9 fix issues in drop_sel and drop_isel (#4828) 2021-01-20T04:12:06Z 2021-01-20T04:12:06Z Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mesejo 8579156 web-flow 19864447
295606707a0464cd13727794a979f5b709cd92a1 Add drop_isel (#4819) * Closes #4658 - Use get_index(dim) in drop_sel - Add drop_isel * address issues in PR * extract dict creation out of the loop 2021-01-18T23:59:08Z 2021-01-18T23:59:08Z Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mesejo 8579156 web-flow 19864447
31d540f9d668fc5f8c1c92165f950c568778db01 Closes #4647 DataArray transpose inconsistent with Dataset Ellipsis usage (#4767) - Add missing_dims parameter to transpose to mimic isel behavior - Add missing_dims to infix_dims to make function consistent across different methods. Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2021-01-05T23:45:02Z 2021-01-05T23:45:02Z Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mesejo 8579156 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 12.733ms · About: xarray-datasette