home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

5 rows where raw_author = "3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf" 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

  • markelg 5
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
3406de3afad2b8f7c0d8a8d4a374da7e48f76dca Merge branch 'master' of https://github.com/markelg/xray 2015-08-19T14:40:29Z 2015-08-19T14:40:29Z markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf xarray 13221727 markelg 6883049 markelg 6883049
cb8403487d50f529166cd11e8925def1fbe708f5 Change to issue #532. Pulled the "if ... is None" out of the loop and always convert drop_variables to a set. 2015-08-19T14:36:07Z 2015-08-19T14:36:07Z markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf xarray 13221727 markelg 6883049 markelg 6883049
61ca5ea7a1acfefa710279435970ce00e8cc6913 Small changes related to issue #532. Move the "if string" check outside the loop. Add a new test to check this string case. 2015-08-18T08:12:55Z 2015-08-18T08:12:55Z markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf xarray 13221727 markelg 6883049 markelg 6883049
c3225876b811db114093b85ea4e36bba58146231 Modified the drop_variables flag in xray.Dataset so now it supports single strings and it is embedded in the loop of decode_cf_variables. Added a test too. 2015-08-17T13:02:04Z 2015-08-17T13:02:04Z markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf xarray 13221727 markelg 6883049 markelg 6883049
d7ca12b0e8a2850bea7495ef1da820e0a2744d30 Added a --drop-variables flag to xray.open_dataset to exclude certain variables from being decoded. It passes it to xray.decode_cf. 2015-08-14T16:18:10Z 2015-08-14T16:18:10Z markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf markelg 3d31dc993d42caf8759b3e6b4ae53c1b93dc53bf xarray 13221727 markelg 6883049 markelg 6883049

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