home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

8 rows where author = 44147817 and committer = 19864447 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 8

author 1

  • gcaria · 8 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
5871637873cd83c3a656ee6f4df86ea6628cf68a Do not change coordinate inplace when throwing error (#5957) 2021-11-09T20:28:13Z 2021-11-09T20:28:13Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
808b2e9eec1ec48d43cf9311dee27cd5550b8fd2 Set coord name concat when `concat`ing along a DataArray (#5611) 2021-08-23T17:00:39Z 2021-08-23T17:00:39Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
efe7e5f5c0bc94085ab69341364e06877794fd33 Remove suggestion to install pytest-xdist in docs (#5713) 2021-08-19T22:16:19Z 2021-08-19T22:16:19Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
293613e82467e7c3e1c27d895f629c5b6bbec1e7 Accept missing_dims in Variable.transpose and Dataset.transpose (#5586) 2021-07-17T21:02:59Z 2021-07-17T21:02:59Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
6dd080f21f332815b401ad3f51a39365d09fb56e Move encode expected test failures to own function (#5308) 2021-05-14T10:06:12Z 2021-05-14T10:06:12Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
0a29ef896f6a79be2d36394dcb02857f69e0f170 Raise error for invalid reference date for encoding time units (#5288) 2021-05-13T18:27:13Z 2021-05-13T18:27:13Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
4aef8f9ff823cc1c5fa4e837acbfe2483110716b Add to_pandas method for Dataset and related test (#5247) Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch> 2021-05-04T13:55:59Z 2021-05-04T13:55:59Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 web-flow 19864447
6c602945c717537f5282d5fdce45e2fe0f5869de Enable using __setitem__ for Dataset using a list as key (#5216) * Add test for using Dataset.__setitem__ with a list * Enable using Dataset.__setitem__ with a list * Add typing and improve docstring * Test against adding arrays one by one * Add entry to whats-new.rst * Improve variables naming for tests Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> * Use List instead of Iterable Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> * Set item depending on length of key * Change to parametrized test for expected failures Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2021-05-02T20:29:33Z 2021-05-02T20:29:33Z Giacomo Caria e04dd511ef4dfbad96c3b43dfe139e8a34d7c77f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 gcaria 44147817 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.761ms · About: xarray-datasette