home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 51911758 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 3

author 1

  • remigathoni · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
c75ac8b7ab33be95f74d9e6f10b8173c68828751 Docstrings examples for string methods (#7669) * Use more descriptive link texts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix link target name * Fix typos * Add example for DataArray.str.capitalize * Add example for DataArray.str.lower * Add docstring example for DataArray.str.swapcase * Add docstring example for DataArray.str.title * Add docstring example for DataArray.str.upper * Add docstring example for DataArray.str.casefold * Add docstring example for DataArray.str.isalnum * Add docstring example for DataArray.str.isalpha * Add docstring example for DataArray.str.isdecimal * Add docstring example for DataArray.str.isdigit * Add docstring example for DataArray.str.islower * Add docstring example for DataArray.str.isnumeric * Add docstring example for DataArray.str.isspace * Add docstring example of DataArray.str.istitle * Add docstring example for DataArray.str.isupper * Add a docstring example for DataArray.str.count * Add docstring example of DataArray.str.startswith * Add docstring example of DataArray.str.endswith * Use varied examples * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Escape \n and \t Solves the incosistent whitespace error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes failing doctests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Replace "Example" with "Examples" To follow the Numpy docstrings format. * Delete unnecessary import * Pass a regex to the count function * Pass an array of strings to the count function This example demonstrates how the pattern is broadcasted. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add docstrings examples for DataArray.str.pad * [pr… 2023-04-19T02:26:20Z 2023-04-19T02:26:20Z Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 remigathoni 51911758 web-flow 19864447
52d20a33b4367dea68eaa9608512a3dfe1a5b53b Adjust sidebar font colors (#7674) Co-authored-by: remigathoni <marg.kahiga@gmail.com> 2023-03-27T18:14:24Z 2023-03-27T18:14:24Z Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 remigathoni 51911758 web-flow 19864447
d07362244026597ea9983699c912b7d6309b6d6a Use more descriptive link texts (#7625) * Use more descriptive link texts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix link target name * Fix typos --------- Co-authored-by: remigathoni <marg.kahiga@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2023-03-16T19:00:45Z 2023-03-16T19:00:45Z Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 remigathoni 51911758 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 14.35ms · About: xarray-datasette