home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

11 rows where labels_id = 2308886390

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
688427751,2308886390 ops 2308886390 Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751
756761963,2308886390 ops 2308886390 Switch to google-github-actions/setup-gcloud for demo deploy 756761963
903978133,2308886390 ops 2308886390 Figure out how to publish alpha/beta releases to Docker Hub 903978133
903986178,2308886390 ops 2308886390 Test Datasette Docker images built for different architectures 903986178
939051549,2308886390 ops 2308886390 Serve using UNIX domain socket 939051549
944903881,2308886390 ops 2308886390 "invalid reference format" publishing Docker image 944903881
1058815557,2308886390 ops 2308886390 Docker configuration for exercising Datasette behind Apache mod_proxy 1058815557
1058896236,2308886390 ops 2308886390 Deploy a live instance of demos/apache-proxy 1058896236
1450312343,2308886390 ops 2308886390 Merge 1.0-dev branch back to main 1450312343
1468709531,2308886390 ops 2308886390 Interactive demo of Datasette 1.0 write APIs 1468709531
1470320227,2308886390 ops 2308886390 latest.datasette.io Cloud Run deploys failing 1470320227

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 15.721ms · About: simonw/datasette-graphql