repos
1 row where owner = 1284191 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), pushed_at (date), topics (array)
id | node_id | name | full_name | private | owner | html_url | description | fork | created_at | updated_at ▲ | pushed_at | homepage | size | stargazers_count | watchers_count | language | has_issues | has_projects | has_downloads | has_wiki | has_pages | has_discussions | forks_count | archived | disabled | open_issues_count | license | allow_forking | is_template | web_commit_signoff_required | topics | visibility | forks | open_issues | watchers | default_branch | permissions | temp_clone_token | allow_squash_merge | allow_merge_commit | allow_rebase_merge | allow_auto_merge | delete_branch_on_merge | allow_update_branch | use_squash_pr_title_as_default | squash_merge_commit_title | merge_commit_title | organization | security_and_analysis | network_count | subscribers_count | custom_properties |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13221727 | MDEwOlJlcG9zaXRvcnkxMzIyMTcyNw== | xarray | pydata/xarray | 0 | pydata 1284191 | https://github.com/pydata/xarray | N-D labeled arrays and datasets in Python | 0 | 2013-09-30T17:21:10Z | 2024-05-04T07:04:43Z | 2024-05-04T14:49:07Z | https://xarray.dev | 43680 | 3417 | 3417 | Python | 1 | 1 | 1 | 0 | 0 | 1 | 1016 | 0 | 0 | 1144 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | [ "dask", "netcdf", "numpy", "pandas", "python", "xarray" ] |
public | 1016 | 1144 | 3417 | main | { "admin": true, "maintain": true, "push": true, "triage": true, "pull": true } |
1 | 0 | 0 | 1 | 1 | 1 | 0 | COMMIT_OR_PR_TITLE | MERGE_MESSAGE | pydata 1284191 | { "secret_scanning": { "status": "enabled" }, "secret_scanning_push_protection": { "status": "disabled" }, "dependabot_security_updates": { "status": "disabled" }, "secret_scanning_validity_checks": { "status": "disabled" } } |
1016 | 109 | {} |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "repos" ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [name] TEXT, [full_name] TEXT, [private] INTEGER, [owner] INTEGER REFERENCES [users]([id]), [html_url] TEXT, [description] TEXT, [fork] INTEGER, [created_at] TEXT, [updated_at] TEXT, [pushed_at] TEXT, [homepage] TEXT, [size] INTEGER, [stargazers_count] INTEGER, [watchers_count] INTEGER, [language] TEXT, [has_issues] INTEGER, [has_projects] INTEGER, [has_downloads] INTEGER, [has_wiki] INTEGER, [has_pages] INTEGER, [has_discussions] INTEGER, [forks_count] INTEGER, [archived] INTEGER, [disabled] INTEGER, [open_issues_count] INTEGER, [license] TEXT REFERENCES [licenses]([key]), [allow_forking] INTEGER, [is_template] INTEGER, [web_commit_signoff_required] INTEGER, [topics] TEXT, [visibility] TEXT, [forks] INTEGER, [open_issues] INTEGER, [watchers] INTEGER, [default_branch] TEXT, [permissions] TEXT, [temp_clone_token] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [allow_auto_merge] INTEGER, [delete_branch_on_merge] INTEGER, [allow_update_branch] INTEGER, [use_squash_pr_title_as_default] INTEGER, [squash_merge_commit_message] TEXT, [squash_merge_commit_title] TEXT, [merge_commit_message] TEXT, [merge_commit_title] TEXT, [organization] INTEGER REFERENCES [users]([id]), [security_and_analysis] TEXT, [network_count] INTEGER, [subscribers_count] INTEGER , [custom_properties] TEXT); CREATE INDEX [idx_repos_organization] ON [repos] ([organization]); CREATE INDEX [idx_repos_license] ON [repos] ([license]); CREATE INDEX [idx_repos_owner] ON [repos] ([owner]);