home / projects

project

9 rows where source = "phabricator"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated

id ▼ name url source tests zuul_raw updated
1988 tool-recoin-sample (diffusion) https://phabricator.wikimedia.org/source/tool-recoin-sample.git phabricator     1698300000
1989 private repo 0 private repo 0 phabricator     1645513200
1990 tool-kiranbot3sample (diffusion) https://phabricator.wikimedia.org/source/tool-kiranbot3sample.git phabricator     1698386400
1991 tool-ameisenbot (diffusion) https://phabricator.wikimedia.org/source/tool-ameisenbot.git phabricator     1698472800
1992 tool-alvaro (diffusion) https://phabricator.wikimedia.org/source/tool-alvaro.git phabricator     1698386400
1993 private repo 1 private repo 1 phabricator     1698386400
1994 tool-mikasa-bot (diffusion) https://phabricator.wikimedia.org/source/tool-mikasa-bot.git phabricator     1698386400
1995 tool-tenst (diffusion) https://phabricator.wikimedia.org/source/tool-tenst.git phabricator     1698386400
1996 tool-basyounybot-test (diffusion) https://phabricator.wikimedia.org/source/tool-basyounybot-test.git phabricator     1698300000

Advanced export

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

CSV options:

CREATE TABLE project (
            id INTEGER PRIMARY KEY,
            name TEXT UNIQUE NOT NULL,
            url TEXT UNIQUE NOT NULL,
            source TEXT NOT NULL,
            tests TEXT,
            zuul_raw TEXT,
            updated INTEGER NOT NULL,
            CHECK (source IN ('gerrit', 'phabricator'))
        );
Powered by Datasette · Queries took 50.571ms