Patches for Website

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Patches for Website

Mauricio Stekl
Hi,

Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.

One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.

The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.

Could any of the committers please apply these to the website?

Please let me know if you have any question.

Thanks in advance!


Mauricio




add_canonical_url_and_ga-tracking-code.diff.bz2 (621K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

dmagda
Hi Mauricio,

Could you go to the trunk folder of your clone and make the patch from there?

Presently I can’t merge the changes getting this kind of error:

Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
Skipped missing target: 'site/trunk/usecases.html'
Summary of conflicts:
  Skipped paths: 23376


Denis

> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>
> Hi,
>
> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>
> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>
> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>
> Could any of the committers please apply these to the website?
>
> Please let me know if you have any question.
>
> Thanks in advance!
>
>
> Mauricio
>
>
>
> <add_canonical_url_and_ga-tracking-code.diff.bz2>

Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

Mauricio Stekl
Hi Denis,
I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
Please let me know if you have any other issue.


Best,
Mauricio Stekl






> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>
> Hi Mauricio,
>
> Could you go to the trunk folder of your clone and make the patch from there?
>
> Presently I can’t merge the changes getting this kind of error:
>
> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
> Skipped missing target: 'site/trunk/usecases.html'
> Summary of conflicts:
>  Skipped paths: 23376
>
> —
> Denis
>
>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>
>> Hi,
>>
>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>
>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>
>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>
>> Could any of the committers please apply these to the website?
>>
>> Please let me know if you have any question.
>>
>> Thanks in advance!
>>
>>
>> Mauricio
>>
>>
>>
>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>


add_canonical_url_and_missing_ga_code.patch.bz2 (617K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

dmagda
Hi Mauricio,

I’ve committed the changes. Thanks!


Denis

> On Feb 9, 2017, at 9:55 AM, Mauricio Stekl <[hidden email]> wrote:
>
> Hi Denis,
> I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
> Please let me know if you have any other issue.
>
>
> Best,
> Mauricio Stekl
>
> <add_canonical_url_and_missing_ga_code.patch.bz2>
>
>
>
>> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>>
>> Hi Mauricio,
>>
>> Could you go to the trunk folder of your clone and make the patch from there?
>>
>> Presently I can’t merge the changes getting this kind of error:
>>
>> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
>> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
>> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
>> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
>> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
>> Skipped missing target: 'site/trunk/usecases.html'
>> Summary of conflicts:
>> Skipped paths: 23376
>>
>> —
>> Denis
>>
>>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>>
>>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>>
>>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>>
>>> Could any of the committers please apply these to the website?
>>>
>>> Please let me know if you have any question.
>>>
>>> Thanks in advance!
>>>
>>>
>>> Mauricio
>>>
>>>
>>>
>>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

Mauricio Stekl
Hi Denis,

I have updated my local repo and it seems the patch to htaccess was not committed. Attached you can find the .patch file just in case you didn’t receive it ok.

Thanks.
Mauricio







> On Feb 9, 2017, at 18:37, Denis Magda <[hidden email]> wrote:
>
> Hi Mauricio,
>
> I’ve committed the changes. Thanks!
>
> —
> Denis
>
>> On Feb 9, 2017, at 9:55 AM, Mauricio Stekl <[hidden email]> wrote:
>>
>> Hi Denis,
>> I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
>> Please let me know if you have any other issue.
>>
>>
>> Best,
>> Mauricio Stekl
>>
>> <add_canonical_url_and_missing_ga_code.patch.bz2>
>>
>>
>>
>>> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>>>
>>> Hi Mauricio,
>>>
>>> Could you go to the trunk folder of your clone and make the patch from there?
>>>
>>> Presently I can’t merge the changes getting this kind of error:
>>>
>>> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
>>> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
>>> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
>>> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
>>> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
>>> Skipped missing target: 'site/trunk/usecases.html'
>>> Summary of conflicts:
>>> Skipped paths: 23376
>>>
>>> —
>>> Denis
>>>
>>>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>>>
>>>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>>>
>>>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>>>
>>>> Could any of the committers please apply these to the website?
>>>>
>>>> Please let me know if you have any question.
>>>>
>>>> Thanks in advance!
>>>>
>>>>
>>>> Mauricio
>>>>
>>>>
>>>>
>>>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

dmagda
Mauricio,

I can’t find the patch for htaccess. The archive you sent before contains only this file - add_canonical_url_and_missing_ga_code.patch.

In your latest reply I can’t find the patch attached as well.


Denis

> On Feb 13, 2017, at 1:21 PM, Mauricio Stekl <[hidden email]> wrote:
>
> Hi Denis,
>
> I have updated my local repo and it seems the patch to htaccess was not committed. Attached you can find the .patch file just in case you didn’t receive it ok.
>
> Thanks.
> Mauricio
>
>
>
>
>
>
>> On Feb 9, 2017, at 18:37, Denis Magda <[hidden email]> wrote:
>>
>> Hi Mauricio,
>>
>> I’ve committed the changes. Thanks!
>>
>> —
>> Denis
>>
>>> On Feb 9, 2017, at 9:55 AM, Mauricio Stekl <[hidden email]> wrote:
>>>
>>> Hi Denis,
>>> I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
>>> Please let me know if you have any other issue.
>>>
>>>
>>> Best,
>>> Mauricio Stekl
>>>
>>> <add_canonical_url_and_missing_ga_code.patch.bz2>
>>>
>>>
>>>
>>>> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>>>>
>>>> Hi Mauricio,
>>>>
>>>> Could you go to the trunk folder of your clone and make the patch from there?
>>>>
>>>> Presently I can’t merge the changes getting this kind of error:
>>>>
>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
>>>> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
>>>> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
>>>> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
>>>> Skipped missing target: 'site/trunk/usecases.html'
>>>> Summary of conflicts:
>>>> Skipped paths: 23376
>>>>
>>>> —
>>>> Denis
>>>>
>>>>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>>>>
>>>>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>>>>
>>>>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>>>>
>>>>> Could any of the committers please apply these to the website?
>>>>>
>>>>> Please let me know if you have any question.
>>>>>
>>>>> Thanks in advance!
>>>>>
>>>>>
>>>>> Mauricio
>>>>>
>>>>>
>>>>>
>>>>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>>>>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

Mauricio Stekl
Denis,
that’s very weird. Maybe it is being filtered?
I am sending it now as a .zip. Could you please confirm if you receive it?

Thanks.
Mauricio






> On Feb 13, 2017, at 18:59, Denis Magda <[hidden email]> wrote:
>
> Mauricio,
>
> I can’t find the patch for htaccess. The archive you sent before contains only this file - add_canonical_url_and_missing_ga_code.patch.
>
> In your latest reply I can’t find the patch attached as well.
>
> —
> Denis
>
>> On Feb 13, 2017, at 1:21 PM, Mauricio Stekl <[hidden email]> wrote:
>>
>> Hi Denis,
>>
>> I have updated my local repo and it seems the patch to htaccess was not committed. Attached you can find the .patch file just in case you didn’t receive it ok.
>>
>> Thanks.
>> Mauricio
>>
>>
>>
>>
>>
>>
>>> On Feb 9, 2017, at 18:37, Denis Magda <[hidden email]> wrote:
>>>
>>> Hi Mauricio,
>>>
>>> I’ve committed the changes. Thanks!
>>>
>>> —
>>> Denis
>>>
>>>> On Feb 9, 2017, at 9:55 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>
>>>> Hi Denis,
>>>> I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
>>>> Please let me know if you have any other issue.
>>>>
>>>>
>>>> Best,
>>>> Mauricio Stekl
>>>>
>>>> <add_canonical_url_and_missing_ga_code.patch.bz2>
>>>>
>>>>
>>>>
>>>>> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>>>>>
>>>>> Hi Mauricio,
>>>>>
>>>>> Could you go to the trunk folder of your clone and make the patch from there?
>>>>>
>>>>> Presently I can’t merge the changes getting this kind of error:
>>>>>
>>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
>>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
>>>>> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
>>>>> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
>>>>> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
>>>>> Skipped missing target: 'site/trunk/usecases.html'
>>>>> Summary of conflicts:
>>>>> Skipped paths: 23376
>>>>>
>>>>> —
>>>>> Denis
>>>>>
>>>>>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>>>>>
>>>>>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>>>>>
>>>>>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>>>>>
>>>>>> Could any of the committers please apply these to the website?
>>>>>>
>>>>>> Please let me know if you have any question.
>>>>>>
>>>>>> Thanks in advance!
>>>>>>
>>>>>>
>>>>>> Mauricio
>>>>>>
>>>>>>
>>>>>>
>>>>>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>>>>>
>>>>
>>>
>>
>


rewrite_force_https.patch.zip (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Patches for Website

dmagda
Mauricio,

Now I got it. The patch is reviewed and committed.

Thanks.
Denis

> On Feb 14, 2017, at 5:28 AM, Mauricio Stekl <[hidden email]> wrote:
>
> Denis,
> that’s very weird. Maybe it is being filtered?
> I am sending it now as a .zip. Could you please confirm if you receive it?
>
> Thanks.
> Mauricio
>
>
> <rewrite_force_https.patch.zip>
>
>
>> On Feb 13, 2017, at 18:59, Denis Magda <[hidden email]> wrote:
>>
>> Mauricio,
>>
>> I can’t find the patch for htaccess. The archive you sent before contains only this file - add_canonical_url_and_missing_ga_code.patch.
>>
>> In your latest reply I can’t find the patch attached as well.
>>
>> —
>> Denis
>>
>>> On Feb 13, 2017, at 1:21 PM, Mauricio Stekl <[hidden email]> wrote:
>>>
>>> Hi Denis,
>>>
>>> I have updated my local repo and it seems the patch to htaccess was not committed. Attached you can find the .patch file just in case you didn’t receive it ok.
>>>
>>> Thanks.
>>> Mauricio
>>>
>>>
>>>
>>>
>>>
>>>
>>>> On Feb 9, 2017, at 18:37, Denis Magda <[hidden email]> wrote:
>>>>
>>>> Hi Mauricio,
>>>>
>>>> I’ve committed the changes. Thanks!
>>>>
>>>> —
>>>> Denis
>>>>
>>>>> On Feb 9, 2017, at 9:55 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>>
>>>>> Hi Denis,
>>>>> I am sorry about that. I have now checked out the repo from trunk/ and built the patches again. These are attached.
>>>>> Please let me know if you have any other issue.
>>>>>
>>>>>
>>>>> Best,
>>>>> Mauricio Stekl
>>>>>
>>>>> <add_canonical_url_and_missing_ga_code.patch.bz2>
>>>>>
>>>>>
>>>>>
>>>>>> On Feb 8, 2017, at 21:52, Denis Magda <[hidden email]> wrote:
>>>>>>
>>>>>> Hi Mauricio,
>>>>>>
>>>>>> Could you go to the trunk folder of your clone and make the patch from there?
>>>>>>
>>>>>> Presently I can’t merge the changes getting this kind of error:
>>>>>>
>>>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/hdfs-cache.html'
>>>>>> Skipped missing target: 'site/trunk/use-cases/hadoop/mapreduce.html'
>>>>>> Skipped missing target: 'site/trunk/use-cases/platforms/dotnet.html'
>>>>>> Skipped missing target: 'site/trunk/use-cases/spark/shared-memory-layer.html'
>>>>>> Skipped missing target: 'site/trunk/use-cases/spark/sql-queries.html'
>>>>>> Skipped missing target: 'site/trunk/usecases.html'
>>>>>> Summary of conflicts:
>>>>>> Skipped paths: 23376
>>>>>>
>>>>>> —
>>>>>> Denis
>>>>>>
>>>>>>> On Feb 8, 2017, at 8:57 AM, Mauricio Stekl <[hidden email]> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Attached you can find 2 files with patches fixing some of the SEO issues we reported earlier.
>>>>>>>
>>>>>>> One contains the changes to .htaccess to force HTTPS all over the site with 301 redirections.
>>>>>>>
>>>>>>> The .bz2 file contains the changes to every single html file on the site, adding a canonical URL. And also it adds the GA tracking code to all API documentation, which didn’t contain that JS right now.
>>>>>>>
>>>>>>> Could any of the committers please apply these to the website?
>>>>>>>
>>>>>>> Please let me know if you have any question.
>>>>>>>
>>>>>>> Thanks in advance!
>>>>>>>
>>>>>>>
>>>>>>> Mauricio
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> <add_canonical_url_and_ga-tracking-code.diff.bz2>
>>>>>>
>>>>>
>>>>
>>>
>>
>