home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

101 rows where labels_id = 1379448359

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
267769431,1379448359 refactor 1379448359 Refactor to use class based views  267769431
323658641,1379448359 refactor 1379448359 Add ?_extra= mechanism for requesting extra properties in JSON 323658641
443040665,1379448359 refactor 1379448359 Move "no such module: VirtualSpatialIndex" code elsewhere 443040665
448664792,1379448359 refactor 1379448359 Refactor database methods off Datasette class 448664792
448668204,1379448359 refactor 1379448359 Move detect_primary_keys to Database class method 448668204
448978907,1379448359 refactor 1379448359 Rename InterruptedError exception class 448978907
459509126,1379448359 refactor 1379448359 Enforce import sort order with isort 459509126
459622390,1379448359 refactor 1379448359 Handle case-insensitive headers in a nicer way 459622390
460540321,1379448359 refactor 1379448359 Extract codemirror SQL editor out into a plugin 460540321
502355384,1379448359 refactor 1379448359 Testing utilities should be available to plugins 502355384
519613116,1379448359 refactor 1379448359 Refactor TableView.data() method 519613116
531755959,1379448359 refactor 1379448359 Move hashed URL mode out to a plugin 531755959
593006814,1379448359 refactor 1379448359 Refactor duplicate cell display logic 593006814
626078521,1379448359 refactor 1379448359 Consolidate request.raw_args and request.args 626078521
626131309,1379448359 refactor 1379448359 Move test plugins into datasette/tests/plugins/ directory 626131309
629459637,1379448359 refactor 1379448359 Replace response.body.decode("utf8") with response.text in tests 629459637
629541395,1379448359 refactor 1379448359 response.set_cookie() method 629541395
633066114,1379448359 refactor 1379448359 Refactor permission check for canned query 633066114
634651079,1379448359 refactor 1379448359 Remove --debug option from datasette serve 634651079
634844634,1379448359 refactor 1379448359 Drop resource_type from permission_allowed system 634844634
646737558,1379448359 refactor 1379448359 Refactor default views to use register_routes 646737558
648435885,1379448359 refactor 1379448359 New pattern for views that return either JSON or HTML, available for plugins 648435885
648659536,1379448359 refactor 1379448359 Figure out why restore_working_directory is needed in some places 648659536
663228985,1379448359 refactor 1379448359 datasette.urls.table() / .instance() / .database() methods for constructing URLs, also exposed to templates 663228985
671763164,1379448359 refactor 1379448359 Refactor TableView class so things like datasette-graphql can reuse the logic 671763164
687694947,1379448359 refactor 1379448359 Remove old register_output_renderer dict mechanism in Datasette 1.0 687694947
688622148,1379448359 refactor 1379448359 Simplify imports of common classes 688622148
691475400,1379448359 refactor 1379448359 Upgrade to latest Black (20.8b1) 691475400
718255803,1379448359 refactor 1379448359 Replace MockRequest with Request.fake() 718255803
725743755,1379448359 refactor 1379448359 datasette.urls.table(..., format="json") argument 725743755
730210880,1379448359 refactor 1379448359 query.html and table.html should share the same table implementation 730210880
732674148,1379448359 refactor 1379448359 Refactor .csv to be an output renderer - and teach register_output_renderer to stream all rows 732674148
733560417,1379448359 refactor 1379448359 Remove load_template plugin hook 733560417
735644513,1379448359 refactor 1379448359 Fixtures should use FTS4 or FTS5, not FTS3 735644513
749982022,1379448359 refactor 1379448359 Rebrand config as settings 749982022
750079085,1379448359 refactor 1379448359 Rename datasette.config() method to datasette.setting() 750079085
772438273,1379448359 refactor 1379448359 Use time.perf_counter() instead of time.time() to measure performance 772438273
779691739,1379448359 refactor 1379448359 Policy on documenting "public" datasette.utils functions 779691739
782708469,1379448359 refactor 1379448359 Take advantage of sqlite-utils cached table counts, if available 782708469
789336592,1379448359 refactor 1379448359 view_name = "query" for the query page 789336592
903902495,1379448359 refactor 1379448359 Improve `path_with_replaced_args()` and friends and document them 903902495
913017577,1379448359 refactor 1379448359 pathlib.Path breaks internal schema 913017577
913809802,1379448359 refactor 1379448359 Get rid of this `restore_working_directory` hack entirely 913809802
957302085,1379448359 refactor 1379448359 Review places in codebase that use os.chdir(), in particularly relating to tests 957302085
957315684,1379448359 refactor 1379448359 Rename settings to `default_allow_facet` and `default_allow_download` and `default_allow_csv_stream` 957315684
969855774,1379448359 refactor 1379448359 Rename Datasette.__init__(config=) parameter to settings= 969855774
994390593,1379448359 refactor 1379448359 Faceting for custom SQL queries 994390593
1058072543,1379448359 refactor 1379448359 Complete refactor of TableView and table.html template 1058072543
1059209412,1379448359 refactor 1379448359 Come up with a more elegant solution for base_url than ds.urls.path() 1059209412
1077893013,1379448359 refactor 1379448359 `keep_blank_values=True` when parsing `request.args` 1077893013
1079129258,1379448359 refactor 1379448359 TableView refactor 1079129258
1082743068,1379448359 refactor 1379448359 filters_from_request plugin hook, now used in TableView 1082743068
1083573206,1379448359 refactor 1379448359 Datasette(... files=) should not be a required argument 1083573206
1083718998,1379448359 refactor 1379448359 Remove undocumented sqlite_functions mechanism 1083718998
1161584460,1379448359 refactor 1379448359 Get rid of the no-longer necessary ?_format=json hack for tables called x.json 1161584460
1169840669,1379448359 refactor 1379448359 Revert main to version that passes tests 1169840669
1170144879,1379448359 refactor 1379448359 Refactor and simplify Datasette routing and views 1170144879
1170355774,1379448359 refactor 1379448359 Remove Hashed URL mode 1170355774
1174162781,1379448359 refactor 1379448359 Refactor URL routing to enable testing 1174162781
1174302994,1379448359 refactor 1379448359 Make route matched pattern groups more consistent 1174302994
1174697144,1379448359 refactor 1379448359 Refactor CSV handling code out of DataView 1174697144
1175648453,1379448359 refactor 1379448359 Extract out `check_permissions()` from `BaseView 1175648453
1175694248,1379448359 refactor 1379448359 Remove `check_permission()` from `BaseView` 1175694248
1175715988,1379448359 refactor 1379448359 Make `check_visibility()` a documented API 1175715988
1200650491,1379448359 refactor 1379448359 Template context powered entirely by the JSON API format 1200650491
1212823665,1379448359 refactor 1379448359 Refactor TableView to use asyncinject 1212823665
1214859703,1379448359 refactor 1379448359 Refactor `RowView` and remove `RowTableShared` 1214859703
1219385669,1379448359 refactor 1379448359 Implement ?_extra and new API design for TableView 1219385669
1223241647,1379448359 refactor 1379448359 Remove python-baseconv dependency 1223241647
1223263540,1379448359 refactor 1379448359 Datasette setting to disable threading (for Pyodide) 1223263540
1386854246,1379448359 refactor 1379448359 Switch to keyword-only arguments for a bunch of internal methods 1386854246
1386917344,1379448359 refactor 1379448359 Keyword-only arguments for a bunch of internal methods 1386917344
1396948693,1379448359 refactor 1379448359 Table/database that is private due to inherited permissions does not show padlock 1396948693
1406860394,1379448359 refactor 1379448359 Drop format_bytes for Jinja filesizeformat filter 1406860394
1432012302,1379448359 refactor 1379448359 Refactor and tidy up final write API code 1432012302
1452364777,1379448359 refactor 1379448359 Extract logic for resolving a URL to a database / table / row 1452364777
1455928469,1379448359 refactor 1379448359 Refactor all error classes into a datasette.exceptions module 1455928469
1456013930,1379448359 refactor 1379448359 Extract publish Heroku support to a plugin 1456013930
1500636982,1379448359 refactor 1379448359 Alternative, async-friendly pattern for `make_app_client()` and similar - fully retire `TestClient` 1500636982
1551694938,1379448359 refactor 1379448359 ?_extra= support (draft) 1551694938
1573424830,1379448359 refactor 1379448359 Refactor out the keyset pagination code 1573424830
1633077183,1379448359 refactor 1379448359 Remove obsolete table POST code 1633077183
1646734246,1379448359 refactor 1379448359 Custom SQL queries should use new JSON ?_extra= format 1646734246
1662951875,1379448359 refactor 1379448359 DeprecationWarning: pkg_resources is deprecated as an API 1662951875
1665510265,1379448359 refactor 1379448359 Clean up a bunch of warnings from ruff 1665510265
1726236847,1379448359 refactor 1379448359 Resolve the difference between `wrap_view()` and `BaseView` 1726236847
1726603778,1379448359 refactor 1379448359 New View base class 1726603778
1781005740,1379448359 refactor 1379448359 Adopt ruff for linting 1781005740
1822936521,1379448359 refactor 1379448359 Merge database index page and query view 1822936521
1822937426,1379448359 refactor 1379448359 Implement new /content.json?sql=... 1822937426
1822938661,1379448359 refactor 1379448359 Build HTML version of /content?sql=... 1822938661
1822940263,1379448359 refactor 1379448359 Implement canned queries against new query JSON work 1822940263
1822940964,1379448359 refactor 1379448359 Ensure all tests pass against new query view JSON 1822940964
1822949756,1379448359 refactor 1379448359 Turn DatabaseDownload into an async view function 1822949756
1822982933,1379448359 refactor 1379448359 Figure out what to do about `DatabaseView.name` 1822982933
1823352380,1379448359 refactor 1379448359 New JSON design for query views 1823352380
1823428714,1379448359 refactor 1379448359 Add __all__ to datasette/__init__.py 1823428714
1838469176,1379448359 refactor 1379448359 Context base class to support documenting the context 1838469176
1840417903,1379448359 refactor 1379448359 Refactor code that supports templates_considered comment 1840417903
1872043170,1379448359 refactor 1379448359 Rename core_X to catalog_X in the internals 1872043170

Next page

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