home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 1562854 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 4

author 1

  • jklymak · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
ec1d328f501de503a5c6b7e8ae5195a2bc0cc045 DOC: cross ref the groupby tutorial (#7555) * DOC: cross ref the groupby tutorial * DOC: cross ref the groupby tutorial * DOC: change groupby ref description * DOC: change groupby ref description 2023-02-24T17:29:50Z 2023-02-24T17:29:50Z Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jklymak 1562854 web-flow 19864447
af36e2478ca189561c6175cc5c26a4981df0411d DOC: improve name and intro to groupby (#7070) 2022-09-22T20:12:49Z 2022-09-22T20:12:49Z Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jklymak 1562854 web-flow 19864447
bc8d7f9e708dd510672fb52e402d988e4e6ee6d6 TST: check datetime converter is Matplotlibs (#6128) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-01-03T18:14:53Z 2022-01-03T18:14:53Z Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jklymak 1562854 web-flow 19864447
cdf7761b80bf509660bbf0fe3392021aa2b5ea20 Update matplotlib's canonical (#4919) Please see: https://discourse.matplotlib.org/t/canonical-documentation-have-moved/21863 2021-02-17T08:34:01Z 2021-02-17T08:34:01Z Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jklymak 1562854 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 15.33ms · About: xarray-datasette