home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

37 rows where labels_id = 1543154283

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
493599818,1543154283 enhancement 1543154283 Command for fetching starred repos 493599818
493668862,1543154283 enhancement 1543154283 Extract licenses from repos into a separate table 493668862
493670426,1543154283 enhancement 1543154283 Command to fetch all repos belonging to a user or organization 493670426
493670730,1543154283 enhancement 1543154283 Command to fetch stargazers for one or more repos 493670730
493671014,1543154283 enhancement 1543154283 Add "incomplete" boolean to users table for incomplete profiles 493671014
506276893,1543154283 enhancement 1543154283 issue-comments command for importing issue comments 506276893
516967682,1543154283 enhancement 1543154283 Add this repos_starred view 516967682
520521843,1543154283 enhancement 1543154283 Command to fetch releases 520521843
520756546,1543154283 enhancement 1543154283 Add this view for seeing new releases 520756546
521275281,1543154283 enhancement 1543154283 Set up a live demo Datasette instance 521275281
530491074,1543154283 enhancement 1543154283 Command for importing events 530491074
544571092,1543154283 enhancement 1543154283 Assets table with downloads 544571092
578883725,1543154283 enhancement 1543154283 Command for importing commits 578883725
585850715,1543154283 enhancement 1543154283 Enable full-text search for more stuff (like commits, issues and issue_comments) 585850715
586454513,1543154283 enhancement 1543154283 Upgrade to sqlite-utils 2.x 586454513
586561727,1543154283 enhancement 1543154283 Turn GitHub API errors into exceptions 586561727
599776345,1543154283 enhancement 1543154283 Feature idea: github-to-sqlite everything ... 599776345
601333634,1543154283 enhancement 1543154283 Pull repository contributors 601333634
603624862,1543154283 enhancement 1543154283 Issue and milestone should have foreign key to repo 603624862
609950090,1543154283 enhancement 1543154283 Fall back to authentication via ENV 609950090
610408908,1543154283 enhancement 1543154283 Command for retrieving dependents for a repo 610408908
610511450,1543154283 enhancement 1543154283 Create index on issue_comments(user) and other foreign keys 610511450
610842926,1543154283 enhancement 1543154283 Add view for better display of dependent repos 610842926
610843136,1543154283 enhancement 1543154283 Mechanism for creating views if they don't yet exist 610843136
654405302,1543154283 enhancement 1543154283 Option for importing just specific repos 654405302
660355904,1543154283 enhancement 1543154283 github-to-sqlite tags command for fetching tags 660355904
660413281,1543154283 enhancement 1543154283 Rename tags.repo_id column to tags.repo 660413281
664485022,1543154283 enhancement 1543154283 Feature: pull request reviews and comments 664485022
681086659,1543154283 enhancement 1543154283 emojis command 681086659
703216044,1543154283 enhancement 1543154283 Feature: gists and starred gists 703216044
703218756,1543154283 enhancement 1543154283 Commands for making authenticated API calls 703218756
703246031,1543154283 enhancement 1543154283 github-to-sqlite should handle rate limits better 703246031
724264574,1543154283 enhancement 1543154283 Option to fetch README and/or HTML-rendered README for repos 724264574
753000405,1543154283 enhancement 1543154283 Command for fetching file contents 753000405
753026003,1543154283 enhancement 1543154283 github-to-sqlite workflows command 753026003
897212458,1543154283 enhancement 1543154283 Ability to fetch commits from branches other than the default 897212458
1211283427,1543154283 enhancement 1543154283 feature: display progress bar when downloading multi-page responses 1211283427

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 8.916ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows