home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

36 rows where labels_id = 2175284252

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
276718605,2175284252 design 2175284252 Set up a pattern portfolio 276718605
573755726,2175284252 design 2175284252 Mechanism for plugins to add action menu items for various things 573755726
647103735,2175284252 design 2175284252 "Logged in as: XXX - logout" navigation item 647103735
649437530,2175284252 design 2175284252 Canned query page should show the name of the canned query 649437530
655465863,2175284252 design 2175284252 "latest" in new documentation navbar is invisible 655465863
658476055,2175284252 design 2175284252 Use white-space: pre-wrap on ALL table cell contents 658476055
711627628,2175284252 design 2175284252 Action menu for table columns 711627628
714377268,2175284252 design 2175284252 Redesign application homepage 714377268
715072935,2175284252 design 2175284252 Column action menu should show column type 715072935
717699884,2175284252 design 2175284252 Wide tables should scroll horizontally within the page 717699884
718953669,2175284252 design 2175284252 Add a "delete" icon next to filters (in addition to "remove filter") 718953669
726094754,2175284252 design 2175284252 Add horizontal scrollbar to tables 726094754
726687572,2175284252 design 2175284252 Add an animation to the column actions menu 726687572
730752399,2175284252 design 2175284252 Radical new colour scheme and base styles, courtesy of @natbat 730752399
732798913,2175284252 design 2175284252 Navigation menu plus plugin hook 732798913
733999615,2175284252 design 2175284252 Handle long breadcrumbs better with new menu 733999615
849220154,2175284252 design 2175284252 Better default display of arrays of items 849220154
856895291,2175284252 design 2175284252 Design better empty states 856895291
913823889,2175284252 design 2175284252 Navigation menu display bug 913823889
913900374,2175284252 design 2175284252 Don't show foreign key IDs twice if no label 913900374
977323133,2175284252 design 2175284252 Ability to search for text across all columns in a table 977323133
1069881276,2175284252 design 2175284252 Different default layout for row page 1069881276
1077620955,2175284252 design 2175284252 Redesign CSV export to improve usability 1077620955
1108235694,2175284252 design 2175284252 A proper favicon 1108235694
1114147905,2175284252 design 2175284252 Move canned queries closer to the SQL input area 1114147905
1175894898,2175284252 design 2175284252 Consider simplifying permissions for 1.0 1175894898
1186696202,2175284252 design 2175284252 Show foreign key label when filtering 1186696202
1193090967,2175284252 design 2175284252 Proposal: datasette query 1193090967
1215174094,2175284252 design 2175284252 Design plugin hook for extras 1215174094
1374626873,2175284252 design 2175284252 Featured table(s) on the homepage 1374626873
1563264257,2175284252 design 2175284252 Row page should default to card view 1563264257
1855885427,2175284252 design 2175284252 De-tangling Metadata before Datasette 1.0 1855885427
1858228057,2175284252 design 2175284252 Plugin hook for database queries that are run 1858228057
1865869205,2175284252 design 2175284252 Proposal: Make the `_internal` database persistent, customizable, and hidden 1865869205
1876353656,2175284252 design 2175284252 Consider a request/response wrapping hook slightly higher level than asgi_wrapper() 1876353656
1895266807,2175284252 design 2175284252 Design decision - should configuration be exposed at /-/config ? 1895266807

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