home / train

bug_project

20 rows where bug_id = 48

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
242 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 1.37.0-wmf.11; 2021-06-21
243 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 User-Ladsgroup
244 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikidata-Campsite-Iteration-∞
245 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 wdwb-tech
246 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikidata
247 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Train Deployments
248 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Release
249 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikimedia-Incident
250 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 SRE
251 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 serviceops
280 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 1.37.0-wmf.11; 2021-06-21
281 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 User-Ladsgroup
282 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikidata-Campsite-Iteration-∞
283 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 wdwb-tech
284 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikidata
285 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Train Deployments
286 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Release
287 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 Wikimedia-Incident
288 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 SRE
289 June 2021: appservers accumulating active php-fpm workers, requiring rolling restarts to avoid user-visible latency impact 48 serviceops

Advanced export

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

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 35.536ms