home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • zmoon · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f52b87501ff16c53aa515d77cf97369bfd262806 Update merge docstrings (#7033) Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-09-22T20:14:15Z 2022-09-22T20:14:15Z Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 zmoon 15079414 web-flow 19864447
7bfee3eaa8fd731494cf6b406d6abb4bec061001 "Xarray" and "xarray" (#5780) * "Xarray" when starting sentence in readme * "Xarray" when starting sentence in docs home * no "XArray" * More "Xarray" etc in docs * more "xarray" within sentence; "pandas" * "xarray" within sentence * some "NumPy" 2021-09-08T20:39:04Z 2021-09-08T20:39:04Z Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 zmoon 15079414 web-flow 19864447
49aa235fc63706dc145128dd13fdf139b9d5bc6e Clean up and enhance plot method docstrings (#5285) Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> 2021-05-18T15:25:42Z 2021-05-18T15:25:42Z Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 zmoon 15079414 web-flow 19864447
4067c0141262e472a74da3fa6c22b61f7b02df9e FacetGrid docstrings (#5293) Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-05-13T16:36:17Z 2021-05-13T16:36:17Z Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 zmoon 15079414 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 6158.853ms · About: xarray-datasette