Bug 1454423

Summary: github link in gerrit webpage needs a better parser
Product: [Community] GlusterFS Reporter: Shyamsundar <srangana>
Component: project-infrastructureAssignee: Nigel Babu <nigelb>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-17 14:06:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Shyamsundar 2017-05-22 17:15:11 UTC
Description of problem:
if anything appears as a #<num> it becomes a github issue link in gerrit web UI (example: https://review.gluster.org/#/c/17319/2)

Can this be corrected to use the same regex (if it is regex based i.e) that we use in rfc.sh or in https://github.com/gluster/glusterfs-patch-acceptance-tests/commit/955158e92f3664da6e3307f0096d67add5620c7c as appropriate.

Usage of #<num> to refer to comment # or bug # or such artifacts are common in commits, hence improving the parser would certainly help in this regard.

Comment 1 Nigel Babu 2017-07-17 04:45:07 UTC
This should now be fixed. See: https://review.gluster.org/#/c/17180/

Comment 2 Shyamsundar 2017-07-17 14:02:54 UTC
Checked the provided test commit and some other commits, looks good.

Marking VERIFIED