You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/23 13:07:52 UTC

[GitHub] [airflow] bolkedebruin commented on a change in pull request #4932: [AIRFLOW-3611] Breeze

bolkedebruin commented on a change in pull request #4932: [AIRFLOW-3611] Breeze
URL: https://github.com/apache/airflow/pull/4932#discussion_r317122651
 
 

 ##########
 File path: BREEZE.rst
 ##########
 @@ -0,0 +1,766 @@
+ .. 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.
+
+.. raw:: html
+
+   <p align="center">
+     <img src="images/AirflowBreeze_logo.png" alt="Airflow Breeze Logo"/>
+   </p>
+
+
+Table of Contents
+=================
+
+* `Airflow Breeze <#airflow-breeze>`_
+* `Installation <#installation>`_
+* `Setting up autocomplete <#setting-up-autocomplete>`_
+* `Using the Airflow Breeze environment <#using-the-airflow-breeze-environment>`_
+    - `Entering the environment <#entering-the-environment>`_
+    - `Running tests in Airflow Breeze <#running-tests-in-airflow-breeze>`_
+    - `Debugging with ipdb <#debugging-with-ipdb>`_
+    - `Airflow directory structure in Docker <#airflow-directory-structure-inside-docker>`_
+    - `Port forwarding <#port-forwarding>`_
+* `Using your host IDE <#using-your-host-ide>`_
+    - `Configuring local virtualenv <#configuring-local-virtualenv>`_
+    - `Running unit tests via IDE <#running-unit-tests-via-ide>`_
+    - `Debugging Airflow Breeze Tests in IDE <#debugging-airflow-breeze-tests-in-ide>`_
+* `Running commands via Airflow Breeze <#running-commands-via-airflow-breeze>`_
+    - `Running static code checks <#running-static-code-checks>`_
+    - `Building the documentation <#building-the-documentation>`_
+    - `Running tests <#running-tests>`_
+    - `Running commands inside Docker <#running-commands-inside-docker>`_
+    - `Running Docker Compose commands <#running-docker-compose-commands>`_
+    - `Convenience scripts <#convenience-scripts>`_
+* `Keeping images up-to-date <#keeping-images-up-to-date>`_
+    - `Updating dependencies <#updating-dependencies>`_
+    - `Pulling the images <#pulling-the-images>`_
+* `Airflow Breeze flags <#airflow-breeze-flags>`_
+
+Airflow Breeze
+==============
+
+Airflow Breeze is an easy-to-use integration test environment managed via
+`Docker Compose <https://docs.docker.com/compose/>`_ .
+The environment is easy to use locally and it is also used by Airflow's CI Travis tests.
+
+It's called **Airflow Breeze** as in "It's a *Breeze* to develop Airflow"
 
 Review comment:
   😂😂😂😂😂

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services