home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where author = 1217238 and committer = 2448579 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, author_date (date), committer_date (date)

repo 1

  • xarray 6

author 1

  • shoyer · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
4c05d38459dcf20ac4dc7fb32bb8cef4d7627c8b BUG: overrides to a dimension coordinate do not get aligned (#3393) Fixes GH3377 2019-10-11T15:47:57Z 2019-10-11T15:47:57Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579
0aeee7fc1bfdfc8a31064522a7668984df402d2b setup.py updates (#3062) Mark xarray as "Production/Stable" rather than "Beta". Apparently some users have IT polices prohibiting the use of "beta" software! 2019-07-01T15:40:22Z 2019-07-01T15:40:22Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579
7dfca707756f15cce17d0eaa8add96cabc29a619 Less verbose tests on Windows (#2952) We don't want 10000 lines printing every single test :) 2019-05-13T17:08:09Z 2019-05-13T17:08:09Z Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579
164d20abb6ffc35eb3f314ce7fb5b9600cf9de3f DOC: remove outdated warning (#2818) 2019-03-20T19:07:58Z 2019-03-20T19:07:58Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579
a2a448dff8c053b1a3a137c64aedde520ac6de2a DOC: remove example using Dataset.T (#2572) * DOC: remove example using Dataset.T * Update reshaping.rst * Update reshaping.rst 2018-11-26T18:39:25Z 2018-11-26T18:39:25Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579
78058e2c1f39cbfae6eddb30e3b7d4a81b54ad8b Remove incorrect statement about "drop" in the text docs (#2439) As pointed out by FaustinCarter in GH1949 2018-09-27T16:37:02Z 2018-09-27T16:37:02Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 shoyer 1217238 dcherian 2448579

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 31.055ms · About: xarray-datasette