opendevreview | Simon Westphahl proposed zuul/zuul master: Log result payload size of merger jobs https://review.opendev.org/c/zuul/zuul/+/801422 | 06:42 |
---|---|---|
-opendevstatus- NOTICE: Due to a configuration error unfortunately the Zuul queue was lost. Please recheck any in-flight changes | 06:57 | |
*** rpittau|afk is now known as rpittau | 07:27 | |
opendevreview | Matthieu Huin proposed zuul/zuul master: [api][cors] Add CORS configuration https://review.opendev.org/c/zuul/zuul/+/767691 | 09:49 |
*** jcapitao is now known as jcapitao_lunch | 10:38 | |
sshnaidm | hi, I noticed zuul.openstack.org/api/builds prints all builds including running, although zuul.openstack.org/builds (not api) prints only finished. Was it always the case? I think both was the same before - only finished jobs | 11:25 |
*** jcapitao_lunch is now known as jcapitao | 12:05 | |
mhu1 | sshnaidm, seems to be new, if you check the dev console in your browser, you can see that the api call in the builds page is https://zuul.openstack.org/api/builds?complete=true | 12:11 |
sshnaidm | mhu1, ack, so in api it's currently false by default | 12:12 |
mhu1 | sshnaidm, https://opendev.org/zuul/zuul/commit/43a8e34559e594a33faafecfe9a0a33e52e25ee8 | 12:14 |
sshnaidm | mhu1, great, thanks | 12:14 |
opendevreview | Guillaume Chauvel proposed zuul/zuul master: WIP gitlab quick-start https://review.opendev.org/c/zuul/zuul/+/795540 | 12:32 |
opendevreview | Guillaume Chauvel proposed zuul/zuul master: WIP gitlab quick-start HTTPS https://review.opendev.org/c/zuul/zuul/+/800009 | 12:32 |
opendevreview | Matthieu Huin proposed zuul/zuul master: [api][cors] Add CORS configuration https://review.opendev.org/c/zuul/zuul/+/767691 | 13:15 |
opendevreview | Matthieu Huin proposed zuul/zuul master: REST API: Implement nodes filtering https://review.opendev.org/c/zuul/zuul/+/736042 | 13:53 |
opendevreview | Matthieu Huin proposed zuul/zuul-client master: Support web API pagination results https://review.opendev.org/c/zuul/zuul-client/+/793362 | 13:56 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Web UI: add checkboxes and selects to filter toolbar https://review.opendev.org/c/zuul/zuul/+/729265 | 13:58 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Web UI: make more filters selectable in build, buildset searches https://review.opendev.org/c/zuul/zuul/+/793159 | 13:58 |
opendevreview | Matthieu Huin proposed zuul/zuul master: UI: add pagination to builds, buildsets search https://review.opendev.org/c/zuul/zuul/+/793467 | 14:08 |
opendevreview | Matthieu Huin proposed zuul/zuul master: web UI: user login with OpenID Connect https://review.opendev.org/c/zuul/zuul/+/734082 | 14:13 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Add authentication-realm attribute to tenants https://review.opendev.org/c/zuul/zuul/+/735586 | 14:31 |
opendevreview | Matthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to dequeue a change https://review.opendev.org/c/zuul/zuul/+/734850 | 14:32 |
opendevreview | Matthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to re-enqueue a change https://review.opendev.org/c/zuul/zuul/+/736772 | 14:34 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Web UI: allow a privileged user to request autohold https://review.opendev.org/c/zuul/zuul/+/768115 | 14:40 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Web UI: add Autoholds, Autohold page https://review.opendev.org/c/zuul/zuul/+/768199 | 14:41 |
*** chkumar|rover is now known as chandankumar | 14:42 | |
clarkb | sshnaidm: it is a side effect of an update to report all builds to the database when they start rather than only when the entire buildset completes | 14:45 |
opendevreview | Matthieu Huin proposed zuul/zuul master: REST API, Web UI: add pipelines' manager, triggers data in status https://review.opendev.org/c/zuul/zuul/+/736968 | 14:48 |
opendevreview | Matthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to promote a change https://review.opendev.org/c/zuul/zuul/+/781858 | 14:56 |
opendevreview | Matthieu Huin proposed zuul/zuul master: Example Docker compose: keycloak integration https://review.opendev.org/c/zuul/zuul/+/769943 | 15:16 |
*** marios is now known as marios|out | 16:31 | |
*** rpittau is now known as rpittau|afk | 17:21 | |
corvus | zuul-maint: https://review.opendev.org/800994 is hitting a lot of changes, could you look at approving it? | 20:36 |
opendevreview | James E. Blair proposed zuul/zuul master: Remove OrderedDict for tenants https://review.opendev.org/c/zuul/zuul/+/801658 | 20:41 |
corvus | swest, tobiash: regarding 801439/801442 i looked into preserving the file-sort order of tenants, and while I think we could do so relatively easily for existing tenants, it actually gets pretty complex when adding new tenants to the middle of the list. we'd have to update several function signatures and pass around more data just to handle it. it's not an insurmountable task, but i also think it's probably not very important. i think we can just | 20:45 |
corvus | go with the alpha-sort you propose. i made a followup in 801658 to clarify that for us developers. :) | 20:45 |
opendevreview | James E. Blair proposed zuul/zuul master: Remove OrderedDict for tenants https://review.opendev.org/c/zuul/zuul/+/801658 | 20:47 |
corvus | tristanC, infra-root: can you think of any reason we might need to keep the tenants sorted as they appear in the config file, or is alphabetical sorting okay? | 20:49 |
corvus | i think we put 'opendev' on the top of the list in opendev, but i don't think it's that important. | 20:50 |
fungi | with my opendev hat on it's not important to me, but maybe some sites do care to manually sort their tenant lists in the ui? of course they can also create a custom tenant list page if that's really crucial for them | 20:51 |
tristanC | corvus: i can't think of any reason to keep the config file order. | 20:51 |
opendevreview | Merged zuul/zuul master: Split ZK event queues by type https://review.opendev.org/c/zuul/zuul/+/801387 | 21:17 |
opendevreview | Merged zuul/zuul master: Shard event queue data https://review.opendev.org/c/zuul/zuul/+/801402 | 21:17 |
clarkb | ya I don't care about the sorting being preserved | 21:43 |
opendevreview | James E. Blair proposed zuul/zuul master: WIP: ZK keystore import/export https://review.opendev.org/c/zuul/zuul/+/800854 | 23:48 |
corvus | woo that's a net -255 line change so far :) (before docs -- that'll probably close the gap a little bit) | 23:49 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!