@@ -944,7 +944,7 @@ Misc/Internal
944944- [AIRFLOW-XXX] Remove executable permission from file
945945- [AIRFLOW-XXX] Group AWS & Azure dependencies (old ``[emr]`` etc. extra still work)
946946- [AIRFLOW-5487] Fix unused warning var (#6111)
947- - [AIRFLOW-5925] Relax funcsigs and psutil version requirements (#6580)
947+ - [AIRFLOW-5925] Relax `` funcsigs`` and psutil version requirements (#6580)
948948- [AIRFLOW-5740] Fix Transient failure in Slack test (#6407)
949949- [AIRFLOW-6058] Running tests with pytest (#6472)
950950- [AIRFLOW-6066] Added pre-commit checks for accidental debug stmts (#6662)
@@ -3577,7 +3577,7 @@ Airflow 1.8.1, 2017-05-09
35773577- [AIRFLOW-806] UI should properly ignore DAG doc when it is None
35783578- [AIRFLOW-794] Consistent access to DAGS_FOLDER and SQL_ALCHEMY_CONN
35793579- [AIRFLOW-785] ImportError if cgroupspy is not installed
3580- - [AIRFLOW-784] Cannot install with funcsigs > 1.0.0
3580+ - [AIRFLOW-784] Cannot install with `` funcsigs`` > 1.0.0
35813581- [AIRFLOW-780] The UI no longer shows broken DAGs
35823582- [AIRFLOW-777] dag_is_running is initialized to True instead of False
35833583- [AIRFLOW-719] Skipped operations make DAG finish prematurely
@@ -3641,7 +3641,7 @@ Airflow 1.8.0, 2017-03-12
36413641- [AIRFLOW-776] Add missing cgroups devel dependency
36423642- [AIRFLOW-777] Fix expression to check if a DagRun is in running state
36433643- [AIRFLOW-785] Don't import CgroupTaskRunner at global scope
3644- - [AIRFLOW-784] Pin funcsigs to 1.0.0
3644+ - [AIRFLOW-784] Pin `` funcsigs`` to 1.0.0
36453645- [AIRFLOW-624] Fix setup.py to not import airflow.version as version
36463646- [AIRFLOW-779] Task should fail with specific message when deleted
36473647- [AIRFLOW-778] Fix completely broken MetastorePartitionSensor
0 commit comments