[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993

M. Scherer  changed:

   What|Removed |Added

   Assignee|b...@gluster.org|a...@redhat.com
  Flags|needinfo?(mscherer@redhat.c |
   |om) |



--- Comment #10 from M. Scherer  ---
You shouldn't place the domain in source URL, since the domain is not part of
the URL. 

Name: Redirect catch all
Domain: www.gluster.org
Source: ^/pipermail/(.*)
Destination: http://lists.gluster.org/pipermail/$1
Redirect type: 301 Permanent


That's the equivalent of the existing setup on Apache side:

https://github.com/gluster/gluster.org_ansible_configuration/blob/master/roles/httpd_www/templates/redirect_lists.conf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=I0mFbWMe4x=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] Missing redirect on the new wordpress blog for older links

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994

Amye Scavarda  changed:

   What|Removed |Added

  Flags|needinfo?(a...@redhat.com)  |



--- Comment #2 from Amye Scavarda  ---
Oh, I see.
That gets complicated but not impossible.
Here's a recent example of a 404:
/2009/12/gluster-storage-platform-featured-press/feed/ 

/2013/07/feedback-requested-governance-of-glusterfs-project/ 

/2013/09/git-reincarnating-remote-master-branch-so-you-can-easily-pr-to-upstream/
 

What might help is looking at the blog.gluster.org WordPress install to see
what the URL pattern was and decide what the best next steps are.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CdvMCYKpIw=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] Missing redirect on the new wordpress blog for older links

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994

M. Scherer  changed:

   What|Removed |Added

 CC||a...@redhat.com
  Flags||needinfo?(a...@redhat.com)



--- Comment #1 from M. Scherer  ---
We would need a bit more information regarding the "old links". The current
redirection we have on the current server have been done on the httpd level:


 ^/blog/(.*) =>  http://blog.gluster.org/$1
 ^/(2\d{3})/(.*) =>  http://blog.gluster.org/$1/$2
 ^/tag/(.*)  =>  http://blog.gluster.org/tag/$1
 ^/category/(.*) =>  http://blog.gluster.org/category/$1
 ^/author/(.*)   =>  http://blog.gluster.org/author/$1
 ^/feed/(.*) =>  http://blog.gluster.org/feed/$1

But that was mostly so we can have a separate blog from main website.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=y592WedO4l=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1491000] infra: git clone is really slow. Is it it time for a `git gc` on the repo?

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1491000

M. Scherer  changed:

   What|Removed |Added

 CC||kkeit...@redhat.com
  Flags||needinfo?(kkeithle@redhat.c
   ||om)



--- Comment #1 from M. Scherer  ---
Ok so what do you mean by "really slow" ?
Can we get a idea of the time it take for you, so we can measure improvement ?

(as I was under the impression that gerrit was doing a git gc by itself) 
Also, to be sure, that's for the main git repo on gerrit, yes ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bCrfCB6RvJ=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #9 from Karsten Wade  ---
One more point -- we should also make sure that www/mailman(.*) also redirects
to lists.gluster.org/mailman$1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=UUhTaizfXE=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #8 from Karsten Wade  ---
I'll bring the discussion back to Michael, we'll figure out a plan & timeline,
and return with those to this ticket. Once we have a plan in place here, we'll
reassign to you for ACK on the plan and reassignment back to complete to close.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LvuRrmjpkt=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993

Amye Scavarda  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||msche...@redhat.com
  Flags||needinfo?(mscherer@redhat.c
   ||om)



--- Comment #7 from Amye Scavarda  ---
Alright, so this is now even more broken than we had it before.
I'll go ahead and remove the redirects that were put in place, and will await
further instruction on this. 

Timeline for fix: sometime this week if possible? 

I'm not sure how this worked in the first place, and it may be that the WP
install is trying to eat all the things.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Ab7jLiTuGZ=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #6 from Karsten Wade  ---
New ideas since #c4 didn't work:

Source URL:

.*gluster.org/pipermail/(.+)

Target URL:

lists.gluster.org/pipermail/$1

... or ...

Source URL:

.*gluster.org/pipermail/(.*)

Target URL:

lists.gluster.org/pipermail/$1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=blUNT36dTM=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #5 from Amye Scavarda  ---
This doesn't pick up any hits, not sure why. 
I'm using
"https://www.gluster.org/pipermail/gluster-devel/2017-August/thread.html; as a
test URL, so let's keep poking at it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=HrFbPeHC05=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1491000] infra: git clone is really slow. Is it it time for a `git gc` on the repo?

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1491000

Kaleb KEITHLEY  changed:

   What|Removed |Added

 CC||msche...@redhat.com
   Assignee|b...@gluster.org|nig...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6DiZRuj1PH=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #4 from Karsten Wade  ---
The WPEngine how to recommends this pattern:

Name: Redirect catch all
Domain: www.domain.com
Source: ^/thisiswhere/myfileswere/(.+)
Destination: /thisiswhere/myfilesmovedto/$1
Redirect type: 301 Permanent

Our UI is a bit different (ref attached PNG), we need to fill out:

Source URL:
Regex [./]
Title:
Match: [URL only]   <== anything else interesting under that menu?
When matched: [Redirect to URL] w/ 301<== seems like a good choice
Target URL:
Group: [Modified Posts]   <== anything else interesting under that menu?
Position: Bottom might be safest so we're not overwriting WP rules

So I think "Source URL" would be a regex of:

.*gluster.org/pipermail(.+)

Target URL:

lists.gluster.org/pipermail/$1

