home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

34 rows where labels_id = 2092302176

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
315738696,2092302176 tests 2092302176 Unit tests for installable plugins 315738696
625980317,2092302176 tests 2092302176 Unit test that checks that all plugin hooks have corresponding unit tests 625980317
626001501,2092302176 tests 2092302176 All plugin hooks should have unit tests 626001501
626131309,2092302176 tests 2092302176 Move test plugins into datasette/tests/plugins/ directory 626131309
629459637,2092302176 tests 2092302176 Replace response.body.decode("utf8") with response.text in tests 629459637
631789422,2092302176 tests 2092302176 TestResponse needs to handle multiple set-cookie headers 631789422
638104520,2092302176 tests 2092302176 Research feasibility of 100% test coverage 638104520
638229448,2092302176 tests 2092302176 Configure codecov.io 638229448
638238548,2092302176 tests 2092302176 Code coverage should ignore files in .coveragerc 638238548
638241779,2092302176 tests 2092302176 "Too many open files" error running tests 638241779
638259643,2092302176 tests 2092302176 Take advantage of .coverage being a SQLite database 638259643
648659536,2092302176 tests 2092302176 Figure out why restore_working_directory is needed in some places 648659536
659873662,2092302176 tests 2092302176 datasette.utils.testing module 659873662
718259202,2092302176 tests 2092302176 Remove xfail tests when new httpx is released 718259202
728905098,2092302176 tests 2092302176 Documentation and unit tests for urls.row() urls.row_blob() methods 728905098
735644513,2092302176 tests 2092302176 Fixtures should use FTS4 or FTS5, not FTS3 735644513
838245338,2092302176 tests 2092302176 Unit tests for the Dockerfile 838245338
903986178,2092302176 tests 2092302176 Test Datasette Docker images built for different architectures 903986178
908465747,2092302176 tests 2092302176 Update help in tests for latest Click 908465747
913809802,2092302176 tests 2092302176 Get rid of this `restore_working_directory` hack entirely 913809802
925491857,2092302176 tests 2092302176 Improve test coverage for `inspect.py` 925491857
941300946,2092302176 tests 2092302176 Stop using generated columns in fixtures.db 941300946
957298475,2092302176 tests 2092302176 OSError: AF_UNIX path too long in ds_unix_domain_socket_server 957298475
957302085,2092302176 tests 2092302176 Review places in codebase that use os.chdir(), in particularly relating to tests 957302085
1058815557,2092302176 tests 2092302176 Docker configuration for exercising Datasette behind Apache mod_proxy 1058815557
1102637351,2092302176 tests 2092302176 Replace update-docs-help.py script with cog 1102637351
1223459734,2092302176 tests 2092302176 Automated test for Pyodide compatibility 1223459734
1348394901,2092302176 tests 2092302176 Test `--load-extension` in GitHub Actions 1348394901
1408757705,2092302176 tests 2092302176 Intermittent "Too many open files" error running tests 1408757705
1422973111,2092302176 tests 2092302176 Flaky test: test_serve_localhost_http 1422973111
1499081664,2092302176 tests 2092302176 Refactor test suite to use mostly `async def` tests 1499081664
1499150951,2092302176 tests 2092302176 Port as many tests as possible to async def tests against ds_client 1499150951
1500636982,2092302176 tests 2092302176 Alternative, async-friendly pattern for `make_app_client()` and similar - fully retire `TestClient` 1500636982
1886649402,2092302176 tests 2092302176 Flaky test: test_hidden_sqlite_stat1_table 1886649402

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