home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where committer = 6883049 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 8

author 1

  • markelg 8
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
d5c3640622378285ba401220ddc64b5c899debae Issue #532. Add missing space to the argument description. 2015-08-18T08:25:36Z 2015-08-18T08:25:36Z Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 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
bc956f14cfc69d5efcdbd4625d326b69645d88a3 Added the basestring import to fix the python3 tests crash. 2015-08-17T13:36:27Z 2015-08-17T13:36:27Z Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 xarray 13221727 markelg 6883049 markelg 6883049
72e4a908eebc763a66a0922b8385e25cb2cc01d5 Added the new flag to the "what's new" file in the documentation. 2015-08-17T13:21:54Z 2015-08-17T13:21:54Z Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 Markel 94a5dc19227a35cce4d69be905e86c708c93a8b3 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 18.722ms · About: xarray-datasette