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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 82c7b26ae6e [v3-1-test] Remove empty `apache_airflow_site.py` file 
(#61308) (#61348)
82c7b26ae6e is described below

commit 82c7b26ae6eb7f2055a5984ec0ce979fb26442f5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 13:51:49 2026 +0100

    [v3-1-test] Remove empty `apache_airflow_site.py` file (#61308) (#61348)
    
    * [v3-1-test] Add Keycloak token documentation to Security/API (#61228) 
(#61248)
    
    (cherry picked from commit bb04b5d69ab7fd1b410652d70b84c8607abc52f0)
    
    Co-authored-by: Bugra Ozturk <[email protected]>
    
    * [v3-1-test] Fix language selector state not updating on change (#61060) 
(#61263)
    
    (cherry picked from commit 975cfe62cd2bd35b795052104d94af497eab388d)
    
    * [v3-1-test] Clarify template context for asset-triggered DAGs in 
airflow-core docs (#61258) (#61282)
    
    (cherry picked from commit f7aa502b724ee27cf1609c84d9d6dc8f6d9c2f68)
    
    Co-authored-by: Rachana Dutta <[email protected]>
    Co-authored-by: kevinhongzl <[email protected]>
    
    * [v3-1-test] Fix flaky OTel integration test with DNS health check 
(#61070) (#61242) (#61286)
    
    * Fix flaky OTel integration test with DNS health check (#61070)
    
    * Update airflow-core/tests/integration/otel/test_otel.py
    
    
    
    ---------
    (cherry picked from commit 8ac25dd658e9ea6a29aaa85215e17c180765c821)
    
    Co-authored-by: Abhishek Mishra <[email protected]>
    Co-authored-by: Henry Chen <[email protected]>
    
    * [v3-1-test] Update pmc verification docs (#61271) (#61294)
    
    * Update Helm Chart release instructions for PMC Checks
    
    * Update KEY download instructions for PMC Checks
    
    * Update dev/README_RELEASE_HELM_CHART.md
    (cherry picked from commit c74b24ac9b133cc83af62ba35393b28efc7343cb)
    
    * [v3-1-test] update version for release command (#61260) (#61328)
    
    (cherry picked from commit 7790482)
    
    Co-authored-by: Rahul Vats <[email protected]>
    
    * CI: Upgrade important CI environment (#61327)
    
    * [v3-1-test] Fix JWT token generation with unset issuer/audience config 
(#61278) (#61331)
    
    * Fix JWT token generation with unset issuer/audience config
    (cherry picked from commit a440d1d)
    
    Co-authored-by: Amogh Desai <[email protected]>
    
    * [v3-1-test] Remove empty `apache_airflow_site.py` file (#61308)
    (cherry picked from commit d65ff01dfdd8d9c40ae78e69f903d7bc5c7d9036)
    
    Co-authored-by: Jed Cunningham 
<[email protected]>
    
    ---------
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Bugra Ozturk <[email protected]>
    Co-authored-by: Guan-Ming (Wesley) Chiu 
<[email protected]>
    Co-authored-by: Shahar Epstein <[email protected]>
    Co-authored-by: Rachana Dutta <[email protected]>
    Co-authored-by: kevinhongzl <[email protected]>
    Co-authored-by: Abhishek Mishra <[email protected]>
    Co-authored-by: Henry Chen <[email protected]>
    Co-authored-by: Rahul Vats <[email protected]>
    Co-authored-by: Amogh Desai <[email protected]>
    Co-authored-by: Jed Cunningham 
<[email protected]>
---
 apache_airflow_site.py | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/apache_airflow_site.py b/apache_airflow_site.py
deleted file mode 100644
index 13a83393a91..00000000000
--- a/apache_airflow_site.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.

Reply via email to