home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

27 rows where labels_id = 727708739

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
267739593,727708739 wontfix 727708739 See if I can get a websockets interface working 267739593
267769034,727708739 wontfix 727708739 Use Sanic configuration mechanism  267769034
268591332,727708739 wontfix 727708739 Homepage UI for editing metadata file 268591332
268592894,727708739 wontfix 727708739 While running, server should spot new db files added to its directory  268592894
272391665,727708739 wontfix 727708739 Switch to ujson 272391665
273026602,727708739 wontfix 727708739 Solution for temporarily uploading DB so it can be built by docker 273026602
273878873,727708739 wontfix 727708739 Option to serve databases from a different prefix, serve regular content elsewhere 273878873
274264175,727708739 wontfix 727708739 datasette publish elasticbeanstalk 274264175
274265878,727708739 wontfix 727708739 datasette publish appengine 274265878
314847571,727708739 wontfix 727708739 Investigate syntactic sugar for plugins 314847571
315142414,727708739 wontfix 727708739 Allow plugins to add new cli sub commands  315142414
317714268,727708739 wontfix 727708739 External metadata.json 317714268
340396247,727708739 wontfix 727708739 Expose SANIC_RESPONSE_TIMEOUT config option in a sensible way 340396247
345469355,727708739 wontfix 727708739 Automatically create a GitHub release linking to release notes for every tagged release 345469355
377156339,727708739 wontfix 727708739 datasette publish digitalocean plugin 377156339
440134714,727708739 wontfix 727708739 Define mechanism for plugins to return structured data 440134714
521282013,727708739 wontfix 727708739 Unit tests should fail under Python 3.8 521282013
607770595,727708739 wontfix 727708739 escape_fts() does not correctly escape * wildcards 607770595
631932926,727708739 wontfix 727708739 allow_by_query setting for configuring permissions with a SQL statement 631932926
636614868,727708739 wontfix 727708739 It would be more intuitive if "allow": none meant "no-one can do this" 636614868
684961449,727708739 wontfix 727708739 Try out CodeMirror SQL hints 684961449
710650633,727708739 wontfix 727708739 Default table view JSON should include CREATE TABLE 710650633
733390884,727708739 wontfix 727708739 load_template() example in documentation showing loading from a database 733390884
837348479,727708739 wontfix 727708739 Don't attempt to run count(*) against virtual tables 837348479
1065432388,727708739 wontfix 727708739 Maybe return JSON from HTML pages if `Accept: application/json` is sent 1065432388
1152072027,727708739 wontfix 727708739 Dependency issue with asgiref and uvicorn 1152072027
1212823665,727708739 wontfix 727708739 Refactor TableView to use asyncinject 1212823665

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 9.066ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows