home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where author = 11656932 and repo = 13221727 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 · 5 ✖

author 1

  • jrbourbeau · 5 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
67d0ee20f66517627a2ce795b650b980dd982de9 Remove Dask single-threaded setting in tests (#7489) Co-authored-by: Joe Hamman <joe@earthmover.io> 2023-01-31T18:45:46Z 2023-01-31T18:45:46Z James Bourbeau c466adc74ff6b7b79d2233ecd3c7c16e9f9e5e76 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jrbourbeau 11656932 web-flow 19864447
9b79c3e09a348c3fc32e8abc522613491f19c8ee `kwargs` typo in custom backend docs (#7016) 2022-09-09T22:33:39Z 2022-09-09T22:33:39Z James Bourbeau c466adc74ff6b7b79d2233ecd3c7c16e9f9e5e76 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jrbourbeau 11656932 web-flow 19864447
9050a8b9efc28142b762475c7285603a87b00e83 Temporarily import `loop_in_thread` fixture from `distributed` (#6884) Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2022-08-06T01:25:19Z 2022-08-06T01:25:19Z James Bourbeau c466adc74ff6b7b79d2233ecd3c7c16e9f9e5e76 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jrbourbeau 11656932 web-flow 19864447
f915515d610b4471888fa44dfb00dbae3fd22349 Update `sparse` `test_chunk` xfail (#5751) 2021-08-31T14:27:16Z 2021-08-31T14:27:16Z James Bourbeau c466adc74ff6b7b79d2233ecd3c7c16e9f9e5e76 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jrbourbeau 11656932 web-flow 19864447
020345debdff999839aab3e2b6409d30407f3348 Ensure `HighLevelGraph` layers are `Layer` instances (#5271) 2021-05-06T20:29:54Z 2021-05-06T20:29:54Z James Bourbeau c466adc74ff6b7b79d2233ecd3c7c16e9f9e5e76 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jrbourbeau 11656932 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 55.984ms · About: xarray-datasette