Activity log for bug #1905282

Date Who What changed Old value New value Message
2020-11-23 14:27:27 Corey Bryant bug added bug
2020-11-23 14:36:26 Dr. Jens Harbott bug added subscriber Dr. Jens Harbott
2020-11-23 14:42:52 Aurelien Lourot git-review (Ubuntu): status New Confirmed
2020-11-23 15:13:52 Corey Bryant description OpenStack's gerrit, https://review.opendev.org, was upgraded over the weekend and now running git-review on bionic will result in a failure "prohibited by Gerrit: not permitted: create". This is fixed in 1.27.0 and there is a small delta since 1.26.0. $ git-pretty 1.26.0..1.27.0 - [3c46c33] Fix compare_review's use of fetch_review - [6587639] Always print failure case when testing remotes - [dcbfb32] Use new %topic=XXXX syntax for topic pushes - [c7436f9] Start using reno for releasenotes - [8236cdb] Use doc/requirements and openstackdocstheme - [c9282ae] Update tox docs environment to use sphinx-build - [694f532] Update default gerrit namespace - [de0d271] tox: default envlist to supported python versions - [7de9ffc] support review URLs as download arguments - [ed3c79e] expand help for --download option - [6f50b59] `work-in-progress` and `private` workflow in Gerrit 2.15 - [31c5e0b] Document usepushurl in the man page - [aeeff97] Fix git review -d M,N with later gerrit - [244731b] Testing getting specific patchset - [b07a524] Add bindep.txt [Impact] OpenStack's gerrit, https://review.opendev.org, was upgraded over the weekend and now running git-review on bionic will result in a failure "prohibited by Gerrit: not permitted: create". This is fixed in 1.27.0 and there is a small delta since 1.26.0. $ git-pretty 1.26.0..1.27.0  - [3c46c33] Fix compare_review's use of fetch_review  - [6587639] Always print failure case when testing remotes  - [dcbfb32] Use new %topic=XXXX syntax for topic pushes  - [c7436f9] Start using reno for releasenotes  - [8236cdb] Use doc/requirements and openstackdocstheme  - [c9282ae] Update tox docs environment to use sphinx-build  - [694f532] Update default gerrit namespace  - [de0d271] tox: default envlist to supported python versions  - [7de9ffc] support review URLs as download arguments  - [ed3c79e] expand help for --download option  - [6f50b59] `work-in-progress` and `private` workflow in Gerrit 2.15  - [31c5e0b] Document usepushurl in the man page  - [aeeff97] Fix git review -d M,N with later gerrit  - [244731b] Testing getting specific patchset  - [b07a524] Add bindep.txt [Test Case] Run 'git review' on an openstack change it should successfully push changes to gerrit, and not fail with "prohibited by Gerrit: not permitted: create". [Regression Potential] push directly using git push gerrit HEAD:refs/for/$branch or whatever the thing is 10:06 AM whcih maybe qualifies as a workaround. I personally install git review in a virtualenv [Discussion] Work-around for using 1.26.0: In chatting with clarkb he mentioned users can push directly using git push gerrit HEAD:refs/for/$branch or install git review 1.27.0 in a virtualenv.
2020-11-23 15:26:24 Corey Bryant description [Impact] OpenStack's gerrit, https://review.opendev.org, was upgraded over the weekend and now running git-review on bionic will result in a failure "prohibited by Gerrit: not permitted: create". This is fixed in 1.27.0 and there is a small delta since 1.26.0. $ git-pretty 1.26.0..1.27.0  - [3c46c33] Fix compare_review's use of fetch_review  - [6587639] Always print failure case when testing remotes  - [dcbfb32] Use new %topic=XXXX syntax for topic pushes  - [c7436f9] Start using reno for releasenotes  - [8236cdb] Use doc/requirements and openstackdocstheme  - [c9282ae] Update tox docs environment to use sphinx-build  - [694f532] Update default gerrit namespace  - [de0d271] tox: default envlist to supported python versions  - [7de9ffc] support review URLs as download arguments  - [ed3c79e] expand help for --download option  - [6f50b59] `work-in-progress` and `private` workflow in Gerrit 2.15  - [31c5e0b] Document usepushurl in the man page  - [aeeff97] Fix git review -d M,N with later gerrit  - [244731b] Testing getting specific patchset  - [b07a524] Add bindep.txt [Test Case] Run 'git review' on an openstack change it should successfully push changes to gerrit, and not fail with "prohibited by Gerrit: not permitted: create". [Regression Potential] push directly using git push gerrit HEAD:refs/for/$branch or whatever the thing is 10:06 AM whcih maybe qualifies as a workaround. I personally install git review in a virtualenv [Discussion] Work-around for using 1.26.0: In chatting with clarkb he mentioned users can push directly using git push gerrit HEAD:refs/for/$branch or install git review 1.27.0 in a virtualenv. [Impact] OpenStack's gerrit, https://review.opendev.org, was upgraded over the weekend and now running git-review on bionic will result in a failure "prohibited by Gerrit: not permitted: create". This is fixed in 1.27.0 and there is a small delta since 1.26.0. $ git-pretty 1.26.0..1.27.0  - [3c46c33] Fix compare_review's use of fetch_review  - [6587639] Always print failure case when testing remotes  - [dcbfb32] Use new %topic=XXXX syntax for topic pushes  - [c7436f9] Start using reno for releasenotes  - [8236cdb] Use doc/requirements and openstackdocstheme  - [c9282ae] Update tox docs environment to use sphinx-build  - [694f532] Update default gerrit namespace  - [de0d271] tox: default envlist to supported python versions  - [7de9ffc] support review URLs as download arguments  - [ed3c79e] expand help for --download option  - [6f50b59] `work-in-progress` and `private` workflow in Gerrit 2.15  - [31c5e0b] Document usepushurl in the man page  - [aeeff97] Fix git review -d M,N with later gerrit  - [244731b] Testing getting specific patchset  - [b07a524] Add bindep.txt [Test Case] Run 'git review' on an openstack change it should successfully push changes to gerrit, and not fail with "prohibited by Gerrit: not permitted: create". [Regression Potential] 'git-review' is used to proposed changes to opendev projects so any regressions would be found through the use of this CLI tool. As of now, the 1.26.0 version of git-review in bionic doesn't work with the upgraded gerrit. We've had version 1.27.0 in focal for 6-7 months now and regressions should be significantly minimized by that. [Discussion] Work-around for using 1.26.0: In chatting with clarkb he mentioned users can push directly using git push gerrit HEAD:refs/for/$branch or install git review 1.27.0 in a virtualenv.
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Bionic
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Bionic)
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Hirsute
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Hirsute)
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Focal
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Focal)
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Groovy
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Groovy)
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Trusty
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Trusty)
2020-11-23 16:21:18 Corey Bryant nominated for series Ubuntu Xenial
2020-11-23 16:21:18 Corey Bryant bug task added git-review (Ubuntu Xenial)
2020-11-23 16:21:28 Corey Bryant git-review (Ubuntu Hirsute): status Confirmed Fix Released
2020-11-23 16:21:31 Corey Bryant git-review (Ubuntu Groovy): status New Fix Released
2020-11-23 16:21:33 Corey Bryant git-review (Ubuntu Focal): status New Fix Released
2020-11-23 16:21:35 Corey Bryant git-review (Ubuntu Bionic): status New Triaged
2020-11-23 16:21:38 Corey Bryant git-review (Ubuntu Bionic): importance Undecided High
2020-11-23 16:21:40 Corey Bryant git-review (Ubuntu Xenial): status New Triaged
2020-11-23 16:21:43 Corey Bryant git-review (Ubuntu Xenial): importance Undecided Low
2020-11-23 16:21:46 Corey Bryant git-review (Ubuntu Trusty): status New Triaged
2020-11-23 16:21:49 Corey Bryant git-review (Ubuntu Trusty): importance Undecided Low
2020-11-23 16:22:30 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2020-12-01 19:40:28 Brian Murray git-review (Ubuntu Bionic): status Triaged Fix Committed
2020-12-01 19:40:33 Brian Murray bug added subscriber SRU Verification
2020-12-01 19:40:38 Brian Murray tags verification-needed verification-needed-bionic
2020-12-03 16:49:49 Corey Bryant tags verification-needed verification-needed-bionic verification-done verification-done-bionic
2020-12-09 00:03:25 Launchpad Janitor git-review (Ubuntu Bionic): status Fix Committed Fix Released
2020-12-09 00:03:30 Brian Murray removed subscriber Ubuntu Stable Release Updates Team