home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

1 row where author = 51421921 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 1

author 1

  • eni-awowale · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
5f24079ddaeb0bb16a039d091cbd48710aca4915 Migrate formatting_html.py into xarray core (#8930) * DAS-2066: formatting_html.py merge * Revert "DAS-2066: formatting_html.py merge" oopsies This reverts commit d68ae3c823bbbe26c918605a388464b5ba2309c2. * Adding datatree functions to core * Deleted formatting_html.py and test_formatting_html.py in datatree_ * renamed all of the relevant functions so they represent datatree * added comment for mypy * added dict[any, any] as type hint for children * added dict[Any, Any] as type hint for children * updated typhint to dict[str, DataTree] and increased pixel min width to 700 * replaced Any with DataTree * added type checking * DAS-2066 - Incorporate CSS changes for DataTree display. * DAS-2066 - Fix tests. --------- Co-authored-by: Owen Littlejohns <owen.m.littlejohns@nasa.gov> Co-authored-by: Matt Savoie <matthew.savoie@colorado.edu> 2024-04-18T21:59:44Z 2024-04-18T21:59:44Z Eni 5d2e8bb0cd1e89c917fbc1547d76ed84a27f9199 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 eni-awowale 51421921 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 5437.114ms · About: xarray-datasette