)]}'
{"reference/sigs-repos.yaml":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"1d907e04f77003a2f3af11b53bdffd35d32a46e2","unresolved":true,"context_lines":[{"line_number":88,"context_line":"  - repo: openstack/upstream-institute-virtual-environment"},{"line_number":89,"context_line":"Testing and Collaboration Tools:"},{"line_number":90,"context_line":"  - repo: openstack/bugdaystats"},{"line_number":91,"context_line":"  - repo: openstack/devstack-gate:"},{"line_number":92,"context_line":"      deprecated: xena"},{"line_number":93,"context_line":"  - repo: openstack/diskimage-builder"},{"line_number":94,"context_line":"  - repo: openstack/logstash-filters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"d2a990f9_0c53e70d","line":91,"range":{"start_line":91,"start_character":33,"end_line":91,"end_character":34},"updated":"2021-06-08 17:57:53.000000000","message":"Seems the linter doesn\u0027t like this colon. Not sure what the proper format is though.","commit_id":"7993493a083735f9fdfd2cd9da8f04baef8c4981"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"4cd0ebd444e752e44cead9e14aeb8e9d92587d77","unresolved":true,"context_lines":[{"line_number":88,"context_line":"  - repo: openstack/upstream-institute-virtual-environment"},{"line_number":89,"context_line":"Testing and Collaboration Tools:"},{"line_number":90,"context_line":"  - repo: openstack/bugdaystats"},{"line_number":91,"context_line":"  - repo: openstack/devstack-gate:"},{"line_number":92,"context_line":"      deprecated: xena"},{"line_number":93,"context_line":"  - repo: openstack/diskimage-builder"},{"line_number":94,"context_line":"  - repo: openstack/logstash-filters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"c3512d72_6e194bed","line":91,"range":{"start_line":91,"start_character":33,"end_line":91,"end_character":34},"in_reply_to":"d2a990f9_0c53e70d","updated":"2021-06-08 18:07:07.000000000","message":"yeah, this is first time deprecation in sig repos. I need to modify the tooling for that to have this same format what we have for project team repo.","commit_id":"7993493a083735f9fdfd2cd9da8f04baef8c4981"},{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"760edd346676ba0fcfcd99d0eec0729331e9cd60","unresolved":false,"context_lines":[{"line_number":88,"context_line":"  - repo: openstack/upstream-institute-virtual-environment"},{"line_number":89,"context_line":"Testing and Collaboration Tools:"},{"line_number":90,"context_line":"  - repo: openstack/bugdaystats"},{"line_number":91,"context_line":"  - devstack-gate:"},{"line_number":92,"context_line":"    repo: openstack/devstack-gate"},{"line_number":93,"context_line":"    deprecated: xena"},{"line_number":94,"context_line":"  - repo: openstack/diskimage-builder"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"b5ec9fa5_bbbcb4d5","line":91,"updated":"2021-06-10 16:01:44.000000000","message":"This is creating nested associative arrays, which doesn\u0027t match the existing schema at all (see how i18n adds an extra-atcs key to the array for the openstack/i18n repo by comparison).\n\nYou should either keep with the current schema since that\u0027s what tools parsing it expect, or switch to something which matches the projects.yaml schema (maybe with placeholder deliverable names) so that things like the election tooling can be simplified to only need one parser.","commit_id":"a45852a84ecd59f2359827da1c21171d3efec546"},{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"c8197f194aa8cc833ef4d7f1d34427994a258b31","unresolved":false,"context_lines":[{"line_number":88,"context_line":"  - repo: openstack/upstream-institute-virtual-environment"},{"line_number":89,"context_line":"Testing and Collaboration Tools:"},{"line_number":90,"context_line":"  - repo: openstack/bugdaystats"},{"line_number":91,"context_line":"  - devstack-gate:"},{"line_number":92,"context_line":"    repo: openstack/devstack-gate"},{"line_number":93,"context_line":"    deprecated: xena"},{"line_number":94,"context_line":"  - repo: openstack/diskimage-builder"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"3aab67fa_871674b4","line":91,"updated":"2021-06-11 00:50:50.000000000","message":"Yeah, what I meant by schema in this case is the data structure of the rest of the file. We parse this file in the election tooling to identify repositories for which we should include contributors in the rolls. What you had here would have broken the current election tools.","commit_id":"a45852a84ecd59f2359827da1c21171d3efec546"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"f5ea21bee80ebd89e7be68e50407906938d301c4","unresolved":false,"context_lines":[{"line_number":88,"context_line":"  - repo: openstack/upstream-institute-virtual-environment"},{"line_number":89,"context_line":"Testing and Collaboration Tools:"},{"line_number":90,"context_line":"  - repo: openstack/bugdaystats"},{"line_number":91,"context_line":"  - devstack-gate:"},{"line_number":92,"context_line":"    repo: openstack/devstack-gate"},{"line_number":93,"context_line":"    deprecated: xena"},{"line_number":94,"context_line":"  - repo: openstack/diskimage-builder"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"8f54518d_a0b44b91","line":91,"in_reply_to":"b5ec9fa5_bbbcb4d5","updated":"2021-06-10 23:26:34.000000000","message":"there is no schema for SIG team currently. issue here is we have splitted data for SIG in this file and in governance-sigs/sigs.yaml which we should combine and then have schema like project.yaml. I will work towards that.\n\nmeanwhile let me update it like i18n way.","commit_id":"a45852a84ecd59f2359827da1c21171d3efec546"}]}
