home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

64 rows where labels_id = 729586521

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
267516066,729586521 medium 729586521 Implement sensible query pagination 267516066
267788884,729586521 medium 729586521 Support Django-style filters in querystring arguments 267788884
268176505,729586521 medium 729586521 Support CSV export with a .csv extension 268176505
268469569,729586521 medium 729586521 Protect against malicious SQL that causes damage even though our DB is immutable 268469569
268592894,729586521 medium 729586521 While running, server should spot new db files added to its directory  268592894
271242824,729586521 medium 729586521 Run SQLite operations in a thread pool 271242824
271301468,729586521 medium 729586521 Dockerfile should build more recent SQLite with FTS5 and spatialite support 271301468
272694136,729586521 medium 729586521 Unit tests against application itself 272694136
273054652,729586521 medium 729586521 Implement a better database index page 273054652
273163905,729586521 medium 729586521 Rethink how metadata is generated and stored 273163905
273192789,729586521 medium 729586521 Command that builds a local docker container 273192789
273248366,729586521 medium 729586521 Enforce pagination (or at least limits) for arbitrary custom SQL 273248366
273267081,729586521 medium 729586521 Paginate views using OFFSET/LIMIT 273267081
273278840,729586521 medium 729586521 Set up some example datasets on a Cloudflare-backed domain 273278840
273569068,729586521 medium 729586521 Add more detailed API documentation to the README 273569068
273596159,729586521 medium 729586521 Post a blog entry announcing it to the world 273596159
273678673,729586521 medium 729586521 Detect foreign keys and use them to link HTML pages together 273678673
274001453,729586521 medium 729586521 UI for editing named parameters 274001453
309471814,729586521 medium 729586521 Ability to sort (and paginate) by column 309471814
316621102,729586521 medium 729586521 Add limit on the size in KB of data returned from a single query 316621102
323718842,729586521 medium 729586521 Mechanism for ranking results from SQLite full-text search 323718842
324162476,729586521 medium 729586521 Mechanism for automatically picking up changes when on-disk .db file changes 324162476
326767626,729586521 medium 729586521 Support multiple filters of the same type 326767626
333086005,729586521 medium 729586521 Deploy demo of Datasette on every commit that passes tests 333086005
339505204,729586521 medium 729586521 Package datasette for installation using homebrew 339505204
346027040,729586521 medium 729586521 Table view should support filtering via many-to-many relationships 346027040
440222719,729586521 medium 729586521 _facet_array should work against views 440222719
443021509,729586521 medium 729586521 Paginate + search for databases/tables on the homepage 443021509
443023308,729586521 medium 729586521 Replace most of `.inspect()` (and `datasette inspect`) with table counting 443023308
443038584,729586521 medium 729586521 Decide what to do about /-/inspect 443038584
444746021,729586521 medium 729586521 Pagination for the database index page 444746021
445850934,729586521 medium 729586521 Plugin hook: filters_from_request 445850934
446429421,729586521 medium 729586521 Facet by date 446429421
447408527,729586521 medium 729586521 Option to facet by date using month or year 447408527
447451492,729586521 medium 729586521 Mechanism for displaying summary of m2m relationships in rows on table view 447451492
449445715,729586521 medium 729586521 Figure out how to use Firebase with cloudrun to enable vanity URLs and CDN caching 449445715
449886319,729586521 medium 729586521 Rename metadata.json to config.json 449886319
450032134,729586521 medium 729586521 facet_m2m gets confused by multiple relationships 450032134
456578474,729586521 medium 729586521 Get Datasette tests passing on Windows in GitHub Actions 456578474
459537047,729586521 medium 729586521 Add unit test for "static" mechanism in plugins 459537047
463915863,729586521 medium 729586521 Mechanism for secrets in plugin configuration 463915863
464449570,729586521 medium 729586521 Add a universal navigation bar which can be modified by plugins 464449570
464868844,729586521 medium 729586521 datasette publish option for setting plugin configuration secrets 464868844
517451234,729586521 medium 729586521 ?_col= and ?_nocol= support for toggling columns on table view 517451234
519613116,729586521 medium 729586521 Refactor TableView.data() method 519613116
520667773,729586521 medium 729586521 Mechanism for indicating foreign key relationships in the table and query page URLs 520667773
520715188,729586521 medium 729586521 Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) 520715188
529429214,729586521 medium 729586521 Provide a cookiecutter template for creating new plugins 529429214
531755959,729586521 medium 729586521 Move hashed URL mode out to a plugin 531755959
627794879,729586521 medium 729586521 Redesign default .json format 627794879
628003707,729586521 medium 729586521 Ability to sign in to Datasette as a root account 628003707
628089318,729586521 medium 729586521 "datasette publish" should bake in a random --secret 628089318
634112607,729586521 medium 729586521 Ability to customize what happens when a view permission fails 634112607
634139848,729586521 medium 729586521 Mechanism for specifying allow_sql permission in metadata.json 634139848
637966833,729586521 medium 729586521 Log out mechanism for clearing ds_actor cookie 637966833
638212085,729586521 medium 729586521 Magic parameters for canned queries 638212085
640917326,729586521 medium 729586521 canned_queries() plugin hook 640917326
646737558,729586521 medium 729586521 Refactor default views to use register_routes 646737558
657572753,729586521 medium 729586521 ?sort=colname~numeric to sort by by column cast to real 657572753
718723543,729586521 medium 729586521 Add Link: pagination HTTP headers 718723543
729057388,729586521 medium 729586521 Switch to .blob render extension for BLOB downloads 729057388
749283032,729586521 medium 729586521 register_output_renderer() should support streaming data 749283032
951185411,729586521 medium 729586521 feature request: social meta tags 951185411
1378636455,729586521 medium 729586521 `datasette publish provider .` to publish whole directory, similar to configuration directory mode 1378636455

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