Wednesday, 2021-07-21

opendevreviewSimon Westphahl proposed zuul/zuul master: Log result payload size of merger jobs  https://review.opendev.org/c/zuul/zuul/+/80142206:42
-opendevstatus- NOTICE: Due to a configuration error unfortunately the Zuul queue was lost. Please recheck any in-flight changes06:57
*** rpittau|afk is now known as rpittau07:27
opendevreviewMatthieu Huin proposed zuul/zuul master: [api][cors] Add CORS configuration  https://review.opendev.org/c/zuul/zuul/+/76769109:49
*** jcapitao is now known as jcapitao_lunch10:38
sshnaidmhi, 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 jobs11:25
*** jcapitao_lunch is now known as jcapitao12:05
mhu1sshnaidm, 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=true12:11
sshnaidmmhu1, ack, so in api it's currently false by default12:12
mhu1sshnaidm, https://opendev.org/zuul/zuul/commit/43a8e34559e594a33faafecfe9a0a33e52e25ee812:14
sshnaidmmhu1, great, thanks12:14
opendevreviewGuillaume Chauvel proposed zuul/zuul master: WIP gitlab quick-start  https://review.opendev.org/c/zuul/zuul/+/79554012:32
opendevreviewGuillaume Chauvel proposed zuul/zuul master: WIP gitlab quick-start HTTPS  https://review.opendev.org/c/zuul/zuul/+/80000912:32
opendevreviewMatthieu Huin proposed zuul/zuul master: [api][cors] Add CORS configuration  https://review.opendev.org/c/zuul/zuul/+/76769113:15
opendevreviewMatthieu Huin proposed zuul/zuul master: REST API: Implement nodes filtering  https://review.opendev.org/c/zuul/zuul/+/73604213:53
opendevreviewMatthieu Huin proposed zuul/zuul-client master: Support web API pagination results  https://review.opendev.org/c/zuul/zuul-client/+/79336213:56
opendevreviewMatthieu Huin proposed zuul/zuul master: Web UI: add checkboxes and selects to filter toolbar  https://review.opendev.org/c/zuul/zuul/+/72926513:58
opendevreviewMatthieu Huin proposed zuul/zuul master: Web UI: make more filters selectable in build, buildset searches  https://review.opendev.org/c/zuul/zuul/+/79315913:58
opendevreviewMatthieu Huin proposed zuul/zuul master: UI: add pagination to builds, buildsets search  https://review.opendev.org/c/zuul/zuul/+/79346714:08
opendevreviewMatthieu Huin proposed zuul/zuul master: web UI: user login with OpenID Connect  https://review.opendev.org/c/zuul/zuul/+/73408214:13
opendevreviewMatthieu Huin proposed zuul/zuul master: Add authentication-realm attribute to tenants  https://review.opendev.org/c/zuul/zuul/+/73558614:31
opendevreviewMatthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to dequeue a change  https://review.opendev.org/c/zuul/zuul/+/73485014:32
opendevreviewMatthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to re-enqueue a change  https://review.opendev.org/c/zuul/zuul/+/73677214:34
opendevreviewMatthieu Huin proposed zuul/zuul master: Web UI: allow a privileged user to request autohold  https://review.opendev.org/c/zuul/zuul/+/76811514:40
opendevreviewMatthieu Huin proposed zuul/zuul master: Web UI: add Autoholds, Autohold page  https://review.opendev.org/c/zuul/zuul/+/76819914:41
*** chkumar|rover is now known as chandankumar14:42
clarkbsshnaidm: 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 completes14:45
opendevreviewMatthieu Huin proposed zuul/zuul master: REST API, Web UI: add pipelines' manager, triggers data in status  https://review.opendev.org/c/zuul/zuul/+/73696814:48
opendevreviewMatthieu Huin proposed zuul/zuul master: web UI: allow a privileged user to promote a change  https://review.opendev.org/c/zuul/zuul/+/78185814:56
opendevreviewMatthieu Huin proposed zuul/zuul master: Example Docker compose: keycloak integration  https://review.opendev.org/c/zuul/zuul/+/76994315:16
*** marios is now known as marios|out16:31
*** rpittau is now known as rpittau|afk17:21
corvuszuul-maint: https://review.opendev.org/800994 is hitting a lot of changes, could you look at approving it?20:36
opendevreviewJames E. Blair proposed zuul/zuul master: Remove OrderedDict for tenants  https://review.opendev.org/c/zuul/zuul/+/80165820:41
corvusswest, 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 just20:45
corvusgo with the alpha-sort you propose.  i made a followup in 801658 to clarify that for us developers.  :)20:45
opendevreviewJames E. Blair proposed zuul/zuul master: Remove OrderedDict for tenants  https://review.opendev.org/c/zuul/zuul/+/80165820:47
corvustristanC, 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
corvusi think we put 'opendev' on the top of the list in opendev, but i don't think it's that important.20:50
fungiwith 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 them20:51
tristanCcorvus: i can't think of any reason to keep the config file order.20:51
opendevreviewMerged zuul/zuul master: Split ZK event queues by type  https://review.opendev.org/c/zuul/zuul/+/80138721:17
opendevreviewMerged zuul/zuul master: Shard event queue data  https://review.opendev.org/c/zuul/zuul/+/80140221:17
clarkbya I don't care about the sorting being preserved21:43
opendevreviewJames E. Blair proposed zuul/zuul master: WIP: ZK keystore import/export  https://review.opendev.org/c/zuul/zuul/+/80085423:48
corvuswoo 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/!