This should grab whatever follows /pipermail/ at any subdomain (or no subdomain
so plain gluster.org/pipermail/) and redirect that follow stuff to
lists.gluster.org/pipermail/.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=NUzwDUGlbm=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1491000] New: infra: git clone is really slow. Is it it time for a `git gc` on the repo?

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1491000

Bug ID: 1491000
   Summary: infra: git clone is really slow. Is it it time for a
`git gc` on the repo?
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: kkeit...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:

$summary

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Lk4JMtmu4J=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #3 from Karsten Wade  ---
Created attachment 1324980
  --> https://bugzilla.redhat.com/attachment.cgi?id=1324980=edit
WPEngine UI screenshot

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=GRfcUCR1b7=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #2 from Karsten Wade  ---
One fix for the source URL:

.*gluster.org/pipermail.*

(Reading through https://wpengine.com/support/regex/ )

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=qLgcwNWRan=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #1 from Karsten Wade  ---
Looking at the WP UI for this, the source URL supports regexp but I'm not sure
how the target URL gets the matching string fed in.

So the source regexp could be (at least to try):

*gluster.org/pipermail.*

This way if www or no sub-domain is used, it matches.

For "Position", aiui Top means run this rule first, Bottom means run this rule
after all others. I'd say Bottom is safest to try first so it doesn't steal
blog posts & redirect. i.e., the risk is if there is ever a page or post that
is www.gluster.org/pipermail it will get redirected/rewritten.

Looks like this is the plugin being used:

https://wordpress.org/plugins/redirection/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZEV68bttFQ=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] New: Redirect fun with blog

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994

Bug ID: 1490994
   Summary: Redirect fun with blog
   Product: GlusterFS
   Version: mainline
 Component: website
  Assignee: b...@gluster.org
  Reporter: a...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Created attachment 1324978
  --> https://bugzilla.redhat.com/attachment.cgi?id=1324978=edit
Screenshot of WordPress Redirect Options

Description of problem:
Blog posts from blog.gluster.org don't have a redirect setup and old links are
getting 404'd. 

Attaching screenshot of our options to redirect this within WordPress install,
or we can do this in another way that I haven't thought of.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=26wD153wLC=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490667] Wordpress Download page redirects to old things.

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490667

Amye Scavarda  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2017-09-12 11:09:25



--- Comment #4 from Amye Scavarda  ---
Resolved by making a /download page that can redirect as needed back to
/install.
Thanks for the hunting!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=MMVa7eHzKA=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490667] Wordpress Download page redirects to old things.

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490667



--- Comment #3 from M. Scherer  ---
So I started to look for the plugins installed, and out of the 7 there, none
did look like a culprit.

So after asking to a friend serving as a teddy bear, he pointed me on
https://wordpress.stackexchange.com/questions/92103/disable-wordpress-url-auto-complete

There is a plugin for that:

https://wordpress.org/plugins/disable-url-autocorrect-guessing/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8vww775WX6=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490667] Wordpress Download page redirects to old things.

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490667

M. Scherer  changed:

   What|Removed |Added

Summary|Download page redirects to  |Wordpress Download page
   |old things. |redirects to old things.



--- Comment #2 from M. Scherer  ---
I suspect that's a prefix matching plugin or something, since
https://www.gluster.org/downlo also redirect to the wrong page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=GHyca0Y98P=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490667] Download page redirects to old things.

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490667

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
I beg to differ:

$ curl -v https://www.gluster.org/download/ 
* About to connect() to www.gluster.org port 443 (#0)
*   Trying 35.197.52.145...
* Connected to www.gluster.org (35.197.52.145) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate:
* subject: CN=www.gluster.org
* start date: août 31 14:26:00 2017 GMT
* expire date: nov. 29 14:26:00 2017 GMT
* common name: www.gluster.org
* issuer: CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US
> GET /download/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: www.gluster.org
> Accept: */*
> 
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Tue, 12 Sep 2017 12:13:01 GMT
< Content-Type: text/html; charset=UTF-8
< Content-Length: 0
< Connection: keep-alive
< Keep-Alive: timeout=20
< Expires: Wed, 11 Jan 1984 05:00:00 GMT
< Location:
https://www.gluster.org/download-server-is-down-building-a-replacement/
< X-Cacheable: non200
< Cache-Control: max-age=600, must-revalidate
< Accept-Ranges: bytes
< X-Cache: MISS
< X-Pass-Why: 
< X-Cache-Group: normal
< X-Type: default
< 
* Connection #0 to host www.gluster.org left intact


That's www.gluster.org, on 35.197.52.145 (GCE IP) who do a 302 redirect using
nginx, so that's wpengine side.

$ host gluster.wpengine.com
gluster.wpengine.com has address 35.197.52.145

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2hv0rA12WU=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra

[Gluster-infra] [Bug 1490775] [3.12] does not have the permission for tagging

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490775



--- Comment #3 from Niels de Vos  ---
It is recommended to sign a tag with a gpg key. In that case, "git tag -s ..."
will show the usual editor.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VX9mA1EIRm=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490775] [3.12] does not have the permission for tagging

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490775

Nigel Babu  changed:

   What|Removed |Added

  Comment #1 is|1   |0
private||
 CC||nig...@redhat.com



--- Comment #2 from Nigel Babu  ---
Both Jiffin and I expected an editor to pop up when you do the git-tag command
without a message. That didn't happen and lead to the issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rpN1oFwRvM=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490775] [3.12] does not have the permission for tagging

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490775

Jiffin  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2017-09-12 04:53:27



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ywXZ44r6J8=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra