home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 2098617770

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
2098617770 PR_kwDOAMm_X85k-Koy 8656 Datatree import 479480 closed 0     28 2024-01-24T16:17:02Z 2024-01-31T18:42:28Z 2024-01-31T18:20:19Z CONTRIBUTOR   0 pydata/xarray/pulls/8656

This PR imports xarray-contrib/datatree and its history to pydata/xarray/xarray/datatree_

Step one of issue #8572. This imports the datatree code without exposing DataTree as a public API.

git filter repo https://github.com/newren/git-filter-repo was used to preserve some history for the merge.

Datatree tags were renamed to legacy-datatree-{tag}:

shell git filter-repo --tag-rename '':'legacy-datatree-'

Links to xarray-contrib/datatree original PRs are preserved by rewriting the messages using a replace-message file.

``` text

standard github style pull request (#39)

regex:(#(\d+))==>https://github.com/xarray-contrib/datatree/pull/\1

"Merge pull request #11 from TomNicholas/single_datanode_class"

regex:pull request #(\d+)==>https://github.com/xarray-contrib/datatree/pull/\1 ```

Links to the xarray-contrib/datatree Issues are preserved with a replace-text file.

``` text

standard comment change " # see issue #38"

regex:(\s?#.[ ])#(\d+)==>\1https://github.com/xarray-contrib/datatree/issues/\2

also " @pytest.mark.xfail(reason="Indexing needs to return whole tree (GH #77)")"

regex:((GH #(\d+)))==>(GH https://github.com/xarray-contrib/datatree/issues/\2) ```

The datatree repo was relocated to a subdirectory

shell git-filter-repo --to-subdirectory xarray/datatree_

and the prepared datatree repository was added as a remote and merged into xarray.

shell git merge prepared-datatree/main --no-commit --allow-unrelated-histories

This should allow work to begin on the rest of the steps in #8572

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/8656/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 162.135ms · About: xarray-datasette