home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

4 rows where author = 36361292, raw_committer = "f10b21bed2846b879806f87039b77245b18e7671" 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 · 4 ✖

author 1

  • MaximilianR · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
9dcfa733b307c74a561e72b945331269a5b93126 Pytest assert functions (#1147) * RFC for initial pytest assert function * functions all filled out * tweaks * only run invalid args test with bn * move existing assert funcs to wrappers of new funcs * typo * exclude DS_Store * allclose * WIP * a few fixes to existing tests * should have realized earlier to change the test func rather than each instance * patch tests even if potentially broken * note on skipping import tests * remove old functions * test change to get 3.3 build to pass * api and whatsnew * typo * final changes * final final change 2016-12-22T19:20:07Z 2016-12-22T19:20:07Z Maximilian Roos 3d83865c384b3c57ef94655eebe4826a9aa22e9e Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 MaximilianR 36361292 shoyer 1217238
d01077ae38ca9d48560517a9ce721be2c6c580d5 Minor test fixes (#1146) 2016-12-01T01:23:50Z 2016-12-01T01:23:50Z Maximilian Roos 3d83865c384b3c57ef94655eebe4826a9aa22e9e Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 MaximilianR 36361292 shoyer 1217238
78283563900e0f7acfd9264db8cfba9117efa169 is scalar less exclusive (#854) 2016-08-12T06:06:18Z 2016-08-12T06:06:18Z Maximilian Roos 3d83865c384b3c57ef94655eebe4826a9aa22e9e Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 MaximilianR 36361292 shoyer 1217238
50f647339ed05dd3feba6acf099b234621469937 WIP for transitioning from Panel docs (#832) 2016-08-08T17:08:22Z 2016-08-08T17:08:22Z Maximilian Roos 3d83865c384b3c57ef94655eebe4826a9aa22e9e Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 MaximilianR 36361292 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 32.908ms · About: xarray-datasette