Sunday, 2023-11-26

@harbott.osism.tech:regio.chatcorvus: seems there might be a regression with the latest zuul running on opendev since yesterday. any look at a builds page seems to result in an error, browser console says09:53
```
TypeError: ne.utc(...).tz is not a function
```
@harbott.osism.tech:regio.chatconfirmed with a fresh chromium, so not related to any caching I'd say, also not to firefox. the page does show the job selector box for a moment and shows the error a bit later, likely when trying to process data it receives from the api. `./web/src/containers/build/BuildTable.jsx` hasn't been touched in three years, too.12:05
@harbott.osism.tech:regio.chatalso the config-errors pagination seems to be only half working, I only see 50 items on https://zuul.opendev.org/t/openstack/config-errors , but no way of switching to the next page or even an indication that the list is complete12:12
@harbott.osism.tech:regio.chatalso having paging in the API already by default makes my previous way of tracking progress more difficult, is there a parametemer now to switch off paging? this used to list all errors:12:16
```
$ curl -s https://zuul.opendev.org/api/tenant/openstack/config-errors|jq '.[].name '|wc -l
50
```
@harbott.osism.tech:regio.chat * also having paging in the API already by default makes my previous way of tracking progress more difficult, is there a parameter now to switch off paging? this used to list all errors:12:16
```
$ curl -s https://zuul.opendev.org/api/tenant/openstack/config-errors|jq '.[].name '|wc -l
50
```

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!