Skip to content

Instantly share code, notes, and snippets.

@moisesguimaraes
Last active January 12, 2021 14:48
Show Gist options
  • Save moisesguimaraes/d94fb5f13fae6602d6a2d12d16d47bc0 to your computer and use it in GitHub Desktop.
Save moisesguimaraes/d94fb5f13fae6602d6a2d12d16d47bc0 to your computer and use it in GitHub Desktop.
Barbican Review Dashboard

NOTE: replace all ' +' with '%20' before tinyurl


https://review.opendev.org/#/dashboard/
?foreach=(
  project:openstack/barbican OR 
  project:openstack/python-barbicanclient OR 
  project:openstack/castellan OR 
  project:openstack/cursive OR 
  project:x/cursive OR 
  project:openstack/ansible-role-atos-hsm OR 
  project:openstack/ansible-role-lunasa-hsm OR 
  project:openstack/ansible-role-thales-hsm OR 
  project:openstack/barbican-specs OR 
  project:openstack/barbican-tempest-plugin
) status:open

&title=Barbican Review Dashboard

&14 Days Without Feedback=
      age:14d
      limit:3

&Needs Approval=
  NOT label:Workflow<=-1
  NOT label:Workflow>=1
      label:Verified>=1
  NOT label:Code-Review<=-1
      label:Code-Review>=2
      branch:master

&Bug Fixes without Negative Feedback=
  NOT label:Workflow<=-1
  NOT label:Workflow>=1
      label:Verified>=1
  NOT label:Code-Review<=-1
  NOT label:Code-Review>=2
      branch:master
      intopic:^bug.*

&Blueprints without Negative Feedback=
  NOT label:Workflow<=-1
  NOT label:Workflow>=1
      label:Verified>=1
  NOT label:Code-Review<=-1
  NOT label:Code-Review>=2
      branch:master
      intopic:^bp.*

&Without Negative Feedback=
  NOT label:Workflow<=-1
  NOT label:Workflow>=1
      label:Verified>=1
  NOT label:Code-Review<=-1
  NOT label:Code-Review>=2
      branch:master
  NOT intopic:^bug.*
  NOT intopic:^bp.*

&With Negative Feedback=
  NOT label:Workflow<=-1
  NOT label:Verified<=-1
      label:Code-Review-1
      branch:master

&Needs Reverify=
  NOT label:Workflow<=-1
  NOT label:Code-Review<=-1
      label:Verified<=-1
      branch:master

&Patches -2'd=label:Code-Review<=-2

&Stable Branches=branch:^stable/.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment