You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/04/14 13:01:22 UTC

[airflow-site] branch asf-site updated (e3b38c3 -> 5dc5138)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


 discard e3b38c3  fixup! Redirect API/Macros/CLI refs to new URLs
 discard de2f5c6  Redirect API/Macros/CLI refs to new URLs
     new 5dc5138  Redirect API/Macros/CLI refs to new URLs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e3b38c3)
            \
             N -- N -- N   refs/heads/asf-site (5dc5138)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[airflow-site] 01/01: Redirect API/Macros/CLI refs to new URLs

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 5dc513820b27668bea62f557ec99b7ed8de336ab
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Apr 14 13:54:59 2020 +0100

    Redirect API/Macros/CLI refs to new URLs
---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index b2775b8..0bfbcfe 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,3 +2,4 @@ RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ "
 RedirectMatch Permanent ^/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6|1.10.7|1.10.8|1.10.9|1.10.10)/.*)$ "https://airflow.apache.org/docs/$1"
 RedirectMatch Permanent ^/((api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?)$ "https://airflow.apache.org/docs/stable/$1"
 Redirect Permanent /objects.inv https://airflow.apache.org/docs/stable/objects.inv
+Redirect Permanent https://airflow.apache.org/macros "https://airflow.apache.org/docs/stable/macros-ref"