From b1866559f805debb0c9d4091731393fa34e79ecc Mon Sep 17 00:00:00 2001 From: Igor Tavares Date: Wed, 25 May 2022 16:16:30 -0300 Subject: [PATCH 1/4] Update environments documentation links. --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e8a2650b031a0..6437c41c06f26 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -503,10 +503,10 @@ Development Environments There are two environments, available on Linux and macOS, that you can use to develop Apache Airflow: -- `Local virtualenv development environment <#local-virtualenv-development-environment>`_ +- `Local virtualenv development environment `_ that supports running unit tests and can be used in your IDE. -- `Breeze Docker-based development environment <#breeze-development-environment>`_ that provides +- `Breeze Docker-based development environment `_ that provides an end-to-end CI solution with all software dependencies covered. The table below summarizes differences between the environments: @@ -564,7 +564,7 @@ Limitations: real unit tests. Technically, to run integration tests, you can configure and install the dependencies on your own, but it is usually complex. Instead, you are recommended to use - `Breeze development environment <#breeze-development-environment>`__ with all required packages + `Breeze development environment `__ with all required packages pre-installed. - You need to make sure that your local environment is consistent with other From d7e5d28da79dcfd9ccd1c80c56fc19733055525c Mon Sep 17 00:00:00 2001 From: Igor Tavares Date: Wed, 25 May 2022 16:57:09 -0300 Subject: [PATCH 2/4] Update CONTRIBUTING.rst Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6437c41c06f26..6c1149203dbdc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -503,7 +503,7 @@ Development Environments There are two environments, available on Linux and macOS, that you can use to develop Apache Airflow: -- `Local virtualenv development environment `_ +- `Local virtualenv development environment `_ that supports running unit tests and can be used in your IDE. - `Breeze Docker-based development environment `_ that provides From 737a62ea38f332e3bfd39f16b476bf93f8203deb Mon Sep 17 00:00:00 2001 From: Igor Tavares Date: Wed, 25 May 2022 16:57:16 -0300 Subject: [PATCH 3/4] Update CONTRIBUTING.rst Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6c1149203dbdc..50a5615568f06 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -506,7 +506,7 @@ develop Apache Airflow: - `Local virtualenv development environment `_ that supports running unit tests and can be used in your IDE. -- `Breeze Docker-based development environment `_ that provides +- `Breeze Docker-based development environment `_ that provides an end-to-end CI solution with all software dependencies covered. The table below summarizes differences between the environments: From ef0a5a867a9869e506b4c0e60377c2ca42963b0f Mon Sep 17 00:00:00 2001 From: Igor Tavares Date: Wed, 25 May 2022 16:57:22 -0300 Subject: [PATCH 4/4] Update CONTRIBUTING.rst Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 50a5615568f06..6f4e0e3f6228f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -564,7 +564,7 @@ Limitations: real unit tests. Technically, to run integration tests, you can configure and install the dependencies on your own, but it is usually complex. Instead, you are recommended to use - `Breeze development environment `__ with all required packages + `Breeze development environment `__ with all required packages pre-installed. - You need to make sure that your local environment is consistent with other