From dev-return-555-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Sun Apr 21 21:23:55 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9D79B180658 for ; Sun, 21 Apr 2019 23:23:54 +0200 (CEST) Received: (qmail 41471 invoked by uid 500); 21 Apr 2019 21:23:54 -0000 Mailing-List: contact dev-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list dev@zipkin.apache.org Received: (qmail 41455 invoked by uid 99); 21 Apr 2019 21:23:54 -0000 Received: from Unknown (HELO mailrelay2-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2019 21:23:54 +0000 Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id 8997D35C3 for ; Sun, 21 Apr 2019 21:23:50 +0000 (UTC) Received: by mail-ed1-f48.google.com with SMTP id k45so8155511edb.6 for ; Sun, 21 Apr 2019 14:23:50 -0700 (PDT) X-Gm-Message-State: APjAAAX4wnU+I0WI8nvBdtc6gE7Sq4xXuYzNdPmEssYwl5kJR7Qlc2fW sHKUskZlRxEfjJqcXB6E0CXg1KG3maLD7b91phA= X-Google-Smtp-Source: APXvYqzOdO2O0lGFZEKp9Kbe5WTcPSD/nGSxhanSLjnUnMTNkqkMmvik+Aa91u/0LOjWw0jcFKiT3zegL9u0iv3CO7I= X-Received: by 2002:a50:85c6:: with SMTP id q6mr10204229edh.109.1555881829632; Sun, 21 Apr 2019 14:23:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?Wm9sdMOhbiBOYWd5?= Date: Sun, 21 Apr 2019 22:23:48 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: can someone help restore functionality of our website To: dev@zipkin.apache.org Content-Type: multipart/alternative; boundary="000000000000c491c0058710f782" --000000000000c491c0058710f782 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://github.com/openzipkin/openzipkin.github.io/pull/128 replaces README.md with a notice and explanation redirecting people to the ASF website repo, and also adds a PR template containing the same information just in case. I think once these PRs are merged, the immediate emergency is over, and we won't regress either. At the same time, we need to next take care of an orderly migration to zipkin.apache.org. Bigger work items I see right now, might be missing something: * Update the build process at https://builds.apache.org/view/Z/view/Zipkin/job/zipkin-website/ (managed via a Jenkinsfile) to pull in (and possibly generate) documentation from http://github.com/apache/incubator-zipkin-api. Here we'll want to verify `index.html` in subfolders works as expected on ASF hosting. * While we're there, we might as well try to incorporate the Thrift v1 docs generation into the Jenkins job. * Set up redirects from zipkin.io to zipkin.apache.org. I think the cleanest way is an explicit (generated) redirect page for each URL that used to be served on zipkin.io, but not married to the idea. * Update any references to zipkin.io. This includes documentation, source code comments, the Swagger UI, the Thrift v1 docs generator script, and quickstart.sh off the top of my head. The sane way of approaching this is probably cloning all the repos, and grepping through them for https?://zipkin\.io. JC, I realistically won't have the bandwidth to take on all of this in a timely manner. Would be super happy if you can drive these steps (and fixing this "plan" ^_^). Feel free to delegate back parts of the work, or nudge me if stuff is confusing. I should've taken care of all this once the website repo was moved, since I committed to taking care of the website migration, but didn't act on it. I apologize for letting y'all down to the point where it blew up and caused user pain. On Sun, Apr 21, 2019 at 10:06 PM Zolt=C3=A1n Nagy wrote= : > https://github.com/apache/incubator-zipkin-website/pull/2/ brings over > all changes from openzipkin/openzipkin.github.io. Did a quick check via > `jekyll serve`, it looks sane, but I'll wait for review from someone who'= s > more familiar with the content. > > > On Sun, Apr 21, 2019 at 9:59 PM Zolt=C3=A1n Nagy wrot= e: > >> On the matter of https://github.com/apache/incubator-zipkin-api/issues/6= 2 (that >> is, URLs like https://zipkin.io/zipkin-api/#/default/get_services being >> broken), this is now mitigated by a generous layer of duct-tape (details= in >> the ticket; short version: I copy-pasted the contents into `openzipkin/ >> openzipkin.github.io`). As a next step, I'll now try to reconcile the >> changes between the two repositories and put up a PR. I'll also put a no= te >> onto openzipkin.github.io along the lines of "go away, this is now read >> only and deprecated" in another PR. >> >> > Will it be possible to redirect the Apache domain to zipkin.io for now= ? >> >> We have control of the contents via the `apache/incubator-zipkin-website= ` >> repo (and accompanying Jenkins job), but I think we shouldn't do this if= we >> can avoid it. Reconciling the changes should be doable, and we'll _have_= to >> do it at some point, so I'd recommend focusing efforts on that. >> >> > Oh right. Yeah. We could do a JavaScript redirect with a "we have move= d" >> > message or something. Would be good to just get users used to us being >> at >> > Apache instead, and solve the bookmark problem. >> >> Yep, that sounds about right . >> >> > To be more SEO friendly maybe we could find some way of serving redire= ct >> > responses for all the pages? I know Raja played with netlify a while >> ago. >> > Maybe that's a solution since GH pages doesn't support that AFAIK >> >> Yeah this can get messy. I guess since this is a static site, we _could_ >> generate a static redirect page for each URL that used to be served on >> zipkin.io. It shouldn't actually be all that hard :) >> >> On Sun, Apr 21, 2019 at 9:44 PM Jos=C3=A9 Carlos Ch=C3=A1vez >> wrote: >> >>> Will it be possible to redirect the Apache domain to zipkin.io for now? >>> >>> s=C3=B8n. 21. apr. 2019, 22:00 skrev Brian Devins-Suresh >> >: >>> >>> > Oh right. Yeah. We could do a JavaScript redirect with a "we have >>> moved" >>> > message or something. Would be good to just get users used to us bein= g >>> at >>> > Apache instead, and solve the bookmark problem. >>> > >>> > To be more SEO friendly maybe we could find some way of serving >>> redirect >>> > responses for all the pages? I know Raja played with netlify a while >>> ago. >>> > Maybe that's a solution since GH pages doesn't support that AFAIK >>> > >>> > On Sun, Apr 21, 2019 at 3:49 PM Jos=C3=A9 Carlos Ch=C3=A1vez < >>> jcchavezs@gmail.com> >>> > wrote: >>> > >>> > > Is this going to have some impact in SEO? >>> > > >>> > > s=C3=B8n. 21. apr. 2019, 21:19 skrev Zolt=C3=A1n Nagy : >>> > > >>> > > > I'll start looking at the website problems in an hour or so to a= t >>> > least >>> > > > put out the current fires, please shout if there's already ongoin= g >>> work >>> > > so >>> > > > we don't step on each others toes. >>> > > > >>> > > > Regarding zipkin.io, my current understanding is we cannot do >>> that: >>> > ASF >>> > > > doesn't serve custom domains unless in very special circumstances >>> (see >>> > > > https://issues.apache.org/jira/browse/INFRA-16996) for more on >>> this. >>> > > We'll >>> > > > need to update everything to zipkin.apache.org, and set up a >>> redirect >>> > at >>> > > > zipkin.io to zipkin.apache.org. >>> > > > >>> > > > On Sun, Apr 21, 2019 at 12:46 PM Brian Devins-Suresh < >>> > badevins@gmail.com >>> > > > >>> > > > wrote: >>> > > > >>> > > > > We should probably also CNAME zipkin.io to zipkin.apache.org, >>> which >>> > > > might >>> > > > > solve the user problems too. >>> > > > > >>> > > > > On Sun, Apr 21, 2019 at 1:53 AM Jos=C3=A9 Carlos Ch=C3=A1vez < >>> > > jcchavezs@gmail.com> >>> > > > > wrote: >>> > > > > >>> > > > > > I volunteer for this. But can't not start it until Tuesday (I >>> am on >>> > > > > > holidays). If someone else feels like fixing it just go ahead= , >>> > > > otherwise >>> > > > > I >>> > > > > > will take this over on Tuesday. >>> > > > > > >>> > > > > > s=C3=B8n. 21. apr. 2019, 01:34 skrev Adrian Cole < >>> > adrian.f.cole@gmail.com >>> > > >: >>> > > > > > >>> > > > > > > Hi, team. you know we have zipkin.io but the first effort >>> was to >>> > > get >>> > > > > > > http://zipkin.apache.org/ setup. We have a couple problems >>> > > > > > > >>> > > > > > > 1. there is drift as people make changes to >>> > > > > > > https://github.com/openzipkin/openzipkin.github.io instead >>> of >>> > > > > > > https://github.com/apache/incubator-zipkin-website >>> > > > > > > 2. people don't know about http://zipkin.apache.org/ >>> > > > > > > 3. we are getting a bunch of support requests because the >>> link to >>> > > the >>> > > > > > > api is broken >>> > > > https://github.com/apache/incubator-zipkin-api/issues/62 >>> > > > > > > >>> > > > > > > Can someone help drive these issues to conclusion? likely >>> ending >>> > > with >>> > > > > > > a README change to >>> > > > https://github.com/openzipkin/openzipkin.github.io >>> > > > > > > saying go to >>> https://github.com/apache/incubator-zipkin-website >>> > > and >>> > > > > > > archiving the former in openzipkin-attic? >>> > > > > > > >>> > > > > > > Best, >>> > > > > > > -A >>> > > > > > > >>> > > > > > > >>> > > -------------------------------------------------------------------= -- >>> > > > > > > To unsubscribe, e-mail: dev-unsubscribe@zipkin.apache.org >>> > > > > > > For additional commands, e-mail: dev-help@zipkin.apache.org >>> > > > > > > >>> > > > > > > >>> > > > > > >>> > > > > >>> > > > >>> > > >>> > >>> >> --000000000000c491c0058710f782--