home / django_tickets

tickets

3 rows where component = "Testing framework" and "created" is on date 2008-01-28 sorted by last_pulled_from_trac

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: stage, resolution, changetime (date), last_pulled_from_trac (date)

created (date) 1 ✖

  • 2008-01-28 · 3 ✖

component 1 ✖

  • Testing framework · 3 ✖
id created changetime last_pulled_from_trac ▼ stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
6477 2008-01-28 16:01:56 2014-07-11 22:11:58 2022-03-06 03:37:15.082714 Unreviewed closed Testing framework Uncategorized Normal dev wontfix Make running unit tests easier Added a Makefile with "test" target and a default unittest settings file. This enables users to easily run unittests with "make test". nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6478 2008-01-28 16:02:59 2008-02-03 01:24:23 2022-03-06 03:37:15.243808 Ready for checkin closed Testing framework     dev fixed Don't ignore Ctrl-C and system exit in tests The test runner should not silently ignore Ctrl-C and system exits. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6479 2008-01-28 16:03:40 2008-02-03 01:37:30 2022-03-06 03:37:15.417202 Ready for checkin closed Testing framework     dev fixed Replace hardcoded cookie session name Replace the hardcoded cookie session name "sessionid" with settings.SESSION_COOKIE_NAME. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tickets (
        id int primary key,
        created datetime,
        changetime datetime,
        last_pulled_from_trac datetime,
        stage text,
        status text,
        component text,
        type text,
        severity text,
        version text,
        resolution text,
        summary text,
        description text,
        owner text,
        reporter text,
        keywords text,
        easy boolean,
        has_patch boolean,
        needs_better_patch boolean,
        needs_tests boolean,
        needs_docs boolean,
        ui_ux boolean
    );
Powered by Datasette · Queries took 987.84ms