apache / airflow
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
67,005 LOC (17%)
220 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
67,005 LOC (17%)
220 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
220
files match defined criteria (
67,005
LOC,
17.6%
vs. main code):
206
*.py files (
57,890
LOC)
2
*.yaml files (
6,478
LOC)
4
*.toml files (
1,959
LOC)
7
*.tsx files (
632
LOC)
1
*.ts files (
46
LOC)
344
lines match the content pattern.
details...
per component - primary logical decomposition
providers
in 133 files, 28,268 LOC (13%)
airflow-core
in 49 files, 18,701 LOC (17%)
dev
in 3 files, 2,122 LOC (7%)
task-sdk
in 22 files, 7,865 LOC (66%)
scripts
in 5 files, 750 LOC (8%)
chart
in 1 file 1,125 LOC (12%)
clients
in 1 file 5,353 LOC (98%)
devel-common
in 1 file 172 LOC (5%)
airflow-ctl
in 3 files, 900 LOC (40%)
ROOT
in 1 file 1,428 LOC (93%)
performance
in 1 file 321 LOC (69%)