home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where raw_author = "c84d7f43d020d0bf3c5831ac2608854c10387a91" 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 2

author 1

  • jcmgray 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
a8c1ed2ae3cc15863d37d869a7e1658eb33e01f6 add xyzpy to projects (#2189) 2018-05-27T20:45:37Z 2018-05-27T20:45:37Z Johnnie Gray c84d7f43d020d0bf3c5831ac2608854c10387a91 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jcmgray 8982598 shoyer 1217238
f40d323c76f6cab9615567e4ba7afde7860f7775 add 'no_conflicts' as compat option for merging non-conflicting data (#996) * Add notnull_equals method to Variable * add more tests for Variable.notnull_equals * add DataArray.notnull_equals * more tests for DataArray.notnull_equals * add Dataset.notnull_equals * remove redundant notnull_equivalent from utils * fix introduced flake8 errors * add 'notnull_equals' compat option to merge function and method * add wrong shape test to Variable.notnull_equals * refactor isnull * remove Dataset/Array `notnull_equals` methods * rename 'notnull_equals' --> 'no_conflicts' * update merge docstrings to include 'no_conflicts' * add docs on 'no_conflicts' * whats new entry * update dataset.merge docs and fix Raises ValueError -> MergeError * Update combining.rst Update combining.rst * DOC: We don't use None for missing values 2016-09-15T16:07:16Z 2016-09-15T16:07:16Z Johnnie Gray c84d7f43d020d0bf3c5831ac2608854c10387a91 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 jcmgray 8982598 shoyer 1217238

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