repos_starred (view)
1 row where full_name = "dogsheep/dogsheep-beta" and "starred_at" is on date 2019-09-14
This data as json, CSV (advanced)
Suggested facets: starred_at (date), created_at (date), updated_at (date), pushed_at (date), topics (array)
starred_at | starred_by | 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 | forks_count | archived | disabled | open_issues_count | license | topics | forks | open_issues | watchers | default_branch | permissions | organization | temp_clone_token | allow_squash_merge | allow_merge_commit | allow_rebase_merge | delete_branch_on_merge | network_count | subscribers_count | parent | source | allow_auto_merge | allow_forking | visibility | is_template | template_repository | allow_update_branch | use_squash_pr_title_as_default | web_commit_signoff_required | squash_merge_commit_title | merge_commit_title | has_discussions | security_and_analysis |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2019-09-14T00:25:11Z | turtlesoupy | 197431109 | MDEwOlJlcG9zaXRvcnkxOTc0MzExMDk= | dogsheep-beta | dogsheep/dogsheep-beta | 0 | 53015001 | https://github.com/dogsheep/dogsheep-beta | Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette | 0 | 2019-07-17T17:07:26Z | 2023-11-26T18:27:51Z | 2021-09-03T17:47:45Z | https://dogsheep.github.io/ | 61 | 174 | 174 | Python | 1 | 0 | 1 | 0 | 0 | 6 | 0 | 0 | 15 | [ "datasette", "datasette-io", "datasette-plugin", "datasette-tool", "dogsheep", "search" ] |
6 | 15 | 174 | main | { "admin": true, "maintain": true, "push": true, "triage": true, "pull": true } |
53015001 | 1 | 1 | 1 | 0 | 6 | 9 | 0 | 1 | public | 0 | 0 | 0 | 0 | COMMIT_OR_PR_TITLE | MERGE_MESSAGE | 0 | { "secret_scanning": { "status": "disabled" }, "secret_scanning_push_protection": { "status": "disabled" }, "dependabot_security_updates": { "status": "enabled" }, "secret_scanning_validity_checks": { "status": "disabled" } } |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW repos_starred AS select stars.starred_at, starring_user.login as starred_by, repos.* from repos join stars on repos.id = stars.repo join users as starring_user on stars.user = starring_user.id join users on repos.owner = users.id order by starred_at desc;